Bootstrap themes in Ubuntu

Bootstrap is one of the most widely used templates for creating websites and web applications that adjust to multiple screen resolutions and contain components for typography, forms, buttons, navigation and other interface components, making it a powerful starting point for any website. In this tutorial we will use one of the amazing free themes from [Start Bootstrap](http://startbootstrap.com/) This Tutorial requires that you have a …

How to Install and Configure Redis on Ubuntu 16.04

Redis is a key value storage used widely for its support and flexibility. It is an open source application mainly used in Database for fast accessing of Data in a Database. Redis is the fastest database and a lot of people love it for its speed. And most of the people’s common question is about Redis Persistence. Also, there is a myth around that …

How To Install OpenVPN Access Server on Ubuntu

In this tutorial, we will learn how to install OpenVPN Access Server on Ubuntu 15.10. OpenVPN Access Server is a Web Interface for the popular OpenVPN open-source software, that provides a set of installation and configuration tools that simplify the deployment of VPN Clients, making the deployed VPN immediately compatible with OpenVPN client software across multiple operating systems. Note We will be installing OpenVPN …

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 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 …

Write for our blog

Do you want to contribute to Ubuntu Linux or to the Open-Source Community? Or, do you want to promote yourself or your website as an Ubuntu Linux Expert? We have great news. You can Write For Us. Send us a quality articles about Ubuntu Linux, Ubuntu Linux How to Tutorials or Ubuntu Linux Tips and Tricks and we will publish the article in our …

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 …

How to install LAMP in Ubuntu

The comonly used LAMP stack is the building block necessary for most web applications to run on a web server. LAMP stands fo Linux, Apache, MSQL, and PHP which are the main services required to run web applications like WordPress, Joomla, Drupal and many of today’s dynamic web applications that require constantly changing data to be relayed to the user. Install Step 1 Connect …

How to install OwnCloud in Ubuntu

In this tutorial, we will learn how to install OwnCloud 8 on Ubuntu 15.10. OwnCloud is an open-source alternative to DropBox. It has the same functionality as Dropbox, but unlike DropBox the data is hosted by you and you have total control over it. Note We will be installing OwnCloud, Apache, MariaDB, PHP, as well as some extra PHP modules required by OwnCloud. Install …