1. Archlinux 제공 공식 설치방법
http://archlinuxarm.org/platforms/armv5/pogoplug-series-4
2. 공식 설치 후 추가 설정
http://clien.career.co.kr/cs2/bbs/board.php?bo_table=lecture&wr_id=121603&sca=&sfl=wr_subject%7C%7Cwr_content&stx=pogo
-------------------------------------------------------------------------------
본인이 원하는 비밀번호로 변경합니다.
[root@alarm ~]# passwd
드라이브 연결시 자동으로 마운트 되도록 하기 위해 설치합니다.
[root@alarm ~]# pacman -Sy udev-automount
끝으로 archlinux의 프로그램을 관리하는 pacman 을 업그레이드합니다.
[root@alarm ~]# pacman -Syu
이제 원하는 어플리케이션을 설치하시면 됩니다.
samba 는 http://blog.naver.com/sjy1229/70145036410
transmission 과 vsftpd는 http://blog.naver.com/sjy1229/70143422152
절전모드 설치는 http://blog.naver.com/sjy1229/70143590428
초기화 및 복구는 http://blog.naver.com/sjy1229/70145285423
스마트폰 활용은 http://blog.naver.com/sjy1229/70145297224
-------------------------------------------------------------------------------
3. 변경사항 - pacman upgrade 후 systemd로 바뀜
https://wiki.archlinux.org/index.php/Daemons
In Arch Linux, daemons are managed by systemd. The systemctl command is the user interface used to manage them. It reads <service>.service files that contain information about how and when to start the associated daemon. Service files are stored in /{etc,usr/lib,run}/systemd/system. See systemd#Using units for complete information about using systemctl to manage daemons.
Starting on boot
To add or remove services to be started at boot-time, use systemctl enable|disable <service_name>
Starting manually
To start or stop services at runtime, use systemctl start|stop <service_name>.
Restarting
To restart services, use systemctl restart <service_name>.
Status reporting
To report the current status of a service, use systemctl status <service_name>.
Daemons List
https://wiki.archlinux.org/index.php/Daemons_List
4. SAMBA 설치
http://blog.naver.com/sjy1229/70145036410
smbd 로 명칭 변경
Ex) systemtlc start/restart/enable/stop smbd
5. VSFTPD 설치
http://blog.naver.com/sjy1229/70143422152
설정
http://blog.naver.com/bsyoo7975?Redirect=Log&logNo=80148025179
설정 후 FTP 실행시 "vsftpd : 500 OOPS: vsftpd: both local and anonymous access disabled!" 에러가 발생하면
vsftpd.conf 에서
#local_enable=YES
항목의 주석("#")을 제거한 후, 저장하고 vsftpd 데몬을 재시작
'Gadjets > Linux' 카테고리의 다른 글
POGO OPTWARE (0) | 2013.01.08 |
---|---|
Pogoplug webserver 설치 (0) | 2012.12.23 |
Xubuntu 11.04에 bluetooth mouse 사용하기 (0) | 2011.08.12 |
Xubuntu(xfce)에 Adobe AIr 2와 TweetDeck 설치하기 (0) | 2011.08.09 |
Xubuntu 11.04 (0) | 2011.08.07 |