Ubuntu Linux

How to Install Nmap on Ubuntu

Nmap is a useful networking tool for gathering information about a computer or a network.

Upgrade Ubuntu 18.04 to 20.04 in Command Line

Ubuntu 20.04 is the latest version of the Ubuntu stable release. If you have an Ubuntu 18.04 Server/Desktop, now it's time to upgrade to Ubuntu 20.04.

How to Disable Ubuntu Firewall on Ubuntu 20.04

Learn how to disable Ubuntu Firewall in Ubuntu 20.04 LTS with ufw command.

How to Check Apache Version in Ubuntu

In Ubuntu Linux, there are at least three commands available to check the apache version.

Install Ubuntu 20.04 on Windows 10

Windows 10 has a new cool feature called Windows Subsystem for Linux, also known as WSL, which we can use to install Ubuntu on Windows 10.

How to Enable Ubuntu Firewall in Ubuntu 20.04

Uncomplicated Firewall (UFW) is the default firewall application in Ubuntu 20.04 LTS. However, it is disabled by default.

What Is The Keyboard Shortcut To Open Terminal In Ubuntu?

How to open Terminal in Ubuntu, What is the Keyboard Shortcut? The terminal provides a powerful, quick, and easy interface to manage your Ubuntu Desktop.

The adduser Command | Creating new users in Ubuntu Linux

The adduser which is an interactive command is the most straightforward method for creating a new user in Ubuntu, the other one is useradd command, it is a non interactive command.

Ubuntu CPU Info - How to Show Processor Information in Terminal

Let's take a look at how we can view CPU info on Ubuntu Linux. There are a couple ways, one is to look at the /proc/cpuinfo.

Install Ruby on Rails for Ubuntu 18.04 LTS

In this tutorial, you will learn How to Install the Latest Version of Ruby on Rails on Ubuntu 18.04 LTS.

How to Upgrade Ubuntu 16.04 to 18.04

In Ubuntu, the correct way to upgrade systems is with the do-release-upgrade program. This command is a part of the update-manager-core package which is installed by default.

How to install VNC on Ubuntu 18.04 (TightVNC Server)

This tutorial explains How to Install VNC Server on Ubuntu 18.04. VNC (Virtual Network Computing) is a remote desktop sharing tool that allows you to remotely access the graphical desktop of your Ubuntu system.

How to Install PlayOnLinux on Ubuntu 18.04

Playonlinux is like a software center for Wine. There are many Windows software can be installed from PlayOnLinux directly (E.g. Microsoft Office, Photoshop and games such as Age of Empires 3), without having to download them separately.

How to Restart Apache2 in Ubuntu 18.04 Server

Let's talk about how to restart Apache web server on Ubuntu server 18.04. There are a couple ways we can restart apache in Ubuntu 18.04. The standard and most common method is to use the systemctl command.

How to Install uTorrent in Ubuntu 18.04

This guide explains how to install uTorrent in Ubuntu 18.04 Bionic Beaver. uTorrent is a torrent client which allows users to download and share files using the bittorrent protocol.

How to install KTorrent on Ubuntu 18.04

KTorrent is a very good BitTorrent client for Ubuntu 18.04. It is the default torrent client on the KDE desktop, also integrates well into Gnome desktop as well.

How to install qBittorrent on Ubuntu 18.04

This tutorial explains how to install qBittorrent on Ubuntu 18.04. qBittorrent is a full-fledged BitTorrent client for Ubuntu that support BitTorrent techniques like Dynamic Host Tracking, Magnet links, bandwidth control and many more.

How to Install PyCharm on Ubuntu 18.04

In this article we will look at how to Install PyCharm on Ubuntu 18.04. PyCharm is a very powerful IDE, used by many developers around the world to write and develop Python code.

How to Install Phpstorm on Ubuntu 18.04 Bionic Beaver

In this guide we are going to look at how to install PhpStorm in Ubuntu 18.04 Bionic Beaver. PhpStorm is a very popular PHP IDE by made by jetbrains, has emerged as one of the best IDE for developing PHP applications.

