Mon 27 Feb 2006
archLinux目前新增安裝軟體
Posted by sssun under archLinux
No Comments
Mon 27 Feb 2006
Posted by sssun under archLinux
No Comments
Tue 21 Feb 2006
Posted by sssun under archLinux
No Comments
安裝openssh
sshd:all ←在/etc/hosts.allow中加入這行,不然會連不進sshd(或是說要改為all:all)
Protocol 2 ←加入這行
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)
Tue 21 Feb 2006
Posted by sssun under archLinux
No Comments
archLinux使用pacman這套套件管理程式,您可以想像它類似是Gentoo的emerge、Debian的apt-get、或是Fedora的yum。它能追縱安裝在Linux system上的程式套件,同時也擁有簡單的程式相依性簡查。pacman能夠連接上遠端ftp server並且自動更新本地端的程式套件資料庫。pacman的套件所使用的是gzipped tar格式(tar.gz)。
Mon 20 Feb 2006
Posted by sssun under archLinux
No Comments
目前的安裝是在vmware下安裝archLinux,規畫出6GB的硬碟空間與256MB的ram供vmware使用
目前archLinux(http://www.archlinux.org)的版本是到0.7.1版,版本代號Noodle(麵條@_@),此版本所含軟體在http://www.archlinux.org/pkglist.php?r=0.7.1可供參考
下載點我是由sourceforge(http://prdownloads.sourceforge.net/archlinux/)下載,台南的國網中心有做mirror(http://nchc.dl.sourceforge.net/sourceforge/archlinux/arch-0.7.1.iso)
燒成光碟後用光碟開機,按Enter後archLinux開機,archLinux不像Fedora會跳進漂亮的X視窗,我們在安裝過程中並沒有mouse可以使用,所能依賴的就只有鍵盤啦!
Mon 20 Feb 2006
Posted by sssun under archLinux
No Comments
自已碰過而比較熟悉的的Linux distribution有RedHat/Fedora系列以及Gentoo Linux。
其中RedHat/Fedora的套件管理從rpm、up2date、乃至yum,算是有比較方便了,但我們仍難將整個套件掌握。
Gentoo有相當方便,類似FreeBSD port的emerge/portage,也能由CFLAGS來將系統最佳化,只是對於新手而言真的較難且較麻煩了,花的時間也長。
archLinux是本學期小田田老師輸出裝置與網路系統程式設計課程所指定的linux distribution,我們本學期的目標之一是熟悉這個distribution並且利用它打造出一套能在PC上run、簡潔、且近似embeded system的Linux。