Server

Changing the Nameservers for Namecheap

This quick guide will help you point your namecheap server to your own server by changing its nameservers. 1. Go to the domain list and find the nameservers under the domain tab. The namecheap basic dns namservers are dns1.registrar-servers.com and dns2.registrar-servers.com. To change this, select custom DNS and add your nameserver. Click the check icon …

Changing the Nameservers for Namecheap Read More »

Digitalocean Droplet

A Droplet is a virtual machine provided by DigitalOcean, a cloud computing platform. It provides users with the ability to deploy, manage, and scale applications on the cloud. Each Droplet is a self-contained virtual environment with its own operating system, memory, storage, and processing resources. Creating your own droplet When you log in to your …

Digitalocean Droplet Read More »

Git vs GitHub What’s the Difference?

What is Git? Git, which was created in 2005, is an extremely popular version control system that is at the heart of many high-profile projects. Git is a version control system that is installed and maintained on your local system rather than in the cloud, and it provides you with a self-contained record of your …

Git vs GitHub What’s the Difference? Read More »

How To Make A Snapshot Of A DigitalOcean Droplet

Snapshots are on-demand disk images of DigitalOcean Droplets and volumes saved to your account. You can utilize them to create new Droplets and volumes with the same contents. The first thing you need to do is head over to your DigitalOcean dashboard and under “Manage” click on “Images“. Under the images proceed to “Snapshots“. Based …

How To Make A Snapshot Of A DigitalOcean Droplet Read More »

How to Access Remote Machine in Visual Studio Code Using SSH

For today’s blog, I will guide you on how you can access any folder on a remote machine using SSH. Once connected to a server, files and folders can be accessed from anywhere on the remote filesystem. Getting Started 1. To begin, you should have a Visual Studio Code. Open, your VS Code then go …

How to Access Remote Machine in Visual Studio Code Using SSH Read More »