
Fri Feb 07 2020
How to Remove a Git Remote
Git remote is a pointer that refers to another copy of the repository that is usually hosted on a remote server. This guide explains how to remove a Git remote.
Read more

Fri Feb 07 2020
How to Change a Git Remote's URL
Git remotes are pointers to the versions of the repository that are typically stored on other servers. This guide explains how to change the URL of a Git remote.

Thu Feb 06 2020
Create a Linux Swap File
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space.

Thu Feb 06 2020
How to Add Swap Space on Ubuntu 18.04
Swap is a space on a disk that is used when the amount of physical RAM memory is full. This tutorial covers the steps necessary to add a swap file to Ubuntu 18.04.
Wed Feb 05 2020
How to Install Apache Maven on Debian 10

Tue Feb 04 2020
Lsmod Command in Linux (List Kernel Modules)

Sat Feb 01 2020
How to Delete (Remove) Files and Directories in Python

Fri Jan 31 2020
How to Install Yarn on Debian 10

Wed Jan 29 2020
Bash Select (Make Menus)

Tue Jan 28 2020
Bash break and continue
