Author Archive

Monday, February 27th, 2006

archLinux灌了kde後tcsh的錯誤訊息

我所使用的是tcsh,在裝了kde後,只要登入archLinux就會出現這樣的訊息 MANPATH: Undefined variable. > 或是 PKG_CONFIG_PATH: Undefined variable. >

No Comments » - Posted in archLinux,Linux by

Monday, February 27th, 2006

archLinux下安裝KDE

在archLinux下安裝KDE,需安裝xorg與kde,另外,我們可以再安裝hwd這套硬體偵測tool來幫助我們設定Xwindow

No Comments » - Posted in archLinux by

Monday, February 27th, 2006

archLinux目前新增安裝軟體

依個人需求,目前安裝了以下東東:

No Comments » - Posted in archLinux by

Tuesday, February 21st, 2006

在archLinux下安裝ssh

pacman -S openssh 安裝openssh vi /etc/hosts.allow sshd:all ←在/etc/hosts.allow中加入這行,不然會連不進sshd(或是說要改為all:all) vi /etc/ssh/sshd_config Protocol 2 ←加入這行 /etc/rc.d/sshd start Ok,sshd就run起來了,這時您可以從遠端利用putty或是一些ssh client登入這部機器了   要每次開機後將sshd跑起來,在/etc/rc.conf中這行 DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond) 加入sshd DAEMONS=(syslog-ng sshd !hotplug !pcmcia network netfs crond)  

No Comments » - Posted in archLinux by

Tuesday, February 21st, 2006

archLinux下的套件管理程式-pacman

archLinux使用pacman這套套件管理程式,您可以想像它類似是Gentoo的emerge、Debian的apt-get、或是Fedora的yum。它能追縱安裝在Linux system上的程式套件,同時也擁有簡單的程式相依性簡查。pacman能夠連接上遠端ftp server並且自動更新本地端的程式套件資料庫。pacman的套件所使用的是gzipped tar格式(tar.gz)。

No Comments » - Posted in archLinux by

Pages: 1 2 3 4 5 6