Archive for the ‘Linux Server Administration’ Category

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

FILE—–. find /home/user/public_html -type f -exec chmod 644 ‘{}’ \; DIRETCORY find /home/user/public_html -type d -exec chmod 755 ‘{}’ \;