Ubuntu
-
How to SSH into WSL Ubuntu
Ensure that Windows Subsystem for Linux (WSL) is installed on your Windows machine. Inside UBUNTU enable ssh server or daemon… Read More
-
How to give full permissions for sub directories in linux machines ?
sudo chmod 755 $(find loginapp -type d) Read More
