centos7 (18) 썸네일형 리스트형 [CentOS 7] Runlevel 변경 1. Runlevel 확인 # systemctl get-default 2. Runlevel 3 (CLI) # systemctl set-default multi-user.target (영구변경) # systemctl isolate multi-user.target (일시변경) 3. Runlevel 5 (GUI) # systemctl set-default graphical.target (영구변경) # systemctl isolate graphical.target (일시변경) [CentOS 7] PHP 설치(APM, Source Compile) Apache Installation: https://testtube.tistory.com/33 [CentOS 7] Apache HTTP Server/Tomcat 연동(mod_jk, Source Compile) ### Pre-Installation ### # yum install gcc g++ cpp gcc-c++ zlib* curl* openssl openssl-devel ncurses-devel zip2-devel \ libtermcap-devel libc-client-devel perl bison make cmake db4-devel libvpx-devel \ lua-devel wget autoconf libtool Apache Portable Runtim testtube.tistory.com Mar.. [CentOS 7] Apache HTTP Server/Tomcat 연동(mod_jk, Source Compile) ### Pre-Installation ### # yum install gcc g++ cpp gcc-c++ zlib* curl* openssl openssl-devel ncurses-devel zip2-devel \ libtermcap-devel libc-client-devel perl bison make cmake db4-devel libvpx-devel \ lua-devel wget autoconf libtool Apache Portable Runtime: https://apr.apache.org/download.cgi # wget http://mirror.apache-kr.org//apr/apr-1.7.0.tar.gz # wget http://mirror.apache-kr.org//apr/apr-ut.. [MariaDB] MariaDB 10.1 Installation on CentOS 7(Source Compile) 1. 사전 준비 # yum -y install net-tools setuptool wget vim-enhanced lrzsz xinetd gcc gcc-c++ ncurses ncurses-devel bison # yum -y install cmake openssl openssl-devel \ libtermcap libtermcap-devel gdbm-devel \ zlib* libxml* freetype* libpng* libjpeg* gd gd-dev \ libmcrypt libmcrypt-devel mhash mhash-devel apr apr-* libxml2 \ iconv unixODBC readline-devel \ qpixman qpixman-devel netpbm* libxslt* gmp g.. [MariaDB] MariaDB 10.1 Installation on CentOS 7(YUM) # rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB # vi /etc/yum.repos.d/MariaDB.repo # MariaDB 10.1 CentOS repository list - created 2020-03-09 23:05 UTC # http://downloads.mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 저장 # yum install MariaDB-server MariaDB-cli.. [CentOS 7] SSH/SFTP 설정 # yum install openssh-server openssh-clients openssh-askpass # vi /etc/ssh/sshd_config Port 22 라인의 주석 제거 LoginGraceTime 2m 라인의 주석 제거하고 2m을 30으로 변경 PermitRootLogin yes 라인의 주석 제거하고 yes를 no로 변경 MaxAuthTries 6 라인의 주석 제거하고 6을 3으로 변경 PermitEmptyPasswords no 라인의 주석 제거 X11Forwarding yes 라인의 yes를 no로 변경 #Subsystem sftp /usr/libexec/openssh/sftp-server 라인 주석 처리하고, Subsystem sftp internal-sftp 추가 저장 # syst.. [Oracle 11g] Installation(silent mode) Oracle 11gR2(11.2.0.1) for CentOS 7 Pre-Installation: https://testtube.tistory.com/21 [Oracle 11g] Pre-Installation Oracle 11gR2(11.2.0.1) for CentOS 7 ### root permission ### 1. Install Required Packages # yum install binutils \ compat-libcap1 \ compat-libstdc++-33.i686 \ compat-libstdc++-33 \ elfutils-libelf \ elfutils-libelf-devel \ gcc \ gcc-c++ \ glibc.i686 \ glibc \ glibc-common \ glibc-devel.i686 \ testtube.tistory.com ### .. [Oracle 11g] Pre-Installation Oracle 11gR2(11.2.0.1) for CentOS 7 ### root permission ### 1. Install Required Packages # yum install binutils \ compat-libcap1 \ compat-libstdc++-33.i686 \ compat-libstdc++-33 \ elfutils-libelf \ elfutils-libelf-devel \ gcc \ gcc-c++ \ glibc.i686 \ glibc \ glibc-common \ glibc-devel.i686 \ glibc-devel \ glibc-static \ glibc-static.i686 \ ksh \ libaio.i686 \ libaio \ libaio-devel.i686 \ libaio-devel \ libgcc.i686 \ libgcc \ libst.. 이전 1 2 3 다음