Tag: shell script
-
Coding Linux Shell Script to Update Ungoogled Chromium One-Command Line
This blog post will show how to code a Linux shell script to get the Ungoogled Chrome browser one-command line. Link to Github gist – here What is Ungoogled Chrome browser it’s fully removed from Google tracking scripts and search engines. More in https://ungoogled-software.github.io/
-
Coding Linux Shell Script to Update Postman One-Command Line
I’m tired of seeing the update Postman and the failed update in the background. And get up my knowledge and write a shell script which helps with routine. This blog post will show you how to code a Linux shell script to update the Postman application one-command line. Link to Github gist – here
-
Coding Linux Shell Script to Update Discord One-Command Line
I’m tired of seeing the update Discord pop up every week. And getup my knowledge and write a shell script which helps with routine. Also, I remember that joke: What is the difference between a software engineer and a lazy person? A lazy person will automate their tasks to save time, while a software engineer…