ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上

顯示具有 Install 標籤的文章。 顯示所有文章
顯示具有 Install 標籤的文章。 顯示所有文章

2013年10月23日 星期三

Office NB : lenovo E431

公司發的 NB : lenovo e431


災難是那個 touchpad -- button 跟 pad 合併在一起。
所以按button 時,會 移動 一下游標..
真是災難呀!!

枉費那個 tackpoint....
-- 這不知道是那一格無腦的工程師設計出來的..
-- 超。無。腦。

2012年2月14日 星期二

D-Link HSPDA Dongle - DWN-156

會先出現 cd rom,然後要切 modeswitch,才會出現 serial port。
在 windows 上會出現三個 serial port (其中一個是 USB Modem):
  1. D-Link HSPDA DataCard Diagnostics Interface
  2. D-Link HSPDA DataCard NMEA Device
  3. D-Link HSPDA DataCard Propertiery USB Modem

這又是一個 有 usb cdrom 模式的 3g dongle。
剛插入系統,會是 cd rom。
要先 switch 到 modem 後,才會出現 usb serial。

剛插入時,vid , pid 是:
New USB device found, idVendor=07d1, idProduct=a804
mount 再 umount 後,vid, pid 是:
New USB device found, idVendor=07d1, idProduct=7e11
但是這時後也沒有出現 usb serial port。



大概用兩個步驟:
  1. usb-modeswitch, 切換到 modem mode
  2. 手動 load usb-serial ,指定 vid, pid

usb-modeswitch:

debian 已經有安裝,但是 /etc/usb_modeswitch.d/ 下面沒有 07d1:a804 的設定檔,
所以要寫 /etc/usb_modeswitch.d/ 下的 vid:pid 檔:
sudo vi /etc/usb_modeswitch.d/07d1:a804 ######################################################## # D-Link DWM-156 HSUPA 3.75G USB Modem DefaultVendor= 0x07d1 DefaultProduct=0xa804 TargetVendor= 0x07d1 TargetProduct= 0x7e11 MessageContent="5553424312345678000000000000061b000000020000000000000000000000" CheckSuccess=20 寫好就可以用 usb_modeswitch 來切了..

先插入 dwn-156, dmesg 內容是: [25387.281621] usb 2-1.1.4.2: new high speed USB device using ehci_hcd and address 19 [25387.391940] usb 2-1.1.4.2: New USB device found, idVendor=07d1, idProduct=a804 [25387.391946] usb 2-1.1.4.2: New USB device strings: Mfr=3, Product=2, SerialNumber=4 [25387.391950] usb 2-1.1.4.2: Product: D-Link WCDMA Technologies MSM [25387.391954] usb 2-1.1.4.2: Manufacturer: D-Link,Incorporated [25387.391957] usb 2-1.1.4.2: SerialNumber: MF112DDLKD010000 [25387.392114] usb 2-1.1.4.2: configuration #1 chosen from 1 choice [25387.394534] scsi16 : SCSI emulation for USB Mass Storage devices [25387.394655] usb-storage: device found at 19 [25387.394659] usb-storage: waiting for device to settle before scanning [25392.392130] usb-storage: device scan complete [25392.392810] scsi 16:0:0:0: CD-ROM HSPA USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2 [25392.397282] sr1: scsi-1 drive [25392.397481] sr 16:0:0:0: Attached scsi CD-ROM sr1 [25392.397632] sr 16:0:0:0: Attached scsi generic sg4 type 5 用 usb_modeswitch 來切換 mode: $ sudo usb_modeswitch -c /etc/usb_modeswitch.d/07d1:a804 Looking for target devices ... No devices in target mode or class found Looking for default devices ... Found devices in default mode or class (1) Accessing device 022 on bus 002 ... Using endpoints 0x01 (out) and 0x81 (in) Using endpoints 0x01 (out) and 0x81 (in) Inquiring device details; driver will be detached ... Looking for active driver ... OK, driver found ("usb-storage") OK, driver "usb-storage" detached SCSI inquiry data (for identification) ------------------------- Vendor String: HSPA Model String: USB SCSI CD-ROM Revision String: 2.31 ------------------------- USB description data (for identification) ------------------------- Manufacturer: D-Link,Incorporated Product: D-Link WCDMA Technologies MSM Serial No.: MF112DDLKD010000 ------------------------- Setting up communication with interface 0 ... Using endpoint 0x01 for message sending ... Trying to send message 1 to endpoint 0x01 ... OK, message successfully sent Resetting response endpoint 0x81 Resetting message endpoint 0x01 Checking for mode switch (max. 20 times, once per second) ... Waiting for original device to vanish ... Waiting for original device to vanish ... Original device can't be accessed anymore. Good. Searching for target devices ... Found correct target device Mode switch succeeded. Bye.
看一下 dmesg: [38715.226573] usb 2-1.1.4.2: new high speed USB device using ehci_hcd and address 23 [38715.337316] usb 2-1.1.4.2: New USB device found, idVendor=07d1, idProduct=7e11 [38715.337321] usb 2-1.1.4.2: New USB device strings: Mfr=3, Product=2, SerialNumber=4 [38715.337324] usb 2-1.1.4.2: Product: D-Link WCDMA Technologies MSM [38715.337327] usb 2-1.1.4.2: Manufacturer: D-Link,Incorporated [38715.337329] usb 2-1.1.4.2: SerialNumber: MF112DDLKD010000 [38715.337460] usb 2-1.1.4.2: configuration #1 chosen from 1 choice
已經切換了。

