How to disable user accounts and enhance password authentication in Ubuntu
Instead of deleting a user account in Ubuntu , it is possible to manually disable it (lock it) or unlock it.
(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…)
If you have been working with Docker for some time, it is likely that you may have accumulated a high number of images, data volumes as well as containers. If these are no longer used or needed they may consume (more…)
In this short tutorial, you will learn how to send one-liner emails using sSMTP from your Linux Ubuntu/Debian terminal. But why on earth would we want to send Emails from the terminal ? (more…)