Webmaster's Knowledge Base | |
Amateur Webmaster's Knowledge Base by Vikas Kamat These are just my notes, specific to my configuration (Linux Apache, PHP, Ensim, ), so I can look them up over and over again. Please use at your own risk. Restart Apache service httpd restart
To Find large files du -h | grep [0-9]G
How to run Weblizer without Waiting/etc/cron.daily/00webalizer
How to zip and unzip files To zip-up a folder:
tar cf - /Folder | compress >ZipFile To unzip an archive:
uncompress < ZipFile | tar xf -
Links: The Amateur Webmaster
(Comments Disabled for Now. Sorry!) | First Written: Wednesday, April 9, 2003 Last Modified: 4/9/2003 |
|