양쪽 이전 판이전 판다음 판 | 이전 판 |
ubuntu [2013/03/24 22:24] – lindol | ubuntu [2019/04/04 23:54] (현재) – check reboot reason lindol |
---|
| |
[[http://www.khattam.info/howto-enable-right-click-and-desktop-folder-in-gnome-3-2011-06-01.html|[HOWTO] Enable right click and desktop folder in Gnome 3]] - 바탕화면에 파일관리 기능 표시 | [[http://www.khattam.info/howto-enable-right-click-and-desktop-folder-in-gnome-3-2011-06-01.html|[HOWTO] Enable right click and desktop folder in Gnome 3]] - 바탕화면에 파일관리 기능 표시 |
| |
| ===== 데스크탑 설정 ===== |
| |
| * [[https://launchpad.net/menulibre|MenuLibre]] - 메뉴 편집기 프로그램, Gnome Desktop 환경에서 Dash Launcher에 단축메뉴를 추가하려면 먼저 그놈 메뉴 리스트에 프로그램이 등록되어 있어야 한다. 이 때 사용할 수 있는 것이 메뉴 편집기 이다. (메뉴 리스트에 들어 있지 않은 프로그램은 Dash Launcher에 메뉴를 등록할 수 없음) |
| |
====== Useage ====== | ====== Useage ====== |
[[http://blog.daum.net/cisses3/4133007|apt-get 사용법]] | [[http://blog.daum.net/cisses3/4133007|apt-get 사용법]] |
| |
| [[http://www.ubuntu.or.kr/viewtopic.php?p=106780|google OTP로 ssh 접속 보안 강화하기]] |
===== mp3 tag ===== | ===== mp3 tag ===== |
| |
[[https://help.ubuntu.com/community/ConvertingMP3Tags|Converting MP3 Tags]] - MP3 tag 변환 툴 소개 | [[https://help.ubuntu.com/community/ConvertingMP3Tags|Converting MP3 Tags]] - MP3 tag 변환 툴 소개 |
[[http://www.youtube.com/watch?v=4VmewYTZosg|How to convert audio files tags. windows-1251 to UTF-8]] - easytag를 사용한 tag 변환 | [[http://www.youtube.com/watch?v=4VmewYTZosg|How to convert audio files tags. windows-1251 to UTF-8]] - easytag를 사용한 tag 변환 |
| |
| ===== screen ===== |
| |
| [[http://kldp.org/node/18744|screen 기본 사용법 - 1]] |
| [[http://www.pixelbeat.org/lkdb/screen.html|linux screen keyboard shortcuts]] - Screen 단축키 |
| |
====== APM 설정 ====== | ====== APM 설정 ====== |
| |
| - [[https://tutorials.ubuntu.com/tutorial/install-and-configure-apache#4|apache, virtual host 간단 설정]] |
- [[https://help.ubuntu.com/12.10/serverguide/httpd.html|Ubuntu 12.10 Aapache 사용 관련 공식 문서]] | - [[https://help.ubuntu.com/12.10/serverguide/httpd.html|Ubuntu 12.10 Aapache 사용 관련 공식 문서]] |
- [[https://help.ubuntu.com/12.10/serverguide/php5.html|Ubuntu 12.10 Php5 사용 관련 공식 문서]] | - [[https://help.ubuntu.com/12.10/serverguide/php5.html|Ubuntu 12.10 Php5 사용 관련 공식 문서]] |
- [[https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles|EnablingUseOfApacheHtaccessFiles]] .Htaccess 를 통한 디렉토리 보안 | - [[https://help.ubuntu.com/community/EnablingUseOfApacheHtaccessFiles|EnablingUseOfApacheHtaccessFiles]] .Htaccess 를 통한 디렉토리 보안 |
- [[http://php.net/manual/en/function.mysql-set-charset.php|Mysql Set charset 함수]] - php의 Mysql Client 접근 문자셋 설정함수 | - [[http://php.net/manual/en/function.mysql-set-charset.php|Mysql Set charset 함수]] - php의 Mysql Client 접근 문자셋 설정함수 |
| |
| ====== UFW 사용하기 ====== |
| |
| [[http://notepad2.blogspot.kr/2012/02/linux-block-outgoing-traffic-to.html|Linux: block outgoing traffic to specific ip or port using iptables or ufw]] |
| [[http://mondotech.blogspot.kr/2010/11/ufw-block-outgoing-traffic.html|UFW Block outgoing traffic]] |
| [[http://ubuntu.or.kr/viewtopic.php?p=34227|UFW 사용법]] |
| |
| ====== 유틸리티 사용법 링크 ====== |
| * [[http://dinggur.tistory.com/94|ssh 파일 전송]] - scp 파일 전송 방법 |
| |
| ====== 버전 확인 ====== |
| |
| <code bash> |
| $ lsb_release -a |
| |
| No LSB modules are available. |
| Distributor ID: Ubuntu |
| Description: Ubuntu 14.04.4 LTS |
| Release: 14.04 |
| Codename: trusty |
| |
| </code> |
| |
| 출처: https://help.ubuntu.com/community/CheckingYourUbuntuVersion |
| |
| ====== 명령어 사용법 ====== |
| |
| 수정한 파일 날짜 기준으로 찾기 - [[http://www.tecmint.com/find-recent-modified-files-in-linux/|How to Find Recent or Today's Modified Files in Linux]] |
| |
| |
| ====== apt-get update ====== |
| |
| 해시합이 맞지 않는다고 할 경우 - [[https://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error]] |
| |
| ====== 관리 ====== |
| |
| 소스 서버 주소 변경 |
| |
| <code Bash> |
| $ sudo vim /etc/apt/sources.list |
| </code> |
| |
| vim 명령 모드 진입후 ( : 키 누름) |
| <code vim> |
| :%s/kr.archive.ubuntu.com/ftp.daumkakao.com |
| </code> |
| 입력 후 wq를 누르고 빠져나가면 완료. |
| |
| 출처: http://inasie.tistory.com/39 |
| |
| 서버 재부팅 원인 확인 |
| |
| <code Bash> |
| $ last -R |
| |
| ... |
| lindol pts/0 Tue Apr 2 22:20 - 23:13 (00:52) |
| reboot system boot Tue Apr 2 06:12 - 22:50 (2+16:37) |
| lindol pts/0 Mon Apr 1 23:15 - 23:46 (00:30) |
| </code> |
| |
| last 명령으로 의심되는 재부팅 시간대를 확인함. |
| |
| 이후 |
| |
| /var/log/auth.log 또는 /var/log/syslog 파일을 확인해 대략적인 사유를 확인한다. |
| |
| 아래의 예의 경우 Power키가 눌린 상황으로 유추 할 수 있다. |
| |
| <code Bash> |
| $ vim /var/log/auth.log |
| |
| Apr 2 05:39:01 lindol CRON[23543]: pam_unix(cron:session): session closed for user root |
| Apr 2 05:46:12 lindol systemd-logind[820]: Power key pressed. |
| Apr 2 05:46:12 lindol systemd-logind[820]: Powering Off... |
| Apr 2 05:46:12 lindol systemd-logind[820]: System is powering down. |
| Apr 2 05:46:12 lindol sshd[865]: Received signal 15; terminating. |
| Apr 2 06:12:44 lindol systemd-logind[800]: New seat seat0. |
| Apr 2 06:12:44 lindol systemd-logind[800]: Watching system buttons on /dev/input/event0 (Power Button) |
| Apr 2 06:12:44 lindol systemd-logind[800]: Watching system buttons on /dev/input/event1 (AT Translated Set 2 keyboard) |
| </code> |
| |
| 참고 https://serverfault.com/questions/270716/why-was-the-ubuntu-server-rebooted |
| |