sudo apt-get install python-software-properties -y sudo add-apt-repository ppa:nova-core/release sudo apt-get update
sudo apt-get install python-software-properties -y sudo add-apt-repository ppa:openstack-release/2011.2 sudo apt-get update
sudo add-apt-repository ppa:glance-core/trunk
sudo apt-get update
部落格文章訂閱
貧窮不能等,因為時間久了,你就會貧窮習慣了;
夢想不能等,因為努力晚了,人老就無能為力了;
學習不能等,因為懂得少了,就沒本事夢想成真了;
健康不能等,因為身體垮了,人生的一切就都沒了。

找不到想要的文章嗎? 請直接再下面的搜尋框裡輸入要查詢文章內容關鍵字 ,就能夠更快速的取得想要閱讀的問題喔~~謝謝大家的支持與愛護~若有任何建議事項, 歡迎透過留言板留言給我喔!!
- Sep 14 Wed 2011 14:50
APT Repository for openstack
- Sep 14 Wed 2011 11:35
Where is add-apt-repository
sudo add-apt-repository
command not found.
where is add-apt-repository ??
Please try using "apt-get install --reinstall python-software-properties && sudo dpkg-reconfigure python-software-properties"
- Sep 01 Thu 2011 19:06
Eucalyptus 尤加利葉相關索引文章
彙整一些有關於 尤加利系統 的操作相關文件, 方便資料查詢使用
若您有其他關於尤加利系統的文件資訊, 歡迎透過迴響與大家分享, 謝謝大家.
本文亦歡迎大家交流 cloud computing, XEN, KVM, crawling, Hadoop 等
Eucalyptus Installation
- Sep 01 Thu 2011 19:03
[Eucalyptus XEN] ec2-bundle-image: command not found
Question:
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/ec2-api-
tools-1.3-36506/bin
and in fact:
- Aug 26 Fri 2011 14:55
[轉貼] CentOS 5.4 通过yum升级php到5.3版本的两种方法
CentOS5.4的php版本默认为5.1.6,然后在5.2.9版本之前的的php都存在一个漏洞,但是目前网上很多地方都无法使用yum update php*升级到5.3,经过搜索国外资料,现在终于找到一种升级CentOS的php到5.3的方法。
注意,此方法只能在官方的php版本上升级,如果你使用网上的升级到5.3版本的升级方法已经升级了,将无法使用本方法升级php。
运行下面命令:
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarc…
- Aug 26 Fri 2011 14:05
[轉貼] CentOS 5 的 RPMforge
CentOS 5 的 RPMforge
預設的 RPMforge 軟件庫並不會取代任何 CentOS 的基本套件。過往有些套件的確會這樣做,但它們現在已收錄在一個獨立(rpmforge-extras)、預設被停用的軟件庫。
你可以在 http://packages.sw.be/ 取得所有 RPMforge 套件的清單。
下載 rpmforge-release 這個套件。請從下面兩個連結中選取一個與你的架構配合的連結。假若你不清楚應選用哪一個,你可以用 uname -i 這個指令來查詢你的架構。
- Aug 26 Fri 2011 05:16
在 CentOS 忘了Root密碼,該怎麼辦呢??
在 CentOS 忘了Root密碼,該怎麼辦呢??
1.Reboot
2.當出現Grub時請按"A"
3.接著會出現"grub append> ro root=LABEL=/ "請改成:
- Aug 23 Tue 2011 00:33
用 find ,sed, xargs, mv 改檔名
有一堆 thumb_xxxxxxxx.jpg/gif 的圖檔 ,要通通去除 thumb_ 字樣, 想得到的就是一個一個改, 或寫一支 script 批次改
這是很笨的方法 ,
透過 find, sed, xargs, mv 及 管線 | 搭配, 一行指令就解決, 如以下指令.
find . -name 'thumb_*' | sed -e p -e 's/thumb_//' | xargs -n2 mv
未加上 xargs -n2 mv 指令時, 會輸出
- Aug 01 Mon 2011 13:29
2011/07/30 單車行 紀錄
2011/07/30 單車行 紀錄
星期五下班, 到住家附近的單車衣服專賣店買齊配件 ,包括 車衣 ,車褲, 手套 ,太陽眼鏡 ,稍晚和印度朋友約在住家的7-11喝海尼根聊天 ,一直到半夜一點才
返家睡去 .
星 期六的上午五點半 ,鬧鐘響起 ,開始按照計畫梳洗著裝 ,準備出發 ,約清晨七點 ,於住家附近的老爺酒店開始出發 ,一路從 介壽路 -> 園區二路 -> 寶山路 -> 新竹教育大學 -> 四維路 -> 中山路 -> 北大教堂 -> 中正路 -> 新竹空軍醫院 -> 新竹空軍基地 -> 南寮漁港 -> 海天一線 -> 沿著17公里海岸線 ,經過三座彩虹橋 -> 直到竹南17公里終點 ,約九點半多抵達 .
- Jul 30 Sat 2011 17:58
[轉帖] 台灣第一支宣傳影片 支持臺灣 熱愛我的國家 - 中華民國
- Jul 01 Fri 2011 10:53
[轉貼] xxx is not in the sudoers file解决方法
用sudo时提示"xxx is not in the sudoers file. This incident will be reported.其中XXX是你的用户名,也就是你的用户名没有权限使用sudo,我们只要修改一下/etc/sudoers文件就行了。下面是修改方 法:
1)进入超级用户模式。也就是输入"su -",系统会让你输入超级用户密码,输入密码后就进入了超级用户模式。(当然,你也可以直接用root用)
2)添加文件的写权限。也就是输入命令"chmod u+w /etc/sudoers"。
3)编辑/etc/sudoers文件。也就是输入命令"vim /etc/sudoers",输入"i"进入编辑模式,找到这一 行:"root ALL=(ALL) ALL"在起下面添加"xxx ALL=(ALL) ALL"(这里的xxx是你的用户名),然后保存(就是先按一 下Esc键,然后输入":wq")退出。
- Jun 22 Wed 2011 10:12
[轉貼] How to add records in json-store
How to add records in json-store ?? Using ExtJS
You need to define a record type, create it and at it, e.g:
TaskLocation = Ext.data.Record.create([
- Jun 17 Fri 2011 15:35
[轉貼] ext CheckboxSelectionModel 设置选中状态
var checkBox = new Ext.grid.CheckboxSelectionModel({});
var ds= new Ext.data.Store({
proxy: new Ext.data.HttpProxy({url:'contentAction_list.do'}),//调用的动作
reader:_jsonReader,
- Jun 09 Thu 2011 11:29
[轉貼] [VIM] 常用指令
:vs 是左右切 可用 ctrl+w+< 和 ctrl+w+> 來移動視窗大小
:sp 是上下切 可用 ctrl+w++ 和 ctrl+w+- 來移動視窗大小
:g/被替代的字串/s//新字串/g
用「新字串」取代「被替代的字串」
ctrl+w+= : 平均視窗
- Jun 08 Wed 2011 21:38
How to view an XPS (the Microsoft's PDF rival) file in Ubuntu?
Dome times I have to deal with XPS files (XPS is a Microsoft's rival to Adobe's PDF format, technically a zipped XAML (XML)). Can I view them in Ubuntu? Or, maybe, I could even produce them?
Okular, the KDE pdf viewer, supports XPS. The package name is okular
I'm not aware of any GNOME/GTK+ viewers that support XPS, though according to this evince bug in upstream GNOME support has been added. It's not working for me in Maverick....
Frank comment : sudo aptitude install Okular