Here I’m mentioning all the commands related to Vi and Vim editor that I learn Command to delete all lines in Vi Editor: :1,$d Delete a single line where the cursor is dd Find and /replace :%s/find_word/replace_word/g To search a word that has the character forward slash / or any special characters then simply include […]
Linux
How to Send Files from your localhost to Another Server through SSH
Objective: Upload Files/Folder from my local to server. (How to Send Files from your localhost to Another Server through SSH) Challenge: I’m bored to use Filezilla. So just have to use putty or Git Bash or Windows Subsystem. I have used Ubuntu Subsystem in my Windows 10 for SSH access. Solution: Use Secure Copy Command […]