#bashscript — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bashscript, aggregated by home.social.
-
I made another story time video! This time, it's about the time I made a shirt that went on sale in UNIQLO stores worldwide.
#Uniqlo #Akamai #GraphicDesign #BashScript #Linux #TechArt #PeaceForAll #Linode #DesignerStory
-
I made another story time video! This time, it's about the time I made a shirt that went on sale in UNIQLO stores worldwide.
#Uniqlo #Akamai #GraphicDesign #BashScript #Linux #TechArt #PeaceForAll #Linode #DesignerStory
-
I made another story time video! This time, it's about the time I made a shirt that went on sale in UNIQLO stores worldwide.
#Uniqlo #Akamai #GraphicDesign #BashScript #Linux #TechArt #PeaceForAll #Linode #DesignerStory
-
I made another story time video! This time, it's about the time I made a shirt that went on sale in UNIQLO stores worldwide.
#Uniqlo #Akamai #GraphicDesign #BashScript #Linux #TechArt #PeaceForAll #Linode #DesignerStory
-
[Edit: Solved!] I [had] a bizarre-ass #Bash #scripting problem. I'm at my wits' end.
I have a script that scans a directory and picks a random file from it. This script works just fine if I invoke it manually, from the command line in a terminal window.
But if I run it from the Linux Mint/Cinnamon menu (start menu, whatever), it hangs when it tries to list the files in the dir. Likewise when run from crontab (which is how I really want to run it most of the time). 🧵 1/4
-
One Open-source Project Daily
shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.
https://github.com/kward/shunit2
#1ospd #opensource #bash #bashscript -
"🎉 Bash script saves the day by replacing beads with markdown—because who needs simplicity when you can have #chaos in a terminal? 💥 Welcome to the future of task tracking: a glorious mess of command line confusion and dependency graphs that no one asked for. 🚀"
https://github.com/wedow/ticket #BashScript #TaskTracking #CommandLine #Markdown #HackerNews #ngated -
"🎉 Bash script saves the day by replacing beads with markdown—because who needs simplicity when you can have #chaos in a terminal? 💥 Welcome to the future of task tracking: a glorious mess of command line confusion and dependency graphs that no one asked for. 🚀"
https://github.com/wedow/ticket #BashScript #TaskTracking #CommandLine #Markdown #HackerNews #ngated -
"🎉 Bash script saves the day by replacing beads with markdown—because who needs simplicity when you can have #chaos in a terminal? 💥 Welcome to the future of task tracking: a glorious mess of command line confusion and dependency graphs that no one asked for. 🚀"
https://github.com/wedow/ticket #BashScript #TaskTracking #CommandLine #Markdown #HackerNews #ngated -
"🎉 Bash script saves the day by replacing beads with markdown—because who needs simplicity when you can have #chaos in a terminal? 💥 Welcome to the future of task tracking: a glorious mess of command line confusion and dependency graphs that no one asked for. 🚀"
https://github.com/wedow/ticket #BashScript #TaskTracking #CommandLine #Markdown #HackerNews #ngated -
Learn how to display Animated Christmas Tree in Terminal (2026). Merry Christmas and a Happy New Year 2026 to all.
Full Blog Post Here: https://ostechnix.com/display-animated-christmas-tree-terminal/
-
Det kjem seg.... #Youtube #Newsboat #Linux #reklamefritt #bashscript 🥳
-
Det kjem seg.... #Youtube #Newsboat #Linux #reklamefritt #bashscript 🥳
-
Det kjem seg.... #Youtube #Newsboat #Linux #reklamefritt #bashscript 🥳
-
Det kjem seg.... #Youtube #Newsboat #Linux #reklamefritt #bashscript 🥳
-
Det kjem seg.... #Youtube #Newsboat #Linux #reklamefritt #bashscript 🥳
-
Learn how workflow automation has evolved from simple Bash scripts to advanced AI-driven systems, boosting productivity and transforming operations.
More details here: https://ostechnix.com/from-bash-scripts-to-ai-evolution-of-workflow-automation/
-
Do you browse the web using Firefox on Linux? Maybe on a computer with limited RAM (like the one I've been using with only 4GB, which I will soon finally increase)?
I wrote a little #BashScript that I call "weblast", which--each time it's run--kills Firefox web processes that hog at least 1% of RAM. It has been a great, simple tool for increasing performance by relieving pressure on my computer's virtual memory swapping system.
Try it and see if it brings you relief, and maybe even some joy...
#!/bin/bash
# weblast - kill Firefox browser tab processes that use at least 1% of RAM
# by John R. Carlsen; last updated 2025-08-13
p=1
plast=0
while [ 1 ]; do
p=`ps -A -eo pid,pcpu,pmem,stat,comm --sort -pcpu | grep "Web " |grep "[1-9]\." | head -c 7`
if [ "$p" == "" ]; then break
fi
if [ $p -eq 0 ]; then break
fi
if [ $p -eq $plast ]; then continue
fi
pct=`ps -q $p -A -o pmem=`
echo "killing process $p with $pct% RAM"
kill $p
plast=$p
done -
🤓 Ah yes, the timeless quest of a techie—deciphering which Large Language Model will best handle their existential "Write a bash script" crisis. 🚀 Because clearly, curing #latency is more important than AI's ability to solve complex math problems. 🙄
https://darkcoding.net/software/personal-ai-evals-aug-2025/ #techie #troubles #LargeLanguageModel #bashscript #AIissues #HackerNews #ngated -
🤓 Ah yes, the timeless quest of a techie—deciphering which Large Language Model will best handle their existential "Write a bash script" crisis. 🚀 Because clearly, curing #latency is more important than AI's ability to solve complex math problems. 🙄
https://darkcoding.net/software/personal-ai-evals-aug-2025/ #techie #troubles #LargeLanguageModel #bashscript #AIissues #HackerNews #ngated -
🤓 Ah yes, the timeless quest of a techie—deciphering which Large Language Model will best handle their existential "Write a bash script" crisis. 🚀 Because clearly, curing #latency is more important than AI's ability to solve complex math problems. 🙄
https://darkcoding.net/software/personal-ai-evals-aug-2025/ #techie #troubles #LargeLanguageModel #bashscript #AIissues #HackerNews #ngated -
I wrote a script to resolve lists of domains from stdin, since dnsx and the like does not like my VPN settings.
(feedback appreciated - Bash noob)
https://github.com/n0kovo/dnsplz
#BugBounty #DNS #DnsRecon #Bash #ShellScript #ShellScripting #BashScript #Enumeration #DnsEnumeration #InfoSec
-
How To Rename Files Without Typing Full Name Twice In Linux #Bashscript #Bashtips #Bash #Linuxtips #Linuxcommands #Linux #Commandline #CLI
https://ostechnix.com/bash-tips-rename-files-without-typing-full-name-twice-in-linux/ -
100 days of code BASH edition
💻 Day 4 created my own system variable, made persistent within the .bashrc file.
[export hoy="$((date +"%H") | awk '{if ($1 < 12) print "morning"; else if ($1 >= 12 && 1 < 17) print "afternoon"; else if ($1 >= 17 && $1 < 20) print "evening"; else print "night";}')"] (OpenAI GPT-3 script with few corrections) Displays the time of day in morning/afternoon/evening/and night format!
#BASH #Linux #Kali #WSLg #100DasyOfCode #BashScript #Calendar #Time #bashrc
-
100 days of code BASH edition! :linux:
Day 3, expanding on the previous script adding more statements to display more system variables dealing with time formats and calendars.
#BASH #Linux #Kali #WSLg #100DasyOfCode #BashScript #Calendar #Time #TimeZones
-
100 days of code - BASH edition!
Day 2, using what I got from Open AI GTP-3, I expanded the script and made a few other statements to display additional system variables.
#BASH #Linux #Kali #WSLg #100DasyOfCode #OpenAi #GTP3 #BashScript
-
Bash scripting right? Can't live with it, can't live without it!
One of the things I never paid attention to was learning bash scripting. Maybe, it is because I work mostly in the Windows environment. Linux is not a required skill where I work but does come in handy when trying out things. Most of my Linux work has been done through a GUI and rarely use the command line for anything.
-
🚀 Behold: a "revolutionary" Bash script heroically squeezing an SDK into 250 lines. Because, clearly, who needs robust languages when you can wrangle server logic with the elegance of a raccoon in a trash can? 🎩✨
https://github.com/muthuishere/mcp-server-bash-sdk #BashScript #SDKs #CodingHumor #DevLife #TechInnovation #HackerNews #ngated -
How To Safely Create Bootable USB Drive Using Bootiso In Linux #Bootiso #Bootableusb #Linux #Linuxhowto #Bashscript #Opensource
https://ostechnix.com/bootiso-lets-you-safely-create-bootable-usb-drive/ -
Bootiso Lets You Safely Create Bootable USB Drive In Linux #Bootiso #BootableUsb #Linux #BashScript
https://ostechnix.com/bootiso-lets-you-safely-create-bootable-usb-drive/ -
How To Assign IP Address To Remote Linux Systems Via SSH #Linuxnetworking #Ipaddress #Linuxcommands #Linuxhowto #Linuxadministration #nmcli #NetworkManager #Networking #Commandline #Bashscript #Shellscript
https://ostechnix.com/assign-ip-address-to-remote-linux-system-via-ssh/ -
Enhancing SSH Login with a Tmux Session Selection Menu #Tmux #Terminalmultiplexer #Bashscript #AutostartTmux #Tmuxtips #SSH #Linuxterminal #Linuxtips #Linuxhowto #Linux
https://ostechnix.com/enhancing-ssh-login-with-a-tmux-session-selection-menu/ -
Morning project a success!!!
Using an old webcam plugged into my #PiZero, wrote a script to have #ffmpeg grab a frame every minute and upload it to a server. Nice and easy!
#homesecuritycamera #bashscript -
"I love you #bash"
"You love me because you can #loop through #multiDimensional arrays of data easily, right".
*empty stares*
"I can do 2D #arrays, right?
*stares continue*
"Ouch this #python bit me, call an ambulance"
"I would but its not clear which telephone numbers correspond with a hospital."
-
Sync Browser Profile Into Tmpfs (RAM) Using Profile-sync-daemon In Linux To Improve Browser Speed And Responsiveness #ProfileSyncDaemon #psd #BrowserProfile #BrowserSpeed #Linux #BashScript #tmpfs
https://www.ostechnix.com/how-to-sync-browser-profile-into-tmpfs-ram-in-linux/ -
A unknown #Linux distro for older computers (32bit).
PsychOS A Crazy Cool Distro That Pushes Linux Limits. http://url.igoros.com/2uq However, PsychOS contains non-free software... #Apple #Bluetooth #CLI #Debian #Linux #UNIX #Unix #bashscript #computer #developer #programmer #programming #psychos #sickperson #software #systemd
-
In today's thrilling installment of "Techies Solve Non-Issues," someone decided that what the world really needed was a bash script to block commands 🤔. Because clearly, the most pressing #cybersecurity concern is stopping ourselves from using our own keyboards 😆.
https://github.com/alex-moon/ban #TechHumor #BashScript #KeyboardWarriors #ProblemSolving #HackerNews #ngated -
So I started trying to work on that bash script I was building to generate new DDev projects.
I am basing its first build off the CMS Quickstart guide on DDev's site. My first focus was #Drupal as that's my preferred option.
But with all the versions and options I am pondering how to design this.
Will keep you posted. I will also be posting this to the Hybridized Concepts site.
-
Timelapsing using only screenshots was getting heavy in term of #storage space, so have added a new #script to compress the #timelapse using a magical technology called '#video'.
so here you can find the commit!
Gonna work on adapting the multi-screen one soon ^^oh, also rearranged the #ffmpeg config file!
https://github.com/FraYoshi/fura-utils/commit/1934fc2f9885511a96839fe637261e77fb65b07c
#bash #bashscript #linux #foss #floss #furaUtils -
created new script on the fura-utils,
to save timelapse screenshots of multiple monitors.you can find the commit here:
https://github.com/FraYoshi/fura-utils/commit/d72943abcc63f21d338851d0a3088d46a48246c4
#bashScript #Linux #FLOSS #FOSS #ffmpeg -
In less than 18 hours, including a solid 12 hours (at least) of downtime, I have gone from concept to 90% functional prototype of a creative rPi project, thanks to aus.social allowing quick and easy downloads, jq, an obscure CUPS driver project, and an intimate knowledge of scripting.
Feeling very accomplished.
#BashScript #raspberrypi #hacking #json #scripting #art #linux
-
So I was working on a Bash Script to automate creating new DDev projects a few months ago.
First script I ever tried to write myself, and incomplete as it is. Need to get back to it at some point, maybe post it and see what people think and how they may improve it.
It's a thought.
-
How To Monitor Battery Level And Get Notifications On Linux Using battmon #battmon #Battery #Laptop #Linux #Bashscript #BatteryMonitor #Opensource
https://ostechnix.com/monitor-linux-laptop-battery-level-notifications/ -
I think I just ran into a great example of how different tasks can require different energy levels that don't necessarily match their "difficulty".
I recently got a "new to me" laptop and at first set it up with Fedora Workstation but quickly realized I much prefer Fedora Silverblue (not the point of this post, so I won't get into why here) and needed to re setup everything. I didn't want to click through a ton of apps in GNOME Software and install them all individually then organize them in the overview.
So instead of doing all that manually I wrote a bash script from scratch to:
- remove any rpm packages I didn't want
- remove any flatpaks I didn't want
- reinstall fedora flatpaks from flathub
- remove the fedora flatpaks repo
- layer the few rpm packages I wanted
- install all the flatpak apps I wanted.
- create custom folders in the overview
- sort all the apps in those custom folders
- pin my most used apps to the dock
This felt like it required way less energy for me. Not because it was easier or faster. In fact I'm really rusty at bash scripting and I didn't even know how to organize the overview from the terminal, so I even had to learn something new and it probably took me way longer. But writing a little script was more fun for me and therefore didn't feel draining or overwhelming like the tedious task of clicking around for a couple hours would have.
#Linux #Fedora #Silverblue #BashScript #ADHD -
fura-video-hypercompress.sh has been updated :ablobbass:
It is a script to compress a #video to sub-mega sizes, which comes handy when used for previews or #licensing where storage used is #forever and #expensive (like S3).
I personally use it to shasum and store into SafeCreative, where storage costs a lot, considering I'm gonna pay forever and more space = forever higher prices :ablobcatcoffee:
In this update, video can be compressed even more, with a selectable frame rate.
in case you are interested in SafeCreative, leave my 10% off (why not?) 9XZKH9
https://github.com/FraYoshi/fura-utils/commit/b91f5c0caec8a723871a1fb14cabf3bce7bccc12
-
Linux Bluetooth Hack: Automatically Open a Music App When Connecting Bluetooth in Linux #Bluetooth #Linux #Music #Fun #Bashscript
https://ostechnix.com/automatically-open-a-music-app-when-connecting-bluetooth-in-linux/ -
Linux-Fu: One at a Time, Please! Critical Sections in Bash Scripts - You normally think of a critical section — that is, a piece of a program that excludes other progr... - https://hackaday.com/2020/08/18/linux-fu-one-at-a-time-please-critical-sections-in-bash-scripts/ #hackadaycolumns #criticalsection #shellscript #linuxhacks #bashscript #semaphore #singleton #flock #bash
-
Playing around with OpenAI GPT-3 to write code and let me tell you, I don’t have to learn Bash scripting anymore!!!!
-
Custom Weather Camera Feed With Software Tricks - With a gorgeous view of the Italian seaside, we’re not surprised [Danilo Larizza] had a couple IP ... more: https://hackaday.com/2020/07/23/custom-weather-camera-feed-with-software-tricks/ #environmentalmonitor #softwarehacks #imagemagick #bashscript #weather #bme280 #python