questions/linux-administration
'Stale File Handle error' occurs when the ...READ MORE
Hey Prince! This seems to be like a ...READ MORE
this is the error i got main.c:(.text+0x6c): undefined ...READ MORE
Check filesystem usage. df -h If /var is showing ...READ MORE
Try installing npm using aptitude: sudo apt install aptitude sudo ...READ MORE
I needed to do a similar thing ...READ MORE
Go to your Linux terminal and execute ...READ MORE
Hi Team, I am using windows 10 machine ...READ MORE
First run: lsof /var/lib/dpkg/lock Then make sure that process ...READ MORE
If you want in one command and ...READ MORE
You just have to run one single ...READ MORE
The error you're getting may be because ...READ MORE
The command sudo apt-get update is used to update ...READ MORE
To watch the step every say 30 ...READ MORE
Try this inside your mapper : FileSplit fileSplit ...READ MORE
You can just add | grep }| ...READ MORE
the following will print all but the ...READ MORE
mkdir -p /foo/bar && cp myfile "$_" ...READ MORE
Firewalls(most of them) can either Reject or ...READ MORE
mkdir -p "$d" && cp file "$d" try ...READ MORE
I have installed the seeddms in ...READ MORE
$ tar --exclude='./folder' --exclude='./upload/folder2' -zcvf /backup/filename.tgz . Try ...READ MORE
Try using ANSI escape codes as the following; Black ...READ MORE
Power off the VM and then go ...READ MORE
It isn't easy to install Tkinter locally ...READ MORE
You'll have to edit you sudoers file ...READ MORE
In order to do this, you need ...READ MORE
Hi, @Kal You can use this command below to ...READ MORE
Using -v is, imo, The best way because ...READ MORE
You can simply use of GDB, to debug ...READ MORE
$ echo | mutt -a syslogs.tar.gz admin@domain.org READ MORE
Your first problem can be solved like ...READ MORE
To list all the groups groups or to list ...READ MORE
Just use this instead: 0,30 * * * ...READ MORE
Root directory which is referred to as ...READ MORE
In my experience, a single yum command will ...READ MORE
$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
OR
Already have an account? Sign in.