전체 글 (81) 썸네일형 리스트형 [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.. [VirtualBox] VBoxManage Commands https://www.virtualbox.org/manual/ch08.html Chapter 8. VBoxManage As briefly mentioned in Section 1.16, “Alternative Front-Ends”, VBoxManage is the command-line interface to Oracle VM VirtualBox. With it, you can completely control Oracle VM VirtualBox from the command line of your host operating system. VBoxManage suppo www.virtualbox.org https://springboot.cloud/13 VirtualBOX를 커맨드라인으로 제어하기 (VB.. [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.. [VMWare] VMWare Workstation Download Link VMware Workstation 14~16: my.vmware.com/web/vmware/downloads/info/slug/desktop_end_user_computing/vmware_workstation_pro/16_0 VMware Workstation 16 Pro for Windows: my.vmware.com/web/vmware/downloads/details?downloadGroup=WKST-1610-WIN&productId=1038&rPId=55777 VMware Workstation 16 Pro for Linux: my.vmware.com/web/vmware/downloads/details?downloadGroup=WKST-1610-LX&productId=1038&rPId=55778 VMw.. [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.. [Linux] HDD 추가하기(LVM) # fdisk -l Disk /dev/sda: 250.1 GB, 250059350016 bytes, 488397168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk label type: dos Disk identifier: 0x0003c1b5 Device Boot Start End Blocks Id System /dev/sda1 * 2048 4196351 2097152 83 Linux /dev/sda2 4196352 488396799 242100224 8e Linux LVM .. [Java] 환경변수 참고 JAVA_HOME = jdk 설치경로 (예. C:\jdk버전) CLASSPATH = .;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\jre\lib\ext PATH = %PATH%;%JAVA_HOME%\bin 운영체제 환경에 맞게 변형해서 설정할 것 RedHat OpenJDK Download: https://developers.redhat.com/products/openjdk/download OpenJDK Download Container Images Download secure, certified, and up-to-date container images for OpenJDK. developers.redhat.com AdoptOpenJDK: https://adoptopenjdk.n.. 이전 1 ··· 5 6 7 8 9 10 11 다음