#sysadmin #netadmin #devops #PowerShell #bashscripting
We need to build a meaningful community and a nice for you page. Reading about configs, powershell, bash, tooling and tips.
Reach out and let's connect!
#sysadmin #netadmin #devops #PowerShell #bashscripting
You can emulate this Python line
"keyword".startswith(cmd)
in #bash, using the following:
[[ "keyword" = ${cmd}* ]]
With one catch:
cmd must NOT contain any whitespace.
#BashProgramming #BashScripting #Scripting
You can emulate this Python line
"keyword".startswith(cmd)
in #bash, using the following:
[[ "keyword" = ${cmd}* ]]
With one catch:
cmd must NOT contain any whitespace.
#BashProgramming #BashScripting #Scripting
ostechnix.com/bash-declare...
ostechnix.com/bash-declare...
👉 youtube.com/playlist?lis...
Been putting together a simple series on bioinformatics workflows using Bash & Snakemake. Fairly beginner-friendly.
Try it out.
#Snakemake #Bioinformatics #BashScripting #ReproducibleScience #BioinformaticsForBeginners
👉 youtube.com/playlist?lis...
Been putting together a simple series on bioinformatics workflows using Bash & Snakemake. Fairly beginner-friendly.
Try it out.
#Snakemake #Bioinformatics #BashScripting #ReproducibleScience #BioinformaticsForBeginners
WENN du es NICHT lernen MUSSTEST (Schule, Studium, Arbeit), WARUM hast du angefangen, programmieren zu lernen?
Was war das Initiale Interesse?
Ich freue mich über jeden Kommentar.
Egal ob Java, Javascript, #C, Python.. auch bashscripting, wie kam es dazu?
WENN du es NICHT lernen MUSSTEST (Schule, Studium, Arbeit), WARUM hast du angefangen, programmieren zu lernen?
Was war das Initiale Interesse?
Ich freue mich über jeden Kommentar.
Egal ob Java, Javascript, #C, Python.. auch bashscripting, wie kam es dazu?
www.joho.se/2025/02/11/c...
#certificate #SSL #DevOps #bashscripting #linux #curl #security #cybersec #cybersecurity
www.joho.se/2025/02/11/c...
#certificate #SSL #DevOps #bashscripting #linux #curl #security #cybersec #cybersecurity
We just published a guide on how to write a non-interactive Bash script and use Cron to handle your system updates headlessly.
ihaveapc.com/2026/07/how-...
#LinuxMint #Linux #BashScripting #TechTips #SysAdmin
We just published a guide on how to write a non-interactive Bash script and use Cron to handle your system updates headlessly.
ihaveapc.com/2026/07/how-...
#LinuxMint #Linux #BashScripting #TechTips #SysAdmin
👉 Follow us for daily dev humor!
#DevLife #CodeHumor #BashScripting #SoftwareEngineering #ProductionBug
👉 Follow us for daily dev humor!
#DevLife #CodeHumor #BashScripting #SoftwareEngineering #ProductionBug
🚀 Follow for your daily dose of developer jokes!
#DevLife #BashScripting #CodeHumor #SoftwareEngineering #Programming
🚀 Follow for your daily dose of developer jokes!
#DevLife #BashScripting #CodeHumor #SoftwareEngineering #Programming
If anyone is interested.
#linux
#bashscripting
https://codeberg.org/CWSmith/bash_scripts
If anyone is interested.
#linux
#bashscripting
https://codeberg.org/CWSmith/bash_scripts
https://www.zdnet.com/article/linux-bash-scripts-how-to-learn-on-android-device/
https://www.zdnet.com/article/linux-bash-scripts-how-to-learn-on-android-device/
Anybody out there use Gnome and have a method for exposing the active window's metadata to a bash shell script?
Hyprland has a socket I can use socat on to handle events but I want to convert a script to work with Gnome and I'm not sure if I even can.
#Linux #BashScripting
Anybody out there use Gnome and have a method for exposing the active window's metadata to a bash shell script?
Hyprland has a socket I can use socat on to handle events but I want to convert a script to work with Gnome and I'm not sure if I even can.
#Linux #BashScripting
#bash #bashscripting #scripting #automation #foss #linux
#bash #bashscripting #scripting #automation #foss #linux
If you want the first word in a string,
up to but excluding the first space,
this is how in #bash :
${message%% *}
#BashProgramming #BashScripting
You can emulate this Python line
"keyword".startswith(cmd)
in #bash, using the following:
[[ "keyword" = ${cmd}* ]]
With one catch:
cmd must NOT contain any whitespace.
#BashProgramming #BashScripting #Scripting
If you want the first word in a string,
up to but excluding the first space,
this is how in #bash :
${message%% *}
#BashProgramming #BashScripting