Vagrant Dog - Harry

Who are you? Where are you from? Where do you want to go?

Friday, March 30, 2012

Linux find the memory used by a program / process using pmap command

›
http://www.cyberciti.biz/tips/howto-find-memory-used-by-program.html   Linux find the memory used by a program / process using pmap comman...

Good way to release product to customer.

›
http://stackoverflow.com/questions/2264565/debugging-in-linux-using-core-dumps It sounds like there are other differences between your rel...
Thursday, March 01, 2012

compare binary files

›
cmp -l file1.bin file2.bin | awk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strtonum(0$3)}' gvim -d <(xxd -c 1 ~/...
Friday, February 24, 2012

UBIFS

›
http://www.linux-mtd.infradead.org/doc/ubi.html ** need to pay attention to kernel version and utiltools version. mtd-utils# mkfs.ubif...
Wednesday, February 08, 2012

Create and boot RAMDISK

›
http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/83795.aspx#288684 http://processors.wiki.ti.com/index.php/Creating_a_Ro...
1 comment:
Saturday, January 07, 2012

海淘网站

›
http://bbs.huasing.org/bbs.php?B=179_11716859 一、服装类 男装女装童装综合类 http://www.amazon.com/ 万能的亚马逊涵盖需要的...
1 comment:
Tuesday, November 22, 2011

Flush memcached

›
nc "flushall\n" localhost 11211 
1 comment:
Sunday, November 20, 2011

Backup and Restore Database

›
http://www.webcheatsheet.com/SQL/mysql_backup_restore.php#restore Back up From the Command Line (using mysqldump) If you have shell or tel...
2 comments:

Creating MySQL database on Linux system

›
http://www.webdevelopersnotes.com/tutorials/sql/mysql_primer_creating_a_database.php3 Creating MySQL database on Linux system I assume tha...
Friday, November 18, 2011

quick fix of mysqldump error 1044

›
mysqldump: Got error: 1044: Access denied for user 'root'@'localhost' to database 'information_schema' when using L...
‹
›
Home
View web version
Powered by Blogger.