Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| public:computer:setting_up_ubuntu_server [2025/05/16 21:46] – alex | public:computer:setting_up_ubuntu_server [2025/05/17 00:14] (current) – [Set Timezone (타임 존 세팅)] alex | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| ===== Set Timezone (타임 존 세팅) ===== | ===== Set Timezone (타임 존 세팅) ===== | ||
| - | <code bash> | + | * 타임 존 설정 |
| + | * 시간 설정 <code bash> | ||
| ===== net-tools, openssh server 설치 ===== | ===== net-tools, openssh server 설치 ===== | ||
| Line 34: | Line 34: | ||
| ===== rsync 서버 설정 ===== | ===== rsync 서버 설정 ===== | ||
| + | - <code bash> | ||
| + | - <code bash> | ||
| + | - <code bash> | ||
| + | * < | ||
| + | path = / | ||
| + | comment = rsync_test | ||
| + | uid = root -> 권한 사용자 | ||
| + | gid = root -> 권한 그룹 | ||
| + | use chroot = yes | ||
| + | read only = yes | ||
| + | hosts allow = 192.168.10.10 -> rsync 클라이언트IP, | ||
| + | max connections = 10 | ||
| + | timeout = 30 | ||
| + | </ | ||
| + | - <code bash> | ||
| ===== cron 설정 ===== | ===== cron 설정 ===== | ||
| - cron 설정 실행 <code bash> | - cron 설정 실행 <code bash> | ||
| Line 40: | Line 54: | ||
| * 예제1) rsync 매일 오전 3시에 실행 < | * 예제1) rsync 매일 오전 3시에 실행 < | ||
| * 예제2) ddns 업데이트 실행 < | * 예제2) ddns 업데이트 실행 < | ||
| + | * 예제3) < | ||
| - sudo 없이 cron 실행 설정 <code bash> | - sudo 없이 cron 실행 설정 <code bash> | ||
| sudo ALL=NOPASSWD: | sudo ALL=NOPASSWD: | ||
| Line 65: | Line 80: | ||
| - xrdp 사용자 추가 <code bash> | - xrdp 사용자 추가 <code bash> | ||
| + | |||
| + | ===== 기타 참고 ===== | ||
| + | * 버전 정보 | ||
| + | * <code bash> | ||
| + | * <code bash> | ||
| + | * <code bash>cat / | ||
| + | * <code bash>cat / | ||
| + | * motd ''/ | ||