일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- docker
- PlayBook
- proxycfg
- XCP-ng
- ssh key 배포
- pfsense
- Kibana server is not ready yet
- ELASTIC
- endpoint security
- xe guest utilities
- ansible
- Kibana
- x-pack
- G-suite
- hardening
- 로그인불가
- Elasticsearch
- elastic stack
- bash
- freebsd
- centos 8
- GitLab
- macos
- application security
- 보안양파
- Windows
- Proxy
- Today
- Total
목록IT (650)
선 밖에 선 자유인
http://opensourceforu.com/2016/08/swatch/
Nmap Scripting Engine
- Cuckoo sandbox Mac 설치 방법http://cpuu.postype.com/post/325368/
- 클라우드 기반의 Online Disassembler https://www.onlinedisassembler.com/odaweb/
- 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--