Linux (26) 썸네일형 리스트형 CentOS 5 Released CentOS 5.0 이 나왔습니다. ( Red Hat Enterprise Linux 5 의 무료 버전이라고 할 수 있죠...) Release Announcement, Release Notes, Screenshots 관련글 : An overview of Red Hat Enterprise Linux 5 , Red Hat Enterprise Linux 5 Hits the Street 다운로드(국내 미러) : Secuide , Sayclub (Sayclub 은 아직 미러링이 안 되어 있습니다.) 2007.07.06 최근 추가된 Daum 미러를 이용하시면 좀 더 빠르게 받을 수 있습니다. ^^ 시디가 6장이나 됩니다. 전 1번장만 받아 최소 옵션으로 설치하고 필요한 건 yum 을 이용했습니다. ^^ Linux (Xubuntu) 기반 초슬림 PC 출처 : New Tiny Silent Linux PC 하드 디스크 없이 USB 스틱의 Xubuntu 로 구동되며 6W 로 작동된다고 하는데 넘 비싸서 메리트는 별로... 부가세, 운송비 포함 280 유로... 0 이 하나 빠져야 되지 않을까 하는... 넘 심한가... ^^ Linutop Linutop is a Linux-based diskless computer. It offers a completely silent, low-power operation in an extremely small package. Kubuntu Edgy Grub 재설치하기 우분투 6.10 엣지 부트로더(grub) 재설치 방법 을 묻는 글이 있길래 직접 한번 해봤습니다. Live CD 로 부팅 후 우선 터미널 프로그램을 실행 (K-Menu -> System -> Konsole) 파티션이 잡혔는지 확인 후 grub-install 명령을 실행시켰더니 "Could not find device for /boot: ~~~" 에러 발생 참고글 Installing GRUB natively, How to restore Grub from a live Ubuntu cd Once started, GRUB will show the command-line interface (see Command-line interface). First, set the GRUB's root device1 to th.. CentOS 메일 서버 (SMTP, POP3) 설정 CentOS 4.4 Server 에서 sendmail, dovecot 을 이용해서 메일 서버 설정을 해봤습니다. 물론 DNS 에 메일서버(MX) 설정은 되어 있어야겠죠? ^^ 1. Sendmail, Dovecot 설치 yum install sendmail sendmail-cf dovecot 2. Sendmail 설정 /etc/mail/sendmail.mc 수정 로컬 이외 relay 허용 - 아래 부분 주석 처리 (앞에 dnl 추가) DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl =>dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl stmp 인증 - 아래 부분 주석 제거 (앞의 dnl 삭제) dn.. Rescue mode 에서 LVM 인식하기 이전 홈피의 글을 백업 차원에서 옮깁니다. LVM 복구에 관한 질문을 보고 찾아봤던 내용입니다. 2007.08.21 Recovery of RAID and LVM2 Volumes 오래전부터 정리한다는 것이 LVM 를 사용 안 하다보니 ... 우선 링크만 추가합니다. ^^ 출처: http://samfw.blogspot.com/2005/12/lvm-in-rescue-mode.html LVM in rescue mode I've had to deal with LVM in rescue mode a few times lately, which has given me some new insight into this stuff: e2fsck: Boot into rescue mode (in RHEL/Fedora this m.. Kopete(KDE) 에서 Google Talk 접속하기 Kopete 에서 Google Talk 에 접속하려니 어떻게 해야하는지 몰라서 찾아봤습니다. Google Talk Help http://www.google.com/support/talk/bin/answer.py?answer=24073 KDE Wiki http://wiki.kde.org/tiki-index.php?page=Google+Talk+support Jabber ID 설명은 글마다 다른데 ID@gmail.com 으로 하고 다른 부분은 KDE Wiki 설정대로 했습니다. Google Talk 대화창 화면... 참 파일 전송은 안 됩니다. Colonist (coLinux) 이용한 Kubuntu 설치기 이전 홈피에 적었던 글을 조금 수정했습니다. (2006.02.01) What is coLinux ( http://www.colinux.org ) Cooperative Linux is the first working free and open source method for optimally running Linux on Microsoft Windows natively. More generally, Cooperative Linux (short-named coLinux) is a port of the Linux kernel that allows it to run cooperatively alongside another operating system on a single machine. For instance,.. Kubuntu Edgy Vi(VIM) 문제 kldp 에서 syntax on 명령이 안 먹는다는 분이 계셔서 테스트를... ^^ 1. 화살표키 문제 Centos Server 사용할 때는 괜찮았는데 Kubuntu 를 설치하니 vi 에서 화살표키가 이상하게 작동... 해결책은 간단히 set nocp 해주면 됩니다. ^^ 2. syntax on 문제 Kubuntu Edgy에 기본으로 설치되는 vi 는 vim-tiny 라고 기능이 축소된 버전입니다. syntax 를 사용하기 위해서는 풀버전을 설치해야 합니다. vim-full 등도 있지만 일반적인 vim 을 선택... sudo apt-get install vim 이전 1 2 3 4 다음