LLinux Read More 2 minute read SSH Into a VMware Linux Guest VM from the Host OSbyEdXDSeptember 20, 2023 Connecting to your VMware virtual machine’s Linux operating system via SSH is simple, but it’s not as straightforward…
LLinux Read More 8 minute read How to Connect to a VPS (Linux & Windows) with RDP or SSHbyEdXDAugust 9, 2023 Connecting remotely to your VPS or dedicated server is an essential skill for managing your online projects and…
MMiscellaneous Read More 2 minute read Resolving Git Authentication Issues Despite Successful ‘gh auth login’ in GitHub CLIbyGeorge A.April 10, 2023 The gh command asks for authentication even though gh auth login was successfully used, and the machine is…
LLinux Read More 3 minute read Fix Virtualenvwrapper workon/mkvirtualenv: command not foundbyEdXDApril 9, 2023 In this tutorial we’ll cover how to fix the mkvirtualenv: command not found or workon: command not founderror…
LLinux Read More 6 minute read How To Use Find with atime, ctime, mtime, amin, cmin, mminbyEdXDFebruary 17, 2023 In this article you will learn how to find files based on the last time they were accessed,…
LLinux Read More 5 minute read How to Install Apache Web Server on LinuxbyEdXDJanuary 5, 2023 Apache Web Server is one of the most popular web servers available and is used by many of…
UUbuntu Read More 3 minute read Install TeamViewer in Ubuntu 22.04byEdXDJanuary 5, 2023 TeamViewer is a widely used remote access program that can remotely connect to desktops and mobile devices from…
LLinux Read More 4 minute read What Do ‘sudo apt update’ and ‘sudo apt upgrade’ Do?byEdXDJanuary 5, 2023 Linux has an advanced package management tool called Advanced Package Tool, commonly referred to as APT (apt). It…
LLinux Read More 4 minute read How to Show Progress During File Transfer with RsyncbyEdXDJanuary 5, 2023 The (capital) -P option lets you show the progress during file transfer with Rsync. You can show the…
LLinux Read More 6 minute read Systemd Unit Files Everything You Need to KnowbyEdXDJanuary 4, 2023 systemd is the mother of daemons. Daemons are services running in the background without user interaction. As an…
LLinux Read More 6 minute read Systemd Tutorial – Learn How to Use Systemd to Manage Your Linux SystembyEdXDJanuary 4, 2023 The secret to controlling services on your Linux system lies in understanding how to use systemd effectively. As…
LLinux Read More 5 minute read How to Use SCP To Transfer Files with SSH Keys (PEM File)byEdXDJanuary 3, 2023 Every Linux administrator is well versed with various command-line utilities used to access and manage remote servers. Two…