General

Gallery Widget

Remove .html from URL

Should you want to remove .html from a URL you can paste the following in your .htaccess file in the root www/public_html directory: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST}…

Continue reading
0 Comments

KVM installation template

The following template can be used to install an Ubuntu 16.04 server with 4GB RAM, 2 virtual CPUs, 60GB hard drive, and bridged network interface. sudo virt-install –name YOUR-VM-NAME –ram…

Continue reading
0 Comments