Viewing profile — 01CGAT
01CGAT
HN member- Joined
- Fri, Sep 09, 2011, 1:14 PM UTC
- HN karma
- 398
- Public activity
- 137 items
- HN profile
- View on Hacker News ↗
About 01CGAT
houseofcyber.com
Recent public activity
-
comment
Comment #23700122
I think Elon Musk's Starlink is a very promising example of keeping the internet open for everybody. Governments will have a hard time shutting down the internet when there are sat…
- comment
-
comment
Comment #22847305
The technology used for this is the same as for locating your lost device and takes care of privacy in a very smart way, more info: https://www.wired.com/story/apple-find-my-crypto…
-
comment
Comment #22698308
Visiting the website through WifiMask VPN (using Digital Ocean servers) works fine.
-
comment
Comment #22534270
For WifiMask VPN I use the following to block ads & malware: https://github.com/Trellmor/bind-adblock
-
comment
Comment #22534231
A snippet from the article on the residential IP's: "Furthermore, we conducted realtime device fingerprinting when we captured each IP address. And we have successfully identified …
-
comment
Comment #22442356
This was probably the beginning of the end of Facebook, at least for me. I started interacting with Facebook much less and started to forget about it, because I didn't want everybo…
-
comment
Comment #22297532
It's easier because the current tools of building the planes are not made for this new type of planes. Update the tools and building this new type of plane will be easy too.
-
comment
Comment #22073771
2016: https://www.bloomberg.com/news/articles/2016-04-14/norway-s-...
-
comment
Comment #21934765
Founder of WifiMask VPN here. Maybe you want to try it with a free trial for 7 days :-) : wifimask.com.
-
comment
Comment #21910181
Maybe OpenVPN + UDPspeeder could do something: https://github.com/wangyu-/UDPspeeder
-
comment
Comment #21910168
FTR, they say: "As you can see, the ascp client performs over 200x faster than FTP, and can download the whole file in 9 seconds. It’s pretty magical." But the example shows MB/s v…
- story
-
comment
Comment #21650561
To maybe better answer this question, I've found this for example: https://gist.github.com/hcooper/814247
-
comment
Comment #21650538
To answer this question: yes, OpenVPN can handle multiple users/connections simultaneously.
-
comment
Comment #21650412
You could generate a certificate for each user, but without the duplicate-cn option a user is only allowed 1 connection to the same server. You can also use username/password authe…
-
comment
Comment #21650112
OpenVPN has the duplicate-cn option available, two connections with the same common name are then allowed.
-
comment
Comment #21649462
Using a database for user authentication, you could write a script to fill the database with some usernames and passwords. Or create a webfrontend for users to register their own u…
-
comment
Comment #21649388
What can I say, part of the OpenVPN config: status /dev/null log /dev/null verb 0 Part of the IPSec config: charondebug="asn -1, cfg -1, chd -1, dmn -1, enc -1, esp -1, ike -1, imc…
-
comment
Comment #21644240
Some television programs are: https://www.utopiatv.nl/live
-
comment
Comment #21639687
May I suggest to turn off logging for your own server too? :-) Anyone with physical access to the server can access the logs, maybe even when the disks are encrypted, I can imagine…
-
comment
Comment #21639467
These are a very interesting questions and invite to write more about in detail, which makes me think to write blog articles about it. Stay tuned! ;-)
-
comment
Comment #21639389
Haha, thanks!
-
comment
Comment #21639381
We are very flexible, if DO isn't the best choice anymore for our demands, we will look around for other options.
-
comment
Comment #21639317
I have seen this throughout macOS lately with other apps too, a rightclick will show you the paste option btw. Meanwhile I will investigate this, thanks!