然後動 load usb-serial module,指定 vid,pid sudo modprobe usbserial vendor=0x07d1 product=0x7e11
dmesg 可以看到 ttyUSB 出現: [38715.339951] usbserial_generic 2-1.1.4.2:1.0: generic converter detected [38715.340069] usb 2-1.1.4.2: generic converter now attached to ttyUSB0 [38715.340178] usbserial_generic 2-1.1.4.2:1.1: generic converter detected [38715.340280] usb 2-1.1.4.2: generic converter now attached to ttyUSB1 [38715.340537] scsi20 : SCSI emulation for USB Mass Storage devices [38715.340695] usb-storage: device found at 23 [38715.340699] usb-storage: waiting for device to settle before scanning [38715.340788] usbserial_generic 2-1.1.4.2:1.3: generic converter detected [38715.340889] usb 2-1.1.4.2: generic converter now attached to ttyUSB2 [38720.337127] usb-storage: device scan complete

這時候,在 panel 的 network widget 就可以看到 "Chungwha Telecom..",
打勾 就可以連上了。



ref: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=817&sid=e08d0632f3a91e6379a0367bd258809c

2011年4月14日 星期四

smbclient -- command line smb share client

用來連 samba 跟 Windows Share.

command :
/$ smbclient //192.168.147.235/source -U softwaretest -W lowtech 注意是用 unix 的 folder seperator (/) 不是 windows 的 (\)
-U  : with user name.
-W  : with working groupe
login 完成後,就可以用類似 ftp 的 command. get put ls dir cd 來傳檔,工作。



其他:
-L  : browse the share -- 看看/列出 內容就好。
-W 的 workgroup 很重要,如果沒有加這個 option, smbclient 會用 /etc/samba/smb.conf 的設定。
如果和 share server 不一致,會有 session setup failed: NT_STATUS_LOGON_FAILURE 的 error

2011年1月21日 星期五

fix xinput.d not exist -- 後續 of upgrade to squeeze

