How to setup a hypervisor in ubuntu 18.04 with KVM and Kimchi

In this guide, we will be making our own Hypervisor in Ubuntu 16.04 by installing KVM (Kernel-based Virtual Machine) as well as Kimchi, which is a free, open-source web-based virtualization management platform so we can manage our hypervisor easily through the web browser. You can find more info on Kimchi here Installing kvm Connect to your server as the admin user via SSH. ssh …

How to setup a hypervisor in ubuntu 16.04 with KVM and Kimchi

In this guide, we will be making our own Hypervisor in Ubuntu 16.04 by installing KVM (Kernel-based Virtual Machine) as well as Kimchi, which is a free, open-source web-based virtualization management platform so we can manage our hypervisor easily through the web browser. You can find more info on Kimchi here Installing kvm Connect to your server as the admin user via SSH. ssh …

How to install NGINX with Google PageSpeed module in Ubuntu

NGINX is an awesome high-performance HTTP server and reverse proxy server. NGINX is one of the best performing web servers available due to it’s ability of Handling high concurrency with high performance and efficiency in mind. In this tutorial i will show you how to compile it from source so we can add Google’s PageSpeed module which the default Ubuntu NGINX lacks. The PageSpeed …

The Perfect Web Server – Ubuntu, Ajenti Control Panel and NGINX

We will setup the perfect web server on Ubuntu using Ajenti Control Panel, which is web based server control panel that is really useful for managing servers, if you are familiar with Webmin, it is similar but with a much cleaner interface, it is slowly growing and has lot of plugins to help you manage your server. In this tutorial we will be installing …

Installing OSSEC host intrusion detection system in Ubuntu 16.04

In this tutorial we will be installing OSSEC Host Intrusion detection. OSSEC is a free, open-source host intrusion detection system. The client is compatible with almost all of the mayor operating systems, including Linux, OpenBSD, FreeBSD, OS X, Solaris and Windows. In this tutorial we will be installing the OSSEC centralized management server and i will show you how to add a Windows 10 …

Installing vesta control panel in ubuntu

In this tutorial we will show you how to install Vesta Control Panel on Ubuntu 14.04.3 Vesta Control Panel is an open source alternative to CPanel. It has the same functionality as cpanel including Web Server, DNS, MySQL Database, Mail, and FTP Server. Vesta uses Nginx for the site’s back-end and Apache for the front end. So far Vesta is the best CPanel alternative that …

How to install Adminer in Ubuntu 18.04 | Best PHPMyAdmin replacement

I discovered Adminer a few years ago, when i found that a site i was doing some testing on was hacked into. After looking around trough the server, i discover that the server itself was not compromised but only the database, and after countless hours of digging trough log files i discovered that the hacker had gained access trough a PHPMyAdmin vulnerability. I like …