Category: Linux
Linux Shutdown Commands
Three commands that could be used to shutdown a linux system. shutdown -h now init 0 telinit 0
Fish Alias/Function Location
The alias/function of the fish shell are stored at ‘/home/username/.config/fish/functions’
Commands for Idle Time
I run this command when I go for lunch or something – these commands take a while to run. sudo…
lsmod – Show Loaded Kernel Modules
This command shows the kernel modules that are currently loaded. # lsmod Module Size Used by vboxdrv 55088 0 autofs4…
Rip DVD using Mencoder
Rip a DVD to an AVI file using mencoder mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac…
Get External IP
Get the external IP of your system – useful if you have a dynamic ip… curl -s checkip.dyndns.org|sed -e ‘s/.*Current…
Show Disk Usage – du
du shows the ‘disk usage’ – the space taken up by the files and folders in the current directory. du…
free Command
free gives the Memory info (in kilobytes). free #Output total used free shared buffers cached Mem: 2075000 667508 1407492 0…
Recent Comments