Linux Ecosystem for Noobs

The term “ecosystem” refers to the interconnected network of hardware, apps, services and other user experiences that are designed to work seamlessly together within a brand’s products. A good example of a ecosystem is Apple’s. Their devices works flawlessly together. People use this a way to justify their purchase of apple products and I get that, the ecosystem is great and it works flawlessly between apple devices, it integrates online services such as iCloud, the App Store, Apple Music, iMessage, FaceTime, and more and you can easily share content and access your data from any apple device....

December 25, 2024 · 5 min · Me

Beginner's Guide to Bash Customization

In this tutorial, we will examine some ways in which we can make our bash shell appear much more personal What is bashrc? bashrc (stands for bash read command) is a hidden file that is present inside a user’s home directory. bashrc is a configuration file for the bash shell. Each time we open a bash environment the bashrc loaded into the current environment and is executed once. This is the time when the configuration from the bash file is read and added to the current environment....

April 5, 2024 · 4 min · Me