Code Dump

foreach thought as blah

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Tetrada
  • Toy Store
  • About

Monthly Archives: June 2010

mysqldump without table locks and single line inserts

Posted on June 16, 2010 by linchear

Since I always forget:

mysqldump  –extended-insert=false –host <host>  –skip-lock-tables -u <user> –password <database> <table> > file.sql

Posted in Code Dump | Tagged mysql

SSH Tunnelling

Posted on June 15, 2010 by linchear

ssh -f user@HOST -L from_port:to_ip:to_port  -N

eg:

ssh -f blah@home.chear.ca -L 8080:192.168.1.1:80  -N

Posted in Hax

Categories

  • Code Dump
  • Game Development
  • Hax
  • Jibber Jabber
  • Reference
  • Uncategorized

Blogroll

  • Vibol Hou
Proudly powered by WordPress