Visual Studio Code Keyboard Shortcuts collection
Visual Studio Code Keyboard Shortcuts collection. This list is a comprehensive list of shortcuts which can improve your coding productivity.
Visual Studio Code Keyboard Shortcuts collection. This list is a comprehensive list of shortcuts which can improve your coding productivity.
Explaining how to disable the right side page preview or minimap in vscode.
Keyboard shortcut to delete an entire line in vscode editor.
Keyboard shortcut to duplicate a line in vscode editor.
Exploring several possible ways to set gitbash directories, setting default directory when you open gitbash and by creating aliases.
Create an ubuntu user with home directory from commandline.
How to create a bash alias with arguments, using aliases and functions
How to get the return code of a command in bash. Also listing all reserved exit codes
Explaining how to change system date command line Ubuntu
How to use multiple cursors simultaniously in vscode, using keyboard shortcuts
Splitting string in Powershell defining a delimiter
Step by step guide to configure a keyboard-shortcut to toggle (show/hide) Activity bar.
Explaining how to setup Docker in an Ubuntu server or desktop.
Git-bash git init examples, explaining all required steps with practical scenarios and related commands in git bash.
Explaining steps to use windows command prompt from MobaXterm and utilize all capabilities of MobaXterm such as tabs.
A simple powershell script to print hello world. also print in color
Explaining how to get the date for day-before-yesterday in Linux Bash script
How to write output and error messages to two different files in shell scripts.
Explaining with examples for a linux user password change when the user login for the first time. This is enforced.
Explaining the required steps on how to set user password to never expire in linux. Exploring other practical options with examples.
Exploring steps to delete a directory or folder with a tilde in its file name, explaining practical errors and the final solution.
How to restart the computer from Powershell.
Explaining how to rename a computer using powershell prompting for the new name.
Windows terminal and WSL copy paste keyboard shortcuts explained.
WFH WiFi network optimization tips and tricks
Troubleshooting Ubuntu RDP connection error- Ubuntu XRDP authentication is required to create a color-managed device
Mobaxterm Rsync practical examples using a local bash terminal
Explaining how to configure your Windows 10 DNS to Google DNS
Explaining with examples how to get the current date timestamp or epoch time from a Linux command line, script or bash terminal
A perfect alternative for Windows RDP or MSTSC connection, MobaXterm
How to change the default window size in git bash
Explaining how to configure your Windows 10 DNS to Cloudflare DNS
Explaining how to install git (gitbash) inside your MobaXterm client
How to un-comment a line in a text file using sed by matching a specific word or character (Linux command-line)
Explaining in windows 10, how to take screenshot using keyboard shortcut
Configuring the MobaXterm local bash terminal
Windows 10 keyboard shortcuts
Configuring Onedrive to download only when needed
Explaining how to print full date in bash using shortcode
Explaining how to install and confire the LAMP stack, Linux Apache MySQL and PHP on Ubuntu
Explaining how to open multiple instances of MobaXterm
SSH, how to configure password less login. Step-by-step instructions from WSL client to remote server.
grep-ing pattern at the ending of a text file
grep-ing pattern at the beginning of a text file
Quicly replaces multiple spaces from a string variable in bash. This works well in Linux, Bash, Docker containers, centos, rhel etc.
Explaining, how to install git (gitbash) on windows 11, which can work along with vscode.
A how to guide for determining Windows Powershell version from Powershell.
This is an example script for shell script bash, until loop
Example script for shell script bash, while loop
Bash variable set a default value
Examples for deleting multiple characters using tr command in bash.