shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

268
active users

#grep

1 post1 participant0 posts today
☮ ♥ ♬ 🧑‍💻<p>“I remember <a href="https://ioc.exchange/tags/deleting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>deleting</span></a> my <a href="https://ioc.exchange/tags/MastersThesis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MastersThesis</span></a>, and then having to run grep on /dev/hda1 to find where on the disk it was so I could copy on the area around it -- then piece everything back together and fix bit that were not retrieved correctly. It was a very stressful experience, but in the end <a href="https://ioc.exchange/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> saved the day.” 🤓😫🤣☺️</p><p><a href="https://ioc.exchange/tags/CLI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CLI</span></a> / <a href="https://ioc.exchange/tags/Grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Grep</span></a> / <a href="https://ioc.exchange/tags/HarrisonMaddison" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HarrisonMaddison</span></a> / <a href="https://ioc.exchange/tags/LinguisticFingerprint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinguisticFingerprint</span></a> / <a href="https://ioc.exchange/tags/FrequencyAnalysis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FrequencyAnalysis</span></a> / <a href="https://ioc.exchange/tags/KenThompson" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KenThompson</span></a> / <a href="https://ioc.exchange/tags/LaurieWired" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LaurieWired</span></a> &lt;<a href="https://youtube.com/watch?v=iQZ81MbjKpU" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtube.com/watch?v=iQZ81MbjKp</span><span class="invisible">U</span></a>&gt;</p>
Jürgen Hubert<p>So... does anyone here have any experience with using <a href="https://mementomori.social/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> on <a href="https://mementomori.social/tags/Excel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Excel</span></a> files?</p>
Preston Maness ☭<p>I've mirrored a relatively simple website (redsails.org; it's mostly text, some images) for posterity via <a href="https://tenforward.social/tags/wget" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wget</span></a>. However, I also wanted to grab snapshots of any outlinks (of which there are many, as citations/references). By default, I couldn't figure out a configuration where wget would do that out of the box, without endlessly, recursively spidering the whole internet. I ended up making a kind-of poor man's <a href="https://tenforward.social/tags/ArchiveBox" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArchiveBox</span></a> instead:</p><p>for i in $(cat others.txt) ; do dirname=$(echo "$i" | sha256sum | cut -d' ' -f 1) ; mkdir -p $dirname ; wget --span-hosts --page-requisites --convert-links --backup-converted --adjust-extension --tries=5 --warc-file="$dirname/$dirname" --execute robots=off --wait 1 --waitretry 5 --timeout 60 -o "$dirname/wget-$dirname.log" --directory-prefix="$dirname/" $i ; done</p><p>Basically, there's a list of bookmarks^W URLs in others.txt that I grabbed from the initial mirror of the website with some <a href="https://tenforward.social/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> foo. I want to do as good of a mirror/snapshot of each specific URL as I can, without spidering/mirroring endlessly all over. So, I hash the URL, and kick off a specific wget job for it that will span hosts, but only for the purposes of making the specific URL as usable locally/offline as possible. I know from experience that this isn't perfect. But... it'll be good enough for my purposes. I'm also stashing a WARC file. Probably a bit overkill, but I figure it might be nice to have.</p><p><a href="https://tenforward.social/tags/RedSails" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RedSails</span></a> <a href="https://tenforward.social/tags/archive" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>archive</span></a> <a href="https://tenforward.social/tags/archival" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>archival</span></a> <a href="https://tenforward.social/tags/archiving" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>archiving</span></a> <a href="https://tenforward.social/tags/warc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>warc</span></a></p>
OSTechNix<p>How To Use Linux Grep Command With Context Flags <a href="https://floss.social/tags/Grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Grep</span></a> <a href="https://floss.social/tags/ContextFlags" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ContextFlags</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxbasics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxbasics</span></a> <a href="https://floss.social/tags/Textsearch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Textsearch</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxhowto</span></a> <br><a href="https://ostechnix.com/use-linux-grep-command-with-context-flags/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/use-linux-grep-c</span><span class="invisible">ommand-with-context-flags/</span></a></p>
Gonzalo Nemmi :runbsd:<p><a href="https://mastodon.sdf.org/tags/Phraxos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Phraxos</span></a></p><p>A POSIX compliant site generator by <span class="h-card"><a href="https://merveilles.town/@caffeine" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>caffeine</span></a></span> </p><p>Dependencies:</p><p>A <a href="https://mastodon.sdf.org/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a> compliant <a href="https://mastodon.sdf.org/tags/shell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>shell</span></a> <a href="https://mastodon.sdf.org/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> <a href="https://mastodon.sdf.org/tags/awk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awk</span></a> and head</p><p>There's so much beauty in this that I'm truly impressed.</p><p><a href="https://phraxos.caffeine.computer/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">phraxos.caffeine.computer/</span><span class="invisible"></span></a></p>
OSTechNix<p>How To Find Files Containing Specific Text Using Grep And Ripgrep In Linux <a href="https://floss.social/tags/Grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Grep</span></a> <a href="https://floss.social/tags/Ripgrep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ripgrep</span></a> <a href="https://floss.social/tags/Linuxcommands" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxcommands</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxhowto</span></a> <a href="https://floss.social/tags/Commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Commandline</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/CLI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CLI</span></a> <br><a href="https://ostechnix.com/find-files-containing-specific-text-using-grep-and-ripgrep/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/find-files-conta</span><span class="invisible">ining-specific-text-using-grep-and-ripgrep/</span></a></p>
IT News<p>Galvanize Your Grip On Grep With This Great Grep Guide - These days, you can’t throw a USB stick without hitting something that’s running L... - <a href="https://hackaday.com/2024/03/26/galvanize-your-grip-on-grep-with-this-great-grep-guide/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">hackaday.com/2024/03/26/galvan</span><span class="invisible">ize-your-grip-on-grep-with-this-great-grep-guide/</span></a> <a href="https://schleuss.online/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://schleuss.online/tags/regularexpression" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>regularexpression</span></a> <a href="https://schleuss.online/tags/tutorial" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tutorial</span></a> <a href="https://schleuss.online/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://schleuss.online/tags/regex" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>regex</span></a> <a href="https://schleuss.online/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a> <a href="https://schleuss.online/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> <a href="https://schleuss.online/tags/unix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>unix</span></a></p>
openSUSE Linux<p><a href="https://fosstodon.org/tags/KDE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KDE</span></a> Gear &amp; <a href="https://fosstodon.org/tags/GNOME" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GNOME</span></a> <a href="https://fosstodon.org/tags/software" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>software</span></a> had updates in <a href="https://fosstodon.org/tags/openSUSE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openSUSE</span></a> Tumbleweed this week. Find out what updates like <a href="https://fosstodon.org/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ffmpeg</span></a> <a href="https://fosstodon.org/tags/grep" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>grep</span></a> <a href="https://fosstodon.org/tags/networkmanager" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>networkmanager</span></a> &amp; other packages did for rolling release users this week. <a href="https://news.opensuse.org/2023/04/28/gear-grep-gtk-up-in-tw/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.opensuse.org/2023/04/28/g</span><span class="invisible">ear-grep-gtk-up-in-tw/</span></a></p>