Learn how to sort disk usage in Linux using the du command. Get examples on how to organize your directory based on size 🐳🐓🐝 Sorting Disk Usage Output…

Android | Linux | SDL - Narrow Escape

Learn how to create infinite loops in bash scripts on Linux. This tutorial provides examples and syntax for setting up looping forever in a bash script 🤓 Crafting…

Android | Linux | SDL - Narrow Escape

Discover how to implement a counter in a Bash script on Linux. Learn about arithmetic operators and common pitfalls when looping a fixed number of times ♻️ Implementing…

Android | Linux | SDL - Narrow Escape

Learn how to declare and use boolean variables (True or False) in bash scripts on Unix-like systems. Enhance your shell scripting skills 📈 Using Boolean Variables in Bash…

Android | Linux | SDL - Narrow Escape

Learn how to subtract an integer from a variable in a bash script ➖ Four methods, including (()), $(( )), expr, declare, and the bc command Subtracting Variables…

Android | Linux | SDL - Narrow Escape

Learn how to use xargs command in Linux to execute commands with args from standard input or a file ⌨️ Level up your skills with xargs commands The…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Thunderbird 2. Gmail setting 1 Install Thunderbird Thunderbird is installed by default. If you uninstalled it, please run Ubuntu Software via Dash. Search…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install vivaldi 2. Run vivaldi 1 Install vivaldi Install vivaldi package. $ URL=https://downloads.vivaldi.com/stable$ wget -q ${URL}/vivaldi-stable_1.11.917.39-1_amd64.deb$ sudo dpkg -i vivaldi-stable_1.11.917.39-1_amd64.deb || (sudo apt -f…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install WordPress 2. Access to WordPress 1 Install WordPress Change WORDPRESS_DOMAIN to your machine’s FQDN. This article uses default SSL/TLS certicication file for https….

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install tftp 2. GET file with tftp 1 Install tftp Install tftp package. /srv/tftpboot is used for TFTP server directory. > sudo zypper -n…

Android | Linux | SDL - Narrow Escape