Giulliani tryna look hard, but just looking like he can’t remember where he left his teeth.
Giulliani tryna look hard, but just looking like he can’t remember where he left his teeth.
He’s had 96 charges filed against him. You’re an absolute loony.
OK, so this is one of those comments that’s either “wtf, of course everyone knows that” or “oh shit, ok”, but generally wake on USB is a bios setting. Have you looked around in the bios to see what your options are?
Doesn’t explain the weird behaviour, but may be a good way forward.
Does he have the right to a trial before a jury of his peers?
He is being tried for his crimes. That you want him treated arbitrarily worse in the meantime just seems capricious. The decision to keep someone in custody while they wait for trial is made on a well established set of principles, not based on your need to see him humiliated for your entertainment.
The DoJ following procedure is a sign that they are taking this seriously and not just pandering to people crying out for blood and entertainment.
I don’t understand. How is the DoJ shrugging it off when he’s been indicted on federal charges?
OK then, I guess we see differently to you.
Have a great day.
So you saw the part where he shows how massively it’s changed and literally says that it doesn’t even look like the same program?
Did you watch the first 30 seconds of the video?
I suspect you can’t replicate scenario 4 because it was never a thing (Pretty natural to skip over something by accident). A trailing newline was my first thought, but scenario 4 ruled it out. If you can’t replicate it then it’s the likely answer.
Something like this would confirm
echo "$mypass" | md5sum
Vs
echo -e "$mypass\n" | md5sum
I’ll have a play tomorrow and see what I get.
I suspect opening up the two files in a hex editor will show the difference, assuming I can replicate your results.
Perhaps do it with the string “test” and post results so we can replicate.
Could it be a character encoding issue? Are you using utf-8 on both machines?
locale charmap
to check (other ways: https://stackoverflow.com/questions/5306153/how-to-get-terminals-character-encoding )
There is (was?) a great website called cooptimus
The thing that breaks things broke things. The thing that fixes things fixed it.
No. No it is not.
deleted by creator
OK, I didn’t read before answering, probably ignore my answer below but I’ll leave it up incase someone learns something from it.
Edit: misunderstood what OP wanted to do, leaving this here in case it’s interesting to anyone.
Sounds like what you are tyring to do is called Split Horizon DNS.
Requests from outside your network should resolve server.domain.com to the public IP, but requests from inside your network should resolve it to the private IP.
If that’s what it is then you register the public IP with your nameservers. You also run a DNS service internally which you point all your computers at (likely by putting it as the DNS server in your networks DHCP settings). That DNS server is set up to return the private ip addresses for all your servers, and to forward any other requests to some external DNS like 1.1.1.1
I’m not sure what your use case or for needing to use the internal IP address from inside the network, but it might be to avoid traffic exiting your network just to be sent back in? Or you me a that you want external requests to go to one server and internal to go to another server? I’m which case the set up above still works, but on just use the appropriate IP addresses in the appropriate places.
What’s an ML?
Eh, you’re being lazy. Just compile the kernel from source.