

deleted by creator
Oh no, you!
deleted by creator
I use Revanced, and I still get the occasional ad for premium. It makes me chuckle out of pity every time.
Those are directory listings. They are the default in apache2 (maybe others as well… I only know apache2), unless disabled or disallowed in the configs (enabled and allowed by default). If the directory you’re accessing such as http://192.168.123.123/somedir/ does not contain a default file, such as an index.html, the directory list will be served instead.
My cats would love the middle one
Years ago, my mate and I stole one, took it into the forest, and used it as a grill during the summer. Which alignment does that make us?
Sacrifice is an amazing game. Extremely original gameplay.
He’s too far into the K-hole to realize that the face of Mark Zuckerberg isn’t an upgrade.
I can still do this provided that the language is Perl. But the few cases when I actually have to do so are rare, and never in public.
Obligatory: Source?
Some nuance I read recently: The argument from above is basically that they want Ai research to continue as it has national security value. Therefore, any limitations or regulations to AI research should only happen on a federal level.
The idea is that all states should share the same playing field so that any researchers do not have to treat states differently.
Yup. In addition to the above, “When I spend a Saturday evening adding a shitty perl hack to fix a critical system flaw in production”, it can be illustrated by a UN emergency food drop. It may be 99% rice, but it’ll keep you from starving and it’ll have to do for now.
Are we seeing AFAB also now?
Those damned firefighters saving kittens and ensuring public safety. Who do they think they are rescuing people like that??
Excellent picture of an excellent album. “The Black Album” is absolutely one of my favorite AC/DC albums. Not quite on par with “Nevermind”, but it’s definitely up there. “Stairway to heaven” alone makes this one of John Foggertys legendary works.
PS: It was a loss to the band when Wes Borland left, but David Gilmore is a pretty great replacement drummer.
I’m not saying Donald is a russian asset… But what more could daddy vladdy wish for?
Pictured: Sir Isaac Newton discovered gay rays on this day, which is why we celebrate pride.
Just for the record: He’s not royalty
Any dem who votes for this needs to be primaried.
Doing some QA on these web handlers I wrote. Trying all sorts of stupid combinations just in case I forgot something: None of them should do anything unless the client presents a valid session cookie. And only a few combinations of header parameters are valid.
bash setup/config/PS1 is your friend here. I frequently find myself with a myriad of terminals between a bunch of usernames and servers at work, and setting up a proper prompt is key to help you keep track.
My bashrc makes my prompt look like this:
… with color coding, of course. Yes, I use a multiline prompt. I somehow never saw that before using ParrotSec despite being a bash user for 25 years. I modified the ParrotSec default to suit my needs better, and I like it:
I pasted my PS1 config here: https://pastebin.com/ZcYwabfB
Stick that line near the bottom of your ~/.bashrc file if you want to try it out.