Network configuration in Ubuntu
Updated on 07/02/2021. This document is intended to support Ubuntu server administrators and aims to help you manage your network using the terminal. (more…)
Updated on 07/02/2021. This document is intended to support Ubuntu server administrators and aims to help you manage your network using the terminal. (more…)
Currently, if you are a frequent computer user with an Internet connection, it is likely you have a lot of data stored. This is not only a bunch of personal documents or multimedia files but also data related to programs (more…)
Instead of deleting a user account in Ubuntu , it is possible to manually disable it (lock it) or unlock it.
(more…)
On Linux operating system, the messages that are triggered by the kernel, by the system services and by the running applications are written and stored on log files. Different types of information are stored on different log (more…)
Fdisk is used to manipulate the disk partitions and its types like GPT, MBR, Sun, SGI, and BSD partitions. Fdisk is available as part of the Linux utils commands .We will be exploring some of the many usages of Fdisk, Ubuntu partition manager, in this article. (more…)
In you are running a Virtualbox on Windows 10 and wanted to add some cool features such as folder sharing and copy/paste between your VM and the host, then you are at the right place. (more…)
Glances, is a command-line utility, written in Python , used to monitor the CPU, average load, memory, network interfaces, I / O disk, processor and system of files. (more…)
Losing files is really annoying for all of us. Many think that the data they have just lost is gone for good and there is no way it can be retrieved or recovered. The good ne-ws is that there are tools (more…)
If you have a docker container and would like to add users to run some processes, this short tutorial is for you. The trick here is to rely on USERADD rather than on the interactive wrapper (more…)
Sometimes a software installation requires you to check your Linux system details, such as the architecture, the devices, the version as well as the hardware specification for compatibility (more…)