Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- XCP-ng
- GitLab
- Windows
- ELASTIC
- Proxy
- Elasticsearch
- 보안양파
- miniconda
- xe guest utilities
- centos 8
- endpoint security
- PlayBook
- application security
- proxycfg
- pfsense
- elastic stack
- x-pack
- bash
- macos
- Kibana server is not ready yet
- ansible
- docker
- 로그인불가
- 한글가이드
- freebsd
- ssh key 배포
- G-suite
- hardening
- Kibana
Archives
- Today
- Total
목록freebsd (2)
선 밖에 선 자유인
FreeBSD 사용자 sudo 권한
사용자 wheel 그룹에 추가 #pw group mod -m # vi /usr/local/etc/sudoers %wheel ALL=(ALL) ALL 라인 주석 제거
IT/System & Network
2020. 12. 31. 16:39
xcp-ng FreeBSD xe guest utilities 설치
- FreeBASD VM 에서 xe-guest-utilities 설치 # pkg install xe-guest-utilities # echo 'xenguest_enable="YES"' >> /etc/rc.conf.local # ln -s /usr/local/etc/rc.d/xenguest /usr/local/etc/rc.d/xenguest.sh # service xenguest start - xcp-ng 하이퍼바이저 shell에서 해당 VM의 NIC uuid 확인하여 아래와 같이 tx off xe vif-param-set uuid= other-config:ethtool-tx="off" xe vif-param-set uuid= other-config:ethtool-tx="off" 출처: xcp-ng.org..
IT/System & Network
2020. 12. 28. 03:20