-
How to set up key login for ubuntu ssh
To set up SSH key-based login on an Ubuntu system, you'll need to generate an SSH key pair, add the public key to the remote server, and configure the SSH server to allow key-based authentication. Here's a step-by-step……
-
How to generate random password on Linux
Being able to generate a random password is an easy to do process on all Linux systems that allow users to enhance their security in a very simple way. Stronger than the average family member name, pet name, or hobby p……
-
How to quickly bind a range of IPs on RedHat based systems
In this short post I will show you how you can quickly add a range of IPs on any RedHat based system (Rhel, Centos, Fedora, etc). When you have to add many IPs to a system this can be quite handy and save a lot of tim……
-
How to hide Linux command line history
As a user of the Linux command line, there are times when you may not want certain commands to be recorded in your command line history. There can be many reasons for this, for example if you have a certain position in……
-
5 Best Self-hosted VPN/Proxy Solutions in 2023
If you want to use VPN for whatever reason, it's always easy to sign up for a commercial VPN provider like ProtonVPN. But sometimes, a self-hosted VPN server provides more benefits and this article will list the 5 best……
-
What is the Difference Between Curl vs Wget Commands
At first glance, you are right to think that both curl and wget are Linux-based utilities used to transfer files over a network via the Linux command-line environment. However, as per the Linux manual page (man page): ……
-
Nvidia vGPU Driver Instructions
Why you need GRID Drivers GRID drivers are required to use the GPU on your server. Without them, you will not be able to use the GPU. Using generic consumer drivers from NVIDIA or from the repo is not an option! These ……