How to install IDLE Python IDE on Ubuntu 18.04

IDLE is a lightweight Python IDE you can install on your Ubuntu 18.04 desktop. IDLE on Ubuntu includes both python interpreter and the code editor.

How to Install Steam on Ubuntu 18.04

How to Install Dropbox in Ubuntu 18.04

How to Change SSH Port in Ubuntu 18.04

This tutorial explains how to configure Ubuntu OpenSSH server to run on some specific port number rather than the default port number 22, in order to increase the overall security of your Ubuntu server.

How to permit SSH root Login in Ubuntu 18.04

SSH root login is disabled by default in Ubuntu 18.04. SSH server for Ubuntu provides by the openssh-server package and root login is controlled by the PermitRootLogin directive in the OpenSSH server configuration (sshd_config file):

How to Install OpenSSH Server on Ubuntu 18.04

In this tutorial we are going to install OpenSSH on Ubuntu 18.04. OpenSSH is most popular SSH server solution for Ubuntu Linux.

How to Enable root login in Ubuntu 18.04 (login as root)

Ubuntu does not enable the root account during installation and you will not be asked to create a root password. Instead, you will create a normal user account with sudo privileges. This user can run sudo command to perform administrative tasks.

How to Install Transmission in Ubuntu 18.04

BitTorrent is a file sharing protocol and it is the most efficient way of sharing large files between computers. We need a torrent client to download and share files via the BitTorrent protocol.

How to Install Webmin on Ubuntu 18.04 Server

Webmin is very lightweight graphical user interface to administrate your Ubuntu server. Using the web-based interface you can perform many administrative tasks including: installing softwares, user management, system monitoring, networking, backup configuration, firewall configuration and many more.

How Install GDebi package installer on Ubuntu 18.04

We can install deb package in Ubuntu using gdebi package manager and It is the most easiest and efficient way to install deb files manually. Gdebi also better at handling dependency packages than apt.

How to install WebStorm JavaScript IDE on Ubuntu 18.04

WebStorm is a cross-platform JavaScript integrated development environment (IDE) by JetBrains that support for most of the modern JavaScript frameworks such as AngularJS, TypeScript, React, Meteor, Dart and Node.js and many more.

How to Install Visual Studio Code in Ubuntu 18.04

Visual Studio Code, also known as VS Code is a lightweight IDE developed by Microsoft. Mainly designed for web application development and have built in support popular JavaScript frameworks, also has support for many different programming languages such as PHP, Java, GO, C++, C#, Python and many more.

How to install Brackets Code Editor on Ubuntu 18.04

Brackets is a free, open-source text editor for web designing, developed by adobe. It is a lightweight IDE Optimized for Web designing and development and If you are a web developer that use HTML, CSS and Javascript then the brackets is the ideal code editor for your Ubuntu Desktop.

How to Setup FTP Server in Ubuntu 18.04 with Vsftpd

This tutorial explains how to install FTP Server on Ubuntu 18.04. To setup FTP server on Ubuntu, we need to install an FTP server software. Vsftpd which stands for very secure FTP daemon it the best FTP solution for Ubuntu 18.04.

How to Install MariaDB on Ubuntu 18.04

This tutorial explains how to install MariaDB on Ubuntu 18.04 bionic beaver. MariaDB is a relational database management system like MySQL, in fact, it is based on MySQL and the MariaDb project started by the same people who originally developed the MySQL database.

How to Install phpMyAdmin in Ubuntu 18.04 Server

In this guide, we will talk about how to install phpMyAdmin in Ubuntu 18.04 Server. phpMyAdmin is a very powerful SQL management tool that allows you to manage your Mysql Database via graphical user interface.

How to Install MySQL in Ubuntu 18.04 Server

In the previous tutorial we installed PHP on Ubuntu 18.04. In this section, we’ll cover how to install MySQL Server on Ubuntu 18.04 Bionic Beaver. MySQL is the most popular and widely used relational databases in the World today and is commonly used with PHP to create dynamic web sites.

