일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- G-suite
- GitLab
- Kibana server is not ready yet
- centos 8
- Elasticsearch
- endpoint security
- application security
- Proxy
- PlayBook
- macos
- XCP-ng
- pfsense
- elastic stack
- miniconda
- 한글가이드
- 보안양파
- Windows
- ELASTIC
- bash
- docker
- proxycfg
- xe guest utilities
- ssh key 배포
- ansible
- 로그인불가
- hardening
- x-pack
- freebsd
- Kibana
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
- 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 설치 매뉴얼
특정 파일 permission 확인 - /etc/hosts 파일의 퍼미션 $ ls -l /etc/hosts | awk -F . {'print $1'} - User 퍼미션 $ ls -l /etc/hosts | awk -F . {'print $1'} | cut -c -4 | cut -c 2- rw- - Group 퍼미션 $ ls -l /etc/hosts | awk -F . {'print $1'} | cut -c 5- | cut -c -3 r-- - Others 퍼미션$ ls -l /etc/hosts | awk -F . {'print $1'} | cut -c 8-r--
warning.go.kr 우회하는 방법아래 Proxy 사이트 이용https://sitenable.com/
- yum install nfs-utils - /etc/exports 파일에 공유할 디렉터리 추가/home/share (rw,sync) - nfs daemon 실행 /etc/init.d/nfs start (rpcbind 가 먼저 시작되어 있어야 함)/etc/init.d/rpcbind start - 현재 공유된 내용 확인exportfs -v - 방화벽 포트 오픈# nfs port open-A INPUT -m state --state NEW -m tcp -p tcp -s 192.168.0.0/24 --dport 111 -j ACCEPT-A INPUT -m state --state NEW -m udp -p udp -s 192.168.0.0/24 --dport 111 -j ACCEPT-A INPUT -m sta..
HTML 편집 모드에서 아래 추가
아래와 같이 해주면 됨 stty -echoread -p "Password: " PASS; echostty echo