How to Install Odoo 10 on Ubuntu 16.04

How to Install Odoo 10 on Ubuntu 16.04

We’ll show you, how to install Odoo 10 on Ubuntu 16.04. Odoo 10 is one of the most popular and most powerful Open Source ERP business software based on the Python programming language. This new version of Odoo includes numerous improvements including new manufacturing apps and faster website operations. Installing Odoo 10 on Ubuntu 16.04 is an easy task if you carefully follow the very easy steps described below. The installation of Odoo 10 on Ubuntu 16.04, should take about 20 minutes.

Read More

Install and configure tmux

install tmux

We’ll show you how to install and configure tmux. In this post, we will write about tmux, which is a terminal multiplexer, a lot like GNU Screen but much more powerful. If you spend a lot of time in a CLI, then you’ll love tmux.

Read More

How To Install Redis on Ubuntu 16.04

How to Install Redis on Ubuntu

Redis is an in-memory data structure store primarily used as a database and cache. Redis supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, hyper logs, bitmaps, and spatial indexes. Today, we’ll show you how to install Redis on Ubuntu 16.04.

Read More

How to Install CachetHQ on Ubuntu 16.04

How to Install CachetHQ on Ubuntu 16.04

In this tutorial, we’ll show you how to install CachetHQ on Ubuntu 16.04, with MySQL and Apache2. CachetHQ makes it simple to create a status page for your application, service or network and it’s based on Laravel framework. This guide should work on other Linux VPS systems as well but was tested and written for Ubuntu 16.04 VPS.

Read More

How to Manage Processes in Linux

How to Manage Processes in Linux

We’ll show you, How to Manage Processes in Linux. A process is the abstraction used by the Linux operating system to represent a running program. Each process in Linux consists of an address space and a set of data structures within the server kernel. The address space contains the code and libraries that the process is executing, the process variables, its stacks, and different additional information needed by the kernel while the process is running.

Read More

What is Linux VPS Hosting?

what is linux vps hosting?
what is linux vps

We’ll explain, What is Linux VPS Hosting? If you have a site that gets a lot of traffic, or at least, is expected to generate a lot of traffic, then you might want to consider getting a Linux VPS hosting package. A Linux VPS hosting package is also one of your best options if you want more control over the things that are installed on the server where your website is hosted at. Here are some of the frequently asked questions about Linux VPS hosting, answered.

Read More

How to Open Ports in Ubuntu and CentOS using IPtables

How to Open Ports in Ubuntu and CentOS
How to Open Ports in Ubuntu and CentOS

Ubuntu iptablesWe’ll show you, How to Open Ports in Ubuntu and CentOS using IPtables. Having a properly configured firewall is very important for the overall security on your server. In this tutorial, we are going to show you how to set up your firewall and open the ports you need on your Linux VPS, using iptables. Let’s get started.

Read More

How to Redirect HTTP Traffic to HTTPS in Nginx and Apache

http to https

We will show you how to redirect HTTP traffic to HTTPS in Nginx and Apache. You should always use HTTPS instead of HTTP to protect your website, even if it doesn’t handle sensitive communications. The main reasons to use HTTPS are:

  • Security – this is the main and most important reason to use HTTPS,  all communications between the visitor’s browser and the website are encrypted.
  • SEO Google uses HTTPS as a ranking signal, which means that if your website is using HTTPS it may get a certain boost in Google rankings.
  • Browser warnings –  if you are not using HTTPS, Google Chrome and other browsers will flag your site as “Not Secure”.
  • Trustworthiness – people usually trust a website much more if they have an SSL certificate.

To use HTTPS, you’ll need an SSL Certificate. You can get a VPS from us and we’ll install the certificate for you and properly configure Nginx/Apache to redirect all traffic to HTTPS, free of charge.

Read More