因為 upgrade 到 squeeze 後, x.org 重新安裝。之後 dist-upgrade 就會出現: update-alternatives: error: alternative path /etc/X11/xinit/xinput.d/scim-bridge doesn't exist. 查一下我連 xinput.d 這個 folder 都沒有,所以就 install xinput。 然後到舊的 把 xinput.d/sci* copy 過來,再作一次 dist-upgrade 就.. The following partially installed packages will be configured: scim-bridge-agent scim-bridge-client-gtk No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. Setting up scim-bridge-agent (0.4.16-2+b1) ... update-alternatives: using /etc/X11/xinit/xinput.d/scim-bridge to provide /etc/X11/xinit/xinput.d/ja_JP (xinput-ja_JP) in auto mode. update-alternatives: using /etc/X11/xinit/xinput.d/scim-bridge to provide /etc/X11/xinit/xinput.d/ko_KR (xinput-ko_KR) in auto mode. update-alternatives: using /etc/X11/xinit/xinput.d/scim-bridge to provide /etc/X11/xinit/xinput.d/zh_CN (xinput-zh_CN) in auto mode. update-alternatives: using /etc/X11/xinit/xinput.d/scim-bridge to provide /etc/X11/xinit/xinput.d/zh_TW (xinput-zh_TW) in auto mode. update-alternatives: using /etc/X11/xinit/xinput.d/scim-bridge to provide /etc/X11/xinit/xinput.d/zh_HK (xinput-zh_HK) in auto mode. update-alternatives: using /etc/X11/xinit/xinput.d/scim-bridge to provide /etc/X11/xinit/xinput.d/zh_SG (xinput-zh_SG) in auto mode. Setting up scim-bridge-client-gtk (0.4.16-2+b1) ... 就 OK 了(?)

2011年1月11日 星期二

install X and windows manager

$lspci | grep VGA 01:00 VGA compatible controller: ATI Technologies Inc RV350 AQ [Radeon 9600] 所以 install $sudo aptitude istall xorg xserver-xorg-video-radeon mesa-utils 然後 follow instruction.. # Xorg -configure # cp /root/xorg.conf.new /etc/X11/xorg.conf edit .xinitrc #!/bin/sh exec xterm 這樣 run startx 後,已經可以開啟 X,並且有 xterm。 但是沒有 windows manager。 所以 install 一個小的: $sudo aptitude install lwm 啟動 startx 後,再下 command : lwm& 就有 windows manager 了
ref: 後續:最後還是 install gnome (aptitude install gnome) ,然後修改 .xinitrc: exec gnome-session 就可以用 startx 進入 gnome。 可是重開機後,gdm3 就直接進 gnome 了。 比較一下當初 upgrade 完 squeeze 後,gdm login 完變成black screen (只有 mouse cursor) 好像是 video driver 的問題。從 ati 改成 radeon 就是現在的版本。

2010年12月20日 星期一

some notes about wubi

