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 […]
-
Exim Cheatsheet
http://bradthemad.org/tech/notes/exim_cheatsheet.php Here are some useful things to know for managing an Exim 4 server. This assumes a prior working knowledge […]
-
Backup and Restore MySQL Database Using mysqldump
http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/ mysqldump is an effective tool to backup MySQL database. It creates a *.sql file with DROP table, CREATE table […]
-
CPanel password could not be changed because
Hello , This problem facing alot of server owners Attempting to change the account password in CPanel or WHM for […]
-
How to create a self-signed SSL Certificate
http://www.akadia.com/services/ssh_test_certificate.html Overview The following is an extremely simplified view of how SSL is implemented and what part the certificate plays […]
-
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 […]
-
How to View and Delete Iptables Rules – List and Flush
http://www.thegeekstuff.com/2010/07/list-and-flush-iptables-rules/ by SathiyaMoorthy on July 16, 2010 Question: How do I view all the current iptables rules? Once I view […]