Top Rated Resources
IPowerWeb: Web Hosting with 10 GB of Web Space
visit site at: www.ipowerweb.com
Web Servers
How to backup MySQL Database via SSH
First you log in using your terminal application by typing the flowing SSH command:
ssh yourusername@hostname-or-ipaddress
After that, you will be prompted to enter your password. As you enter your password, the text will be hidden. Next we should switch to the “root” user. You can do so by typing the following in your terminal window:
su – [...]
11.27.09
Disable or Enable Directory Browsing or Indexing
How to disable directories from browsing or indexing to hide images, and other files from visitors. This give you total control of your web folders to block unwanted viewing using .htaccess files with Apache
02.08.05



(2 votes, average: 4.50 out of 5)