kanishi
Kì cục
Thế này là thế quái nào nhỉ, chấm điểm kì cục thật
Installing BerkeleyDB, Apache & Subversion on Debian 3 (woody)
http://www.17od.com/2005/03/26/installing-berkeleydb-apache-subversion-on-debian-3-woody/ 26Mar05 Install Berkeley DB Go to http://www.sleepycat.com/download/index.shtml and download BerkeleyDB 4.2.52 Download the patches numbered like this patch.4.2.52.? Extract the BerkeleyDB compressed file Copy all the patch files into the base directory just extracted Apply the patches individually using…patch -p0 < [patchfile] cd into the build_unix directory in the extracted directory Run…../dist/configure Run…make Ensure … Read more
Chuyện lượm lặt
hnay lượn lờ với thằng nhóc em họ lớp 5, thằng em con nhà cô, mặt mũi sáng sủa thông minh nhanh nhẹn nghịch ngợm, phải cái còi dí, lớp 5 lên lớp 6 mà trông tưởng lớp 1 😀 lúc đi qua bờ hồ, có một phát hiện khá thú vị, chỗ gần phố … Read more
Hà Nội mưa
Để lighttpd chạy được script viết bằng C, chỉ cần thêm vào file lighttpd.conf dòng này cgi.assign = (“.cgi” => “” , “” => “”) mỗi thế, đơn giản nhỉ, nhưng tìm mãi mà chưa biết tạo chuỗi md5 trong c như thế nào :D, gà quá, hic cúm, 3 ngày HN vắng em, 3 … Read more
Review Asus K40IJ
Intel Dual Core T4200 (2.0Ghz, 800 MHz FSB,1 MB L2 Cache), 2GB DDR2/ 80091 x SO-DIMM socket up to 4GB), 160GB 5400 rpm SATA, 14.0″ HD (1366×768) LED backlight (Gương siêu sáng) Splendid, Intel® GMA 4500MHD, 8X Super Multi DVDRW Double Layer, 802.11 b/g/n, Pin ~6hrs (SHE Technology) , Ice cool , vỏ Infusion bóng … Read more
Tucan Manager – Ác như thú :-ss
=================== Description ========= – Tucan is a free and open source application designed for automatic management of downloads and uploads at hosting sites like: – http://rapidshare.com/ – http://megaupload.com/ – http://gigasize.com/ – http://mediafire.com/ – http://4shared.com/ – http://sendspace.com/ – (…) =================== Characteristics ========= – Written entirely in Python. – Graphical User Interface written in PyGTK (GTK+ toolkit). … Read more
To do
<?php $fp = fopen(“/tmp/lock.txt”, “w+”); if (flock($fp, LOCK_EX)) { // do an exclusive lock fwrite($fp, “Write something heren”); flock($fp, LOCK_UN); // release the lock } else { echo “Couldn’t lock the file !”; } fclose($fp); ?> http://us3.php.net/flock read – write Berkeley DB Response handling in response.c