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…