Trying to install Ajenti in Debian 8 (Jessie), but problem occurs: cannot access to panel. It just because SSL problem. How to fix it? Let's try: Install and upgrade gevent and dependencies: apt-get install python-dev python-greenlet python-gevent python-vte python openssl python-crypto python-appindicator apt-get install python-setuptools easy_install -U gevent Then…
Planetmaya
In my previous post, we have setup Ajenti and setup MySql master to master and files replication. For load balancing two server running with Ajenti, we need to install Varnish in different VPS. Setup Load Balancing with Varnish Here, I use Centos in third VPS for install Varnish. rpm -Uvh…
After we setup Ajenti and Ajenti V, now we should configure mysql master to master replication. Mysql Master to Master Replication Server 1 Create access between two servers with passwordless. On SSH server 1, type this command: ssh-keygen -t dsa Enter file in which to save the key (/root/.ssh/…
Ajenti V is open source Control Panel with good and simple interface with Nginx stack inside. Include PHP-Fpm, Mail Server, FTP Server, and many other features. Ajenti is alternative option to manage server. This tutorial shows how to install and configure Ajenti V server for production purpose: ready to host…
Lsyncd is awesome tool to make backup of home files or other directory we define to another server. It duplicates files with rsync. When there are changes or new files in home directory of master server, lsyncd will automatically in real time duplicates files to slave or subordinate server. Here…
Wordpress launched 4.3 version and I upgraded it but now the CPU loads very high and the speed of website extremely slow. Then, I try to find solution and found this code. It works and my website back normal: Open wp-includes/taxonomy.php file, and go to line 4448:…
Here I would like to share how to monitor server and domain status with BETA nixstats.com service. Although Beta service but nixstats is awesome: able to display server and domain status in a realtime page. Register to Nixstats.com Register to nixstats.com and follow the instructions. Note: Fill…
Straight to the point, if visual editor of Wordpress is missing, just input this code inside wp-config.php on top, after <?php code: define('CONCATENATE_SCRIPTS', false); Now log out from dashboard and login again. A simple way and your visual editor will come back.**…