openSUSE 12.2 將在9/5(三)發佈 - Linux

Sierra Rose avatar
By Sierra Rose
at 2012-09-02T01:50

Table of Contents

經過了 10 個月的工作,openSUSE 12.2 即將在下週三與大家見面

就如之前的版本,openSUSE 將用他獨特的觸感--穩定、友好、歡樂

為您帶來最新的自由軟體體驗

12.2 採用 Linux 3.4 核心

搭配 KDE 4.8.4

或 GNOME 3.4

GRUB 2 + plymouth 提供了流暢的轉換和美麗的動畫

Xorg 1.12 引入了多點觸控輸入裝置的支援

繁體中文預設使用 gcin 中文輸入法

也提供 ibus, hime, fcitx, scim 等其他選擇

詳細資訊可以參考 openSUSE 的繁體中文維基

http://zh-tw.opensuse.org/Portal:12.2

Have a lot of fun !

--
Tags: Linux

All Comments

Lauren avatar
By Lauren
at 2012-09-06T03:35
推! openSUSE + KDE 讚啦~ :D

script 判斷ubuntu 套件

Elizabeth avatar
By Elizabeth
at 2012-09-01T23:50
您好, 請試看看下面的方式是否對您有幫助: #!/bin/sh if [ -z and#34;`apt-cache show $1 2andgt; /dev/null`and#34; -o -z and#34;$1and#34; ] ; then echo and#34;package $1 not e ...

一般使用者登入主機問題

Iris avatar
By Iris
at 2012-09-01T22:58
使用的是Cent OS 小妹是linux初學者 當初架設主機的時候是請人幫忙一起弄 記得一開始對方告訴我要設定限制只能以某一個帳號登入主機 這樣做比較安全,於是就那麼設定了。 但現在由於工作上的需要,我想開放某些目錄讓共同工作的夥伴可以自由以ftp上傳資料 建立新帳號、也完成檔案目錄的權限設定了, 但就是 ...

自己的shell script

Suhail Hany avatar
By Suhail Hany
at 2012-09-01T22:26
版上似乎很少人分享shell script 各位自己寫和常用的script有哪些呢? 像我有個叫realmansearch(!)的script http://pastebin.com/PEF7paAv 可以在terminal裡打 realmansearch og ptt 就會在firefox幫你 ...

opensuse 11.4 Server死當!該如何查原因

Emily avatar
By Emily
at 2012-09-01T21:26
請教各位 小弟手邊有幾台HP G7 Server 安裝Opensuse 11.4 x64 三步五時,Server就會死當,接console完完沒反應那種,只能強制重啟power 重啟後,進系統/var/log/message 實在看不出有什麼log是有直接導致死機的訊息 請問各位神人,若遇到這種狀況, ...

script 判斷ubuntu 套件

Tristan Cohan avatar
By Tristan Cohan
at 2012-09-01T21:12
我想再shell script 中判斷某個ubuntu 套件是否存在 例如是 ssh 這套件, 請問應該要如何寫? 謝謝 - ...