일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- miniconda
- elastic stack
- proxycfg
- freebsd
- Kibana server is not ready yet
- ssh key 배포
- xe guest utilities
- Proxy
- x-pack
- endpoint security
- pfsense
- centos 8
- Kibana
- application security
- 보안양파
- GitLab
- PlayBook
- 로그인불가
- macos
- XCP-ng
- ELASTIC
- Elasticsearch
- ansible
- 한글가이드
- docker
- Windows
- bash
- G-suite
- hardening
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
여러 대의 서버들에 ssh 로그인 가능한지 확인 -----------------------------------------------------------------#!/bin/bash HOSTFILE="host.txt" stty -echoread -p "Enter Password : " PASS; echostty echo if [ -f ssh-check.txt ]; thenrm -f ssh-check.txtfi touch ssh-check.txt # SSH 로그인 테스트for ipaddr in `cat $HOSTFILE`do sshpass -p $PASS ssh -tt -o StrictHostKeyChecking=no @$ipaddr "exit" 2> /dev/null CHK=$? if [ $CHK -..
# rpm -qa | grep openssl openssl-1.0.1e-48.el6_8.3.x86_64 # rpm -q --changelog openssl | head* 목 9월 22 2016 Tomáš Mráz 1.0.1e-48.3- fix CVE-2016-2177 - possible integer overflow- fix CVE-2016-2178 - non-constant time DSA operations- fix CVE-2016-2179 - further DoS issues in DTLS- fix CVE-2016-2180 - OOB read in TS_OBJ_print_bio()- fix CVE-2016-2181 - DTLS1 replay protection and unprocessed recor..
[ 기본 설정 상태 ]root@jenjang]# vi /etc/postfix/main.cf #mynetworks_style = class#mynetworks_style = subnet#mynetworks_style = host #mynetworks = 168.100.189.0/28, 127.0.0.0/8#mynetworks = $config_directory/mynetworks#mynetworks = hash:/etc/postfix/network_table [ 특정 network 허용 ]mynetworks = 192.168.0.0/16 root@jenjang]# postfix reload
- ping test ping -c 1 -w 2 - port open checknc -w 5 -z 결과를 저장하는 $? 변수를 이용하여 결과 확인0 : 정상1 : X Ex)if [ $? -eq 0 ]; thenecho "Live" elseecho "Down"fi - 이런 방법도 가능IP=x.x.x.xPORT=80#
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp 에서 PortNumber 값 변경
가끔 XenServer 에서 VM이 노란색으로 보이며 hang 걸릴 때가 있음rebooting, shutdown 다 안됨. 이럴 때는 # xe task-list 로 확인status 가 pending 인 VM 중 name-label에 clean reboot/shutdown 이 포함되는 놈의 uuid를 복사 # xe task-cancel uuid=- VM force rebooting 안되면 그냥 이거# xe-toolstack-restart 그래도 안되면 아래 내용 참고http://blog.syszone.co.kr/3337
- locale 설정/etc/sysconfig/i18nLANG="ko.KR_UTF-8"SYSFONT="latarcyrheb-sun16" $ source /etc/sysconfig/i18n - /etc/locale.conf 지정ko.KR_UTF-8 - /etc/localtime 설정ln -sf /usr/share/zoneinfo/Aisa/Seoul /etc/localtime -
Zabbix 설치 관련 https://www.zabbix.com/documentation/3.0/manual/installation/install_from_packageshttps://www.server-world.info/en/note?os=CentOS_6&p=zabbixhttp://www.linuxtechi.com/install-zabbix-3-0-on-centos-7-rhel-7/ - in CentOS 7http://yallalabs.com/linux/how-to-install-zabbix-3-4-server-on-centos-7-rhel-7/ - Windows Client 설치 매뉴얼