Install Virtualmin, Nginx 1.10, PHP 7, MySQL 5.7 on Ubuntu 16.04 Server Ubuntu 16.04 LTS was around for few months now. Today I got some free to check it out. It’s so much better than Ubuntu 14.04 I had been using. So I decided to upgrade my server to Ubuntu 16.04 LTS and...
Setup NFS server on ubuntu 14.04 NFS ( Network file systems ) is used to share files with other computers over the network. It is mainly used for centralized home folders. This article explains, how to setup NFS server on ubuntu 14.0...
Wget a copy of the whole website Example : wget -U “Mozilla/5.0 (X11; U; Linux; en-US; rv:1.9.1.16) Gecko/20110929 Firefox/3.5.16” \ –recursive –level=1 –no-clobber –page-requisites –html-extension \ –convert-links –no-parent \ –wait...
X2Go stable (main) PPA Quick howto to turn your machine into an X2Go server: sudo apt-add-repository ppa:x2go/stable sudo apt-get update sudo apt-get install x2goserver x2goserver-xsession sudo apt-get install x2gomatebindi...
NAXSI: protecting websites with Nginx NAXSI is Nginx Anti XSS & SQL injection. In simple words, it’s a firewall for web applications (WAF) for Nginx, protecting from XSS, SQL injections, CSRF, Local & Remote file inclusions. NAXSI is know...
Mautic upgrade was not successful Mautic dev team tests Mautic on different Mautic configuration and server settings, but sometimes, something causes an error. That is very unpleasant especially when upgrading Mautic to latest version...
How to activate Facebook Comments in Odoo The Facebook Comments plugin lets people comment on content on your site using their Facebook account. People can choose to share their comment activity with their friends (and friends of their friend...
Docker Cleanup Commands I’ve been working quite a bit with Docker these last few weeks and one thing that I found really annoying was all these unused containers and images taking up precious disk space. I wish Docker has a ...
Ansible and WordPress: roles and playbooks Since writing the article on why you should use Ansible for managing your WordPress deploys on VPS servers , I’ve added some basic configurations to my GitHub repo about this topic. In this article, w...
CONFIGURE POSTFIX/SENDMAIL FOR PHP MAIL() IN UBUNTU Actually configure Postfix or Sendmail for PHP mail() is the same. Both of them run the /usr/sbin/sendmail binary. It is quite confusing if we just look at the name of the binary but this is what Post...
Kali desktop How to install/remove different Desktop/Window Manager in Kali Linux 1.x —- ## XFCE Desktop ## —- # How to install XFCE Desktop Environment in Kali Linux: Code: apt-get install kali-defaults kali-root...
How to change Odoo website page URL? Odoo comes with beautiful and easy website builder . Building a website/eCommerce store is so easy on Odoo. One can easily create webpage by dragging and dropping the predefined snippets. Odoo website...