Feb 11, 2021How to detect errors in a bash pipePerhaps you have enabled the errexit option in your bash script, but you have noticed that it may not stop executing if it gets an error when executing a command that pipes into another command. …Bash Programming2 min readBash Programming2 min read
Dec 23, 2020Force A Bash Script To Exit On ErrorBash scripts are a useful tool for anyone that works with the Linux operating system. Bash scripts are useful to automate tasks that are repetitive or complicated. The more a script does the more likely it will encounter errors during execution. In most higher level languages when a error is…Bash2 min readBash2 min read
Dec 21, 2020Bachelor Chow: A Recipe a DayOne thing that has annoyed me for quite awhile was that when you look for recipes online there is a lot of extra fluff. There seems to be some sort of story before the recipe and intrusive Ads. So I thought that I would make a webpage that will display…Docker10 min readDocker10 min read