전체 글
window서버에 Apache2.4.57 설치-(1)
1. Apache 설치 https://www.apachelounge.com/download/ Apache VS17 binaries and modules download www.apachelounge.com 2. 원하는 경로에 압축해제 - 필자는 D:\Apache24 3. 파일 수정 - 수정할 파일 경로 D:\Apache24\conf -> httpd.conf 를 메모장으로 열기 3-1. 수정할 내용 - 37,39번째 줄 변경 -> Apache24 설치경로 - ex) Define SRVROOT "D:/Apache24" ServerRoot "D:/Apache24" 3-2. 수정할 내용 - 252,253번째 줄 변경 -> htdocs 파일 경로로 이동 - ex) DocumentRoot "D:/Apache24/h..
Linux7에 Tomcat 8 설치
1. Tomcat 다운로드 - Tomcat 파일 다운로드 URL : tomcat.apache.org/download-80.cgi Apache Tomcat® - Apache Tomcat 8 Software Downloads Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions tomcat.apache.org ..
Linux7에 JDK1.8 설치
1. 설치된 JDK 목록 및 설치가능한 JDK목록 확인 [root@OL7 ~]# yum list java*jdk-devel Loaded plugins: langpacks, ulninfo Installed Packages java-1.8.0-openjdk-devel.x86_64 1:1.8.0.362.b08-1.el7_9 @ol7_latest Available Packages java-1.6.0-openjdk-devel.x86_64 1:1.6.0.41-1.13.13.1.el7_3 ol7_latest java-1.7.0-openjdk-devel.x86_64 1:1.7.0.261-2.6.22.2.0.1.el7_8 ol7_latest java-1.8.0-openjdk-devel.i686 1:1.8.0.362.b0..
Linux 7에 Oracle 11g 설치(4)-리스너 설정
1. 리스너 생성 [oracle@ ~ ]$ netca 2. 리스너 설정 # 리스너 위치 cd $ORACLE_HOME/network/admin ls # 아이피 입력 vi listerner.ora ------------------------------------------------------------------ LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx )(PORT = 1521)) (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) ) ) ADR_BASE_LISTENER = /u01/app/oracle
Linux 7에 Oracle 11g 설치(3)- dbca
1. dbca # 재부팅 후 오라클계정으로 로그인 [oracle@ ~ ]$ dbca * Use Unicode (AL32 UTF8) 체크 * National Character Set : UTF8 - Unicode 선택 * Default Language : Korean 선택 * Default Territory : Korea 선택 후 다음 # DB접속되는지 확인 [oracle@ ~ ]$ sqlplus system@passwd 2. 리스너 생성 https://gonmossi.tistory.com/111 Linux 7에 Oracle 11g 설치(4)-리스너 설정 1. 리스너 생성 [oracle@ ~ ]$ netca 2. 리스너 설정 # 리스너 위치 cd $ORACLE_HOME/network/admin ls # 아..
Linux 7에 Oracle 11g 설치(2)- runlnstaller 스크립트 설치
1. 오라클 설치/stage/database/runInstaller ----------------------------------------------------------------------------------------------------------------------------------------* 설치 시 에러 창을 끄지말고 새로운 터미널 창을 열어서 oracle 계정을 로그인하고 해당 경로로 이동. [oracle@localhost ~]$ cd /usr/oracle/app/product/11.2.0/dbhome_1/ctx/lib[oracle@localhost lib]$ vi ins_ctx.mk아래와 같은 구문을 찾아서ctxhx: $(CTXHXOBJ) $(LINK_C..
Linux 7에 Oracle 11g 설치(1)-기본세팅
1. 패키지 업데이트yum update2. RDBMS 의존성 (dependency) 설치yum install binutils -yyum install compat-libstdc++-33 -yyum install compat-libstdc++-33.i686 -yyum install gcc -yyum install gcc-c++ -yyum install glibc -yyum install glibc.i686 -yyum install glibc-devel -yyum install glibc-devel.i686 -yyum install ksh -yyum install libgcc -yyum install libgcc.i686 -yyum install libstdc++ -yyum install libstdc++..
[ORACLE 12c] 설치 시 오류(DISPLAY not set. Please set the DISPLAY and try again.)
* runInstaller 설치 시 오류 상황 $ ./runInstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 120 MB. Actual 370688 MB Passed Checking swap space: must be greater than 150 MB. Actual 5800 MB Passed Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISP..
psftp 다운로드
* https://www.putty.org Download PuTTY - a free SSH and telnet client for Windows Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W www.putty.org
PuTTY 다운로드
* https://www.putty.org/ Download PuTTY - a free SSH and telnet client for Windows Is Bitvise affiliated with PuTTY? Bitvise is not affiliated with PuTTY. We develop our SSH Server for Windows, which is compatible with PuTTY. Many PuTTY users are therefore our users as well. From time to time, they need to find the PuTTY download link. W www.putty.org