Configure uwsgi with nginx for Django applications Date Posted: 11-05-2018 In this article, we’ll be explaining how to run uwsgi server with nginx for Django applications. Prerequisties:- 1. python2.7 2. nginx 3. pip 4. uwsgi Note: We are configuring this setup on RHEL 7.4. The same can be used for… Continue Reading Configure uwsgi with nginx for Django applications

Change mysql data directory on cPanel| Safely move mysql data directory – Centos Date Posted: 05-05-2018 This post explains on how to move or setup different data directory for mysql application. If there is no database exists, skip the first step. This post deals with moving data directory to /home/mysql… Continue Reading Change mysql data directory on cPanel| Safely move mysql data directory – Centos

Clear Journal logs on Linux host Date Posted: 29-04-2018 We ran out of disk space on our server and /var consumes more disk space. On checking further,  /var/log/journal consumes more disk space. The safest way to remove unnecessary entries via journalctl journalctl –vacuum-size=128M Now, verify journalctl. journalctl –verify Edit SystemMaxuse on /etc/systemd/journald.conf vi /etc/systemd/journald.conf SystemMaxUse=128M