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 – [...]

(1 votes, average: 1.00 out of 5)
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

(3 votes, average: 4.67 out of 5)
02.08.05