看到朋友的部落格貼該活動,我以為只是一篇幫朋友的朋友上班的公司打廣告而已. 沒想到居然是一個部落格廣告的活動.
研究一下該活動,
7,8,9各抽出一位價值4500的不含硬碟NAS, 除中獎者外, 其餘可繼續抽獎.
七月24位參加, 八月8位參加, 九月7位 (到今日9/5)
在看起來應該是活動首頁的地方[1][2][3], 並沒有說明排除該公司員工, 如果抽出該公司員工的話… 我也不知道會怎樣 /_\
抽獎影片
基於中獎機會高 (參加人數少) , 又應該會公正抽獎的情況下, 還是貼了上一篇的廣告文了…
Posted in 廣告 | Tagged NAS, synology, 廣告 |
Synology多功能網路儲存伺服器
省電節能、穩定安全、效能絕倫
Posted in 廣告 | Tagged NAS, synology, 廣告 |
這幾天 ubuntu 8.10 使用了 2.6.27 的 kernel , 而 virtualbox 1.6.4 的 kernel module 和 2.6.27 不太合.
編譯時都會出現 error .
In file included from /tmp/vbox.1/linux/SUPDrv-linux.c:35:
/tmp/vbox.1/SUPDRV.h:104:30: error: asm/semaphore.h: 沒有此一檔案或目錄
/tmp/vbox.1/linux/SUPDrv-linux.c: In function ‘supdrvOSGipResume’:
/tmp/vbox.1/linux/SUPDrv-linux.c:1331: error: too many arguments to function ‘smp_call_function’
make[2]: *** [/tmp/vbox.1/linux/SUPDrv-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.1] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-1-generic’
make: *** [vboxdrv] Error 2
Ubuntu討論區上這篇 quick fix , 修改之後就可成功編譯. [...]
更新到 Wordpress 2.6 之後, Where did they go from here 這個 plugin 就會跳 warning 出來.
warning: unserialize() expects parameter 1 to be string, array given in /home/xxxxxxxx/public_html/wp-content/plugins/wheredidtheygov1.php on line 97
參考其他 plugin 的解法是先用 is_serialized() 判斷, 如下修改即可
64,66c64
< [...]
Posted in wordpress | Tagged plugin, wordpress |
記下我的 VirtualBox 網路設定
安裝
sudo apt-get install uml-utilities bridge-utils
/etc/network/interfaces
auto lo
iface lo inet loopback
name Loop interface
auto br0
iface br0 inet static
pre-up ifconfig eth0 down
post-up ifup eth0
address 192.168.22.2
network 192.168.22.0
netmask 255.255.255.0
broadcast 192.168.22.255
gateway 192.168.22.1
bridge_ports eth0
auto eth0
iface eth0 inet manual
name Ethernet LAN card
/etc/vbox/interfaces
#sudo VBoxAddIF vbox0 $USERNAME br0
vbox0 pctao br0
reboot, vbox0 is ready for you.
使用發展中版本, 有可能遇到超大的問題, 今天的 ubuntu hardy 版本就是一例…
今天的 libc6 更新會導致無法執行程式, 無法執行更新/安裝套件的 dpkg 或 apt-get, 連 sudo / bash 也無法執行, 根本就是等死狀態 T_T
ubuntuforums 的討論, 有人貼出大概的暫時解法:
用 live cd 開機
掛載 disk
cp –parents `dpkg -L libc6-i686 | xargs` /path/to/mounted/disk/
cp –parents `dpkg -L libc6 | xargs` /path/to/mounted/disk/
相關資料
WARNING: BREAKAGE ALERT: Do Not Upgrade Libc6 (March 12, 2008)
Posted in hardy, ubuntu | Tagged hardy, libc, ubuntu |
* 有可能看到這篇時, 已經可以下載了?
晚上在重灌電腦的 JDK , 到官網下載新版的 JDK 6 update 4 (之後簡稱JDK 6u4), 發現 windows 版本無法下載, 訊息一直是
Your download transaction cannot be approved. Contact Customer Service.
而 linux 或 solaris 版本則正常, 退而求其次, 找 JRE 6 update 4 , JDK 6u4 + NetBeans 也無法下載. 當下的疑問是, 政大或學網甚至台灣被擋住, 不能下載嗎?
老實說, 我想到了以前美國的密碼軟體和硬體的出口管制, 找了在美國的學長測試, 也是不行… 那我就放心了, 應該是sun官方的問題吧..
剛剛填了回報單, 看什麼時候會回覆正常..
Posted in java | Tagged error, java |
*update: 官方已解決此問題
更新 nvidia-glx-new 169.09+2.6.24.9-8.22 之後, xorg 的 glx extention 就載入失敗.
(II) LoadModule: “glx”
(II) Loading /usr/lib/xorg/modules//libglx.so
dlopen: /usr/lib/xorg/modules//libglx.so: cannot open shared object file: No such file or directory
(EE) Failed to load /usr/lib/xorg/modules//libglx.so
(II) UnloadModule: “glx”
(EE) Failed to load module “glx” (loader failed, 7)
主因是 libglx.so 連結錯誤, 因為 ubuntu hardy 還在 feature freeze , 暫時沒有更新, 所以先自行解決吧.
* update: feature freeze 已結束
Ubuntu Hardy 有幾天沒有更新, 感覺奇怪就上 Ubuntu Forums 查. 原來是進入 feature freeze 的階段.
At this point we stop introducing new features, packages, and APIs, and concentrate on fixing bugs in the development release.
停止新功能,套件和API的更新, 而專注在解決問題.
Posted in hardy, ubuntu | Tagged hardy, ubuntu |
剛再更新 wp svn , 看到幾個 tinymce 的更新, 再來測試看看.
update: 在編輯器使用 HTML 模式, 會被吃文. 儲存前換成 Visual “應該“就沒事.
詳細更新紀錄如下
Posted in test, wordpress | Tagged test, wordpress |