What? Upgrade an Ubuntu Proxmox container. How? 1. Go into your CT. 2. Check your distribution: or 3. Update and upgrade all the packages: 4. Finally do the upgrade: Several questions will be asked. Leaving default for a fresh system
perl: warning: Setting locale failed.
Problem During apt-get update (which tries to install or update any Perl application) you get the following error message: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), Analysis When
Compile and Install Phalcon for PHP5.6 Manually (Ubuntu 14.04)
Description Since the Phalcon module is not provided in its latest version for many Ubuntu distributions we need to compile our own from latest stable Git repository. Analysis In our case the server has installed PHP5.6 and PHP7.1 versions as
Install MongoDB on Ubuntu
Problem We need to install MongoDB drivers for PHP/Apache (Ubuntu LTS 12.04). An error message showed up in apache logs when trying to access MongoDB in the Phalcon framework: PHP Fatal error: Class ‘MongoClient’ not found in … Analysis We
Setting up Subversion on Ubuntu
Problem Set up Ubuntu workstation to provide SVN using Apache and WebDAV. Analysis There are basically 2 ways to do it: ssh+svn https (using webdav) Solution We take the second one. # apt-get install libapache2-svn # cd /etc/apache2/sites-enabled # vi