Linux Tutorials on the topic “Ubuntu”
-
How to reset the root password on Linux and FreeBSD
Author: Manh.Luong • Tags: centos, debian, linux, security, ubuntu • Comments: 2
Listed below are the step by step procedures to reset the root password in different versions of CentOS, CoreOS, Debian, Ubuntu and FreeBSD. Begin this procedure by booting your server into single user mode.
-
Getting started with Let's Encrypt SSL Certificates on Ubuntu
Author: Patrik Habdak • Tags: linux, security, ubuntu • Comments: 5
This tutorial will guide you through your very first configuration of an SSL website with Lets Encrypt certification. Let's Encrypt is a new SSL authority that provides free SSL certificates.
-
How to Install Piwik with Nginx on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 1
Piwik is the leading open source web analytics application, it has been developed to provide an alternative to google-analytics. In this tutorial, I will show you how to install Piwik on ubuntu 15.10 with Nginx web server and PHP 5.6 in php-fpm mode. We will use MariaDB as the database system.
-
-
Microsoft Azure Series - Creating a Linux virtual machine from custom image
Author: Patrik Habdak • Tags: ispconfig, linux, ubuntu, virtualization • Comments: 2
In the first tutorial, we have learned how to deploy a new virtual machine from default Azure images. In this tutorial, we are going to find out how we can use our existing virtual machine to duplicate it or save as image for further usage.
-
How to transform your Ubuntu installation into a rolling release
Author: Bill Toulas • Tags: linux, ubuntu • Comments: 7
Ubuntu users out there have two ways to go with their systems. Either they choose to follow the “standard” release that gets upgraded every six months, or choose the latest LTS (Long Term Support) which guarantees security updates and support for a five-year period. The problem with the first is that you'll have to perform major upgrades to your system twice a year, while the issue with the latter is that you won't get any major updates on parts of the system that you may care about using what's latest.
-
How to use Docker in a practical way (part 1 - Introduction)
Author: Bill Toulas • Tags: centos, debian, fedora, opensuse, suse, ubuntu, virtualization • Comments: 7
It is not an uncommon situation, for early adopters of newly introduced concepts and technologies, to be totally confused when these can fundamentally change the ways of developing and delivering services. Especially when everybody talks about something like Docker, and how awesome and game changing it is. This confusion happens when we try things early on and rushing straight to testing them without grasping the whole concept and background of this newly introduced technology.
-
How to Install Mailpile with Nginx on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 0
Mailpile is an open source mail client that focuses on encryption and users privacy. Mailpile makes the PGP setup easy, it allows you to create PGP keys directly in the email application and send PGP encrypted messages. In this tutorial, I will guide you trough the Mailpile installation on Ubuntu 15.10. We will install Mailpile as a web-based client with Nginx as a reverse proxy.
-
How to Install Graylog2 and Elasticsearch on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 13
In this tutorial, I will guide you trough the Graylog2, Elasticsearch and MongoDB installation to build a scalable log server node with advanced log search capabilities. I will use Ubuntu 15.10 for this installation. Elasticsearch is a distributed search server based on Lucene that is available as OpenSource software. Graylog2 is a centralized log management and log analysis framework based on Elasticsearch and MongoDB.
-
Microsoft Azure Series - Creating a Linux virtual machine from template
Author: Patrik Habdak • Tags: linux, server, ubuntu • Comments: 0
This tutorial shows you how to create and run a Ubuntu 15.10 virtual machine instance in the Microsoft Azure Cloud. Microsoft Azure Cloud computing is a service made by Microsoft for companies and also end-users who’d like to jump into cloud environment quickly and effectively. Azure offers you many services not only virtual machines. There is also networking services, application services, websites, databases, mobile applications and many more.
-
How to Install Drupal 8 with Apache, MySQL and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: apache, linux, php, server, ubuntu • Comments: 23
In this tutorial, I will show you how to install Drupal 8 on Ubuntu 15.10 with Apache as web server, MySQL as database backend and how to secure the website with SSL. Drupal is a open-source content management system based on PHP and distributed under the GNU General Public License. Drupal is a scalable and open platform for web content management, it's community provides more than 31,000 modules to extend the core functions and Drupal is used by at least 2.1% of all website on the internet.