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:

270
active users

#pw

0 posts0 participants0 posts today
Yoshimatsu ✅🇺🇸 🇺🇦<p><span class="h-card" translate="no"><a href="https://newsie.social/@ProPublica" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ProPublica</span></a></span> Get your act behind a <a href="https://toot.community/tags/vpn" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vpn</span></a>, <a href="https://toot.community/tags/firewall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>firewall</span></a>, <a href="https://toot.community/tags/encrypted" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>encrypted</span></a> email, <a href="https://toot.community/tags/burnerPhone" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>burnerPhone</span></a> and <a href="https://toot.community/tags/pw" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pw</span></a> protected computer. Just bc you're paranoid doesn't mean <a href="https://toot.community/tags/MAGAmron" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MAGAmron</span></a> and <a href="https://toot.community/tags/muskrat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>muskrat</span></a> aren't out to get you! Even if you're not the target, you don't want to end up as collateral damage.</p>
CatSalad🐈🥗 (D.Burch) :blobcatrainbow:<p>Do you want to block threads from your account? :ablobcatnod: </p><p>Would you rather eat a plastic milk jug ring than see a :facebook: Facebook minion meme on your timeline? :ablobcatnodfast: </p><p>Well oh boy do I have a treat for you! If you're like me and have <em>at least</em> three different Mastodon accounts (or even just one!), you can dom-block them quick fast and in a hurry...</p><ul><li>Sᴛᴇᴘ 1: Login to your account. 🖼️⁠¹</li><li>Sᴛᴇᴘ 2: Go to <strong>Settings</strong>, then <strong>Development</strong> 🖼️⁠²</li><li>Sᴛᴇᴘ 3: Create a <strong>New application</strong> with at least <em>write</em> or <em>write:blocks</em> access. 🖼️⁠³</li><li>Sᴛᴇᴘ 4: After you saved, click on the name of your application and copy <strong>Your access token</strong> 🖼️⁠⁴</li><li>Sᴛᴇᴘ 5: Repeat for all your accounts, then run the following shell script... (with your info in the first part, of course)</li></ul><pre><code>readarray -t pw &lt;&lt;EOF<br>infosec.exchange KEY1<br>mastodon.social KEY2<br>defcon.social KEY3<br>EOF<br><br>massdomblock() {<br> local i c u p<br> while [ -n "$1" ]; do<br> for ((i=0;i&lt;${#pw[@]};i++));do<br> read -ra p &lt;&lt;&lt;"${pw[i]}"<br> u="$p/api/v1/domain_blocks"<br> u="https://${u}?domain=$1"<br> c="Authorization: Bearer ${p[1]}"<br> curl -H "$c" -X "POST" "$u"<br> done; shift; echo<br> done;<br>}<br>massdomblock threads.com threads.net<br></code></pre><p>Mastodon API documentation relating to accounts can be found here:<br>➡️⁠<a href="https://docs.joinmastodon.org/methods/accounts" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.joinmastodon.org/methods/</span><span class="invisible">accounts</span></a></p><p><a href="https://infosec.exchange/tags/MastodonTips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MastodonTips</span></a> <a href="https://infosec.exchange/tags/Threads" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Threads</span></a> <a href="https://infosec.exchange/tags/Privacy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Privacy</span></a> <a href="https://infosec.exchange/tags/%EF%B8%8F%E2%83%A3CatSalad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>️⃣CatSalad</span></a></p>