gaoshan
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Real time Communication Between Clients - A Basic socket.io Tutorial (litmusbox.blogspot.com)
- Nodejs debugging (github.com)
- Another tool to fight Internet censorship (opendns.com)
The folks at OpenDNS just released a a new tool to encrypt DNS server traffic. In a few words it "DNSCrypt is a piece of lightweight software that boosts online privacy and security. It works by encrypting all DNS…
-
I'm familiar with using a VPN but China frequently manages to block, or at least seriously degrade, VPN connections (and currently seems to actually be cracking down on VPNs). I can set up a tunnel over SSH and use that…
-
We are looking around for something to replace our homegrown issue tracker and time management system and are also considering making the plunge from SVN to a DVCS (liking Mercurial for this). We are also chaffing a bit…
-
A site I work on got hacked this morning. a small snippet of code (html, css, javascript) was appended to a number of pages of an ad system (PHP) we use. How does this happen? How do they get write access to these pages…
-
I'm going to be working (web development) from China for the next few months. I've done this before so let me explain how I did it and then ask if anyone has any advice on how you would do it. I frequently need access…
-
I'm about to move many GB (about 11GB) of files from one unix based host to another. Here is how: 1. SSH into old. 2. tar and gzip everything (to save on bandwidth and time in transfer). 3. SSH into new. 4. use scp to…