In order to increase size of an instance please follow the steps: and search the related volume to this id in the Volume section Right click on the volume and “Create a snapshot” just to have a backup in place. After that right click on the volume and “Modify Volume” Now the volume should be…
Centos 7 Apache with Varnish
Varnish can be a good solution for a faster Apache, Nginx server. It will act like a cache and proxy in your server once installed. Can be a good option for high load server with lot of traffic. First install the epel respository in your Centos 7 server since it is part of non-standart packages.…
Install Fastnetmoon Gui
In order to run fastnetmon can be installed via automatic script installer: [code]wget https://raw.githubusercontent.com/pavel-odintsov/fastnetmon/master/src/fastnetmon_install.pl -Ofastnetmon_install.pl [/code] Run the downloaded script: [code] sudo perl fastnetmon_install.pl [/code] If not need to share the OS version youn are installing the fastnetmon add at the end of the command [code] –do-not-track-me [/code] If you need to start the fastnetmon…