News

To start your journey with the Linux command line, it's important to know a few things before diving in. These aspects of the terminal are fundamental to getting the most out of the tool. Shall we ...
You need to package up a bunch of files, send them somewhere, and do something with them at the destination. It isn’t an uncommon scenario. The obvious answer is to create an archive — a zip or tar ...
At times, we need to write shell scripts that are interactive and user executing them need to monitor the progress. For such requirements, we can implement a simple progress bar that gives an idea ...
The script command not only makes a record of what commands you run but also allows you to save the output generated so that you can examine it later or easily turn your command sequences into scripts ...
If you've worked in the terminal, it's likely you're in some way proficient with the command history features of your shell. There's a lot more functionality than many realise however, and learning it ...
Last time, I talked about what's known informally as l33t-speak, a series of letter and letter-pair substitutions that marks the jargon of the hacker elite (or some subset of hacker elite, because I'm ...
Ever since Microsoft announced that PowerShell would be made open source, I have been really curious about what it would be like to run PowerShell on a Linux machine. Would it be like managing a ...
Windows Terminal is also great for customization. You can change the appearance of the prompts, pick custom fonts, adjust ...