添加 Droid-Sans 字體到 Novell SLES 11中
預設在 Novell SLES 11 中的內建字體實在太醜了,還是習慣在 openSUSE 中的 Droid-Sans 字體,添加方式如下所示:
這個動作可以透過添加 One-Click Install的方式來達成,當然也可以前往http://software.opensuse.org/search/find 搜尋來源庫安裝
修正前的長相:
修正後的長相:
預設在 Novell SLES 11 中的內建字體實在太醜了,還是習慣在 openSUSE 中的 Droid-Sans 字體,添加方式如下所示:
這個動作可以透過添加 One-Click Install的方式來達成,當然也可以前往http://software.opensuse.org/search/find 搜尋來源庫安裝
修正前的長相:
修正後的長相:
昨天收到 Scott Lamberton 的信件,通知 LPIC-1 與 LPIC-2 的更新事宜,原文如下:
1. Changes to LPIC-1 and LPIC-2 Objectives LPI alumni and registered LPI candidates will know that LPI regularly revises and updates its certification objectives to ensure technical currency and industry relevance. Minor revisions are undertaken every 2.5 years with major updates happening at the 5 year milestone. Revisions to our exam objectives for the 2.5 year mark have been completed and are available at http://wiki.lpi.org. New exams reflecting these changes were originally scheduled for publishing on April 1, 2012 (LPIC-1) and July 1, 2012 (LPIC-2). However, in order to allow greater time for our candidates, training partners, and courseware publishers to prepare for these changes we will publish these new exams at the following dates--July 2, 2012 (LPIC-1) and August 1, 2012 (LPIC-2). A comparison description of objective changes made between "old" and "revised" exam objectives will be available as "addenda" on http://wiki.lpi.org 1.1 Summary of Changes for LPIC-1 Minor changes to the objectives of LPIC-1 included in the new exams are as follows (July 2, 2012 for all available languages): - Explicit coverage at the basic configuration level of GRUB 2 - Explicit coverage of the ext4 file system - Basic feature knowledge of systemd and Upstart - Basic feature knowledge of IPv6 and LVM - Removal of LILO coverage 1.2 Summary of Changes for LPIC-2 Changes to the objectives of LPIC-2 included in the new exams are as follows (August 1, 2012): - Explicit coverage of the ext4 file system - Explicit coverage of the IPv6 - Basic feature knowledge of encrypted file systems - Basic feature knowledge of xfsdump/xfsrestore commands - Explicit coverage of Linux 3.0 kernel
從這次的更新來看,雖然更動幅度不大,但卻也把一些比較新的內容添加近來,包含 LILO 終於移除了,GRUB 2 進入取代相關 Boot Loader 的測驗,EXT4、IPv6、LVM、systemd 與 encrypted file systems 等觀念,看的到 LPI 組織的用心,若是之前有採購 "一次擁有LINUX雙認證:LPIC Level I + Novell CLA自學手冊 " 讀者好友們別擔心,當初在規劃此書時是參照 LPIC WIKI 的考綱,所以相關內容幾乎都有涵蓋,請放心服用 ^^
在 PHP 中若要啟用支援 Sybase Database 的函數,需要在編譯的時候添加上 --with-sybase_ct=XXXXX 的參數,在32Bit 環境中基本上沒有太大的問題與挫折,可以很容易編譯完成。但若是你的使用環境與我一樣是64Bit環境時就得稍微注意一下在 ./configure 完成後所產生的 Makefile,編譯過程如下所示:
<一次擁有Linux雙認證:LPIC Level I+Novell CLA 11> 歷經一年多的波折終於出版了,雖然在出版前出了一些小插曲,但還是順利排除與各位朋友同好見面,此次共有 24 個章節外加 2 個附錄,包含 LPIC Level I 新版考綱 與 NCLA 11 的範圍,全書採用 SUSE Linux Enterprise Server 11 SP1 作為教學環境,當然,讀者也可以自行下載 OpenSUSE Linux 來作為操作環境。
此次十分感激資策會的Linux資深講師 彭學勤老師、資深RedHat Linux與系統架構師 吳宏彬 先生、東南科技大學電算中心網路組組長 謝瑞宏老師與SUSE Linux 資深專案經理 張漢基先生的指導與推薦,全書採大量實作來輔助教學,對於想投入Linux技術領域的朋友們歡迎採購與支持 ^^
openSUSE 12.1 於11/17已經可以開放下載了,雖然這段時間大多在邪惡帝國的系統下運作,但還是抓下來測試看看有沒有什麼大變動,裝在 VirtualBox 上稍微跑一下基本的畫面與運作,感覺上除了大版本的 GNOME 3 異動後的介面需要一些時間習慣之外,其它幾個地方個人感覺比較詭異的,可能得等有時間切換到實體主機後看看是否是虛擬的問題:
(1) 首先,安裝過程中的中文字體我猜可能是 VirtualBox 解析度關係,感覺"粗"到有點不協調
(2) 新版的 GNOME3 的圖示其實還蠻好看的,這個版本的預設桌布也設計得十分漂亮

