Feeds:
文章
迴響
  • Step1:初步瀏覽RSS訂閱的新聞,剪貼下有用的部分透過瀏覽與整理一天500則的資訊,掌握世界發生了哪些事情,並汲取出當中有用的部分。
  • Step2:將原始新聞做成投影片,進一步摘要重點內容藉由製作投影片檔案,進行資訊的二度確認、修正與加工。
  • Step3:透過口頭解說,讓自己更熟習情報內容能對別人解說一件事,表示自己一定對那件事有明確而肯定的了解,透過口頭解說的訓練,讓情報被自身吸收。
  • Step4:與人討論情報內容,獲取更多想法透過和別人討論,可以補足一些沒有想到思考角度,讓自身對事情理解更圓滿。
  • In a word: 先將資料前處理後變成有用的資訊,並進一步的成為自己的 KM. 最後,發揮最大綜效!

Reference: http://www.managertoday.com.tw/?mod=locality&func=view&id=2715

邁向成功:

  1. 知道自己不要什麼
  2. 選擇自己真正想要的
  3. 去除所有負面想法,不要讓自己綁手綁腳 – NLP & 催眠
  4. 用心感覺願望實現後的願望與滿足
  5. 相信你的直覺,才能放手讓目標自行落實

智慧錦囊:

  • 用你的過去跟別人的未來作交換
  • 用別人的過去跟自己的未來作交換

Open Cirrus SW components:

Layer4: Application Service – Hadoop
Layer3: Virtual Machine Allocation – Tashi / Eucalyptus
Layer2: Cluster Storage DFS – HDFS
Layer1: Physical Machine Allocation – Zoni

Detail components:

  • Tashi

- VM instantiation service exp: MPI jobs
- Seamless Physical / Virtual migration
- Location-aware co-scheduling of compute, storage, and power

  • Zoni

- Used to allocate nodes for special purpose exp:Power management projects
- Allocate sets of physical co-located nodes, isolated inside VLANs – Layer 2 Switch

  • HDFS

- High-performance, parallel access
- High data reliability through replication

  • Maui/Torque – Job submission service
  • Hi-Spade: A hierarchy-savvy approach to algorithm design and systems for these emerging memory hierarchies
  • Hypervisor: qemu / kvm

Reference:
Open Cirrus: https://opencirrus.org/
Hi-Spade: http://www.pittsburgh.intel-research.net/projects/hi-spade/

Debian Backports setup HowTo

Sometimes we may meet the software outdated or dependency problem, so it’s necessary to update some of your stable packages to solve such problems.
The first, you have to add the backport source.list into /etc/apt/source.list, and than update your your package repositories.

 

$ sudo vim /etc/apt/sources.list

# Add your Debian Lenny Backports repository
deb http://backports.debian.org/debian-backports lenny-backports main contrib non-free


$ sudo apt-get update
$ sudo apt-get -t lenny-backports install debian-backports-keyring
—————————————————————–
Install the backports package for your dist:
$ sudo apt-get -t lenny-backports install xxx

Reference:
http://wiki.debian.org/Backports

The original runlevel configuration file has been moved from "/etc/inittab" to "/etc/init/rc-sysinit.conf" ,and the default normal graphic mode is also changed to "env DEFAULT_RUNLEVEL=2" — Ubuntu 10.04 after…..

Just set your new runlevel here:
PATH: /etc/init/rc-sysinit.conf
/*************************
env RUNLEVEL=
*************************/

【Install Required Packages】

$ sudo apt-get install bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev

### Necessary package for 64bit version of Debian/Ubuntu
$ sudo apt-get install gcc-multilib

【Xen Paravirt_Ops Linux kernel – 2.6.32.16 installation】

$ cd /usr/src
$ sudo git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
$ cd ./linux-2.6-xen
$ sudo git reset –hard
$ sudo git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x
$ sudo git pull      //Update to the latest kernel revision//
$ sudo make menuconfig      //See the attached kernel config file for details//
$ sudo make -j 4
$ sudo make modules -j 4
$ sudo make modules_install install
$ sudo depmod -a
$ sudo mkinitramfs -o /boot/initrd.img-2.6.32.16 2.6.32.16
$ sudo vim /boot/grub/grub.cfg

menuentry 'Xen-4.x, with Linux 2.6.32.16' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,1)'
multiboot (hd0,1)/boot/xen-4.0.gz dummy=dummy
module  /boot/vmlinuz-2.6.32.16 dummy=dummy root=UUID=XXX ro nomodeset
module  /boot/initrd.img-2.6.32.16
}

【Xen-4.x Hypersior installation】

$ cd /usr/src
$ sudo hg clone http://xenbits.xen.org/xen-4.0-testing.hg
$ cd ./xen-4.0-testing.hg
$ sudo make xen -j 4
$ sudo make tools -j 4
$ sudo make stubdom -j 4
$ sudo make install-xen
$ sudo make install-tools PYTHON_PREFIX_ARG=
$ sudo make install-stubdom
$ sudo update-rc.d xend defaults 20 21
$ sudo update-rc.d xendomains defaults 21 20
$ sudo reboot

【Up-to-date the latest changes of Xen-4.x Hypersior】

$ cd xen-4.0-testing.hg
$ make clean
$ hg pull
$ hg update

Reference:
http://wiki.xen.org/xenwiki/Xen4.0
http://wiki.xen.org/xenwiki/XenParavirtOps

較舊的文章 »

Follow

Get every new post delivered to your Inbox.