Showing posts with label ~/.bashrc Script Importance. Show all posts
Showing posts with label ~/.bashrc Script Importance. Show all posts

Friday, June 2, 2023

~/.bashrc Importance in shell script

 You can make changes permanent on current shell using bashrc script like :-

~/.bashrc:-

1. make alias command='command'

2. functions and packages 

3. shopt -s cdspell (set), shopt -u cdspell (unset), shopt -s autocd (set), shopt -u autocd (unset)


Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...