questions/linux-administration/page/8
You just have to run one single ...READ MORE
Hi @hannah, you can execute the following ...READ MORE
I have two SSL certs (I have ...READ MORE
Check with dmesg | grep tty if system recognize ...READ MORE
There are multiple ways to find the ...READ MORE
You don't actually have to call the ...READ MORE
Hi Team, I am using windows 10 machine ...READ MORE
Follow the below steps and procedures: Prerequisites Must have ...READ MORE
Try this inside your mapper : FileSplit fileSplit ...READ MORE
Hi, @Kal You can use this command below to ...READ MORE
$ echo | mutt -a syslogs.tar.gz admin@domain.org READ MORE
Using -v is, imo, The best way because ...READ MORE
Try using the 'expect' script on the ...READ MORE
You'll have to edit you sudoers file ...READ MORE
mkdir -p /foo/bar && cp myfile "$_" ...READ MORE
To watch the step every say 30 ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
I have installed the seeddms in my ...READ MORE
You can just add | grep }| ...READ MORE
In my experience, a single yum command will ...READ MORE
$ tar --exclude='./folder' --exclude='./upload/folder2' -zcvf /backup/filename.tgz . Try ...READ MORE
For MySQL versions < 5.7: the default root ...READ MORE
mkdir -p "$d" && cp file "$d" try ...READ MORE
In order to do this, you need ...READ MORE
If you don't have httpd.conf in folder /etc/apache2, you should ...READ MORE
Power off the VM and then go ...READ MORE
Try using ANSI escape codes as the following; Black ...READ MORE
It isn't easy to install Tkinter locally ...READ MORE
You can clean up a zombie process ...READ MORE
To list all the groups groups or to list ...READ MORE
Just use this instead: 0,30 * * * ...READ MORE
$0 will give you the complete basename. ...READ MORE
top -bn2 | grep "Cpu(s)" | \ ...READ MORE
Try xclip; xclip - command line interface to ...READ MORE
Documentation Link: Post-installation steps for Linux This documentation reveals ...READ MORE
If you've already configured the server, with ...READ MORE
One way to get around this is ...READ MORE
To replace each of xy and z ...READ MORE
Use this; diff -qr dir1/ dir2/ READ MORE
Bash actually expands the asterisk to every ...READ MORE
One of the ways is: export http_proxy=http://your.proxy.server:port/ Then you ...READ MORE
$ nc -z <host> <port>; echo $? Use ...READ MORE
Use /proc/partitions first. This will list all ...READ MORE
You could try Bless. It is written ...READ MORE
1. For string comparison, use: if [ "$s1" ...READ MORE
try to use tee: tee newfile <<EOF line 1 line 2 line ...READ MORE
The command you want is named tee; foo ...READ MORE
your problem here is that your linker ...READ MORE
You can use the read command. Here's ...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.