#linux
Read more stories on Hashnode
Articles with this tag
While trying to get Red Hat (RHEL9) installed in my WSL (Windows Subsystem for Linux) within my Windows 11 laptop, I stumbled upon the same hurdle I...
While trying to setup RHEL with WSL 2, I stumbled upon this very helpful blog https://wsl.dev/mobyrhel8/ While doing the setup, I found this zsh theme...
If you want to change the Ubuntu hostname running on WSL, you might have already tried updating the /etc/hostname file, only to realize that after a...
Note : These exercises are from “Linux Training Academy’s” Shell Scripting course. Exercise 1: Write a shell script that prints “Hello World!” to the...
There are literally thousands of commands in Linux and I am not even talking about the custom ones developed by the community for some awesome stuff....
chmod and chown are among those popular Linux commands. chmod: To modify access to files and folders by providing read/write/execute...