2008-10-22
更新debain後virtualbox-ose出問題,不能run了
sudo aptitude update; sudo aptitude safe-upgrade ,
結果 virtualbox-ose 及 virtualbox-ose-guest-utils 更新成 1.6.6, 但virtualbox-ose-modules-2.6.26-1-686還是 2.6.26+1.6.2的版本,
aptitude show virtualbox-ose去找, 發現舊版已不見了, 想等一等, 會有人提出這個bug, 最終virtualbox無法使用, 要用時只好起動到備援系統.
等了一星期了, 只好從 /var/cache/apt/archives/ 安裝 virtualbox-ose_1.6.2-dfsg-6_i386.deb 及 virtualbox-ose-guest-utils_1.6.2-dfsg-6_i386.deb 來解決,
安裝 :
cd /var/cache/apt/archives/
sudo dpkg -i virtualbox-ose_1.6.2-dfsg-6_i386.deb virtualbox-ose-guest-utils_1.6.2-dfsg-6_i386.deb
還真是有些煩..
2008-10-12
Debian 下 virtualbox 1.6.2 的 VBoxGuestAdditions的改變
要在Guest(客戶端)中的->裝置->安裝客端額外功能
安裝這個 VBoxGuestAdditions , 下載後會存在 /home/username/.VirtualBox/VBoxGuestAdditions_1.6.2.iso 。下載完後,掛上 VBoxGuestAdditions.iso, 客戶端會開始裝這個額外功能。
這三樣就會正常了,當然還要做一些設定。
以下是舊版的設定:
2008-08-26
rkhunter的使用
debian下安裝
$ sudo aptitude install rkhunter
使用(指定使用UTF8中文)
$ sudo rkhunter --check --lang zh.utf8
2008-08-04
今天ADSL改成光籤了,固定IP暫時不能用
今天ADSL已改成光籤, 裝好後, 上網速度快些,
等到hinet的外包人員走了後, 才發現固定IP沒法使用..
打電話(0800-080-412)到hinet客服去問, 告知要等確定後兩三天,會發給新的IP,原來的固定IP不能使用了,暫時使用動態IP,
還好我的 Domain 是用 no-ip, 在Debian 的套件就是 no-ip, 原本已經裝了, 只是沒啟動(原來的固定IP也是可以啟動no-ip,掛在那裡), 啟動就OK了.
2008-06-17
Debian virtualbox-ose 1.6.2-dfsg-1 出現錯誤
出現 " VirtualBox Additions Disabled, not in a Virtual Machine... failed!"
2008-04-24
改了螢幕解析度,Blog版寬就變了
Debian無法安裝GCIN輸入法
安裝時發現裝不起來,
出現
The following packages are BROKEN:
libgtk2.0-0
The following NEW packages will be installed:
gcin gcin-qt3-immodule{a}
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 1459kB of archives. After unpacking 4415kB will be used.
The following packages have unmet dependencies:
libgtk2.0-0: Conflicts: gcin (<>
意思是 libgtk2.0-0 對不上 gcin 版本,我是用testing的,又不想用非官方套件(懶得改來改去),可能要等一陣子了,要修正到testing有段時間,暫時還是用scim。
2008-04-18
2008-03-22
2008-03-13
臺灣郵政的"中文地址英譯"改址
改成 http://www.post.gov.tw/post/internet/f_searchzone/index.jsp?ID=190103
那個?ID=190103不能少。
2008-03-07
更新WordPress成2.3.3
原本是想用aptitude install wordpress來安裝 (我的系統是Debian Testing),弄了很久搞不定,以前的文章在現在的環境不適用,沒辦法只好又裝在user的 ~/public_html下,再建個 link 到 www。
暫時先用,等以後有空再仔細研究。
先記錄一下目前的作法:
1.先取得最新版。 wget -c http://wordpress.org/latest.tar.gz
2. 解至 ~/public_html 。
cd ~/public_html
tar zxf ~/blog/wordpress/latest.tar.gz
mv wordpress wp
cd ~/public_html/wordpress_old
3.拷貝原先設定檔
cp ./wp-config.php ../wp
4.改 chown
sudo chown www-data:www-data ../wp/wp-config.php
5.建目錄
mkdir ../wp/wp-content/uploads
mkdir ../wp/wp-content/languages
6.uploads改權限
chmod 777 ../wp/wp-content/uploads
7.拷貝中文語系
cp ./wp-content/languages/zh_TW.mo ../wp/wp-content/languages/
8.拷貝 plugins,在 wp-content/plugins/
cp -r ./wp-content/plugins/nggallery ../wp/wp-content/plugins/
cp ./wp-content/plugins/wp-plugins-tracker.php ../wp/wp-content/plugins/
9.拷貝 themes,在 wp-content/themes/
cp -r ./wp-content/themes/magazine-10 ../wp/wp-content/themes/
10.在 www 下建 link。
cd /var/www/
sudo ln -s ~/public_html/wp /var/www/wp
這樣就完成了,到網頁登入,發表文章。
2008-03-01
新裝的Debian Testing(Lenny)Grub出現”Selected item cannot fit into memory”錯誤
昨天回去把RAM加上,加到1G,順便加個80GB的硬碟,最後還update, upgrade更一下,
把grub更新了,重開機後發現會出現 "Selected item cannot fit into memory"錯誤。
不管Debian,還是windows XP都一樣,手上沒有開機CD,先記錄。
回家上綱查了,發現這是舊的ERROR,在Debian,又不是Release時間,Testing應當不該出現的。
只好準好幾片開機CD,下次在處理了。
------------------------------------
2003-03-06
果然是 grub 的問題,前天回去後,用 DSL 的 grub 開機就成功了,
1.先備份 /boot/grub/menu.lst 。
2.再將 /boot/grub/ 刪掉。
3.拷回 /boot/grub/menu.lst 。
4.重裝grub ( grub-install --no-floppy hd0 )。
5.reboot 檢查是否正常。
這樣就正常了。
2008-02-26
2008-02-01
2008-01-27
精神不好,不要做事
平時還裝了另一份Debian testing作業系統,只好重開機到另外的系統,把重要的資料如 mysql, user home目錄備份下來,drupal5因為裝了一些module,所以一直沒有恢復。
其他如dokuwiki, wordpress, drupal6rc及桌面環境都用cp(拷貝),就立刻復原。
註:
- 我的桌面環境是 icewm, 直接將~/.icewm 這個目錄放到新帳號就ok。
- mysql的資料是在 /var/lib/mysql 裡。
- dokuwiki 更簡,內容是在
/data 目錄。
2008-01-24
Firefox Browser安裝flashblock
2008-01-23
dokuwiki配置管理器(Configuration Manager)中文化
(管理選單->Configuration Manager)
改成正體中文頁面
在<dokuwiki Dir>/lib/plugins/config/lang/ 下沒有 zh-tw 這個目錄,en目錄下有兩個檔 intro.txt, lang.php
作法:
- 先建zh-tw
- 再從zh目錄(大陸簡體)copy過來,就有簡體的
- 將簡體改成正體,並補上缺的。(from en)
註:正體的我已改好。
詳細內容
2008-01-19
替自已的blogspot換template
註: 有很多地方可找到好看的 templates, 這是在 google 找到 blogspot 的 template,還可用 themes 這個字眼。
2008-01-17
安裝 b2evolution 2.3.0-rc1
在管理者的使用上,有些不方便,這篇內容是改了又改權限,才讓blogger 的使用者可以發表新文章。
安裝環境
OS : debian testing(LENNY)
apache2 已裝好
php5 已裝好
mysql5 已裝好
apache2 下 的 user DIR 已開
安裝過程參考的的 wiki
Debian b2evolution 安裝
在Debian下Local User安裝b2evolution 2.3.0-rc1
2008-01-12
試了一下B2D-Server LaPue 0106
- 家中用hinet ADSL
- 配合dyndns
先講一下不方便的地方
- 更新時發現很慢, 查了來源(/etc/apt/sources.list), 是sarge, 這個在 debian 已經是 old-stable 了, 到 http://security.debian.org/ update 及 upgrade 幾乎不動..
真想把來源改成 etch .. - 主機設定一直會改(自動加上)Getway, adsl設定固定IP再轉址, 一直會很煩..
- Wiki 是使用 cgi, 我實在不太敢用這個 “CGI”, 的環境, 為什麼不用 dokuwiki,在安裝,管理與操作上都很方便..
- 在 XOOPS, LifeType是手動安裝的, 應該可換上 wordpress, drupal 這類 debian 有套件可直接安裝的..
優點是整合了
- Iptable rull
- 所有的 Server passwd
- 網路安全工具
2008-01-12
註:在 download 的地方沒有放版本說明
參考
- B2D Server 1231 正式版 (代號 Jacana) 說明: ftp://ftp3.tnc.edu.tw/b2d/iso/B2D-Server/Jacana/b2d.readme
- 使用B2D Server 版 http://b2ddoc.tnc.edu.tw/yh/LinuxBase/
2008-01-02
Debian GNU/Linux 4.0r2 發佈(2007-12-27)
Debian-Installer Update
* apache2 : Fix of several CVEs
* apache2-mpm-itk : Rebuild for apache2 rebuilds
* boson : Rebuild against lib3ds-dev
* cdebconf : Fix of several memory leaks
* debconf : Fix possible hangs during netboot installs
* dosemu-freedos : Remove unused non-free code
* enigmail : Fix regression introduced by icedove 1.5.0.10
* fai-kernels : Recompile for Linux Kernel rebuilds
* findutils : Fix locate heap buffer overflow (CVE-2007-2452)
* flashplugin-nonfree : New upstream release fixes security problems
* glibc : Fix nscd crash
* gnome-hearts : Added missing dependency
* gnome-panel : Fix authentication bypass
* iceweasel-l10n : Remove roa-es-val translation and updated ca package description
* joystick : Bring architectures back in sync
* kernel-patch-openvz : Rebuild for Debian Kernel rebuild
* klibc : Fixes nfsroot on mips(el)
* lib3ds : Fix strict-aliasing errors
* libdbi-perl : Fix potential dataloss
* libmarc-charset-perl : Bring architectures back in sync
* libnarray-ruby : Rebuild against current ruby1.8 to fix a wrong library install directory
* linux-latest-2.6 : Rebuild for Linux Kernel rebuild
* lvm2 : Fix to work correctly with striped lvm1 metadata
* mpop : Rebuild against etch (i386 only)
* multipath-tools : Changed priority of initscript
* opal : Fix CVE-2007-4924
* openscenegraph : Bring architectures back in sync
* openvpn : Rebuild against liblzo2 to fix general protection errors
* pam : Fix CVE-2005-2977
* po4a : Fix CVE-2007-4462
* postgresql-8.1 : Fix regression introduced in 8.1.9
* pwlib : Fix CVE-2007-4897
* pygresql : Fix package dependency on libpq
* sear : Rebuild against lib3ds-dev
* tzdata : Recent timezone updates
* unace : Make program 64bit clean
* user-mode-linux : Rebuild for Debian Kernel rebuild
* uswsusp : Fix regression
* view3ds : Rebuild against lib3ds-dev
* viewcvs : Fix interoperability with etch CVS
* wesnoth : Fix CVE-2007-6201
若沒有更新, 要去看一下 Security Updates ref : Debian GNU/Linux 4.0 updated
日文版的 Debian JP 也更新了
2008-01-01
安裝Coppermine Gallery相薄
記錄在我的wiki上.
Coppermine Gallery 安裝http://rj.twbbs.org/wiki/debian/photo_album/coppermine_gallery