Have you used these routers? Was literally looking at them this morning
Have you used these routers? Was literally looking at them this morning
I second mxroute. They are solid
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.
Plex is good but another option is jellyfin
The lack of ios app deterred me from even testing it. I play tech support for my family enough to know an app would be necessary.
Man ive been looking for something like this for a long time and never found a suitable option.
Post i had before about this same topic.
Humhub wasnt a solution for me since most of my family uses iPhones and not having a dedicated app would confuse them.
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).
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.