Have you used these routers? Was literally looking at them this morning
Have you used these routers? Was literally looking at them this morning
If this is true what a dumb reason. Basically decided to make a device that could be used 100% of the time unusable for some fraction of time just because it looks the way he wanted it too.
Came here to say can opener too. Not for the same reason as you mentioned just that more often than not a can opener is just plain shoddy. Slips, doesn’t fully cut, hard to grip, etc….
I second mxroute. They are solid
The narrator from Fall of Civilization is very relaxing to listen to
I also worked as a computer tech at a university. Often i had to backup someones drive to cds or dvd depending on the situation. If a folder was too large we would ask permission to go into it to break it into smaller chunks. I began to loathe having to subdivide large photo folders onto cds. Way too many times of opening a folder of smutty pictures.
Never heard of this but definitely a cool thing.
Keepass. Keep it simple.
You obviously dont know how shoddy korea is on punishing crimes like this. Its almost a running joke at this point.
I’m scared to ask, but what in holy hell is an oil pie?
This is the suggestion i had too
Im with this guy. Its a video about hacking a phone.
If that guy is like me i prefer to digest text rather than video.
I spend lots of time in south korea and VPNs are fine to use. I primarily use mine for getting around region blocks or for added privacy when on public networks.
Exactly the same here. I loathe kakao
Just a heads up about people’s suggestions on signal. If you don’t open your desktop client often and it needs to be logged back in it will not sync your latest notes to self messages (perhaps other messages too).
I do exactly the same thing. Some more spam from time to time but usually thunderbird catches that for me.
Do you mean the delay between when you need to re-enter the superuser password?
I found this via an LLM:
To change the delay before needing to re-enter your
sudo
password, follow these steps:Open the terminal and run:
sudo visudo
Locate the line:
Add the following line below it:
Defaults timestamp_timeout=<time-in-minutes>
Replace
<time-in-minutes>
with the desired timeout in minutes (e.g.,30
for 30 minutes). Setting it to0
requires a password every time, while a negative value disables the timeout entirely.