Eggdrop is the most advanced, most popular, and best supported IRC bot. If you’ve never used a bot before, you’ll find Eggdrop provides a staggering array of options for channel management, and can easily be expanded further to provide even more functions. The Eggdrop code is free for anyone to download and use. Some of [...]
Archive for the ‘Linux Server Administration’ Category
Script to change the permission of files and folders in a linux server
Posted: October 4, 2009 in Linux Server AdministrationFILE—–. find /home/user/public_html -type f -exec chmod 644 ‘{}’ \; DIRETCORY find /home/user/public_html -type d -exec chmod 755 ‘{}’ \;