mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

580
comptes actifs

#bashscripting

0 message0 participant0 message aujourd’hui
thelinuxcast :NixOS:<p>I Love Automation <a href="https://mtwb.blog/posts/2025/i-love-automation/" rel="nofollow noopener noreferrer" target="_blank">https://mtwb.blog/posts/2025/i-love-automation/</a> <a href="https://polymaths.social/tags/blogging" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blogging</span></a> <a href="https://polymaths.social/tags/blogpost" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blogpost</span></a> <a href="https://polymaths.social/tags/bloggingcommuntity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bloggingcommuntity</span></a> <a href="https://polymaths.social/tags/amwriting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>amwriting</span></a> <a href="https://polymaths.social/tags/writing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>writing</span></a> <a href="https://polymaths.social/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://polymaths.social/tags/bashscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashscripting</span></a> <a href="https://polymaths.social/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://polymaths.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://polymaths.social/tags/scripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>scripting</span></a></p>
halil deniz<p>Hello everyone.</p><p>In today's article, we examine bash script coding with termu, which many people are curious about and love to use.</p><p>I wish everyone good reading and work:</p><p><a href="https://denizhalil.com/2024/12/05/termux-bash-scripting-automation/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">denizhalil.com/2024/12/05/term</span><span class="invisible">ux-bash-scripting-automation/</span></a></p><p><span class="h-card" translate="no"><a href="https://fosstodon.org/@termux" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>termux</span></a></span> </p><p><a href="https://mastodon.social/tags/termux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>termux</span></a> <a href="https://mastodon.social/tags/cybersecurity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cybersecurity</span></a> <a href="https://mastodon.social/tags/shellscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shellscripting</span></a> <a href="https://mastodon.social/tags/mobileprogramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mobileprogramming</span></a> <a href="https://mastodon.social/tags/termuxhacking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>termuxhacking</span></a> <a href="https://mastodon.social/tags/bashscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashscripting</span></a> <a href="https://mastodon.social/tags/ethicalhacking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ethicalhacking</span></a></p>
Marc Carson<p>Every once in a while I think "I should learn all the esoterica of Bash scripting in the same way I walked the fascinatingly detailed path of the Windows Batch File, as a kid!"</p><p>Then, I push a bit further down the Bash route, and the comparison is EXACTLY like those threads where someone asks "what's another Linux game like 'Torchlight'" and the top suggestion is...Nethack...</p><p>(Not bashing Nethack!) </p><p>I really love scripting langs like ABS-lang.org and the like, but also, Bash is just a thing that's all over the place...so it's good to be fluent...</p><p><a href="https://oldbytes.space/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://oldbytes.space/tags/bashscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashscripting</span></a> <a href="https://oldbytes.space/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://oldbytes.space/tags/foss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>foss</span></a></p>
John Carlsen 🇺🇸🇳🇱🇪🇺<p>Hey computer, which other years in my lifetime have leap days on Thursdays?</p><p>#!/bin/bash<br>for i in {1968..2068..4}<br>do<br> let out=`cal 02 $i | egrep "29" | wc -w`;<br> if [ $out = '5' ] ; then<br> echo $i;<br> fi;<br>done;</p><p>1968<br>1996<br>2024<br>2052</p><p>Thanks, computer.</p><p><a href="https://sfba.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://sfba.social/tags/BashScripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BashScripting</span></a> <a href="https://sfba.social/tags/LeapYear" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LeapYear</span></a></p>
Tech News Worldwide<p>How to Convert Hexadecimal to Decimal Numbers in Linux <br> <br> <a href="https://www.linuxtoday.com/developer/convert-hexadecimal-decimal-numbers-linux/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">linuxtoday.com/developer/conve</span><span class="invisible">rt-hexadecimal-decimal-numbers-linux/</span></a> <br> <br> <a href="https://aspiechattr.me/tags/bashscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashscripting</span></a> <a href="https://aspiechattr.me/tags/Developer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Developer</span></a> <a href="https://aspiechattr.me/tags/tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorial</span></a> <a href="https://aspiechattr.me/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a></p>
Tech News Worldwide<p>How to Use Bash for Loops in Linux <br> <br> <a href="https://www.linuxtoday.com/developer/use-bash-loops-linux/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">linuxtoday.com/developer/use-b</span><span class="invisible">ash-loops-linux/</span></a> <br> <br> <a href="https://aspiechattr.me/tags/bashscripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashscripting</span></a> <a href="https://aspiechattr.me/tags/Developer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Developer</span></a> <a href="https://aspiechattr.me/tags/tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorial</span></a> <a href="https://aspiechattr.me/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://aspiechattr.me/tags/loop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>loop</span></a></p>
Jay<p>The entire <a href="https://learnlinux.social/tags/BashScripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BashScripting</span></a> course on <a href="https://learnlinux.social/tags/LearnLinuxTV" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnLinuxTV</span></a> launched today. Every single lesson is now available! So why not <a href="https://learnlinux.social/tags/LearnLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnLinux</span></a> by writing scripts in bash? Check out this playlist. Also, please share the heck out of this! <a href="https://youtube.com/playlist?list=PLT98CRl2KxKGj-VKtApD8-zCqSaN2mD4w" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtube.com/playlist?list=PLT9</span><span class="invisible">8CRl2KxKGj-VKtApD8-zCqSaN2mD4w</span></a> <a href="https://learnlinux.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://learnlinux.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DevOps</span></a></p>
Jay<p>Oh no! We've reached the end of the <a href="https://learnlinux.social/tags/BashScripting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BashScripting</span></a> series! But don't worry, <a href="https://learnlinux.social/tags/LearnLinuxTV" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnLinuxTV</span></a> has an absolutely ridiculous amount of videos to help you <a href="https://learnlinux.social/tags/LearnLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LearnLinux</span></a>, and the best is yet to come! I hope you enjoyed <a href="https://learnlinux.social/tags/CyberMonday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CyberMonday</span></a>. <a href="https://youtu.be/nc--D-nTIEo" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/nc--D-nTIEo</span><span class="invisible"></span></a></p>