Category: servers
-
pecl install zip
Trying to install zip using pecl install zip as a result of getting this error ZipArchive not found ended up giving me this error Invalid tgz file. In order to get zip.so installed I downloaded it manually from http://pecl.php.net/package/zip and then installed it manually. cd /usr/src/ wget http://pecl.php.net/get/zip-1.10.2.tgz tar -xvf zip-1.10.2.tgz cd zip-1.10.2.tgz phpize ./configure…
-
Creating an Ubuntu Server with Webmin – Easy Peasy
Install Ubuntu Server: For detailed instructions on performing the base install, just head over to the ubuntu forums. They’re very informative, well presented, and easy to read. If you have any problems, comment below and I’ll see if I can be of any help. Once Ubuntu Server has been installed, login and do an apt-get…
-
Deny Hosts – Installation and Overview (Paranoid Much? o.O)
Deny Hosts Overview In setting up an ubuntu server, one of the first packages I install is denyhosts. This daemon monitors access attempts to your server and blacklists ip’s whose access has been denied based on variables you determine in the config file. The config file allows you to, among other things, block based on…