
I mean, you want to go hard ball: our attorney general is who actually fired the prime minister and he was a CIA plant.

I mean, you want to go hard ball: our attorney general is who actually fired the prime minister and he was a CIA plant.


Recently had a similar issue with Via, the app for keyboards. Basically, there was an issue with chrome talking to the hardware…Except some lifesaver recommended plugging my keyboard directly into my machine, bypassing the docking station (the thing causing me issues) and fixing my problem. So I’ve technically still never had a driver issue, only a shitty docking station experience.


OpenVAS is a vulnerability scanner. Metasploit is a penetration testing framework.
First one does what OP wants. Second one less so, and is more hands on.
See dirbuster for automated dumb searching of web directories, gives you response codes to tell you if a page is accessible to the outside world. See nuclei which I haven’t used myself but seems to get good reviews for automated vuln scanning from the command line - has nice output and seems simple to use.
They’re both easy to use and install on something like Kali Linux.


So obviously its not a foolproof plan but wouldn’t you just dump the RAM while the machine is on? Dont you just copy /tmp or something and analyse that?
I suppose I’m assuming they can get shell access now that I think about it so probably a stupid question


“Question: I am getting error with code 0xblahblahblah. How to fix?”
“Deleted response”
Reply 1: “Youre a life saver mate, thank you.”
Reply 2: “I would kiss you if you were here”
Reply 3: “Absolute legend, this fix is so obvious, thank you for pointing it out!”
But on the horizon, surrounding the shoppers, came the deafening roar of chickens in choppers


So we’re bashing the people who installed Linux now if they used something else first? What, if they’ve ever used windows we should send them to the Gulag? Wtf is this take? Like hey you dumb fucking person who finally figured out how to get away from the corporate software you were taught to use in high school, you are FuCkInG iGnOrAnT for putting yourself in this position in the first place!!1!
Let’s not talk about the multi billion dollar industry spent locking people into an ecosystem from day 1, because blaming high schoolers and teenagers for not switching to an OS best know for running web servers is an awesome use of our time.
Speaking from experience: no one thinks about operating systems as much as we do. We are not the norm. Most people don’t want to use the computer to begin with, but conceded its faster than hand writing everything. The guy who paved my driveway will never install Arch, because he only uses the computer to get paid. My office’s cleaner doesn’t understand how computers can even be unsafe.
When I went to primary school we had windows computers. Same thing in high school. In uni, because I did comp sci, I used Linux and found it was better for me. 350 people went through first year with me. Most of them continued using Windows, although a good chunk used Mac too. Like 10 of us used Linux. It is easier not to switch and that’s not going to change. So can we stop having a go at people for not having the same interests as us, because that’s the only difference.
Ask a new user, the unsurprising answer is “ez pleazee”.


Hi, I’m engaged to someone who studies chickpea and other legumes. Shitloads of money goes into agriculture every year and from my understanding, what you’re describing is being done by some brilliant people (I’m a bit biased). However there’s so many concerns around GMOs doing damage to the environment that it is tightly regulated. Doubly also, Americans don’t have the same ready access to grocery stores that other first world countries have.
Plus the equivalent of flat earthers exist that believe that GMOs will kill us all and we need to go back to eating only what nature created (somewhat hyperbole, there are valid concerns but people have been irrational).
An example is that chickpea and other legumes reintroduce nitrogen into soil after the soil loses vitality, which makes chickpea a good intermediate crop that can be grown in between others. Its high in nutrients and has good yield. So yeah, stop eating corn and eat legumes/chickpea/hummus.
(I’m not the molecular biologist so if I got stuff wrong, sorry, I will pay more attention when my partner speaks)

Hey, you’re also heading the right way for a ban… Not liking Linux on Lemmy smh
docker compose down --remove-orphans
Its for the tutorial I think, you can hear the voice if you go to the steam store page for it, just watch the first trailer in the queue. If you cant be bothered, its a male british robotic voice with a helpful tone.


Man, youre totally right and I now feel embarassed i forgot that.


So ultimately hashing an email address could be a good thing, but its a matter of half measures. Sure, you can perform a basic hash before putting it in the database, but if we assume hashing is performed to prevent it being read by an attacker, why bother unless youre doing it properly?
Passwords, being more sensitive, should only be compared once finished being entered, so you can afford to run all the hashing, salting etc that is a requirement to keep the passwords safe.
If you were going to hash the email to the same standard, it becomes harder to retrieve and display, so when the user wants to look at their profile in the ui, you have to run an intense cryptographic algorithm just to display the email. Or if you want to contact the customer, or any other use for their email. Hence, people dont bother.
I play PlateUp with a friend, we started on remote play while I wasnt sure if I liked the game. It had issues where if the window lost focus, I’d crash and the entire game session was lost. Anyway, I bought the game and have never had any issues since. Its super fun!


Highly recommend this wargame challenge from over the wire. It makes you think and also feels like hacking. Youre just using linux commands to find passwords but the skills transfer to heaps of usage across systems. It can be a little beginner-ish though.
Dynamic programming is a headfuck when you first learn it, they’re obviously just a superior being.