Author Archives: honeymak

Amazon Price Drop for 1 day

http://www.tomshardware.com/news/Amazon-PC-Gaming-EA-2K-Games-Ubisoft,14593.html#xtor=RSS-181

Posted in Games

fedora 16 screen capture by ffmpeg – quick’n'dirty

step1 ffmpeg -f x11grab -r 25 -s <screen res.> -i :0.0 -vcodec libx264 -vpre lossless_ultrafast -threads 0 video.mkv step2 ffmpeg -i video.mkv -vcodec libx264 -vpre libx264-lossless_ultrafast -crf 22 -threads 0 video.mp4

Posted in Computational

noip with systemd hiccups

1. systemctl enable NetworkManager-wait-online.service 2. chkconfig –del noip 3. edit /etc/init.d/noip 4. change the S##(namely, starting) priority to S90 or some number after NetworkManager (personally it’s stupid that guys only concern about “network” but without NetworkManager while they are claiming … Continue reading

Posted in Computational

vbox snapshot

vbox guest snapshot actions (take/restore) must be done while the guest os is up and running

Posted in Computational

聖經‧新漢語譯本(新約)/和合本並排版 By 漢語聖經協會

http://itunes.apple.com/hk/app/id448164494?mt=8

Posted in per-son-al Tagged

it’s about time for my 30th birthday

wow

Posted in per-son-al

fedora apache https

1. genkey –test –days ### <host.domain> .crt is located in /etc/pki/tls/certs/<host.domain>.crt .key is located in /etc/pki/tls/private/<host.domain>.key 2. edit /etc/httpd/conf.d/<host.domain>.conf with the following lines SSLEngine On <= this is a catch SSLCertificateFile <path_to_.crt> SSLCertificateKeyFile <path_to_.key>   note: maybe the apache needs … Continue reading

Posted in Computational Tagged

我o既得救見證…

生死之間奇妙的….”信”   話說當年中二o既時候, 響我中學度有一個類似小型佈道會o既週會, 當台上牧師呼召有無同學決志信主o既時候, 我同隔離位o既同學你眼望我眼, 一齊都舉o左手, 但係就無淚如湧泉o既感動.   不過主一直都無放開……   當決志之後自不然就係成長八課, 我當時都上左一堂, 只係第一堂, 第一堂只係大家各自介紹下, 因為當時好似係小組咁上. 不過我其實都唔知道, 因為除左呢一堂, 我就無再上第二堂. 彷彿神同我打o左個招呼, 做左個點頭朋友, 就各自走開左…….   完 左多年o既中學生活當然就係進入真實o的o既社會生活, 當年小弟讀書都唔需要問政府借錢, 只係靠本科o既工作已經可以賺到學費, 一日返八小時工加八小時學, 看似非人生活. 亦係本科o既興趣令我可以成為一個比賽裡面香港o既代表, 更曾訓練後一兩屆o既代表. 更在後來一o的時日可以接觸到一o的工作範籌內o既世界級頂尖兒, 面對面傾談, 同台食飯.   看似生命一帆風順, 卻響呢o的時候, 工作出現改變, 好一段時間都無工作, 甚至有一段日子要靠朋友接濟左一個月o既開支. … Continue reading

Posted in per-son-al

just to express

what good if u have life but do not understand it? the next question should not be going to die but to find

Posted in Life-style

pNFS

.parallel NFS http://www.pnfs.com/   ps. it’s included in RHEL 6.2 up

Posted in Computational