Hello old-timer! I've been using various Linux versions for about 30 years as well. Started on Slackware, then jumped to Redhat around 6.0, then jumped to Ubuntu after the RHEL release. I'm still on 24.04 Mate, but will soon be switching to Debian. I like the Mate desktop but I'm tired of Canonical's ongoing attempts to embrace and extend Linux.
Call me a cynic, but when the Saudis gave Jared Kushner $2 billion to play investment fund manager I assumed uncle Don gave them a bunch of nuclear secrets in exchange.
I'm guessing he wants a full-blown war so he can declare martial law to put all the protests down and cancel the midterms. For public safety mind you, not because his numbers are tanking and he knows he would get crushed in a fair election.
For us Linux users (BTW), this wtfismyip script just dumps a text string. Just save it to /usr/local/bin or some other location in your path and make it executable, and install the lynx text www browser if you don't have it installed already.
There are a lot of ways to do this, but this works and I'm lazy...
root@tux:~# cat $(which wtfismyip)
#!/bin/bash
printf "%s\n" "Your fucking IP address is $(lynx -dump -nolist http://wtfismyip.com/text)."
root@tux:~# wtfismyip
Your fucking IP address is 13.107.226.41.
Hello old-timer! I've been using various Linux versions for about 30 years as well. Started on Slackware, then jumped to Redhat around 6.0, then jumped to Ubuntu after the RHEL release. I'm still on 24.04 Mate, but will soon be switching to Debian. I like the Mate desktop but I'm tired of Canonical's ongoing attempts to embrace and extend Linux.
By an amazing coincidence the Saudis gave Jared Kushner $2 billion to play investment fund manager.
I can practically smell the courage!
Call me a cynic, but when the Saudis gave Jared Kushner $2 billion to play investment fund manager I assumed uncle Don gave them a bunch of nuclear secrets in exchange.
I assume his handlers are talking him down from that every day.
I don't know how anyone fell for this pump and dump scheme in the first place.
I'm guessing he wants a full-blown war so he can declare martial law to put all the protests down and cancel the midterms. For public safety mind you, not because his numbers are tanking and he knows he would get crushed in a fair election.
But I didn't think the leopards would eat MY face...
I can't tell if this is real or AI. I'm so tired of all this stupidity.
Bet that was at least a couple of Winnebagos...
Don't have enough time = worried about dummymandering
Just die already.
Citrus greening.
https://en.wikipedia.org/wiki/Citrus_greening_disease
I always assume crap like this is foreign disinformation. There will be a lot more of it going into the midterms.
We have Rokus on our TVs and ditched Plex as soon as a Jellyfin app became available
Very on brand for MAGA Republicans, who are a minority in the US.
Well this is totally shocking
Haha same! Also mine are christofascist hypocrites and I haven't spoken to either one of them in 25 years
Anthony Bourdain.
For us Linux users (BTW), this wtfismyip script just dumps a text string. Just save it to /usr/local/bin or some other location in your path and make it executable, and install the lynx text www browser if you don't have it installed already.
There are a lot of ways to do this, but this works and I'm lazy...