questions/linux-administration
$0 will give you the complete basename. ...READ MORE
You can clean up a zombie process ...READ MORE
Try xclip; xclip - command line interface to ...READ MORE
top -bn2 | grep "Cpu(s)" | \ ...READ MORE
Use this; diff -qr dir1/ dir2/ READ MORE
$ nc -z <host> <port>; echo $? Use ...READ MORE
If you don't have httpd.conf in folder /etc/apache2, you should ...READ MORE
If you've already configured the server, with ...READ MORE
To replace each of xy and z ...READ MORE
Use /proc/partitions first. This will list all ...READ MORE
Check with dmesg | grep tty if system recognize ...READ MORE
Bash actually expands the asterisk to every ...READ MORE
Documentation Link: Post-installation steps for Linux This documentation reveals ...READ MORE
If you're on the main display, then export ...READ MORE
You could try Bless. It is written ...READ MORE
The command you want is named tee; foo ...READ MORE
You don't actually have to call the ...READ MORE
wget -r ftp://user:pass@server.com/ try this. READ MORE
Try using the 'expect' script on the ...READ MORE
Try this; gcc -pthread -o term term.c Hope this ...READ MORE
Hello fellow techies, Assuming you use bash shell ...READ MORE
You need t use -l flag with ...READ MORE
1. Change the password file directly for ...READ MORE
try this; :%s/\r/\r/g READ MORE
One way to get around this is ...READ MORE
the # is called a hash, and ...READ MORE
This bug is missing log files that ...READ MORE
You might have come across read, write ...READ MORE
You could always run find in a ...READ MORE
try this. getconf LONG_BIT Output: 32, if OS is 32 ...READ MORE
try to use tee: tee newfile <<EOF line 1 line 2 line ...READ MORE
you can retrieve a complete list of ...READ MORE
There are multiple ways to find the ...READ MORE
Install a utility call pdfunite which is ...READ MORE
To run a non-executable sh script, use: sh myscript To run ...READ MORE
If you find an absolute path to start with, ...READ MORE
rm foo try this. Also, You need write ...READ MORE
1. For string comparison, use: if [ "$s1" ...READ MORE
Execute the following steps or make sure ...READ MORE
Try this: sudo apt-get cpufrequtils is missing a mandatory ...READ MORE
You need to add more information about ...READ MORE
For MySQL versions < 5.7: the default root ...READ MORE
Use the port command to find the ...READ MORE
Hey @Vinod, Check if you're providing the correct ...READ MORE
You can install a .deb file with ...READ MORE
You can try to remove the lock. ...READ MORE
use ping google.com dont add www or https READ MORE
One of the ways is: export http_proxy=http://your.proxy.server:port/ Then you ...READ MORE
Say your library "libxyz.so" is located in: /home/user/myDir then ...READ MORE
cmd >>file.txt 2>&1 Bash always executes and redirects ...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.