KDE4 網路管理無法使用隱藏SSID無線網路連線 解決方式
從之前測試 OpenSUSE 11.2 KDE4 時就已經發現內建的 NetworkManager 無法對隱藏 SSID 無線網路進行存取 ( 再加上若沒設定金鑰的話 ),升級到目前最新的 NetworkManager-SVN的版本依舊無解,經過 黑眼珠 大大的介紹後,決定採用 nm-applet 來處理這問題,nm-applet 是 NetworkManager-GNOME 所提供的套件,因此於 KDE4 底下改裝步驟如下(以root身份操作):
- zypper in NetworkManager-gnome
- zypper rm NetworkManager-KDE4
接著於一般使用者身份下執行:
- cd .kde4/Autostart
- ln -s /usr/bin/nm-applet .
重新登入使用者後變可以看到改啟動 nm-applet了
Novell CLE 11 考試心得分享
今天起了個大早去參加 Novell CLE 11 的考試,原本是安排月初去考試的,結果這段時間公司的計劃實在太多了,時常再外地跑來跑去,因此延但到今天才有機會去考試。不過,這次講時話並沒有很完整的準備就去測試了,原因當然還是公司計劃變化太快 = = 整個已經忙到快暈了 ....
Novell CLE 11 有別於之前的 Novell CLE 10 的範圍,這次僅有一本教材 ( 3107 - SUSE Linux Enterprise Server 11: Novell Certified Linux Engineer 11 ),內容也和之前不太相同。主要著重在於 網路應用組態、虛擬化 XEN、IDS應用、系統監控幾個主題。理論上,準備起來其實不會太過於複雜,這幾個主題除了虛擬化 XEN 之外,有興趣的朋友可以直接參考小弟的著作 「Linux系統安全防護與建置」一書中其實都有涵蓋 ( 約 70 ~ 80% 左右 )。
首先,先來看一下官方的考剛項目有那些:
LPIC 304 考試大綱與權重
LPIC Level III 的第四個考科將於今日正式上線,這個考科主要是針對虛擬化與高可用性進行測驗,相關考科比重內容如下所示:
Topic 330: Virtualization
330.1 Virtualization Concepts and Theory (weight: 10)
| Weight | 10 |
| Description | TODO: Enter descriptions |
Key Knowledge Areas:
- Terminology
- Pros and Cons of Virtualization
- Variations of Virtual Machine Monitors
The following is a partial list of the used files, terms and utilities:
- Hypervisor
- HVM(HardwareVirtualMachine)
- PV(Paravirtualization)
- domains
- emulation and simulation
- CPU flags
330.2 Xen (weight: 10)
| Weight | 10 |
| Description | TODO: Enter descriptions |
Key Knowledge Areas:
- Knowledge area 1
- Knowledge area 2
The following is a partial list of the used files, terms and utilities:
- Xen w/Intel VT
- Xen w/AMD-V
- Dom0 DomU GuestOS HostOS
- xm
- /etc/xen
- xmdomain.cfg
- xentop
330.3 KVM (weight: 7)
| Weight | 7 |
| Description | TODO: Enter descriptions |
Key Knowledge Areas:
- Knowledge area 1
- Knowledge area 2
The following is a partial list of the used files, terms and utilities:
- /proc/cpuinfo
- kernel modules: kvm kvm-intel kvm-amd
- /etc/kvm/
- kvm-qemu
- kvm_stat
- kvm netwoking
- kvm monitor
- kvm storage
- qemu
330.4 Other Virtualization Solutions (weight: 3)
| Weight | 3 |
| Description | TODO: Enter descriptions |
Key Knowledge Areas:
- Knowledge area 1
- Knowledge area 2
The following is a partial list of the used files, terms and utilities:
- OpenVZ
- VirtualBox
Topic 331: Load Balancing
331.1 Linux Virtual Server (weight: 5)
| Weight | 5 |
| Description | TODO: Enter descriptions |
Key Knowledge Areas:
- IPVS
- VRRP
- keepalived configuration
The following is a partial list of the used files, terms and utilities:
- ipvsadm
- syncd
- LVS-NAT/Tun/DR/LocalNode
- connection scheduling algorithms
- genhash
Novell Certified Linux Engineer 11 正式開放考試了
自從前陣子開放 Novell CLP 11考試之後,已經許久沒新訊息關於 Novell CLE 11的考試開放時兼了,上個月的 Beta 考試,運氣不好沒被抽到 @@ 所以還沒機會與各位分享考試的模式與內容,依據目前開放的範圍來看,這次 Novell CLE 11 僅針對 3107 進行測驗 ( 目前國內尚未引進該教材與課程 ),依據上次 CNI 的內訓來看,與這次的公佈架構大同小異,但感覺 Novell 似乎會在針對特定主題提出新的認證 ^^"
底下為 Novell CLE 11的官方準備流程:
SUSE Linux Rescue Mode grub-install 使用方式
印象中之前我曾經介紹過這個操作模式,但突然找不到之前發的那篇文章,由於很多朋友跟我詢問在 SUSE Linux 底下,到底要怎樣執行 grub-install呢?操作方式其實蠻簡單的,步驟如下所示:
- 首先,請透過光碟開機進入 Rescue Mode 項目中
- 接著,於 login:後方輸入 root 進行登入 ( 不需要密碼 )
- 假設我的磁碟分割區如下:
/dev/sda1 /
/dev/sda2 swap
/dv/sda3 /home
那麼,請執行:
mount /dev/sda1 /mnt - 接著重新安裝 GRUB的語法為:
grub-install --root-directory=/mnt /dev/sda - 就是這麼簡單,由於掛到 /mnt 目錄為你的 / 系統,因此你也可以進入裡面修整與調整相關檔案配置
Novell CLA11 開放中文版考試了
目前 Novell CLA11 增加日文與中文兩種語系供考生選擇,有興趣的考生可以挑選中文版進行測驗 ^^
CLA 11 Exam Translations
The CLA 11 exam (050-720) has been translated into Japanese and Chinese versions and these exam versions are now available.
Linux 系統安全防護與建置 二刷預定
感謝各位朋友們的支持與愛護,上個月普發行的 Linux 系統安全防護與建置 一書,出版社已經通告下個月將進行二刷作業,第二版將會修正第一版的相關錯別字與排版錯誤,若您再閱讀上有相關錯誤發現,也麻煩各位朋友不吝指教,謝謝 ^^
ScaleMP Extends vSMP Foundation Capabilities with 3.0
新版本的 ScaleMP 3.0 即將在 2010 Q3 更新,從目前釋出的相關資訊來看,對於 vSMP 的應用而言無疑是一項極大的改善,CPU從原本的 128 Core 大幅提升到 16,384 Core,記憶體也可以支援到 64 TB。更重要的是新版本的 3.0 也可以支援 10 GbE 的網路介面了,詳細的更新功能如下所示:
vSMP Foundation 3.0 offers:
- Unlimited modular scale - raising the upper limits of vSMP Foundation to address larger workloads by creating virtual SMPs with 128 server systems, where each can have up to 128 CPUs (core or threads) totaling 16,384 CPUs. In addition, the new release supports maximum memory and expands to support VMs with up to 64 TB of RAM.
- Increased performance with improved backplane bandwidth - adding to the existing fault tolerant capabilities and allowing failover of the networking interconnect from one InfiniBand connection to another, vSMP Foundation 3.0 enables use of multiple InfiniBand host channel adaptors (HCAs) in parallel and uses advanced algorithms to balance the traffic between the parallel InfiniBand connections. The use of InfiniBand multi-path networking included with this release improves overall system performance and is recommended for deployments that have a high number of cores.
- Expanded hardware support - supporting the latest Intel processors, Nehalem-EX and Westmere-EP, vSMP Foundation now offers an increased set of server options to build virtual SMPs. In addition, an expanded set of host bus adaptors (HBAs) from LSI and Emulex, as well as support for Broadcom's 10-Gigabit Ethernet cards for customers provide the ability for users to connect a virtual SMP with an extended set of peripheral devices, including a 10GbE network.
透過 lpadmin 新增遠端印表機
透過 CUPS 網頁介面或是透過 YaST2 控制中心 / RedHat 的 Config 工具來組態網路印表機應該是非常簡單的一件事情,但若是希望透過指令直接去使用某個遠端的印表機的話操作方式如下:
teacher:~ # lpadmin -p eve -v ipp://192.168.11.32:631/printer/eve -E
這個操作範例是希望可以直接使用 192.168.11.32 這台印表機伺服器上的 eve 這個印表機佇列,因此當我們送出列印工作後,便會直接傳到 192.168.11.32 主機中的 eve 印表機佇列被列印 ~







最新迴響