본문 바로가기

OS75

linux_runlevel변경 /etc/inittab 파일에 보면 다음과 같이 작성되어져있다. # The default runlevel is defined here ############################# # runlevel 3 is text mode # runlevel 5 is graphic mode ############################## id:3:initdefault: 0 level halt모드로 시스템 정지인데, 이 모드로 해놓으면 시스템이 아예 안켜지겠지??-_- 1 level 혼자 쓸 때 2 level 멀티유저 용, 3 level과 비슷한데 네트워킹이 안되는 모드 3 level 멀티유저 용, 콘솔모드로 대부분 이모드로 해놓고 사용 4 level 사용되지 않음 5 level X window 로 ru.. 2020. 4. 27.
Download Oracle Java JRE & JDK using a script Download Oracle Java JRE & JDK using a script http://www.oracle.com/technetwork/java/javase/downloads/index.html 으로 가서 해당 버전의 다운로드 받을 파일의 링크를 복사함.. 아래 링크부분을 변경하여 다운로드 받음 wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" "http://download.oracle.com/otn-pub/java/jdk/6u38-b05/jre-6u38-linux-i586-rpm.bin" wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=ht.. 2020. 4. 27.
CentOS port open / RHEL/CentOS 7 방화벽(firewalld) 설정 RHEL/CentOS 7 방화벽(firewalld) 설정 콘솔 : firewall-cmd x-windows : firewall-config 1.설치 yum -y install firewalld 2. 서비스 시작 및 활성화 systemctl start firewalld systemctl enable firewalld 3. 서비스 종료 systemctl stop firewalld 4. firewalld 재시작 firewall-cmd --reload 5.방화벽에 포트추가 firewall-cmd --permanent --zone=public --add-port=80/tcp firewall-cmd --permanent --zone=public --add-port=8080/tcp ※ firewalld 재시작해야 반.. 2020. 4. 27.
Install PostgreSQL on CentOS 6.3 [ 설치 , 백업 , 복구 ] Install PostgreSQL on CentOS 6.3 1.1 Change root user su - ## OR ## sudo -i 1.2 Exclude CentOS own PostgreSQL Packages Add exclude to /etc/yum.repos.d/CentOS-Base.repo file [base] and [updates] sections:[base] ... exclude=postgresql* [updates] ... exclude=postgresql* 1.3 Install PostgreSQL 9.2 Repository ## CentOS 6 - i386 - 32-bit ## rpm -Uvh http://yum.postgresql.org/9.2/redhat/rhel-6-i386/pgd.. 2020. 4. 27.
반응형