일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- application security
- PlayBook
- freebsd
- Proxy
- Kibana server is not ready yet
- G-suite
- 로그인불가
- Kibana
- bash
- Windows
- GitLab
- pfsense
- XCP-ng
- ssh key 배포
- ansible
- Elasticsearch
- 한글가이드
- macos
- hardening
- endpoint security
- docker
- 보안양파
- proxycfg
- x-pack
- ELASTIC
- centos 8
- xe guest utilities
- Today
- Total
목록IT (650)
선 밖에 선 자유인
Ex) mysql plugin 설치mysql> INSTALL PLUGIN plugin_name SONAME 'shared_library_name'; - 패스워드 관련 plugin 확인mysql> show variables like 'validate_password%'; - mysql 패스워드 관련 plugin 설치mysql> INSTALL PLUGIN validate_password SONAME 'validate_password.so'; - plugin 경로 확인mysql> show global variables like '%plu%'; - 패스워드 검증 관련 파라미터 확인mysql> show global variables like '%vali%';
[ 기본 설정 상태 ]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
A = "홍길동"B = "의적 홍길동" A가 B문자열에 포함되는지 확인 시 if [[ "$A" =~ "$B" ]]; thenfi or if [[ "$A" == *"$B"* ]]; thenfi
오픈소스 자산 관리 솔루션 snipe-IThttps://snipeitapp.com/
- 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