-
·
The ls command in Ubuntu Linux with examples
The article offers a tutorial on using the ‘ls’ command to list files and directories in Ubuntu Linux. It provides step-by-step instructions with examples and explains various options that can be added to the command in order to customize the output. It also encourages feedback and corrections.
-
·
How to Install netstat on Ubuntu Linux
The article discusses how to install netstat, a network monitoring tool, on Ubuntu Linux, which is not automatically installed. Confusion with direct netstat installation is rectified by installing the ‘net-tools’ package instead using ‘sudo apt install net-tools’ command via Terminal. The installation can be verified by checking the version through ‘netstat –version’ command.
-
·
The cat command in Ubuntu Linux with examples
The cat command in Ubuntu Linux is a versatile command line utility used for viewing file content, creating new files, concatenating files, and appending text to existing files. Its primary use is to display the contents of one or more files in the terminal. Moreover, it also offers functionality to numerate lines, helping when reading…
-
·
How to Install Cockpit Web Console on Ubuntu Linux
The article provides a guide on installing and utilizing the Cockpit web interface on Ubuntu Linux. Cockpit is a user-friendly, web-based server interface that enables easy management of Ubuntu Linux servers. The article outlines the reasons for using Cockpit, provides step-by-step installation instructions, and describes its operation via network port 9090.
-
·
How to Install Incus Container in Ubuntu Linux
The article outlines the process of installing and using the Incus Container on Ubuntu Linux. Incus Container, an LXD fork, provides a lightweight, open-source container runtime to isolate applications and dependencies from infrastructure. It allows for a cloud-like experience, scaling from a lone developer’s laptop to a 50-server cluster, and can be managed through the…
-
·
How to Turn “Week Numbers” On or Off for Calendar in Ubuntu Linux
The article provides instructions for toggling the “Week Numbers” feature on or off in the Calendar on Ubuntu Linux. This feature, which corresponds to the week of the year, isn’t displayed by default. The guideline includes accessing the “Date & Time” settings and toggling the switch button to desired position.
-
·
How to Show or Hide Week Day in Ubuntu Top Bar
The article provides a guide on how to display or hide ‘Week Day’ on the top bar in Ubuntu Linux version 23.10. Users can simply toggle a button in the settings panels to manipulate this feature based on their preference. Steps include accessing ‘Settings’, selecting the ‘Date & Time’ button, and toggling the switch button…
-
·
How to Show Seconds on Ubuntu’s Clock & Calendar
This article provides steps to display seconds on the clock and calendar in Ubuntu Linux, a feature useful for timing events or system performance monitoring. The method involves using a toggle button in the settings panels that was introduced in Ubuntu 23.10. Some users, however, may find the additional detail unnecessary or distracting.
-
·
How to Completely Uninstall Docker from Ubuntu
The article provides a step-by-step guide on how to fully uninstall Docker from Ubuntu Linux. Docker, a platform that enables developers to run applications in portable containers, can be removed for reasons such as system conflicts, upgrades, or storage needs. The process involves stopping and removing Docker containers, images, networks, and caches before uninstalling Docker…
-
·
How to Install ping Command on Ubuntu Linux
The article provides guidance on installing and using the ping command on Ubuntu Linux, primarily used to test network connectivity. In Ubuntu Minimal Edition or Docker, the ping command could be absent. The solution is to install a package named ‘iputils-ping’ which will restore the ping functionality.