일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Windows
- pfsense
- macos
- ssh key 배포
- Proxy
- elastic stack
- proxycfg
- miniconda
- 한글가이드
- 보안양파
- ansible
- docker
- XCP-ng
- application security
- endpoint security
- hardening
- 로그인불가
- ELASTIC
- G-suite
- bash
- Kibana
- GitLab
- centos 8
- PlayBook
- Kibana server is not ready yet
- xe guest utilities
- Elasticsearch
- x-pack
- freebsd
- Today
- Total
목록IT (650)
선 밖에 선 자유인
존에 VMware 상에서 운영하던 VM(Virtual Machine) guest image를,xen 기반(Oracle VM을 포함한...)의 가상화 플랫폼에서 사용할 수 있도록 convert 하는 방법이다. 1. 여러개로 나뉘어진 파일을 한개로 합하기. (create a single, growable virtual disk (type 0)) [root@sdyang LOBI.5.0.01]# lsLOBI.5.0.01.nvram LOBI.5.0.01-s008.vmdk LOBI.5.0.01.vmxLOBI.5.0.01-s001.vmdk LOBI.5.0.01-s009.vmdk LOBI.5.0.01.vmxfLOBI.5.0.01-s002.vmdk LOBI.5.0.01-s010.vmdk vmware-0.logLOBI.5..
필요한 작업들 sudo add-apt-repository ppa:tualatrix/ppasudo apt-get updatesudo apt-get install ubuntu-tweak sudo add-apt-repository ppa:cairo-dock-team/ppasudo apt-get updatesudo apt-get install cairo-dock cairo-dock-plug-ins sudo add-apt-repository ppa:noobslab/themessudo apt-get updatesudo apt-get install mac-os-lion-cursors-v2 mac-os-lion-icons-v2 mac-os-lion-theme-v2
특정 디렉토리 제외하고 검색find / ! \( -type d -path '/usr' -prune \) -type f -perm -2000 -exec ls -lg {} \;-> /usr 디렉토리 제외
- Redhat 계열 리눅스 yum 으로 ClamAV 조회 # yum list | grep clam clamav.i386 0.97-1.el5.rf dag clamav-db.i386 0.97-1.el5.rf dag clamav-devel.i386 0.97-1.el5.rf dag clamd.i386 0.97-1.el5.rf dag-------------------------------------------------------------------------- 만약 위와 같이 조회가 되지 않는다면 Dag Wieers RPM Repository 추가 yum Repository Configration 폴더로 이동 # cd /etc/yum.repos.d/ 파일 다운 # wget http://www.linux-ma..
"update_files" is not defined in the configuration file 에러 발생시 /etc/snort/oinkmaster.conf 파일에 update_files = \.rules$|\.conf$|\.txt$|\.map$ 를 추가한다.
http://selene0301.tistory.com/107
# dmesg | grep tty[ 0.000000] console [tty0] enabled[ 4.213555] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A[ 4.213643] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A[ 4.213850] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A[ 4.213963] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A 다음과 같이 두개의 serial port가 존재함 대부분 ttyS0에 연결되어 있을 가능성이 높음 screen 명령어로 시리얼포트에 접속 #screen /dev/ttyS0 9600