-
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.
-
How to Install Certbot on Ubuntu Linux
The article explains how to install and manage Certbot, a free tool for automating SSL/TLS certificates from Let’s Encrypt Certification Authority, on Ubuntu Linux. The software includes plugins for web servers like Apache and Nginx. Installation methods include using the apt command or Snap package manager. After installation, users can create and renew certificates with…
-
How to Install Terraform on Ubuntu Linux
The article provides a guide on installing Terraform, an open-source Infrastructure as Code tool, on Ubuntu Linux. Terraform is installable via two common methods: through the Snap package manager or its official repository. Despite not being in Ubuntu’s default repositories, the guide walks through command line inputs, enabling easy installation and management of infrastructure resources.
-
How to Install DocuSeal on Ubuntu Linux
This article provides a guide for installing and using DocuSeal, an open-source document-signing platform, as an alternative to commercial services like DocuSign and PandaDoc on Ubuntu Linux. DocuSeal offers user control over data, potential cost-effectiveness, and customization. Instructions are provided for Docker installation and setting up DocuSeal via docker-compose under a custom domain.
-
How to Repair or Reset WSL Ubuntu in Windows 11
The article offers a guide on how to repair or reset Windows Subsystem for Linux (WSL) Ubuntu distribution if not functioning correctly in Windows 11. A repair can restore default settings without data loss, while a full reset will erase all data and settings. It provides step-by-step instructions to access these options through the Windows…
-
How to Install Fleet Osquery Manager on Ubuntu Linux
This article provides a detailed guide for installing and using Fleet Osquery Manager on Ubuntu Linux. Fleet is an open-source platform that aids IT admins with device management, featuring live query ability, and real-time visibility of servers, containers, and laptops. The installation process includes setting up MariaDB database server and Redis Server, creating a dedicated…