
Mon Feb 08 2021
Using the SSH Config File
OpenSSH allows you to set up a per-user configuration file where you can store different SSH options for each remote machine you connect to. This article covers the basics of the SSH client configuration file and explains some of the most common configuration options.
Read more

Mon Feb 08 2021
How to Change a Git Commit Message
This guide explains how to change the message of the most recent or older Git commits.

Mon Feb 08 2021
Cp Command in Linux (Copy Files)
cp is a command-line utility for copying files and directories on Unix and Linux systems.

Mon Feb 08 2021
Cat Command in Linux
Cat is most commonly used to display the contents of one or multiple text files, combine files by appending one file's contents to the end of another file, and create new files.
Sun Feb 07 2021
How to Install and Use Wine on Ubuntu 20.04

Wed Feb 03 2021
How to Install Microsoft Edge Browser on Ubuntu 20.04

Fri Jan 29 2021
How to Install Python 3.9 on Debian 10

Tue Jan 26 2021
Bash wait Command

Mon Jan 18 2021
Python Tuples

Mon Jan 11 2021
Find and Replace in Vim / Vi
