How to install Adminer in Ubuntu 14.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 …

How to Install Ginger Management Interface in Ubuntu 16.04

In this guide, we will be installing Ginger, Gingerbase, Wok and Nginx to make a simple to use Management Interface to manage your Ubuntu 16.04 Server where we can manage standard things in our system, like package management, Network interface settings, disks and mounts, User Management, Services, Among other things. You can find more info on Ginger here Installation Connect to your server as …

How to install Laravel 5.2 in Ubuntu with Nginx

Laravel Framework is one of the best frameworks to build any kind of web app with PHP. It has a great community, and a really good documentation website laravel.com and also some of the best video tutorials on sites like laracasts.com Some of the key point feature of Laravel : Restful routing. Inherent Database Version control Blade Templating Engine Composer – Makes adding third-party …

Installing and configuring Vesta Control Panel in Ubuntu 16.04

In this tutorial we will show you how to install Vesta Control Panel on Ubuntu 16.04 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 I …

How To download Youtube videos in Ubuntu

Today we will learn how to download YouTube videos as video or Mp3, using youtube-dl, as well as how to download full YouTube playlists. Install Step 1 Connect to your server as the admin user via SSH or open a command prompt. ssh [email protected] Step 2 We will download the latest youtube-dl to make sure we have the latest one Note: If in the …

How to Install a self signed Certificate in NGINX

In this tutorial, we will show you how to install a self-signed SSL Certificate on Nginx for Ubuntu 14.04 When installed on a web server, it activates SSL encryption over port 443 and allows secure connections from the server to a browser. Note This will install an SSL Certificate and configure it with NGINX, so having NGINX installed is required. Install Step 1 Connect …

How to set up Windows File Shares in Ubuntu 18.04 with Samba

In this article we will set up some samba file shares in Ubuntu 18.04, and secure them with username/password authentication, this is useful if you are setting up a NAS or Storage server that can later be accessed by most operating systems. Samba is a free implementation of the SMB/CIFS networking protocol, this will provide file and print services that are compatible with normal …

How to install a secure mail server in ubuntu with Mail-in-a-box

In this article i will show you how to install a really secure mail server the easy way. Throughout the time i had always had a hard time installing mail servers in Linux, first they require a lot of configuration just to get them working properly, second there is no easy way to manage them and easily add users, aliases or new domains, and …

How to Install Observium in Ubuntu

Today we will be installing Observium. Observium is a Network Management and Monitoring System that collects data from multiple devices using SNMP and allows you to monitor all of the networks devices via an easy to use interface. It is PHP-based and uses a MySQL database to store data. Note This guide works with Ubuntu 13.10 to 15.04 and Debian 7. Install Connect to …