gaoshan

↗ HN profile [ 85.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Nodejs debugging (github.com)
  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…