-B To save a file and back up the previous version of it by appending a tilde (~) to the current filename. -E To convert the typed tabs into spaces. -L To stop adding a new line after the original ...
For a fairly new Linux user, things can be a bit overwhelming in the beginning. While the robustness and unlimited customizability options are attractive, performing basic tasks can be daunting, ...
You don't have to use the command line in Linux. With the help of these free GUIs, Linux becomes much easier. These tools can be easily installed. Linux is becoming ...
I use Linux for both desktop and server. My preference for a server OS is one without a GUI, which means I have to turn to a lot of command-line tools. In some cases, I prefer to use the same ...
Making tools for machine-aided reading and agency, sometimes with Obsidian. Making tools for machine-aided reading and agency, sometimes with Obsidian. Making tools for machine-aided reading and ...
In my recent exploration of Microsoft’s Azure Linux 3, I was impressed by its efficient RAM usage — just 115MB upon booting. This sparked my curiosity about the RAM consumption of various Linux ...
A Rust lib to encrypt/decrypt data with RSA public/private key pair and do base85/base64 encoding/decoding. A Rust implementation of a Base64 encoder and decoder. This project includes functions to ...
For certain tasks or applications, you might need to set a specific date and time for testing or debugging purposes. If so, this tutorial is for you! This brief guide will provide you with ...
Sometimes while interacting with your Linux system you may need to prompt users for input or read input from files, or even want to set timeouts. You can perform these tasks and many others with the ...
The simplest and most common way to run a program is by directly executing it. To do this, navigate to the directory containing the program file using the ‘cd’ command. Then, simply type the program’s ...
Linux tricks can help you get work done faster, especially when they're easy. Here are some ways to find files, reuse prior commands, stop processes and more. In this post, we’ll take a look at a ...