How to run a Linux command in background ?
Running a command in the background can be useful when the command will run for a long time and does not need supervision. It leaves the screen free so you can use it for other work. In addition, it doesn’t stop the next processes or commands in…
How to create a WiFi Hotspot from your PC using Command (No third party tools required)
Create Wifi Hotspot from your PC using Command No any third party tools/softwares required Set Hosted Network Command netsh wlan set hostednetwork mode=allow ssid=TheNetwork key=123456789 Start Hosted Network netsh wlan start hostednetwork Stop Hosted…