ข้ามไปที่เนื้อหาหลัก

บทความ

กำลังแสดงโพสต์จาก ตุลาคม, 2010

[ AIT CSIM Students ] How to host your own git respository on bazooka

I found that there is 'git' installed on bazooka, so we can host our git on bazooka. no more SVN !! yeah ! Setting it up, $ ssh a108025@bazooka.cs.ait.ac.th banyan<a108025>: mkdir dsin.git banyan<a108025>: cd dsin.git banyan<a108025>: git --bare init Initialized empty Git repository in /home/corse/a108025/dsin.git/ banyan<a108025>: exit From the client side, $ git push a108025@bazooka.cs.ait.ac.th:/home/corse/a108025/dsin.git master -f Counting objects: 3, done. Writing objects: 100% (3/3), 198 bytes, done. Total 3 (delta 0), reused 0 (delta 0) To a108025@bazooka.cs.ait.ac.th:/home/corse/a108025/dsin.git * [new branch] master -> master I also found that, there is SVN installed on that server as well. ON is so kind that he provides a lot of software for us to use :) I tested above code following instruction from here .

install the nightly build version of mozilla firefox on ubuntu

System > Administration > Software Sources You will see that google chrome is from 'http://dl.google.com/linux/chrome/deb/' stable version ppa:mozillateam/firefox-stable which is point to 'http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu' This will have all the version. Even if we use older version of ubuntu, we still can see. However, if we always update ubuntu, no need to do this. This is a bit more update than firefox that is shipping with ubuntu. For example, now firefox 4 has just launched. It has not in Official ubuntu yet, but we can install it through this ppa. manually install download getting firefox in multiple language or if you prefer daily build you can use this one ppa:ubuntu-mozilla-daily/ppa which is point to 'http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu' manually install download beta At first I thought that the bottleneck is from the way canonical approving the package. But after see firefox, IE, chrome release cyc