#OneLiner

2025-05-23

find ~ -iname '*brave*' -print0 | xargs -0 rm -rf

#Linux #OneLiner

Karsten Johanssonksaj@infosec.exchange
2025-05-22

I have an inner child. But I don't think it's mine.

#joke #jokes #oneliner

R.L. Dane :Debian: :OpenBSD: ๐Ÿตrl_dane@polymaths.social
2025-05-08

New #blog post: Gathering Hashtags from the Fediverse

https://rldane.space/gathering-hashtags-from-the-fediverse.html

282 words (2233 counting the hashtags, but that's just silly)

cc: my wonderful #chorus: @joel @dm @sotolf @thedoctor @pixx @twizzay @orbitalmartian @adamsdesk @krafter @roguefoam @clayton @giantspacesquid

(I will happily add/remove you from the chorus upon request! :)

#100DaysToOffload #27

#rlDaneWriting #hashtags #bash #OneLiner #OneLiners #ShellScripting #Fediverse #API

๐Ÿˆโ€โฌ› Brie Carranzabrie@infosec.exchange
2025-04-25

๐Ÿงช I found myself establishing connections to new hosts often enough this week that this was super helpful:

๐ŸŒŸ echo $(whoami)@$(curl --silent ifconfig.me)

๐Ÿคญ Not new, just more helpful than usual!

#oneliner

Inautiloinautilo
2025-04-21


Minimal dark mode ยท Light and dark mode in just 1 line of CSS ilo.im/163ec0

_____

2025-04-09

Wait for 152 seconds - Transmission64 BASIC One-Liner Winner 2024 ๐Ÿ†
youtube.com/watch?v=uTqWw62zll

@nickmofo , you'll probably like this #c64 #BASIC #oneliner
#programming #demoscene

Doctor P. PopularDocPop@pixelfed.social
2025-03-14
I really dig tags in this one-line portrait style. #SFGraffiti #Graffiti #OneLiner #OneLineDrawing #BusFlow
Silver paint marker graffiti on a green wall. It is a portrait drawing made in one long and squigly line. The artist's name appears to be "Herbs One", but I'm not sure on that.Another photo of the one-line graffiti, but from further away so you can see the other graffiti tags near it. One of the tags is a long name written in San Francisco Bus Flow Style (a swirly style of tagging that usually uses one long line and gets bigger as it goes left to right). I think that tag says something like "MackReRoRockSF" in a pink paint. Another tag, made using white spray paint with a fat cap, says something I can't read. But it looks cool.
2025-03-09

Note to myself: This makes an android device take a photo via USB or networked Android Debug Bridge adb (download it via adb pull)
"adb shell input keyevent 26 & adb shell input keyevent 26 & adb shell input keyevent 26 & adb shell input keyevent 27"
(triple click on power button 26 followed by an instantaeneous "take photo" button 27)

#adb #android #photography #linux #opensource #oneliner #basheinzeiler

2025-02-05

"Noone is dumb enough to go where we are going".

This feels like a one-liner that could describe every Jurassic Park or Jurassic World film ever made.

youtube.com/watch?v=ot0cwH6r0Lg

#oneliner #jurassicworld

Bruce Heerssenbruce@darkmoon.social
2025-01-01

perl -e 'for(1..9){$y+=$_*$_*$_};print "$y\n"'

#HappyNewYear #perl #OneLiner

gemma lynn โ‡’ ello@voidellotheth@bsd.network
2024-12-05

i should not be proud of myself for this. i should be ashamed.

jq -c '.[] | select(.shortcode | contains("flan_")) | {shortcode, static_url}' emojis.json \
| while read flan; do \
code=$(jq -cr '.shortcode' <<< "${flan}"); \
url=$(jq -cr '.static_url' <<< "${flan}"); \
curl -o "flans/${code}.png" -sSL $url; \
done

(it finds all the flan_ entries in a list and downloads them)

(in retrospect i could have used the category prop for that)

(look i said i should be ashamed ok)

#bash #jq #cursed #oneliner

Capt Stulle / frakingFrankfrankbutterbrodt@norden.social
2024-11-25
Das_blaue_PonyDas_blaue_Pony
2024-11-20

Bad Shitter - Uranus strikes back!

2024-10-06

I really like this one-liner. Going to play with it some more. Keep Practice Bobr #graffiti #art #oneliner #bobr

BB Bobr One-liner Tag
2024-10-06

One-liner Practice Bobr #graffiti #art #oneliner #bobr

BB Bobr One-liner tag
2024-09-25

#unix is awesome #oneliner #otd

"Hey UNIX, give me a list of all our infra projects that create databases sorted by linecount"

rg -l OLAmazonDB | xargs wc -l | sort

This message brought to you by the awesome power of #ripgrep and #xargs :)

Starbeamrainbowlabssbrl@fediscience.org
2024-08-28

Tip: List the packages in a given apt repository by finding the `Packages` file URL and then doing this:

```bash
curl -sSL example.com/Packages | awk '/Package:/ { package=$2 } /Version:/ { print(package "\t" $2) }' | column -t
```

#MastodonNeedsMarkdownSupport #apt #bash #OneLiner #Tip #NoteToSelf #Linux #Debian #Ubuntu

2024-07-20

When a zombie with biometric house-locks is expecting visitors, it leaves a finger under the doormat.

#OneLiner #OneLiners
#Jokestodon
#Joke #Jokes

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst