Ubuntu

How to Check GCC Version on Ubuntu

Checking whether your GCC is running the latest release version is very important. This can be done using a variety of methods on Linux and other Unix-based operating systems. GCC…

How to Install phpMyAdmin on Ubuntu 14.04

phpMyAdmin is a open source software that intended to manage and administer MySQL over the Web browsers and it was written in PHP. It is one of the most popular…

How to Allow root to use SSH on Ubuntu 14.04

Ubuntu is Debian-based distributions that don’t allow logins by the root user by default, either locally or remotely via SSH. Previous post, i have discussed how to enable root login…