#Fish is Like #Bash With a Brain — Here's How to Try it on #Ubuntu #Linux
https://www.omgubuntu.co.uk/2025/07/fish-shell-ubuntu-terminal/

#Fish is Like #Bash With a Brain — Here's How to Try it on #Ubuntu #Linux
https://www.omgubuntu.co.uk/2025/07/fish-shell-ubuntu-terminal/
Proxmox: spegnere (e riaccendere) LXC e VM via script Bash https://gioxx.org/2025/07/30/proxmox-shutdown-lxc-vm-bash
#bash #debian #linux #lxc #nfs #proxmox #script #terminale
From many an open source project README.md or INSTALL.md:
> To install, open a terminal and execute the following command: curl https://cool-app.good-pinky-swear.example/install-latest.sh | sudo sh
Bonus points if it's http, not https.
Isn't this similar in caliber like this one
rm -Rf /
No one in their right mind is so stupid to just take a command from the internet and execute it in the shell, especially not as root, or are such stupid people actually on the planet?
You know that bash is a good shell, when I have a bash window open at all times, just to check if the piece of shellcode I just wrote actually behaves like I expect it to.
Nobody:
Bash:
newfile=$(...) #
newfile = $(...) # cOmMaNd NoT fOuNd
Bash:
if [ -n $1 ]; then ... #
if [ -n $1]; then ... # I dOnT uNdErStAnD
if [-n $1 ]; then ... # WhUt ??
Heredocs Can Make Your #Bash Scripts Self-Documenting | Hold The Robot
https://holdtherobot.com/blog/heredocs-can-make-your-bash-scripts-self-documenting/
Okay nerds. I’m hoping for recommendations because search results are all getting so murky with AI injections.
I am not a software developer, but I’m having to get more into it for the purpose of automation and sysadmin tasks. Presently I am focused on bash, python, a bit of PowerShell and CaC/IaC like Ansible, kubernetes etc.
Please recommend some books that are focused on software design patterns and principles that would be relevant for my use case.
Thank you!
One Open-source Project Daily
yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
https://github.com/mikefarah/yq
#1ospd #opensource #bash #cli #golang #yaml #toml #json #csv #xml #properties #devops #splat
This is the current weather using wttr for the PBM Airport in SR / SA
As you can see wttr has a very flexible manner of asking for weather, is opensource, has a lovely API and can be used in countless manners. For me the fact that I can call it up from bash (and any shell) is smooth nice and amazing
The Bard and The Shell - a great article by Armin Hanisch - @Linkshaender - for the BSD Cafe Journal - @journal
how to sort the tags by semver, simply use the -V option of gnu sort
git tag -l|sort -V
Preparing scripts to bump KDE gear libraries/applications, this has been in my todo list for quite some time. For the KDE frameworks this already works fine.
First draft looking promising, now need to fine-tune/add what's missing.
So far already up to 178 packages. :)
#HaikuOS #haikuporter #scripting #bash #KDE #gear25.08 #ecode #KDevelop #Kate #KWrite #Gwenview
Fixed bug in stumpish, which disallows to successfully run stumpish inside shell script, which was launched inside StumpWM or StumpWM REPL.
Hope, it will be merged by the StumpWM devs
@dendrobatus_azureus@polymaths.social
This is a graphical representation of the alsaplayer manpage as displayed in Debian
#programming #Bash #csh #zsh #ksh #tksh #fish #alsaplayer #MOC #mocp #VLC #widgets #libraries #Amiga #RetroComputing #freeBSD
https://manpages.debian.org/buster/alsaplayer-common/alsaplayer.1
Bash csh zsh ksh tksh fish are powerful CLI tools
Entire networks can be controlled and build with them.
Let's take for example command line tools to control media output
For me e.g mplayer and vlc -I cli are much more interesting when it comes down to standard control of media playback. I prefer to use MOC (mocp) Music on Console, instead of bulky RAM hungry programs, which go on the internet to _fetch data that I never asked for$ and thus burn bandwidth
The memory footprint of Music on Console is so low that you can use it on a system which has been built more than two and a half decades ago.
The only graphical media playback program I know that can do that also has been written by my friend Andy Loafoe and that is alsaplayer
Andy programmed alsaplayer when he saw Delitracker playing on my Amiga systems
We're talking the period when Linux was barely moving in Xwindows when you had window managers like fvwm & twm and few others.
The alsa audio interface was also just born.
It is within this context that Andy envisioned alsaplayer. It should be modular just like Delitracker Amiga, it should be lightweight Delitracker runs on an Amiga A500 with just half A megabyte of chip ram
That should still be memory left to do other the things so straight calls were made to widget libraries which explains the simplicity yet great usability of the UI. For as far as I remember Andy has also written an API for Alsaplayer
Within a few weeks to a few months of coding alsaplayer came out of Alpha and went Bèta in code stability.
Because everything was written with efficiency in mind and it was programmed as portable as possible, alsaplayer can still be used many decades after It has been written
One of the main reasons is that it has been coded by a command line programmer
Alsaplayer has been ported to many different Operating System Architectures including freeBSD
For me working on the command line has always been logical, graphic user interfaces were only used when absolutely necessary think about GEOS on the C64
I started coding on the Casio FX 700p programmable calculator. I went so far to make program code that was in the book more efficient by crunching all the commands with two letter abbreviations.
The power of the Command Line something the Young Ones should Learn
Alsaplayer manpage
Getting decent error reports in #Bash when you're using 'set -e'
Chris's Wiki :: blog/programming/BashGoodSetEReports
https://utcc.utoronto.ca/~cks/space/blog/programming/BashGoodSetEReports