-
How to Install ntopng ( ntop) Network Monitor on Ubuntu Linux
The text is a tutorial on how to install and configure ntopng, an advanced version of the ntop utility for monitoring Linux systems, including Ubuntu. The new version provides an encrypted, user-friendly web interface with real-time and historical network traffic data. It highlights multiple features such as real-time network monitoring, long-term report generation, geolocation tools,…
-
How to use the rm to delete Files and Folders in Ubuntu Linux with examples
This tutorial provides guidance on the use of the ‘rm’ command in Ubuntu, mainly for beginners or students. The ‘rm’ command, commonly used in Linux, deletes files and directories. The post explains its syntax with options like ‘-f’ (force delete), ‘-i’ (prompt before removal) and ‘-d’ (remove empty directories). Examples of how to correctly use…
-
How to Restart or Reboot with command in Ubuntu Linux with examples
This tutorial guides students and new users to reboot or restart Ubuntu, a popular Linux operating system for beginners, from the command line using the systemctl or shutdown commands. Utilizing either command, users can immediately reboot the system, schedule a reboot, cancel a scheduled reboot, or display custom shutdown messages to logged-in users.
-
How to Install BlueMail for Linux Email Client on Ubuntu Linux
BlueMail, developed by Blix, Inc, is a communication platform enabling secure email, calendar, and contacts management from one app across unlimited mail accounts. It supports push notifications, email group management from various providers, and syncs across multiple devices. The ad-free app aims to streamline communication and is user-friendly on both desktop and mobile. Installation can…
-
How to Extract or Unzip Tar Bz2 (.tar.bz2 | .tbz2) Files on Ubuntu Linux
This post is a tutorial on how to extract or unzip archived tar files compressed with bzip2 compression, ending in .tar.bz2 or .tbz2 on Ubuntu 18.04 LTS. The tutorial explains the tar command, its syntax, options, examples of its use, and how to handle errors during extraction. By the end, learners are expected to competently…
-
How to Format External USB Drives on Ubuntu Linux
This tutorial guides students and new users on formatting external USBs and portable drives on Ubuntu Linux. Formatting a drive erases everything on it, allowing for storage of new information. Ubuntu users can format using the Disk app or command-line utilities, like shred for secure deletion. Ensure to choose the correct disk partition type based…
-
How to Setup ElkArte with Nginx on Ubuntu Linux
This tutorial details the process of installing and configuring ElkArte Forum software on Ubuntu 18.04 by leveraging the Nginx HTTP Server. ElkArte is a modern, feature-rich forum software built on Simple Machine Forum (SMF). Steps are provided on how to install Nginx, MariaDB Database Server, PHP 7.2-FPM, and handling security configurations for an optimum setup.…
-
How to use su command on Ubuntu Linux with examples
This tutorial provides a guide on using the ‘su’ command on Ubuntu 18.04 LTS, enabling the user to temporarily switch roles for the login session. Ubuntu Linux OS is recommended for beginners, and ‘su’ is suitable for desktops, laptops, servers, and other devices. The command can be tricky when switching to root privileges; therefore, sudo…
-
How to Install ElkArte Forum with Apache on Ubuntu Linux
This tutorial guides users on installing and configuring ElkArte Forum software on Ubuntu 18.04 using the Apache2 HTTP Server. ElkArte is a new-age, community-building forum software improved from the Simple Machine Forum (SMF). The detailed guide includes Apache2 and MariaDB Server installations, securing the MariaDB server, installing PHP 7.2 and related modules, setting up ElkArte…
-
How to Allow Remote Access to MySQL Database on Ubuntu Linux
This tutorial guides on setting up remote access to MySQL server on Ubuntu 18.04. The default configuration not allowing remote connections can be modified by changing bind-address value to 0.0.0.0, enabling MySQL to accept connections on all host interfaces. Individual IP addresses must be granted access explicitly. Firewall exceptions for the specific port need to…