- Oct 29 Thu 2009 13:52
-
【系統】Ubuntu : 查看系統資訊 by Command
- Oct 29 Thu 2009 08:26
-
【系統】Ubuntu : 限制網路頻寬
- Oct 28 Wed 2009 13:45
-
【系統】Linux : glxgears - 測試顯示卡效能

一個簡單測一下你顯示卡跑 3D 效能的小東西。
Usage:
-display set the display to run on
-stereo run in stereo mode
-fullscreen run in fullscreen mode
-info display OpenGL renderer info
-geometry WxH+X+Y window geometry
- Oct 27 Tue 2009 16:10
-
【軟體】JMeter - 壓力測試 - 進階版
- Oct 26 Mon 2009 15:52
-
【系統】Linux : Sort 指令
- Oct 24 Sat 2009 22:19
-
【軟體】Ubuntu : Rainlendar - A customizable desktop calendar

Rainlendar 一款相當好用的桌面行事曆。
之前我也有寫一篇文章來介紹: 【軟體】Windows : Rainlendar - 桌面行事曆
但現在我已改用 Ubuntu 了,結果今天發現 Rainlendar 居然也有 Ubuntu 版本耶。
- Oct 24 Sat 2009 21:25
-
【軟體】Ubuntu : Sysinfo - 查看系統資訊
- Oct 20 Tue 2009 15:59
-
【程式】Shell Script : Sample Code - 個人備忘
# 一定要使用 root 身分才可以執行 Sync
if [ "$(id -u)" != "0" ]; then
echo "** Error : You must run the script as root." 1>&2
exit 1
fi
if [ "$(id -u)" != "0" ]; then
echo "** Error : You must run the script as root." 1>&2
exit 1
fi
- Oct 20 Tue 2009 15:41
-
【程式】Shell Script : 截取部份字串 substr
今天在改寫之前的 Sync 程式時,需要用到 substr 的功能來截取部份字串。
因為是寫 Shell Script,都不太會,弄了好久,總算是弄好了。
str='1234567890'
取得字串長度:
因為是寫 Shell Script,都不太會,弄了好久,總算是弄好了。
str='1234567890'
取得字串長度:
- Oct 18 Sun 2009 09:39
-
【系統】Ubuntu : AVI, RMVB, MPEG, MP3 一次解決
- Oct 18 Sun 2009 08:50
-
【系統】Ubuntu : DBus error org.gtk.Private.RemoteVolumeMonitor.Failed !!
- Oct 17 Sat 2009 19:29
-
【系統】Ubuntu : The following packages have unmet dependencies !!

最近將家裡的電腦也都灌成了 Ubuntu,結果在安裝 ksnapshot 時。
他出現了下面的錯誤訊息:
root@chingwei-desktop:~# apt-get install ksnapshot
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ksnapshot: Depends: kdebase-runtime (>= 4:4.2.1) but it is not going to be installed
Depends: kdelibs5 (>= 4:4.2.1) but it is not going to be installed
Depends: libqt4-dbus (>= 4.5.0~+rc1) but it is not going to be installed
Depends: libqt4-svg (>= 4.5.0~+rc1) but it is not going to be installed
Depends: libqt4-xml (>= 4.5.0~+rc1) but it is not going to be installed
E: Broken packages
root@chingwei-desktop:~#





