June 2021

Get the name of the newest file in a directory on the linux shell

If you have a directory with many files (a few thousand in my case) and need to know which one is the newest, then the following command might be useful. It returns the name and details of the newest file in a directory where it is executed: ls -tl | sed -n 2p The post

Get the name of the newest file in a directory on the linux shell Read More »

How to Set Up Nginx Server Blocks on Ubuntu 20.04

This article was contributed by the folks at RackNerd – a provider of shared hosting, reseller hosting, VPS hosting, dedicated servers, DRaaS, colocation, and more. If you are looking for a VPS with full root access to set up Nginx on, be sure to review their latest LowEndBox special offers here. If you want to

How to Set Up Nginx Server Blocks on Ubuntu 20.04 Read More »

10 Best Linux Desktop Distributions in 2021

As half of the year has passed, it is the right time to discuss the best Linux distributions in 2021. Linux is an open-source operating system based on a Linux Kernel, GNU shell utilities, desktop environment, applications, package management system, and X server. It is far most famous among other operating systems because of its

10 Best Linux Desktop Distributions in 2021 Read More »

How to Boot Ubuntu into Recovery Mode

Every device comes up with the “Recovery Mode” feature which has the capability to perform different operations. These operations include cleaning the junk data, update installation, data restoration, back up or device reset. Similarly, in Linux distributions, we also have the accessibility of the “Recovery Mode” feature. It allows the user to reboot the system

How to Boot Ubuntu into Recovery Mode Read More »

How to Change the Terminal Font Size in Ubuntu

When Linux server administrators spend a lot of time over the terminal managing and doing administrative tasks, they become bored watching the same terminal screen and fonts. Individuals work excellently in an environment of their preference. For resolving this purpose, Ubuntu provides some preference settings to customize the terminal settings. This post consists of how

How to Change the Terminal Font Size in Ubuntu Read More »

Reduce CPU and Disk load of backup scripts with nice and ionice

Running a nightly backup script on a server system, such as a web hosting server, can result in a heavy load and longer latency for other processes, for example, HTML or .php pages load slowly during the backup because the backup script requires too many I/O or CPU resources. On Linux systems, two shell utilities

Reduce CPU and Disk load of backup scripts with nice and ionice Read More »

How to Fully Uninstall Steam from Ubuntu

Steam is a popular platform for video game distribution and provides a convenient way to purchase and download PC games through a Steam account. Apart from that, it allows users to interact with a huge gaming community. Installing games through Steam gives various advantages like proper management of your purchases, automatic updates, no DVD boxes,

How to Fully Uninstall Steam from Ubuntu Read More »