Tag: ubuntu

How To Install Ruby on Ubuntu 18.04

February 25, 2019

In this article, you will find three options to install Ruby for Ubuntu 18.04 – either from the Ubuntu repository or from third-party tools (RVM or rbenv).

Read more

How to Install Pip on Ubuntu

February 20, 2019

Pip is a software utility that downloads packages from PyPI – the Python Package Index. Using PIP is like adding additional software repositories to Linux. This guide will walk you through installing PIP on Ubuntu.

Read more

How to Set Up & Install Squid Proxy Server on Ubuntu 18.04

February 15, 2019

Squid is a Linux-based proxy application that can be used for filtering traffic, security, DNS lookups, and to speed up a web server by caching resources. This guide will walk you thru you setting up and installing Squid Proxy on Ubuntu.

Read more

How to Install Nginx Web Server on Ubuntu 18.04

February 11, 2019

Nginx is an open-source server utility designed to work as a reverse proxy, intercepting client requests and routing them to an appropriate server.

Since then, it has grown to include load balancing, anonymizing, and scaling features. It also has features that can handle static resource requests more quickly than Apache, allowing you to balance requests to improve performance and resource usage strategically. This guide will walk you thru you setting up and installing Nginx on Ubuntu 18.04 (Bionic Beaver).

Read more

How to use apt Package Manager on Ubuntu Linux

January 7, 2019

In Linux, special tools were developed for managing applications. Application software for Linux typically comes in a package. The default package manager for Ubuntu is apt-get. Linux operating systems use a software tool known as a package manager to make sure the software is correctly installed and up-to-date. It also keeps a current list of available software, stored externally in a database called a repository. This guide shows you how to use apt-get to manage packages on Ubuntu.

Read more

How to Install MySQL 8.0 in Ubuntu 18.04

December 12, 2018

MySQL is an open-source relational database server tool for Linux operating systems. It is widely used in modern web-based technology, and it forms part of the popular “LAMP” stack of software.  The LAMP stack includes the Linux operating system, Apache web services, MySQL database (or sometimes MariaDB), and the PHP programming language.

Read more

How to Install and Secure phpMyAdmin on Ubuntu

December 5, 2018

The phpMyAdmin tool is a free application for managing a MySQL server. Many users work with Ubuntu Linux because it’s more user-friendly than other Linux distributions. Installing phpMyAdmin is helpful for Ubuntu users, by managing MySQL databases through a user-friendly interface, instead of entering commands into the terminal.

Read more

How to Reset or Change the Root Password in Linux

October 22, 2018

In Linux, root privileges (or root access) refers to a user account that has full access to all files, applications, and system functions.

Read more

How to Install Docker On Ubuntu 18.04


Docker is an increasingly popular software package that creates a container for application development. Essentially, it creates a smooth operating system interface, so that applications running on it are compatible with most operating systems. Developing in Docker also helps speed up applications, since it shares the kernel and other resources (instead of pulling dedicated resources just for the application).

Read more

How to Update Linux Kernel In Ubuntu


The Linux kernel is like the central core of the operating system.  It works as sort of a mediator, providing an interface between software applications and the computer hardware.

Read more
1 8 9 10