Original here: http://blog.evilcoder.net/remove-linux-shv5-rootkit/ remove linux shv5 rootkit Posted on January 8, 2013 by Alex Gabriel I have made this small […]
Blog Archives
-
How to kill all processes with one command in Linux
Original: http://oracleflash.com/20/How-to-kill-all-processes-with-one-command-in-Linux.html Some time you may need to kill a certain number of processes initiated by any application in Linux. […]
-
How to change the hostname of a Linux system
Permanent hostname change on Debian based systems Debian based systems use the file /etc/hostname to read the hostname of the […]
-
Howto increase /tmp partition size
http://linuxhostingsupport.net/blog/howto-increase-tmp-partition-size /tmp partition full… How to increase /tmp partition? You can create a Virtual partition on Linux in case your […]
-
Clearing (but not deleting) log files
http://www.notesofasysadmin.com/linux/clearing-but-not-deleting-log-files/ Sometimes, as a Systems Administrator, or SysAdmin, there are times we need to clear out the log files, without […]
-
Create Symbolic link Command
To create a symbolic link, enter $ ln -s {/path/to/file-name} {link-name} $ ln -s /shared/sales/data/file.txt sales.data.txt $ vi sales.data.txt $ […]
-
How to Change Permissions Recursively on Linux
This is a quick one, how to change permissions recursively on directories or files. Say you want to change the […]
-
Simply password generator
tr -dc A-Za-z0-9_ < /dev/urandom | head -c 16 | xargs 16 – a numbers of characters in password.
-
UNIX / Linux: 10 Netstat Command Examples
http://www.thegeekstuff.com/2010/03/netstat-command-examples/ Netstat command displays various network related information such as network connections, routing tables, interface statistics, masquerade connections, multicast memberships […]
-
50 Most Frequently Used UNIX / Linux Commands (With Examples)
http://www.thegeekstuff.com/2010/11/50-linux-commands/ This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a […]