How to Install PhantomJS on Ubuntu 16.04

Introduction PhantomJS is a scripted, headless browser that can be used for automating web page interaction. PhantomJS is a free, open source and distributed under the BSD license. PhantomJS is... Read more

Generate ECC Certificate on Ubuntu 14.04

Elliptic Curve Cryptography (ECC for short) is an asymmetric key pair that is used for encryption and decryption of data. ECC offers a few advantages over RSA. ECC keys are... Read more

Installing Magento 2 On Ubuntu

Magneto is an open source e-commerce application owned by eBay. It operates using a LAMP stack on most Linux distributions. This guide will focus on how to setup Magento on... Read more

How to Install Zulip on Ubuntu 16.04

Zulip is a free, open source and powerful group chat application and collaborative software. It is written in Python and uses Django, Python, JavaScript, and PostgreSQL database. Zulip comes with... Read more

Introduction to Lsof

Under Linux, many objects are considered a file, regardless of whether the object is actually a file, device, directory, or socket. Listing a file is easy, there is the shell... Read more

Migrate Your WordPress Site From A Shared Host To Vultr

As your website’s traffic grows and your reader/viewer base increases, you will eventually outgrow your shared hosting plan and consider migrating to a VPS. In order to migrate your WordPress... Read more

How to Install SuiteCRM on Ubuntu 16.04

SuiteCRM is a free and open source alternative of the popular customer relationship management (CRM) system SugarCRM. It became popular when SugarCRM decided to stop development of its open source... Read more

Change Hostname on Ubuntu

In this tutorial, we will assume that the hostname you want is “pluto”. For Ubuntu 12.04 (Precise Pangolin) On your SSH Terminal, type: hostname pluto Using nano, you can then... Read more

Changing Postfix Outbound IP Address

When a server has more than one IP address assigned to it, Postfix randomly selects an IP address for outbound emails. This default Postfix behavior can result in emails being... Read more

How to Install GoAccess on Ubuntu 16.04

Using a Different System? How to Install GoAccess on CentOS 7 Are we missing a guide for your target system? Request one, or submit your own! GoAccess is an open... Read more