# apt-get autoremove
To clean old versions of packages using apt-get
# apt-get autoclean
To remove all packages files from the acahe using apt-get
# apt-get clean
Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
# ssh root@remote.server.com nano
# ssh -t root@remote.server.com screen -drAccording to the ssh man page, the "-t" flag force pseudo-tty allocation. This can be used to execute arbi-
# echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
# shred -v -n 2 -z /dev/sdcwhere
-v: verbose
-n: number of passes of random data
-z: finishes cleaning with one pass of zero
file /usr/bin/mplayer
/usr/bin/mplayer: ELF 32-bit LSB executable,This information tells us on the platform, whether dyanmics are used and for which kernel
Intel 80386, version 1 (SYSV),
dynamically linked (uses shared libs),
for GNU/Linux 2.6.18, stripped
ldd /usr/bin/vim
linux-gate.so.1 => (0x006cf000)
libselinux.so.1 => /lib/libselinux.so.1 (0x00a61000)
libncurses.so.5 => /lib/libncurses.so.5 (0x06fdb000)
libacl.so.1 => /lib/libacl.so.1 (0x06a09000)
libgpm.so.2 => /usr/lib/libgpm.so.2 (0x00df8000)
libperl.so => /usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/libperl
..........
..........
This guide aims to become a starting point for people interested in learning to work with BASH. It aspires to teach its readers good practice techniques for developing scripts for the BASH interpreter, and to educate them about the internal operation of BASH......To read it.