/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jokeshahaa.blogspot.com
| | unixdigest.com
7.3 parsecs away

Travel
| | [AI summary] This text provides an in-depth overview of Unix shells, covering their history, various types (like Bash, Zsh, Fish), and their features. It also discusses best practices for using and writing shell scripts, such as adhering to POSIX standards for compatibility and avoiding command auto-completion habits. The text concludes with recommendations on choosing the appropriate shell based on personal or system-specific needs.
| | sanctum.geek.nz
6.6 parsecs away

Travel
| | [AI summary] The article provides comprehensive guidance on various aspects of shell scripting and system administration. It covers best practices for using cron jobs, managing shell configuration files, customizing the shell prompt, and handling command exit statuses effectively. Key points include setting up cron tasks, organizing shell configuration with .d directories, trimming directory paths in prompts, and improving script readability by avoiding the use of $? directly.
| | dumblebots.com
8.4 parsecs away

Travel
| | In this blog, I will be explaining how to get started with bare-metal Assembly Language programming on AVR microcontrollers, along with an example for the ATmega328P. We will see how a program is stored and executed by the Microcontroller's hardware; the syntax of the Assembly language, and also how to build and upload your program...
| | earthly.dev
23.3 parsecs away

Travel
| Learn the ins and outs of bash scripting and how it can make your life easier. From understanding shebangs to error handling and variable naming, t...