How To Solve phpMyAdmin Not Working on Ubuntu 22.04

Is your phpMyAdmin throwing a wrench in your database management on Ubuntu 22.04? Fear not! This guide will equip you with the tools to diagnose and fix the issue, getting you back to work in no time. Understanding phpMyAdmin Think of phpMyAdmin as your friendly neighborhood database manager. It’s a free and open-source web application […]

How To Solve phpMyAdmin Not Working on Ubuntu 22.04 Read More »

How to Turn Off Firewall in Ubuntu 20.04

To Turn off Ubuntu Firewall in Ubuntu 20.04, Open the Ubuntu terminal and execute the following command: ufw disable Once the command was executed, you will see the following message: “Firewall stopped and disabled on system startup”. Turn-off Ubuntu Firewall To make sure that the firewall is turned off, run the ufw status command. Note

How to Turn Off Firewall in Ubuntu 20.04 Read More »

How to Check Ubuntu Firewall Status with ufw Status Command

Ubuntu UFW Firewall It is a complete firewall solution that is highly configurable and provides an easy-to-use interface to manage Iptables on Ubuntu. UFW comes preinstalled with Ubuntu, but inactive by default, How can I know? Well, we just need to check the status of the firewall. The ufw status command is the command that

How to Check Ubuntu Firewall Status with ufw Status Command Read More »

How to Install Jetbrains Gogland Go IDE on Ubuntu

In the previous article we installed LiteIDE on Ubuntu, Today I am going to explain how to install Jetbrains Gogland GO IDE on Ubuntu. Like LiteIDE, Gogland also created specifically for Go Programming language. First, download the Gogland Linux installer from the Jetbrains website. Extract the downloaded tar file to the /opt directory: sudo tar

How to Install Jetbrains Gogland Go IDE on Ubuntu Read More »

How to Install LiteIDE on Ubuntu Desktop

There are a couple of Go-specific IDEs, The most popular one is LiteIDE, which is a free and open-source, cross-platform integrated development environment. In this article I will explain how to install LiteIDE on Ubuntu. The LiteIDE is a development environment created specifically for Go Programming language. To Install LiteIDE on Ubuntu, Download the LiteIDE

How to Install LiteIDE on Ubuntu Desktop Read More »

How to Install Phpstorm on Ubuntu Desktop

How to Install Phpstorm on Ubuntu Desktop

Let’s look at how to install phpstorm on Ubuntu Desktop. PHPStorm is an integrated development environment for the PHP by jetbrains. PHPStorm support PHP, HTML as well as JavaScript language. For this tutorial I am using Ubuntu 16.04, but phpstorm can install on any version of Ubuntu Linux. Following are the steps you need to

How to Install Phpstorm on Ubuntu Desktop Read More »

How to Install MongoDB on Ubuntu 16.04

How to Install MongoDB on Ubuntu 16.04

In this tutorial we will learn how to install and configure MongoDB, which is the most popular NoSql Database Server. How to Install MongoDB on Ubuntu 16.04 It is very easy to Install MongoDB on Ubuntu 16.04 with apt repository provides by the MongoDB. First, we install the Public Key for the apt repository: sudo

How to Install MongoDB on Ubuntu 16.04 Read More »

How to Shutdown Ubuntu Server

We can use either shutdown or poweroff command to shutdown Ubuntu Server from the terminal. The Ubuntu shutdown command requires a time parameter while poweroff command will power off the server immediately. shutdown command The Ubuntu shutdown command should use with -P(Capital P) Option and require timer(when to poweroff). shutdown -P timer We can power

How to Shutdown Ubuntu Server Read More »

How to Install Apache on Ubuntu Server 14.04

Apache2 is the most popular Web Server Implementation for Ubuntu Server 14.04. In This Tutorial we are going to learn how to install Apache on Ubuntu Server 14.04. In Addition to installing Apache on Ubuntu Linux, we will also learn how to create and configure Apache Virtual Host and host a simple static website on

How to Install Apache on Ubuntu Server 14.04 Read More »

How to Install vsftpd FTP Server on Ubuntu Server 14.04

In this Tutorial you are going to learn How to install and FTP server on Ubuntu Server 14.04. FTP (File transfer protocol) is the most common method to access files on a Linux system from a remote computer. As a Linux system administrator you must know how to configure your Linux server as a FTP

How to Install vsftpd FTP Server on Ubuntu Server 14.04 Read More »