How To Run Long-running Scripts on a Raspberry Pi

Keep a script running forever over SSH.

Source: How To Run Long-running Scripts on a Raspberry Pi | Tom’s Hardware

Use Date Command In Bash Scripting In Linux

This guide explains how to use date command in Bash scripting and how to work with date and time in shell scripts in Linux.

Source: Use Date Command In Bash Scripting In Linux – OSTechNix

Run Windows Software On Linux With Bottles

This tutorial explains what is Bottles, how to install Bottles in Linux and how to manage and run windows software with Bottles in Linux.

Source: Run Windows Software On Linux With Bottles – OSTechNix

Using the nice and renice Command in Linux

In this tutorial, you will learn how to use both the nice command and renice command on a Linux system.

Source: Using the nice and renice Command in Linux – Pi My Life Up

How to replace a string in multiple files in Linux command line

I need to replace a string in a lot of files in a folder, with only ssh access to the server. How can I do this?

Source: How to replace a string in multiple files in linux command line – Stack Overflow

How To Loop Through Files in a Directory

Iterate through the files in a directory and run commands against them using shell scripting loops.

Source: How To Loop Through Files in a Directory | DigitalOcean

Ubuntu 20.04 LTS change hostname permanently

Ubuntu 20.04 LTS change hostname permanently – Learn how to change hostname on Ubuntu Linux version 20.04 using the hostnamectl command.

Source: Ubuntu 20.04 LTS change hostname permanently – nixCraft

Get macOS ‘Quick Look’ on Ubuntu with GNOME Sushi

Use GNOME Sushi to get a macOS ‘Quick Look’ feature in Ubuntu. Just select a file in Nautilus then hit the spacebar to see an instant preview – sound good?

Source: Get macOS ‘Quick Look’ on Ubuntu with GNOME Sushi – OMG! Ubuntu!

How to Install Linux Mint’s New ‘Bulky’ File Renamer in Ubuntu 20.04

Linux Mint introduced a new batch file renamer app ‘Bulky’ in the upcoming 20.2 release. Here’s how you can install it in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04.

Source: How to Install Linux Mint’s New ‘Bulky’ File Renamer in Ubuntu 20.04 | UbuntuHandbook

How to Edit a File Using Nano

Learn here the basic usage of Nano text editor such as opening and creating a file, copying, and pasting, saving, and exiting.

Source: How to Edit a File Using Nano (LinOxide)