Home Search
ubuntu - search results
If you're not happy with the results, please do another search
Ubuntu Rejoins the GNOME Fold
Today we all read the announcement of Ubuntu's decision to refocus on cloud and IoT activities, dropping Unity 8 to move back to a GNOME-based...
How to Deploy Node.js Applications with pm2 and Nginx on Ubuntu
pm2 is a process manager for Node.js applications, it allows you to keep your apps alive and has a built-in load balancer. It's simple...
Dockerizing LEMP Stack with Docker-Compose on Ubuntu
Docker-Compose is a command line tool for defining and managing multi-container docker applications. Compose is a python script, it can be installed with the pip...
How to Install Elastic Stack on Ubuntu 16.04
Elasticsearch is an open source search engine based on Lucene, developed in java. It provides a distributed and multitenant full-text search engine with an HTTP...
How to Install GlusterFS with a Replicated HA Storage Volume on Ubuntu Linux 16.04...
GlusterFS is a free and open source network distributed storage file system. Network distributed storage file systems are very popular amoung high trafficked websites,...
How to Upgrade Kernel to Latest Version in Ubuntu
Periodically new devices and technology coming out and it’s important to keep our Linux system kernel up-to-date if we want to get the most...
How to Install Debian, Ubuntu, or Kali Linux on Your Chromebook
Chromebooks are steadily gaining market share. With the arrival of Android apps to the platform, Chromebooks have become an ideal platform for a very...
Elasticsearch and Kibana: Installation and Basic Usage on Ubuntu 16.04
Elasticsearch is a production-ready search engine written in Java and is extremely powerful. It can be used as a standalone search engine for the...
How to Install and Configure FTP Server in Ubuntu
FTP (File Transfer Protocol) is a relatively old and most used standard network protocol used for uploading/downloading files between two computers over a network. However, FTP by...
How to create your own Linux Distribution with Yocto on Ubuntu
In this article, our focus is the creation of a minimal Linux distribution using the Yocto project on the Ubuntu platform. The Yocto project...