Please assign a menu to the primary menu location under menu

Linux

CentOS – How to install nginx

CentOS 리눅스에서 Nginx를 설치하는 방법입니다. 설치는 매우 간단합니다. nginx 저장소 파일을 하나 만들고 아래처럼 추가 해줍니다. # nano /etc/yum.repos.d/nginx.repo name=nginx

Qmail – Open relay reject

Qmail에서 vpopmaill과 연동하여 사용할 경우open relay를 거부 하는 방법입니다. 기본적으로 vpopmail은 tcp.smtpd 파일에 로컬 호스트만 릴레이가 가능하도록 설정 되어 있습니다.

Troubleshooting – I have no name!

Bash를 사용하는 리눅스나 유닉스 시스템에서 아래와 같이 나올때가 있다. $ 이 경우는 /etc/profile, /etc/passwd, /etc/shadow, /etc/group 의 권한 문제다. 각각의

1 2 3 13