News

It’s pretty easy to run a batch file on Windows. Just create a file, change the extension to .bat, and either call the script in PowerShell or double click to execute it. Windows users are spoiled.
For example, sometimes you may want to run a script or a command whenever you start your Linux machine. There is more than one way to do this. Put the command in your crontab file. The crontab ...
Nohup is a command which prevents commands / scripts from stopping should we close a terminal window / SSH session.
BASH is a Unix shell and command language which can run Shell Script files. You do not need to install Ubuntu or any other Linux Distros unless your scripts need the ...
The Linux expect command takes script writing to an entirely new level. Instead of automating processes, it automates running and responding to other scripts. In other words, you can write a ...
in a walled-off virtual-machine-like sandbox running on top of ChromeOS. An alternative approach involves using Crouton. It provides the environment for a full Linux installation, desktop, and all.
But, as most dedicated Linux desktop users will eventually discover, there comes a time when you just need to run a particular piece of Windows software on your Linux PC. There are quite a few ...