VirtualBox Guest Addition on Fedora 13 mini-HOWTO

This mini-HOWTO will guide you though the basic installation procedure of VirtualBox Guest Addition on Fedora 13. It is a bit different with that of Debian guest but most likely similar.

P.S. Here I will assume you have a basic installation of Fedora 13 with graphic mode. Nothing else special for the initial installation.

Include online yum repository

Once Fedora 13 installation completed, login as your default user.

Go to "System -> Administration -> Add/Remove Software".

Fate Stay Night UBW

英雄王:你精神還正常嗎?
不借助Servant之力,反而讓她去幫小丫頭?

士郎:我搞錯了一件事;
我的劍制,並不是制造劍,而是將自己的心賦予形体。

士郎:I am the bone of my sword!

英雄王:什麼!?

士郎:我所制造的,是包藏著,無限多的,劍的世界!
其名為,Unlimited blade works!

英雄王:固有結界?

士郎:這些全都是贋品,你根本不屑一顧的贋品;
但是!
有誰規定了贋品贏不了真品?
接招吧!英雄王!
武器的儲存足夠嗎?

英雄王:別太囂張啊!雜種!

Tips: search and replace all lowercase CSS color code as uppercase with VIM

Refer to http://www.lefred.be/?q=node/75 I give some transform so the VIM command will only search and replace all lowercase CSS color code as uppercase. This is very useful during my theme development for Drupal:

:%s/#[0-9a-f]\{3,6\}/\U&/g

HOWTO create GIT repository for Trac on Debian

Setting up a public GIT repository is a bit complicated when compare with my previous CVS experience. From 8 ways to share your git repository I choose to use gitosis as solution when combine with Trac. The following material are mainly based on Hosting Git repositories, The Easy (and Secure) Way. We will also install git-daemon-run for anonymous public access.

Agile software development @BarCamp HK 2010

I am attempting a Agile section about how software develpoment should be:

Drupal in 5mins @BarCamp HK 2010

I join the BarCamp HK 2010 and just hold a session "Drupal in 5mins" with following topics:

  • What is Drupal?
  • Most Popular Modules
  • Drupal 6.x Demo Installation
  • New Site for Dummy
  • Drupal 7.x New Feature Review
  • I Need More Help!!

We also prepare a customized Drupal with install profile as simplified as few "Next" click and get the site setup. It will preconfigure a lots of 3rd party modules, including most of the research and development progress from PantaRei Design within our last half year. Extra modules including:

A quick cheat sheet for pantarei-siren GIT

Project Trac page:

Clone GIT repository as anonymous:

  • git clone git://pantarei-design.com/git/pantarei-siren
  • git clone -b 1.0.0-alpha1 git://pantarei-design.com/git/pantarei-siren

Create an archive from local git code:

Patch Drupal Colorbox module with Image Assist support

I have been using Drupal Lightbox2 module (http://drupal.org/project/lightbox2) for more than 2 years. BTW, it looks too buggy now a day when combine with other new modules, e.g. jquery_update, jquery_ui, img_assist, and so on. Its time for me to search for another replacement solution.

How to fix your Debian file system with fsck

Today my server is suddently report with file system error (ext4) after reboot. Some partition is not able to mount automatically and require for fsck. Here are some simple sharing about how to fix it safely.

Pages

Subscribe to edin.no-ip.com RSS