參考 wubi installation guide (https://wiki.ubuntu.com/WubiGuide)
  • wubi 的移除就像是一般 windows ap 移除一樣,在控制台有安裝移除程式。
  • wubi好像不能安裝多個 linux。
  • wubi 是建在 windows filesystem 下,所以 該partition 的 fragmentation會影響效能。推薦用 jkdefrag (http://www.kessels.com/JkDefrag/)
  • 要增加 wubi installed disk 的大小,建議是用 lubi (http://lubi.sourceforge.net/lvpm.html) -- 但是看起來好像是 create 一個 virtual HD,然後用 lubi transfer 過去。-- 建立 virtual driver 是用 qemu 的 tool (在 windows 下)
  • wubi 另外提供一個 ubuntu script,可以同時作到 create virtual box, move home folder to it 兩個動作。 --- 這是 wubu guide 建議用來增加 system space 的方法。

2010年10月8日 星期五

graphic serial control in ubuntu - gtkterm & putty

ubuntu 上的 hyperterminal 程式,除了 minicom 外,還有 graphic ui 的 gtkterm 跟 putty。 用 apt-get install 就可以安裝了。

"Language Support" not show in Ubuntu 10.04

選中文,安裝完 10.04 後,Administrator 的 "Language Support" 不見了。 找一台 OK的機器,看看 Language Support 的 program name 是 ... gnome-language-selector。 所以手動 啟動,發現有 error,原來這已經是known-bug: gnome-language-selector crashed when started 解決的方法是:
What fixed the issue for me was:

1. Deleting /var/lib/locales/supported.d/local

2. Deleting /usr/lib/locales/* (you may want to backup the data in this directory, to recover if the next step doesn't work)

3. sudo dpkg-reconfigure locales

After that, gnome-language-selector works.

Install Android SDK (again)

整個安裝就是很麻煩...
  • 需要 JDK 跟 eclipse。
  • 從 eclipse 的 help 安裝 ADT (android plugin for Eclipse)

  • 安裝 Android SDK -- 其實就是 download,解開
  • 從 Android SDK 裡的 SDK Manager.exe 安裝需要的 SDK 版本和document

SDK Manager.exe 也可以由 Eclipse 裡的 Windows -- Android SDK and AVD Manager 啟動。
但是要在 Windows -- Peference 中設好 Android SDK 的 Location.

2010年8月24日 星期二

archlinux : install behind http proxy

要在 proxy 後用 net install archlinux 的話。 在 login root 後。 用 #export http_proxy="http://192.168.147.242:3128" 先 設好環境變數, 再 依照 instruction run #/arch/setup 台灣的 mirror: http://www.mirror.tw/pub/ArchLinux/core/os/i686 安裝完後,在 /etc/pacman.d/mirrirlist 里.. Server = http://www.mirror.tw/pub/ArchLinux/$repo/os/i686 增加的 "$" 符號,在 /etc/pacman.conf 中有說明。 $ 以後的字串,會依照 pacman.conf 的設定代換其他path。 之後,如果想自動設定 http_proxy ,可以在 /etc/profile.d 下 create proxy.sh: export http_proxy="http://192.168.147.242:3128"

2010年4月26日 星期一

Gentoo 安裝筆記

只有 follow handbook. 從 live 開機, HD 先準備好 100G。
開機有點慢耶
network driver 自動load 好了,中間的(modprobe ethernet driver)都不比作,進入 network config..
run net-setup eth0 就有 interface 問你 config network 的方法。
完成後, eth0 就起來了。
設好 proxy
 export http_proxy="http://192.168.147.240:3128"
接著作 hd create partition (可以只用一個 partition 嗎? 加上 swap 是 2 個 )
create 三個 primary partition,依序作 boot, swap 和 root。
format - 用 mke2fs 把 /dev/hda1, /dev/hda3 format
hda2 是 swap,用 mkswap /dev/hda2, swapon /dev/hda 啟動 swap
在 /mnt/gentoo 把 root mount 起來,準備安裝:
mount /dev/hda3 /mnt/gentoo mkdir /mnt/gentoo/boot mount /dev/hda1 /mnt/gentoo/boot Download stage3 安裝檔 : stage3-i686-.tar.bz2 (約 130M)
download 到 /mnt/gentoo 下 (就是以後的 /),解開。
這個解開後,root 的 file architecture(/dev, /usr /etc...) 好像就好了
portage : portage-latest.tar.bz2 (37M) 解開到剛剛由 stage3-i686-.tar.bz2 解開的 /usr 下 (就是 /mnt/gentoo/usr)

設定 Compile Option
/mnt/gentoo/etc/make.conf 幾乎不用改
設好好像沒有用
準備好環境作 chroot
  • 選好 source mirror
  • copy /etc/resolv.conf
  • mount /proc /dev
OK,這樣就可以 chroot 到 /mng/gentoo 了

用 emerge update
USE 好像很強大 -- 以後再看
build kernel
用 emerge gentoo-sources 下載 source code
會在 /usr/src/linux

2010年2月27日 星期六

worklog - follow "first trial with busybox"

follow 這一篇 :busybox 初探
結果一堆,,,
先是 qemu 起不來,沒有動作:這是因我用 vnc 操作的關係,又用su - 切換 user,導致 X 無法授權啟動(?)
然後是一些要補充的:
  1. /etc/init.d/rcS 要增加 x 權限,否則會有permission denied 的錯誤。
  2. 建立 busy link 時要注意 link path.
job control 原來指的是ctrl-z, fg, bg 這些把目前run 的 process 暫停,丟到background或拉回foreground 的動作。 * 最後那個改 inittab 的 console 為 tty ,好像是不需要的,因為inittab 的第一個 item 是 label 而已.

2010年1月20日 星期三

debootstrap to install base-system

debootstrap 好像很有趣,會幫你install base-system 到任意 的 地方。 follow 這一篇.. 也可以參考 這個 討論 講create 一個 file 作 loopback,mount 回來後 install debian base-system。 再 chroot 過去.. 大概的步驟是:
  • dd
  • mount loop
  • fdisk
  • mkfs.ext2
  • mount as folder
然後就 可以 run debootstrap:
debootstrap lenny /mnt http://ftp.us.debian.org/debian
如果在 proxy 後面就要先設 proxy。

debian 的官方安裝文件 的附錄,也有這樣安裝的說明 (他是要安裝到 sd card)。

2009年11月17日 星期二

Install Android SDK in Windows

安裝 Android SDK - 1.6 以上的安裝方式已經跟以前不一樣了。

現在都 follow Chrome 那種 download-install 的方式。
所以沒有網路連線能力的就沒拜法裝了
Download Android SDK : http://developer.android.com/intl/zh-TW/sdk/index.html

解開後,看 readme 就會有說要 run SDKSetup.exe。

有 proxy 的在 SDKSetup.exe 啟動 timeout 後再到 Settings 去設。

然後就會出現一堆 可以download 的 SDK,勾選後就會download 囉。
會download 在 SDKSetup.exe 的 folder 的 platform 下。
所以最好把 解開的 android-sdk-windows copy 到適當的地方
裝完 SDK 後再去裝 Eclipse 和 ADT plugin,因為裝完後 。 要去設 Eclipse 的 Android SDK location。

Windows - Preference - Android : SDK Location 選 Browse。
他會在你指定的位置找 Tools 這個 folder,所以指到解開的 android-sdk-windows 下就可以。
他就會自己找到你 run SDKsetup.exe 後 download 下來的 SDK。

最好把 C:\android-sdk-windows\tools 加到 path 裡,因為還有很多時候會要開console run 其中的command。

這樣就裝完了,可以follow http://developer.android.com/intl/zh-TW/guide/tutorials/hello-world.html

2009年6月26日 星期五

build pilot-link-0.12.4

在這download..
解開後,看 README,照著作:
./configure --prefix=/home/charles/pilot
make結果出現 error:
contactsdb-test.c:28:18: 錯誤: popt.h:沒有此一檔案或目錄
contactsdb-test.c: In function 「main」:
contactsdb-test.c:348: 警告: 「pilot_connect」 is deprecated (declared at ../include/pi-header.h:31)
make[2]: *** [contactsdb-test.o] Error 1
make[2]: Leaving directory `/home/charles-chang/pilot-link-0.12.4/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/charles-chang/pilot-link-0.12.4'
make: *** [all] Error 2
看一下,是有 popt 這個 folder,也有 popt.h 呀。 所以用 ./configure --help 看一下.. 有這個選項:
  --enable-conduits       Build the userland conduits
所以 重新 configure..
./configure --enable-conduits --prefix=/home/charles/pilot
這樣出現的config message 就有:
  Userland Tools
-------------------------.
Build userland tools.... : yes
Support for popt........ : yes (internal)
之後再make 就 OK 了!

2009年6月25日 星期四

Building Git on Centos 5

是從這一篇看到的。- 這一篇就是copy 那一篇的... 需要的package有:gettext-devel expat-devel curl-devel zlib-devel openssl-devel download and build:
wget http://kernel.org/pub/software/scm/git/git-1.5.4.5.tar.gz
tar zxvf git-1.5.4.5.tar.gz
cd git-1.5.4.5
make prefix=/usr/local all
sudo make prefix=/usr/local install
要裝 man page的話:
wget http://kernel.org/pub/software/scm/git/git-manpages-1.5.4.5.tar.gz
cd /usr/local/share/man
sudo tar zxvf ~/git-manpages-1.5.4.5.tar.gz
然後就可以
git --version
man git
看看是不是 work.

2009年6月20日 星期六

Install Firefox 3.6

因為Firefox 實在太慢,Firefox 3.5 人家說有沒有快很多,到不如直接上 3.6。 所以就試試看囉。安裝方式大概就是在 sources.list 中加入而外 deb repository。
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
然後收 GPGKEY
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com EF4186FE247510BE
然後再install firefox 3.6 就可以

2009年2月16日 星期一

Lenny Released

Debain 5.0 Lenny 終於Release 了 (2/14)。 下一個版本的 codename是 "Squeeze" 所以? 可以開始改 sources.list ? Release Notes 中說得真清楚,竟然清楚列出eeepc, kuro box..

2009年2月3日 星期二

Git behind proxy

在公司用 git,因為有 proxy,所以找了一下,大部分都是說加上 http_proxy 環境變數後,原來是 git:// 的,改為 http:// 就可以了。 但是 這個是 repo,所以不能這樣用。 找到一篇:repo behine proxy copy 一下內容:
Basically the steps are:
1 - sudo apt-get install socket
2 - in your home directory, put a shell script called "proxy-cmd.sh"
containing (replace YOUR_PROXY and YOUR_PROXY_PORT with your own proxy
parameters):
#! /bin/bash
(echo "CONNECT $1:$2 HTTP/1.0"; echo; cat ) | socket YOUR_PROXY
YOUR_PROXY_PORT | (read a; read a; cat )
3 - chmod +x proxy-cmd.sh
4 - export GIT_PROXY_COMMAND=<PATH TO YOUR SCRIPT>/proxy-cmd.sh

Enjoy,
Matthieu

PS: you can export GIT_PROXY_COMMAND in your ~/.bashrc file to make
this permanent 
還沒確認有沒有效...
這一篇有說明 socket command : git via a proxy server
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
Date: 2006-05-18 18:31:32

On Wed, 2006-05-17 20:44:28 -0700, Sam Song <samlinuxkernel@yahoo.com> wrote:
> Petr Vandrovec <petr@vmware.com> wrote:
> > Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> > > Well, install some package to have `socket'
> > > available? Debian calls
> > > the packet `socket', too, so I guess Fedora may
> > > have something similar.
> >
> > Surprisingly they do not...  You should be able to
> > replace 'socket' with
> > 'netcat' - and I believe that netcat/nc package is
> > available for Fedora.  For
> > this purpose they have same command line & behavior.
>
> Ummm, I am trying on that. nc is avaiable for Fedora.
> But what could be the replacement for CONNECT in
> Fedora? :-)

Erm, you haven't understood what you're doing there, have you?

With the GIT_PROXY_COMMAND helper, you're expected to create a clean
tunnel which in turn git can use to transfer its data.

You've only got some limited internet connectivity via a HTTP proxy
available, so you need to use this. This means:

 * The proxy administrator needs to allos outgoing connections for
   the CONNECT method with git's TCP port.
 * You need to have some minimalistic program to initially speak HTTP
   with the proxy and later on just stream the raw git protocol
   through the link.
 * You may or may not need to strip anything that came into the git
   stream by accident because you tunnled it through a HTTP proxy. A
   reply message from the proxy server is an example for this.

So this little script (using "CONNECT" and netcat or socket) does the
first part: it talks in the language HTTP with the proxy server. It
may be enough to just use CONNECT, but you may need to speak some more
lines, eg. for proxy authorization.

The first `cat' in there is just for pushing the git protocol though the
HTTP proxy connection later on (hopefully after the proxy was made to
accept the the CONNECT request.)  Once the proxy accepted it, it'll
send you a HTTP/200 message (or something like that) and an empty
line. This is what the two reads are for; the next `cat' simply again
transfers all the rest (the git protocol).

To draw the line, there's not _one_ solution to HTTP proxy tunneling,
there are many, and you'll need to design one that fits your network.
It should be quite simple, given that you've got nice tools like
`strace' and `tcpdump', which will help you to understand how the
proxy reacts and so on.

MfG, JBG

--
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
für einen Freien Staat voll Freier Bürger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


結果...
charles-chang@rbtlegacy:~/android-eee$ repo init -u git://android.git.kernel.org/platform/manifest.git
Getting repo ...
   from git://android.git.kernel.org/tools/repo.git
fatal: protocol error: bad line length character
所以是 Fail... 不知道是不是公司的squid proxy 不允許 CONNECT 這個 operation. 同樣的一篇有說:
Note: most HTTP proxy servers allow CONNECT method to a very limited
range of ports, and administrators will need to enable the git port
(9418) explicitly. 
所以要問 MIS 有沒有 允許 CONNECT method和開啟 git 要用的 9418 port。

2009年2月2日 星期一

Sempron26Debian - 手動 update kernel 到 2.6.26

奇怪 linux-image 一直維持在 2.6.22-3 上,不會隨著 update 到 2.6.26。 所以手動 update : aptitude install linux-image-2.6 就安裝了 2.6.26。

標籤

網誌存檔