Software & Apps

Ubuntu 8

Using SSH Tunneling with Remmina 1.2.0

SSH tunneling is a powerful tool that allows you to establish secure connections between your local machine and a remote server. This article will guide you on how to use …

Ubuntu 2

How To Run and Debug Bash Scripts in VSCode on Ubuntu

In this article, we will delve into the process of running and debugging Bash scripts in Visual Studio Code (VSCode) on an Ubuntu system. Bash scripting is a powerful tool …

Ubuntu 18

Making /etc/resolv.conf Changes Permanent in WSL 2

In this article, we’ll be discussing how to make changes to the /etc/resolv.conf file permanent in Windows Subsystem for Linux 2 (WSL 2). This is a common requirement for system …

Ubuntu 17

How To Perform a Low Level Format of a Hard Drive

In this article, we will delve into the process of performing a low-level format of a hard drive. This is a task that should be approached with caution, as it …

Ubuntu 9

Using Wildcards in Rsync Command for Backup

Rsync is a powerful command-line tool that allows you to synchronize files and directories between two locations on a local machine or between two machines over a network connection. One …