Author Archive
Modify text-mode ubuntu resolution
三月.03, 2010 Posted in RSS

[Source Link]
#use hwinfo to find out the mode number for your choice of resolutionsudo apt-get install hwinfo# sudo hwinfo –framebuffer | grep RESOLUTIONsudo hwinfo –framebuffer | grep 1440×900
#add ‘vga=SOME_MODE_N...
command output send to stdout and file both
三月.03, 2010 Posted in RSS
Comments Off :tips, UNIX more...RoR on Ubuntu Server 8.04
三月.03, 2010 Posted in RSS

step 1. install and configure mysql-serversudo apt-get install mysql-server (config root passwd while installing)sudo mysql_install_db# mysqld.sock lives under /var/run/mysql5/sudo mysqld_safe &mysqlmysql> create database YOUR_DATABASE;sud...
RoR on wholenew Synology DS710+ (x86)
三月.03, 2010 Posted in RSS

[同步刊登於 mobile01]連著兩篇開箱文 [群暉NAS新秀 DS 410j 與我的 ipod touch] 與 [群暉 NAS 劃時代旗艦 All-In-One DS1010+] 的介紹之後,當然是希望每位朋友對於群暉 NAS 的硬體或軟體都有所認識。像是...
RoR on Synology NAS DS209 - libz.so.1: cannot open shared object file: No such file or directory
二月.27, 2010 Posted in RSS
issues :
posted on synology forum
hints :http://shin3.blogbus.com/logs/50892203.html
solution :
ln -s /opt/lib/libz.so.1.2.3 /lib/libz.so.1
irb auto complete with syntax highlight
二月.27, 2010 Posted in RSS

step 1 : create a .irbrc file in your home directory
require ‘rubygems’require ‘wirble’
IRB.conf[:AUTO_INDENT] = trueIRB.conf[:USE_READLINE] = trueIRB.conf[:LOAD_MODULES] = [] unless IRB.conf.key?(:LOAD_MODULES)unl...

























