Creating a bootable SD card for beaglebone black using fdisk (command line)Aug 28, 2022·5 min read·853
Make the most out of Linux Shell AliasesAliases are a powerful and convenient way to reduce the time that you need to spend typing out long commands. It makes your life easier as a Linux user by essentially reducing lines of complex group of commands that are piped together down to a lette...Sep 6, 2022·2 min read·288
Adding executable to your PATH variableIn this tutorial, we will learn how to add our shell scripts to the PATH variable so that we can access our scripts from anywhere in the command line. This is a critical feature to our scripts so that we are no longer restricted to the directory that...Aug 27, 2022·3 min read·40
Getting started with BASH scripting- Part 1what is bash scripting What is the use of bash scripting? Bash scripting allows an user to group a bunch of commands together and execute it. This will be tuturial series explaining one core component on each post. In this post, we will be looking at...Aug 27, 2022·6 min read·89