OS (50) 썸네일형 리스트형 [Ubuntu 18.04] OpenJDK 8 Installation # sudo apt-get install openjdk-8-jdk # sudo apt-get install openjdk-8-jre # sudo update-alternatives --config java (선택항목에 보이지 않으면 # sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-8-openjdk-amd64/bin/java 1081 실행) # sudo update-alternatives --config javac (선택항목에 보이지 않으면 # sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/java-8-openjdk-amd64/bin/javac 1.. 부팅 가능한 macOS 설치 프로그램을 생성하는 방법 https://support.apple.com/ko-kr/HT201372 부팅 가능한 macOS 설치 프로그램을 생성하는 방법 외장 드라이브나 보조 볼륨을 시동 디스크로 사용하여 Mac 운영 체제를 설치할 수 있습니다. support.apple.com https://jootc.com/p/201903012673 macOS 14.10 Mojave 설치 ISO 생성 방법 (앱스토어 사용) - JooTC macOS Mojave ISO 설치 파일 생성 macOS app 파일을 사용하여 VMware Fusion이나 VirtualBox, Parallels Desktop과 같은 가상 머신 소프트웨어에서 사용하기 위한 ISO 파일을 생성해보도록 하겠습니다. jootc.com [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.. [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 .. [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.. [Linux/UNIX] 로그 확인시 특정라인 이후 내용 보는 팁(cat, grep, sed 활용) # cat FILENAME | grep -in COMMENT # sed -n 'LINENUMBER,$p' FILENAME | more [GNU/Linux] LibreOffice Install&Uninstall LibreOffice Download: https://www.libreoffice.org/download/download/ Download LibreOffice | LibreOffice - Free Office Suite - Fun Project - Fantastic People Follow Us Mastodon www.libreoffice.org 참고: https://wiki.documentfoundation.org/Documentation/Install/Linux Installing LibreOffice on Linux - The Document Foundation Wiki Notes on Installation First time installing LibreOffice on GNU/Linux? I.. 이전 1 2 3 4 5 6 7 다음