i like putting a comma in the middle of my password so when they export it out in csv, it separates the password into a new line and probably messes everyone of their passwords on that list from then on.
pull harder on the strings of your martyrdom in my ass
like walking on others poop/butt water is so civilized. wet wipes are the way to go.
Keep the change, you filthy animal, you piece of $h!7
Reminds me of this gem
Why don’t you read up on the USSR and read peoples actual experiences with it. Yeah there weren’t millions in the boxer revolution, but tbh the forced abortion 2 kid thing probably puts them into millions category
I mean in the boxer revolution and the millions that died in gulags in USSR because of famine and the government selecting people at random to starve to death in labor camps.
The US is included in my list too with the Native American genocide for what its worth lol. But people tend to forget that Soviet Russia and Communist China killed millions of their own people. They should not be praised or imitated. We should learn from the horrible mistakes of the past.
I just hate murderous regimes that murder millions of their own people
FTFY
I wish Pornhub should ban the whole world. They profit off of rape, incest, and cp. That trash needs to go.
Can they please ban the whole world?
I hope the devs find good projects in the future. I use fdroidomn my phone, but now I might have to rethink it
Look for something that can do rtsp streaming. Reolink, amcrest, ect. Its all cheap Chinese cameras that almost definitely dial out to some Chinese server.
What I do is have all cameras connected on a wireless router with no internet, use zoneminder on a Linux that is connected to my home network via Ethernet and the camera network via WiFi, and allow https into my home network from my VPN
In the realm of firewall applications, i use the following: ° Ipfire is easy to use, but lacks ipv6 support and it doesn’t have otp. It has lots of packages though.
° Alpine is good, if you don’t want a GUI or want to spend time figuring out how to build a web ui (really good for beginners as its mostly xml)
° openwrt is good fit for low end hardware (SPARC or arm processors mostly) but also works on x86.
° opnsense - like pfsense, but more up to date. Has some quirks in it (like if you block both incoming and outgoing, but just want to allow 80/443, the rules look weird…like the direction you have to allow is in, but destination is 80/443. Very strange bug that isn’t in pfsense).
° hardenedbsd firewall - literally just opnsense but with hbsd’s fully patched kernel. No repo though.
That being said, you can make any distro a firewall, just use iptables/pf/ipfw/ipfilter rules through command line, and you can add anything in that distros repo you can think of.
Personally, I’d advise to use opnsense over pfsense. Opnsense kernels are more up to date, and the devs are less toxic.
Ipfire is a Linux alternative that is easy to use, just no otp.
I’ve got a t620, and am using it as a firewall. It has aes-ni so I can generate certs. Plus it has a pcie slot, so I threw a nic in there. Its powerful for around the same price as a raspberry pi is going these days. I think I got it for about $80 plus $10 or $15 for the nic.
typically, password lists/hashes are exported out to csv (comma seperated value) because the lists are generally long and the file is too large to open in any other table format that isnt ascii.
Adding a comma will seperate the password into a new column. However, as @ShortFuse@lemmy.world pointed out, you need to use \n for a new line.