Pawan S
-
Essential Git Commands for Developers
Setup: 1. Initialization: 2. Staging Your Work 3. Committing Changes The [message] provides a brief description of the changes made.… Read More
-
How to Edit the Windows Hosts File.
Step 1 – Open Notepad as an Administrator Step 2 – Locating and Opening the Hosts File Step 3 –… Read More
-
How to SSH into WSL Ubuntu
Ensure that Windows Subsystem for Linux (WSL) is installed on your Windows machine. Inside UBUNTU enable ssh server or daemon… Read More
-
How to Copy Files To Your Linux Machine (Securely!)
Using the scp command (for remote machines): scp stands for secure copy and uses SSH for secure transfer. Syntax: Step… Read More
