SOAP(Simple Object Access Protocol)

출처: http://egloos.zum.com/tequiero35/v/1026372 ※ 웹 서비스 구조 ※ SOAP (Simple Object Access Protocol) : 분산 환경에서 어플리케이션 간에 정보를 교환하기 위한 XML 기반의 메시지 프로토콜.   ★ SOAP 의 필요성  – 상호 운영성(Interoperability) : 서로 다른 인프라를 바탕으로 컴포넌트를 연결하는 표준이 필요 ⊙ SOAP 전달 과정 ⊙ SOAP 구조   ⊙ SOAP Part 구조HTTP    1. 요 청 (Request) Request = Request-Line               * (general-header | request-header | entity-header)               CRLF             […]

SOAP(Simple Object Access Protocol) 더 읽기"

CentOS 7 GNOME 라이선스 메세지 처리

CentOS 7 에서 부팅 시 아래와 같은 GNOME 라이선스 동의요구 메세지가 나오면서 진행이 되지 않을때 처리하는 방법. =============================================================================== Initial setup of CentOS Linux 7 (Core) 1) [!] License information              2) [ ] User creation        (License not accepted)              (No user will

CentOS 7 GNOME 라이선스 메세지 처리 더 읽기"

Armbian WIFI 셋팅

출처 : https://forum.armbian.com/topic/1237-opi-one-wireless-success/ There seems to be a lot of confusion and missing information on how to access the dirt cheap OPI ONE wirelessly and the steps necessary to successfully use cheap Realtek USB dongles ( 8188cus, 8188eu ) with Armbian_5.10.   This is a short summary of the needed materials and steps to turn your OPI ONE into

Armbian WIFI 셋팅 더 읽기"

bonding (CentOS 7)

■ bonding 모듈 로드 modprobe –first-time bonding ■ /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0 NAME=bond0 TYPE=Bond BONDING_MASTER=yes BONDING_OPTS=”mode=active-backup primary=eno1 miimon=100 updelay=0 downdelay=0″ IPADDR=10.10.10.106 PREFIX=24 GATEWAY=10.10.10.254 DNS1=8.8.8.8 DNS2=8.8.4.4 ■ /etc/sysconfig/network-scripts/ifcfg-eno1 NAME=bond-slave-eno1 DEVICE=eno1 TYPE=Ethernet BOOTPROTO=none ONBOOT=yes MASTER=bond0 SLAVE=yes ■ /etc/sysconfig/network-scripts/ifcfg-eno2 NAME=bond-slave-eno2 DEVICE=eno2 TYPE=Ethernet BOOTPROTO=none ONBOOT=yes MASTER=bond0 SLAVE=yes ■ 적용 systemctl restart network ■ bonding 상태 체크 cat /proc/net/bonding/bond0

bonding (CentOS 7) 더 읽기"

bonding (CentOS 6)

■ bonding 모듈 로드 modprobe –first-time bonding ■ /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0 IPADDR=10.10.10.105 NETMASK=255.255.255.0 GATEWAY=10.10.10.254 DNS1=8.8.8.8 DNS2=8.8.4.4 ONBOOT=yes BOOTPROTO=none USERCTL=no NM_CONTROLLED=no ■ /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 MASTER=bond0 SLAVE=yes ONBOOT=yes BOOTPROTO=none USERCTL=no NM_CONTROLLED=no ■ /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1 MASTER=bond0 SLAVE=yes ONBOOT=yes BOOTPROTO=none USERCTL=no NM_CONTROLLED=no ■ /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=vertica3 GATEWAYDEV=bond0 ■ /etc/modprobe.d/bonding.conf alias bond0 bonding options bond0 mode=1 miimon=100 >> mode= 0.

bonding (CentOS 6) 더 읽기"

systemd unit 등록 관련 옵션 정리

출처 : http://fmd1225.tistory.com/93 – RHEL 7 의 OS 적인 가장 큰 변화는 3.x 커널을 사용한다는 점(물론 2.6.x 커널에서 큰 차이가 있는 것은 아니다.) 그리고 정통적인 init 데몬에서 systemd 데몬으로 변경이 되었다는 점이다. systemd 에 대해서 좀더 살펴 보자 * Linux 부팅 과정 (사전에 알고 갑시다.) http://www.ibm.com/developerworks/library/l-linuxboot/index.html – systemd 는 리눅스 커널 API 로 설계된 시스템 관리

systemd unit 등록 관련 옵션 정리 더 읽기"

wifi wpa_supplicant 셋팅

■ wpa_supplicant.conf 파일 만들기 wpa_passphrase <공유기 SSID> <passphrase> $ wpa_passphrase MYSSID passphrase > /etc/wpa_supplicant/wpa_supplicant.conf network={     ssid=”MYSSID”     #psk=”passphrase”     psk=59e0d07fa4c7741797a4e394f38a5c321e3bed51d54ad5fcbd3f84bc7415d73d } ■ wpa_supplicant 데몬 시작 killall -q wpa_supplicant wpa_supplicant -s -B -P /run/wpa_supplicant.wlan0.pid -i wlan0 -D nl80211,wext -c /etc/wpa_supplicant/wpa_supplicant.conf ■ 상태 보기 wpa_cli status

wifi wpa_supplicant 셋팅 더 읽기"

[Vertica] Port Requirements

출처 : https://my.vertica.com/docs/7.0.x/HTML/Content/Authoring/InstallationGuide/BeforeYouInstall/PortAvailability.htm Port Requirements The following table lists the ports required by HP Vertica. Port Protocol Service Notes 22 TCP sshd Required by Administration Tools and the Management Console Cluster Installation wizard. 5433 TCP HP Vertica HP Vertica client (vsql, ODBC, JDBC, etc) port. 5434 TCP HP Vertica Intra-cluster communication. HP Verticaopens the HP Vertica client port +1 (5434 by default) for intra-cluster communication, such

[Vertica] Port Requirements 더 읽기"

윈도우10 시작메뉴 타일(Tile) 백업/복구

■ 백업   1. regedit에서 HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount 를 아래의 명령으로 Export 한다.   REG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount C:\win10_tile_menu.reg /Y     ■ 복구   1. DefaultAccount 레지스트리를 아래 명령으로 삭제한다. REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount /f   2. 백업 했던 DefaultAccount 레지스트리를 Import 한다.   3. 윈도우 Log Out / Log On

윈도우10 시작메뉴 타일(Tile) 백업/복구 더 읽기"

위로 스크롤