questions/linux-administration
mkdir -p /foo/bar && cp myfile "$_" ...READ MORE
To watch the step every say 30 ...READ MORE
I have installed the seeddms in ...READ MORE
You can just add | grep }| ...READ MORE
$ tar --exclude='./folder' --exclude='./upload/folder2' -zcvf /backup/filename.tgz . Try ...READ MORE
In my experience, a single yum command will ...READ MORE
For MySQL versions < 5.7: the default root ...READ MORE
In order to do this, you need ...READ MORE
mkdir -p "$d" && cp file "$d" try ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Power off the VM and then go ...READ MORE
Try using ANSI escape codes as the following; Black ...READ MORE
If you don't have httpd.conf in folder /etc/apache2, you should ...READ MORE
It isn't easy to install Tkinter locally ...READ MORE
Just use this instead: 0,30 * * * ...READ MORE
To list all the groups groups or to list ...READ MORE
You can clean up a zombie process ...READ MORE
top -bn2 | grep "Cpu(s)" | \ ...READ MORE
If you've already configured the server, with ...READ MORE
$0 will give you the complete basename. ...READ MORE
Try xclip; xclip - command line interface to ...READ MORE
Documentation Link: Post-installation steps for Linux This documentation reveals ...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
$ nc -z <host> <port>; echo $? Use ...READ MORE
Use /proc/partitions first. This will list all ...READ MORE
One of the ways is: export http_proxy=http://your.proxy.server:port/ Then you ...READ MORE
try to use tee: tee newfile <<EOF line 1 line 2 line ...READ MORE
1. For string comparison, use: if [ "$s1" ...READ MORE
You could try Bless. It is written ...READ MORE
The command you want is named tee; foo ...READ MORE
You can use the read command. Here's ...READ MORE
If you find an absolute path to start with, ...READ MORE
the # is called a hash, and ...READ MORE
1. Change the password file directly for ...READ MORE
try this; :%s/\r/\r/g READ MORE
your problem here is that your linker ...READ MORE
wget -r ftp://user:pass@server.com/ try this. READ MORE
You can try to remove the lock. ...READ MORE
You need to add more information about ...READ MORE
You need t use -l flag with ...READ MORE
you can retrieve a complete list of ...READ MORE
This bug is missing log files that ...READ MORE
Try installing npm using aptitude: sudo apt install aptitude sudo ...READ MORE
Hey @Vinod, Check if you're providing the correct ...READ MORE
Install a utility call pdfunite which is ...READ MORE
You might have come across read, write ...READ MORE
To run a non-executable sh script, use: sh myscript To run ...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.