questions/linux-administration/page/6
Hi@akhtar, Yes you can implement load balancing concept ...READ MORE
Hi@akhtar, To install nginx in your system, you ...READ MORE
Hi@akhtar, To install httpd web server in CentOS/RHEL ...READ MORE
Hi@akhtar, In Linux system netstat-tnlp command comes from ...READ MORE
Hi@akhtar, You can make four primary partitions in ...READ MORE
Hi@akhtar, To create new partition you can follow ...READ MORE
The command sudo apt-get update is used to update ...READ MORE
Hi@MD, To configure SSH server to your system, ...READ MORE
Hi@akhtar, You can set key based authentication in ...READ MORE
Here are the steps which i have ...READ MORE
Firewalls(most of them) can either Reject or ...READ MORE
Hi@akhtar, To install python-poster in RedHat/CentOs, you can ...READ MORE
Could not start the machine edureka_host_vm because ...READ MORE
You need to set your default gateway. ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
Hi @hannah. You are right, you need ...READ MORE
Check filesystem usage. df -h If /var is showing ...READ MORE
If you want in one command and ...READ MORE
this is the error i got main.c:(.text+0x6c): undefined ...READ MORE
You can something called cron job. Basically ...READ MORE
Hi @hannah, you can execute the following ...READ MORE
I have two SSL certs (I have ...READ MORE
If you're on the main display, then export ...READ MORE
Try this; gcc -pthread -o term term.c Hope this ...READ MORE
You can simply use of GDB, to debug ...READ MORE
First run: lsof /var/lib/dpkg/lock Then make sure that process ...READ MORE
You just have to run one single ...READ MORE
Say your library "libxyz.so" is located in: /home/user/myDir then ...READ MORE
Try this: sudo apt-get cpufrequtils is missing a mandatory ...READ MORE
Hi Team, I am using windows 10 machine ...READ MORE
Check with dmesg | grep tty if system recognize ...READ MORE
There are multiple ways to find the ...READ MORE
the following will print all but the ...READ MORE
You don't actually have to call the ...READ MORE
Try this inside your mapper : FileSplit fileSplit ...READ MORE
Hey @Dinesh, this isn't an error, its ...READ MORE
Try this: $ sudo ifconfig eth0 down $ sudo ...READ MORE
Try using the 'expect' script on the ...READ MORE
To watch the step every say 30 ...READ MORE
$ echo | mutt -a syslogs.tar.gz admin@domain.org READ MORE
You can just add | grep }| ...READ MORE
Using -v is, imo, The best way because ...READ MORE
mkdir -p /foo/bar && cp myfile "$_" ...READ MORE
I have installed the seeddms in ...READ MORE
$ tar --exclude='./folder' --exclude='./upload/folder2' -zcvf /backup/filename.tgz . Try ...READ MORE
You'll have to edit you sudoers file ...READ MORE
mkdir -p "$d" && cp file "$d" try ...READ MORE
Hi, @Kal You can use this command below to ...READ MORE
In my experience, a single yum command will ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.