In order to set ssh key permissions in linux, we first need to know the correct permissions to assign. Without secure permissions your system will be open to attacks. So,…
In this article we will show you the code to find all the text files in multiple directories in ubuntu and windows. You can use the same for macos too.…
In this article we will provide you the code for creating multiple nested directories on ubuntu, windows, macos and other linux or unix based operating systems. on windows, we can…
In this article we will provide your code for clearing Ubuntu terminal or WSL windows command line without clearing history. Use clear command with -x attribute. Note: Remember to use…
In this article we will show you the code to get who is logged in to your windows, linux, mac or Ubuntu operating system. Use whoami command in terminal to…
To install a .tar.gz or .tar.bz2 files in Ubuntu, you need to first extract the tar and then run installation commands. Code Example – 1. For .tar.gz files – 2.…