This select set of Linux commands can help you master the command line and speed up your use of the operating system. When coming up to speed as a Linux user, it helps to have a cheat sheet that can ...
The Linux command line offers some very useful tools to enable you to perform mathematical calculations. This post runs through a series of commands you can use and demonstrates some techniques for ...
Linux is one of the popular operating systems and has seen wide adoption across the globe. It is an open-source, Unix-based operating system with many distributions for computers, embedded systems, ...
I cannot tell you how many times I've had to manage user passwords in Linux without the help of a GUI app. Whether it's on a server or because I'm using SSH to access a remote machine, knowing the ...
Everyone knows that Linux makes a great Web server. Some network administrators even use it in conjunction with Samba to create file servers that Windows workstations can access as easily as Windows ...
When I first started with Linux, I used to mostly rely on the graphical interface simply because it felt familiar and straightforward, especially since I am used to the Windows OS. However, after ...
Sed is a non-interactive text editor that operates on piped input or text files. By providing it with instructions, you can make it modify and process text in files or streams. The most common use ...
When I started my own Linux journey, I was adamant about not even touching a terminal window. As if the command line was this diseased, disgusting thing. "If I can't do it with a GUI then I'm not even ...
Lazygit is a tool designed to ease your day-to-day git use. The git command-line program is definitely worth learning, but it ...
In the VDI environment that I administer I have printers attached to discreet Linux-based print servers and VDI clients. In this article I will share with you some of ...