- [Remote Explorer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-explorer)
- [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
pwd
cd home | cd..
whoami
mkdir <directory_name>
ls | la | ls -a | ls -l
cat
echo
mv
rm | rmdir | rm -R
cp
man
sudo
cd ~/.
mkdir awesomeproject
cd awesomeproject
echo "I like Coding and this is my first readme.md" > readme.md
cat readme.md
code . if the this is not working follow link below ⬇️