Recently Updated Pages
VirtualBox
VirtualBox 가상머신 실행 하기 /usr/bin/VBoxManage startvm Ubuntu-Server -type headless vmdk --> vdi ...
xhost
xhost 두 대의 컴퓨터를 사용할 경우 xhost와 display 옵션으로 윈도우 애플리케이션을 다른 컴퓨터의 화면에 띄울 수 있다. export DISPLAY...
Network Masquerade
Network Masquerade NetworkMasquerade #! /bin/sh # IP Masquerading - iptables sudo rou...
BackUp
Linux Backup http://kldp.org/node/84594 2G 한계 tar -czvf /media/700G/BackUp/2010101...
Mount Disk
NTFS 경우 디스크 확인 hyunsu@schmitt:~$ sudo fdisk -l [sudo] password for hyunsu: Disk /dev/sd...
Etc programs
vncviewer.exe Client vncviewer.exe tightvnc-1.3.10_javasrc.zip / tightvnc-1.3.10_javabin...
Windows command
포트 확인 netstat -ano | fondstr 40022
HTTP Command
HTTP Command $ telnet 124.xxx.59.xxxx 80Trying...Connected to 124.243.59.5.Escape character is...
Port Check
port check #!/bin/bash CHECKREMOTESERVERSLIST=checkServerPortList.txt TIMEOUT=2 OLD...
유용한 Shell script
파일을 찾아서 변경하는 shell if [ "${2}" = "" ] then echo Input 2 Arguments !!! exit fi ...
동적 Jar loading 프로그램
동적 jar 로딩 및 동적 method 호출 1 package com.exec; 2 3 import java.io.File; 4 imp...
Scouter
Scouter ## SCOUT 설치 ## ip : 10.10.29.35 UDP/TCP : 6100 # 변경 /app/scouter/scouter1.7/scout...
Tomcat
tomcat instance 분리 0. bash_profile 적용 ##### alias ##### alias status=/home...
WebServer
Apache Setting module enable LoadModule watchdog_module modules/mod_watchdog.so LoadModu...
용량산정
Memory는 총합의 기준의 100%로 산정한다. cpu와 같이 가상화 비율은 없다. 하나의 VM은 물리 node의 리소스 범위를 넘을 수 없다. CPU의 산정은...
DevOps Shell script
Web Server #!/bin/sh # /data/scm/homeplus-club-admin/homeplus-club-admin-web echo echo '##...
Management Query
Synonym 권한 등록 및 해제 GRANT SELECT, INSERT ON ZHR0010S TO ORAVOP; revoke SELECT, INSERT on ZH...
GitLab
GitLab 연동 : http://ratseno.tistory.com/4 Ubuntu GitLab 설치 : http://html5around.com/wordp...
Git
git How To Install Git on Ubuntu 18.04 : https://www.digitalocean.com/community/tutorials/ho...
Sonar
http://www.sonarsource.org/ What is Sonar ? Sonar는 Codehaus에서 개발한 코드 품질 관리 플랫폼으로, 오픈소...