2009
10.28
I’ve been curious who made the test_branch_1 branch on the ubuntu git tree for a long time. And today I checkout that branch and see the amazing log.
acelan@acelan-nb:~/workspace/ubuntu-karmic$ git branch -r
origin/HEAD -> origin/master
origin/arm
origin/ec2
origin/fsl-imx51
origin/master
origin/mvl-dove
origin/netbook
origin/patches-that-need-love
origin/pending-upstream-patches
origin/test_branch_1
acelan@acelan-nb:~/workspace/ubuntu-karmic$ git checkout -b test origin/test_branch_1
Checking out files: 100% (9533/9533), done.
Branch test set up to track remote branch test_branch_1 from origin.
Switched to a new branch ‘test’
acelan@acelan-nb:~/workspace/ubuntu-karmic$ git log
commit a2c978c3ffb96982b3876b37c0a21fcc787234bc
Author: AceLan Kao <acelan@ooo.xxx.com>
Date: Fri Jun 12 13:42:45 2009 +0800
only for git test
commit fba4b54f8f16a11ff3e57b7ac76d437b5d831695
Author: AceLan <acelan@acelan-nb.(none)>
Date: Tue Jun 9 16:17:23 2009 +0800
UBUNTU: [Upstream]
Signed-off-by: AceLan <acelan@acelan-nb.(none)>
It was my second day, and I didn’t know too much about git. Of course, the branch was already been deleted, and nobody will know what I had did. :p
2009
10.28
If you would like to do more extra work while packaging the kernel package, modify this file
debian/rules.d/2-binary-arch.mk
If you would like to do more extra work after installing the kernel package, modify this file
debian/control-scripts/postinst
2009
10.21
On a new installed machine, you have to add your info in the ~/.gitconfig
git config --add user.name "AceLan Kao"
git config --add user.email acelan.kao@ccc.ccc
Clone Jaunty kernel and add my public repository, so that I can publish my modification to public git tree.
git clone --reference linux-2.6 git://kernel.ubuntu.com/ubuntu/ubuntu-jaunty.git
git remote add zinc git+ssh://zinc.ubuntu.com/srv/kernel.ubuntu.com/git/acelan/acelan-jaunty.git
NOTE. The reference git tree(ex. linux-2.6) shouldn’t be removed under any circumstances, or the reference object will disappear and the git tree will become unusable. The file .git/objects/info/alternates will record the referenced git tree, try to specify an available one, if you removed the original reference tree accidentally.
Read More >>
2009
10.19
I can’t receive email after fresh installing Ubuntu on my server. I copy the old postfix config(main.cf) to the new installed server, but the new email arrived. I found there is a statement in the main.cf
smtpd_client_restrictions = check_client_access hash:/etc/postfix/access
But there is no such a file under /etc/postfix directory, so I copied access and access.db from the old server, then I received spams.
Read More >>
2009
10.19
http://kernel.ubuntu.com/git?p=acelan/ubuntu-karmic.git;a=summary
There is a tuxonice branch that applied TuxOnIce patch.
The TuxOnIce git tree
git://git.kernel.org/pub/scm/linux/kernel/git/nigelc/tuxonice-head.git
2009
10.19
sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress blog.acelan.idv.tw