Apache Httpd 설치 의존 패키지 버전 PROGRAM VERSION apr 1.6.2 apr-util 1.5.3 curl 7.30.0 pcre 8.00 openssl 1.0.2m httpd 2.4.27 apr 설치 1. Configuration ./configure –prefix=/apps/share/apr/1.6.2 2. Build make 3. Install make install apr-util 설치 1. Configuration ./configure –prefix=/apps/share/apr-util/1.5.3 \ –with-apr=/apps/share/apr 2. Build make 3. Install make install curl 설치 1. Configuration ./configure –prefix=/apps/share/curl/7.30.0 2. […]
[Linux] How to Upgrade Ubuntu
업데이트 목록 갱신 sudo apt-get update 현재 패키지 업그레이드 sudo apt-get upgrade 신규 업데이트 설치 sudo apt-get dist-upgrade
2*NIC Active-Backup Mode Bonding using nmcli
2*NIC Active-Backup Mode Bonding nmcli Network Manager Command-Line-Interface $ nmcli –help — Usage: nmcli [OPTIONS] OBJECT { COMMAND | help } OPTIONS -t[erse] terse output -p[retty] pretty output -m[ode] tabular|multiline output mode -c[olors] auto|yes|no whether to use colors in output -f[ields] <field1,field2,…>|all|common specify fields to output -g[et-values] <field1,field2,…>|all|common shortcut for -m tabular -t -f -e[scape] […]
VMware vmnet types
VMNET TYPES Bridged Bridged type 스위치를 사용하게 되면 가상머신의 네트워크 카드가 호스트 컴퓨터의 네트워크 카드의 특성을 공유한다. 따라서 호스트 컴퓨터에 연결된 네트워크와 동등한 수준의 네트워크, 별개의 네트워크를 구성할 수 있다. 그러나 내부 망에서만 필요한 통신 작업을 할 때에도 호스트 컴퓨터의 네트워크 리소스를 사용해야만 하고, 외부에서 인식할 수 있는 별도의 ip가 할당돼야한다. 또한 GATEWAY, DNS 서버는 […]
[Linux] iscsi(target)를 이용한 공유 디스크 구성
iscsi(target)를 이용한 공유 디스크 구성 iscsi 를 이용한 공유 디스크를 구성한다. TAC 와 같은 Active-Active DB Cluster 를 구성하는 경우, 스토리지 서버 (iscsi target server) 1 대와 DB 서버 2 대 총 3대 의 linux 서버가 필요하다. 스토리지 서버(target server)에서 아래와 같이 /dev/targetcli/lun01 로 이름지어진 block type device 인 lv 를 생성한다. DB 서버(iscsi client) […]
[Linux] How to change Default Editor
https://www.howtogeek.com/howto/ubuntu/change-the-default-editor-from-nano-on-ubuntu-linux/
[Windows] VPN
notepad %userprofile%\AppData\Roaming\Microsoft\Network\Connections\Pbk\ VPN 연결이 안되는 경우 DataEncryption=8 VPN 연결이 되는 경우 DataEncryption=256
[Linux] boot-repair
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair sudo boot-repair
[Linux] Kernel Parameters related to TCP Network
Linux Kernel Parameters related to TCP Network http://meetup.toast.com/posts/53