How to Set Up Multiple Timezones in Ubuntu

Do you find yourself continually checking the time difference when scheduling meetings with people living in other countries? Wouldn’t it be easier to have the time in multiple timezones on your desktop? That’s where Gnome Clocks can help. Gnome Clocks is not a task or a time manager. However, it can help us ease our … Read more

7 Linux Port Scanners for Admins and Enthusiasts

Port scanners are tools that help users identify open ports on a computer network. Admins can use them for reviewing security policies and monitoring network services. Plus, an abundance of Linux port scanners makes it easy to discover sensitive network information. In this guide, we look at some of the best port scanners available for … Read more

How to Download, Install, and Configure Plank Dock in Ubuntu

Macs may have popularized launcher docks, but it’s Linux where they were perfected. Apps like Plank allow you to have such a dock on your desktop. From there, you can launch your favorite apps, juggle the active ones, and check out useful information. Let’s see how you can install, use, and configure Plank in Ubuntu … Read more

A Look at KDE Desktop Effects

Since KDE 3, with each update, the number of desktop effects multiplied. Let’s take a trip into the land of KDE’s desktop effects and look at how you can use them to improve both your desktop’s aesthetics and usability. Are you new to KDE or Linux? See how KDE compares to GNOME. Hardware Requirements KDE … Read more

How to Find a File in Linux Using the Find Command

The Linux find command is one of the most important and handy commands in Linux systems. It can, as the name suggests, find files on your Linux PC based on pretty much whatever conditions and variables you set. You can find files by permissions, users, groups, file type, date, size and other possible criteria using … Read more

How to Control Your Wi-Fi Network in Linux

Is your Wi-Fi connection too slow? Are you having constant network problems while surfing the ‘Net? Chances are your wireless network is handling more traffic than it should. Luckily, it is quite easy to control your Wi-Fi network in Linux. You can use the open-source application evillimiter for monitoring and controlling device bandwidth. This guide … Read more

How to Disable Automatic Workspaces in GNOME

With distros rolling out releases using the latest versions of GNOME 3, more and more users are coming back to GNOME and finding that it’s much improved since the GNOME project first released it. Performance is better, features around customization and integration are more numerous, and there is nowhere near as many rough edges. However, … Read more

How to Back Up Files to Google Drive on Linux

Google Drive is an excellent medium for people who need to store online copies of their files. Linux users can leverage its free 15 GB plan for backing up essential configuration files. Moreover, you can back up a large volume of data, including media files, if you have an active Google Workspace (formerly G-Suite) plan. … Read more

How to Easily Create Cron jobs in Linux with Zeit

Cron allows you to run commands, programs, and scripts automatically at defined points in time or on a schedule. It’s powerful, it’s light, and it’s also hard to wrap your head around. That’s why you can find front-ends that try to simplify the use of crontab, and Zeit is one of the best ones. Zeit’s … Read more

How to Find Broken Symlinks in Linux

Symbolic Links, or symlinks, are a way to simplify management of your Linux system. This is quite common on servers or workstations, where linking one directory to another is used to have applications send information to another place in the directory tree without changing configurations – essential for maintaining a healthy system. However, the problem … Read more