(3) 不過對於新的 YaST2 的編排就需要花時間習慣一下 ~

其他,安裝過程中應該可以發現預設的加密演算法已經從Blowfish改成SHA-512了,安全性與複雜度也大大提升許多,其他有興趣的朋友可以直接參考 Release Notes說明。
內部測試用的 phpMyAdmin 若每次都要輸入密碼,說實在的會讓人抓狂,若是有需要讓允許空密碼登入功能啟用的朋友,可以修改 phpMyAdmin 目錄內的 libraries/config.default.php 檔案,
將 379 行中的 $cfg['Servers'][$i]['AllowNoPassword'] 變數設定為 true,便可以達成此功能。
剛有學生詢問在 CentOS 6 底下 PHP 怎麼沒有 php-mcrypt 模組可以安裝,看了一下光碟內容確實沒這些套件,解決方式如下,可以透過EPEL (Extra Packages for Enterprise Linux) 套件庫來解決缺少的相關套件:
昨天剛好幫朋友在 IBM X3550 M2 上安裝 Novell PlateSpin Orchestrate測試VM環境,結果裝好 SLES 11 SP1 後發現竟然無法選擇 XEN Kernel 開機,後來經過幾番折騰才發現原來是 XEN Kernel 目前不支援運作於 uEFI BIOS 環境下,解決方式很慘痛,因為我又花了 2 個多小時重新安裝與配置,因此把這段紀錄記載下來:
1. 重新開機後按下 F1 進入 BIOS 設定中,選擇進入 [ Boot Manager ]
2. 接著選擇 [ Add Boot Option ]
3. 然後在 [ Legacy Only ] 上按下 Enter。
4. 接著返回Boot Manger 畫面中選擇 [ Change Boot Order ],將 Legacy Only 順訊提到第一順位。
5. 重新開機後,在Legacy Only模式下安裝 SLES 11,這樣就可以正常啟動 XEN kernel 了。
Roundcube Webmail 附件大小基本上還是會受限於 php.ini 的配置,因此若是要提升其附件上傳的容量大小可以修改 php.ini 組態檔案中的配置值:
upload_max_filesize = XXMB
與
post_max_size = XXMB
然後重新啟動 Apache 服務即可。
我想大家對於在 Linux 底下存取 NTFS 檔案系統應該不會太過於陌生,通常我們都是透過 ntfs-3g 這個套件來進行運作,不過在 Novell SLES 11 內並不包含這個套件,這個套件是另外涵蓋在 SLED 11 中,由於我懶得重新抓取整個 ISO 光碟下來安裝此套件,因此有需要的朋友可以到 OBS 中搜尋安裝就可以嚕 ~
最新迴響