Ubuntu Server Setting

1. 추후에 추가사항
- Ubuntu 에 셋팅해야하는 Program
- Program Setting(각각의 프로그램 별로)
- Setting 시 주의사항
- 기타 설정사항들

최종 수정일 : 2011.02.21
최종 작성자 : 퓨림노



1. FTP (  vsftpd FTP )
- AL ftp 를 사용하여서 파일을 업로드하는데 권한이 막혀 있을 때 해결하는 방법
URL : https://help.ubuntu.com/6.06/ubuntu/serverguide/C/ftp-server.html

$sudo gedit /etc/vsftpd.conf

1. 할일!
By default, local system users are not allowed to login to FTP server. To change this setting, you should uncomment the following line:

#write_enable=YES    // 주석을 해제 하여준다.

=> write_enable=YES

$sudo service vsftpd restart 
// 재시작




2. 새로운 계정 생성( User added)
1. 터미널 접속
2. aliases 파일 수정
   $sudo gedit /etc/aliases

 
3. database 를 새로 업데이트 하기
   $sudo newaliases
4. 서비스 재시작
    $sudo service postfix restart
    or
    #sudo /etc/init.d/postfix restart

댓글

Designed by JB FACTORY