53 Search Results
How to Check Disk Space in Linux
If you’ve been using Linux for a while, you probably know that disk space management is essential for system performance and stability. However, checking disk space in Linux is not as complicated as you might think. This article will explore different ways to check disk space in Linux, ranging from...
VMWare Replication: How to Increase Disk Space
What is VMWare Replication VMWare Replication is an asynchronous replication solution that is capable of protecting Virtual Machines from a source location in a target location. The target can be another data center or a cloud hosting provider. It is a licensed product where you are charged for replication licenses...
Understanding and Managing Linux System Logs Effectively
The beating heart of any Linux system isn’t just its kernel, but also the intricate network of logs that record its every whisper and shout. These logs are the system’s diary, chronicling everything from routine tasks to critical errors. For any Linux administrator, developer, or enthusiast, understanding these logs is...
How to Install, Configure and Use Gitlab CE on Ubuntu 22.04
How to Install GitLab CE on Ubuntu 22.04: A Step-by-Step Guide GitLab Community Edition (CE) is a powerful, open-source DevOps platform that enables DevOps teams to collaborate, manage code, and streamline their software development lifecycle. It is a really popular CI/CD with developers, and it is often considered one of...
How to use the APT package manager (Ubuntu / Debian)
The Advanced Package Tool (APT) is a powerful command-line package manager used in Debian-based Linux distributions like Ubuntu. It simplifies the process of installing, removing, updating, and managing software on your system. APT works by retrieving information from software repositories, which are online servers containing collections of packages. Let’s learn...
How to Install Jira from Atlassian on Ubuntu
Atlassian Jira is one of the best ticketing systems available. It is a powerful tool for issue tracking and project management. Founded in 2002, it has grown into a comprehensive platform that works best in an Agile development environment. Let’s now learn how to Install Jira! Jira allows users to...
How to Create a Custom Linux MOTD Screen
Creating a custom Message of the Day (Linux MOTD) screen on Linux involves modifying certain files and configurations. We’ll use the /etc/update-motd.d/ directory to add scripts that fetch and display relevant information. Creating a Custom Linux MOTD: Enhanced Guide Understanding MOTD: The Message of the Day (MOTD) is a brief...
Recent Comments