Replace Text or a String in Bash
3 min read
Sometimes you might need to replace some text in a string - the bash allows you to do so easily. This...
How To Allow Remote Access To Your Localhost Apps With Ngrok
2 min read
Hosting your page on localhost is simple, ngrok allows you to share that connection with people outside...
Find Files in Directories in Bash
2 min read
Bash provides some great feature for you to find the files you are looking for, this is a simple way...
Full Width Container in Limited Width Parent
2 min read
A simple hack to allow the children of an limited HTML element to be full width.
Clean Your Git History With Git Fixup
2 min read
The easiest way to clean up your git history by using fixup and autosquash.
Fetch Multiple Urls at The Same Time
2 min read
Fetch multiple URLs at the same time using Promises.all
Loop Through Arrays in Bash
1 min read
How to loop through arrays in Bash
See if a Package Exists in a Bash Script
1 min read
How you can see if a package or commando exists in a Bash script.
Save Output to a Variable in a Bash Script
1 min read
Save the output of a command in a Bash script to use it later.
See if You Run a Bash Script in WSL
1 min read
This is how you see if you are using WSL within a Bash script.