2007年11月30日

七子之歌 -- 闻一多

 澳门
你可知“妈港”不是我的真名姓?
我离开你的襁褓太久了,母亲!
但是他们掳去的是我的肉体,
你依然保管着我内心的灵魂。
三百年来梦寐不忘的生母啊!
请叫儿的乳名,叫我一声“澳门”!
母亲!我要回来,母亲!

  香港
我好比凤阁阶前守夜的黄豹,
母亲呀,我身分虽微,地位险要。
如今狞恶的海狮扑在我身上,
啖着我的骨肉,咽着我的脂膏;
母亲呀,我哭泣号啕,呼你不应。
母亲呀,快让我躲入你的怀抱!
母亲!我要回来,母亲!

  台湾
我们是东海捧出的珍珠一串,
琉球是我的群弟我就是台湾。
我胸中还氲氤着郑氏的英魂,
精忠的赤血点染了我的家传。
母亲,酷炎的夏日要晒死我了;
赐我个号令,我还能背城一战。
母亲!我要回来,母亲!

  威海卫
再让我看守着中华最古的海,
这边岸上原有圣人的丘陵在。
母亲,莫忘了我是防海的健将,
我有一座刘公岛作我的盾牌。
快救我回来呀,时期已经到了。
我背后葬的尽是圣人的遗骸!
母亲!我要回来,母亲!

  广州湾
东海和匈州是我的一双管钥,
我是神州后门上的一把铁锁。
你为什么把我借给一个盗贼?
母亲呀,你千万不该抛弃了我!
母亲,让我快回到你的膝前来,
我要紧紧地拥抱着你的脚踝。
母亲!我要回来,母亲!

  九龙
我的胞兄香港在诉他的苦痛,
母亲呀,可记得你的幼女九龙?
自从我下嫁给那镇海的魔王,
我何曾有一天不在泪涛汹涌!
母亲,我天天数着归宁的吉日,
我只怕希望要变作一场空梦。
母亲!我要回来,母亲!

  旅顺,大连
我们是旅顺,大连,孪生的兄弟。
我们的命运应该如何的比拟?
两个强邻将我来回的蹴蹋,
我们是暴徒脚下的两团烂泥。
母亲,归期到了,快领我们回来。
你不知道儿们如何的想念你!
母亲!我们要回来,母亲!
阅读全文!

2007年11月11日

How to install KDE on Ubuntu

Ubuntu's default desktop environment is Gnome. Sometimes people using Ubuntu want to try out KDE as well, though.

Warning: having KDE and Gnome together means you'll have cluttered application menus full of KDE applications and Gnome applications. You may also run into some other cosmetic problems (the KDE QT look taking over some of your Gnome themes, a hidden file on your desktop that keeps appearing in Gnome after you've just logged out of KDE). One of the most common problems is the new desktop environment "taking over" the boot splash screen. Here are some instructions to fix that problem.

Even though these instructions are for KDE, the same principle applies for adding Gnome to Kubuntu or XFCE to Kubuntu or Ubuntu. Basically, you install the desktop environment, log out, and choose the desktop environment.

Note: Some people may tell you to install KDE using Synaptic Package Manager or apt-get. Using aptitude instead will make KDE easier to remove later if you wish to do so.

Paste this command in the terminal:
sudo aptitude update && sudo aptitude install kubuntu-desktop

Free Image Hosting at www.ImageShack.us
During the installation process, you should be asked whether you want to use KDM or GDM as your default display manager. If you think you'll use KDE more frequently, make KDM your default. If you think you'll use Gnome more frequently, keep GDM as your default.

The default can always be changed later by modifying the /etc/X11/default-display-manager file. For KDM, the file should read /usr/bin/kdm; for GDM, the file should read /usr/sbin/gdm

Free Image Hosting at www.ImageShack.us
When KDE is done installing, log out.

Free Image Hosting at www.ImageShack.us
If you're using 6.06 or later, once you get to the login screen, click on Options and then Select Session.

In older versions of Ubuntu (5.10 or earlier), you would have a separate Session button instead of drilling down to Session from Options.

Free Image Hosting at www.ImageShack.us
In the Sessions dialogue, select KDE and then Change Session.

Free Image Hosting at www.ImageShack.us
Finally, before you log back in again, decide whether you want to change to KDE just for this session or if you want to make KDE your default desktop environment.

Then, log back in, and you should be using KDE.

To switch back to Gnome, just log out and select Gnome from the session menu.

If you later decide you don't want KDE any more, go back to the terminal and paste in
sudo aptitude remove kubuntu-desktop
.
阅读全文!