How to fix high memory usage in Linux
In some circumstances, you may notice that your computer is running slow. This might be due to applications consuming a large chunk of memory without you noticing it.
In some circumstances, you may notice that your computer is running slow. This might be due to applications consuming a large chunk of memory without you noticing it.
You will find below our curated collection of in-depth articles designed to help you with development, configuration, and troubleshooting across various operating systems, including Windows, macOS, and Linux (specifically Ubuntu).
In this short article, we will see how to empty buffers and cache on a Linux/Ubuntu system. (more…)
APT is one of the most frequently used commands in Ubuntu ( and Debian family hereafter ) . APT stands for Advanced Package Tool and is used as a package management (i.e. updating, adding or removing) (more…)
During the installation of Ubuntu 18.04 and after choosing the partition, you get the following error message: grub-efi-amd64-signed package failed to install into / target/. (more…)
Updated on 7/1/2023 – In Linux, automated tasks are referred to as cron jobs. These jobs are executed by a daemon called CRON, which runs commands at predetermined times or intervals. The exact time for a command to run can be set by specifying the (more…)
In this article you will learn how to modify the computer name ( hostname ) in ubuntu starting from 14.10 release. (more…)
Microsoft Outlook is an indispensable tool for communication and organization in both personal and professional spheres. It centrally stores crucial data such as emails, contacts, calendars, tasks, and notes within Personal Storage Table (PST) files. (more…)
Virtual Private Network or VPN is a private network of securely interconnected computers over the insecure public internet. A user who wants to access this private network as if he is (more…)
If you’re running Jenkins inside a Docker container for your Continuous Integration and Continuous Delivery (CI/CD) pipelines,