How to Install PHP in Ubuntu 18.04 Server

This tutorial explains how to install PHP 7 on Ubuntu 18.04. PHP is a scripting language and PHP is the preferred server-side scripting language for creating dynamic web pages and web applications. Many popular websites like Facebook, Yahoo, Wikipedia Tumblr and WordPress has been developed using the PHP programming language.

How to Install Apache on Ubuntu 18.04 Server

In this guide, we will install the Apache web server on Ubuntu 18.04 bionic beaver. We will also look at how to configure virtual hosts, a feature which allows us to server multiple websites from a single server.

Ubuntu Firewall - Configure Ubuntu 18.04 Firewall with UFW

In this tutorial We’ll walk through the process of enabling and configuring the UFW on Ubuntu 18.04. we'll walk through a number of examples showing how to open ports, allow IP address, block IP address and reset firewall in Ubuntu.

How to Install LXDE Desktop Environment on Ubuntu 18.04

GNOME is the default desktop in Ubuntu 18.04, but there are other desktop environments available. One of them is the LXDE desktop which is also the default desktop on Lubuntu Linux distribution.

How to Install Cinnamon on Ubuntu 18.04 Bionic Beaver

Cinnamon is designed to work much like a Windows desktop, using a taskbar and start menu. If you are a user with a Windows background, then Cinnamon desktop will suit you.

How to Install Xfce on Ubuntu 18.04

There are several desktop environments available for Ubuntu 18.04, including GNOME (Which is the default), KDE and Cinnamon. But if you are looking for a lightweight, faster desktop with the best performance, then Xfce4 should be your choice.

How to Install Ubuntu MATE desktop on Ubuntu 18.04

This tutorial explains how to install MATE desktop on Ubuntu 18.04. MATE is a another desktop environment available for Ubuntu 18.04. it is a lightweight desktop and runs better on older hardware.

How to Install Htop on Ubuntu 18.04

Htop is a real-time process monitoring tool for Ubuntu operating system. The htop command is similar to top command, but much improved version. Htop is not installed by default on Ubuntu 18, But available from the default Ubuntu software repository.

How to Install FileZilla in Ubuntu 18.04 Bionic Beaver

There is no better FTP client for Ubuntu 18.04 than FileZilla FTP. With FileZilla you can download files from FTP server and you can upload files and folders from your computer to the FTP Server.

How to Install Unity on Ubuntu 18.04 Bionic Beaver

Ubuntu introduced their own desktop environment called unity in 2010 starting with Ubuntu 10.10. 10 years later they have abandoned the Unity desktop and switched back to the GNOME desktop.

But Unity desktop is available to install from the Ubuntu software repository.

How to Install Komodo Edit on Ubuntu 18.04 Desktop

This tutorial explains how to install Komodo Edit on Ubuntu 18.04. Komodo Edit is a programming text editor and available free for Ubuntu and other Linux operating systems.

How to Install NetBeans in Ubuntu 18.04

This article explains How to Install NetBeans in Ubuntu 18.04 Bionic Beaver. NetBeans on Ubuntu provide an Integrated Development Environment to create desktop and mobile applications using Java, PHP and other programming languages.

How to Install IntelliJ IDEA on Ubuntu 18.04

IntelliJ is an integrated Java development environment developed by JetBrains, which you can use to develop mobile, desktop and web applications using Java programming language. If you are looking for a JAVA IDE for Ubuntu, then you can choose IntelliJ IDEA as it works perfectly for Java development.

How to Install Eclipse in Ubuntu 18.04 Bionic Beaver

In this tutorial we will learn how to install Eclipse in Ubuntu 18.04 Bionic Beaver. The latest version of the IDE is 4.8 which is also called Eclipse Photon.

First, we will install the Java runtime environment because Eclipse itself is a software written in Java language, therefore require JRE to run. Then we can install Eclipse using the snap package manager.