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
Remote Display on Ubuntu
Problem On Ubuntu remote display in X doesn not work. Analysis We need to remove “-nolisten tcp” from X command line. Solution This is sometimes in “/etc/X11/xinit/xserverrc”, but in Ubuntu you just need to configure GDM:Create or edit file /etc/gdm/custom.conf