일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- endpoint security
- docker
- centos 8
- Kibana server is not ready yet
- G-suite
- pfsense
- freebsd
- ansible
- ELASTIC
- 로그인불가
- Windows
- elastic stack
- Kibana
- ssh key 배포
- application security
- x-pack
- PlayBook
- hardening
- proxycfg
- GitLab
- XCP-ng
- 보안양파
- bash
- macos
- Elasticsearch
- xe guest utilities
- Proxy
- miniconda
- 한글가이드
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
특정 디렉토리 제외하고 검색find / ! \( -type d -path '/usr' -prune \) -type f -perm -2000 -exec ls -lg {} \;-> /usr 디렉토리 제외
# 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
- 한글 설정dpkg-reconfigure locales해서 한글 선택 - timezone 설정ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime or cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime
미러 사이트의 속도가 느리다고 생각되면 다음과 같이 /etc/make.conf 파일에 추가해준다. MASTER_SITE_OVERRIDE=ftp://ftp.kaist.ac.kr/pub/FreeBSD/ports/distfiles/ 우선적으로 kaist 미러 사이트에서 데이터를 받아오게 된다.
.cshrc setenv LANG ko_KR.UTF-8 setenv LC_ALL ko_KR.UTF-8 .initrc LANG=ko_KR.UTF-8 LC_ALL=ko_KR.UTF-8 LINGUAS=ko_KR.UTF-8cp /usr/share/skel/dot.login_conf ~/.login_conf vi ~/.login_conf 변경 # :charset=UTF-8:\# :lang=ko_KR.UTF-8: source ~/.login_conf putty의 인코딩 타입을 utf-8로 변경하고 다시 로그인
FreeBSD Nagios Setup - APM 이 설치되어 있어야 함. PHP 설치 시 반드시 config 메뉴에서 apache를 선택한다.- apm 설치가 끝나면 /usr/local/etc/ 에서 php.ini-production 파일의 이름을 php.ini로 변경한다. Required Packages: Apache, PHP5, GCC and GD development libs 1-Add user and group pw groupadd nagios adduser Username: nagios Full name: Uid (Leave empty for default): Login group [nagios]: Login group is nagios. Invite jru into other groups? [..
1. mysql install # cd /usr/ports/database/mysql55-server/# make install cleansnort DB 및 사용자 계정 생성2. Install Snort# cd /usr/ports/security/snort# make -DWITH_MYSQL # make install(don't clean)/usr/local/etc/snort/snort.conf 수정output data: log.../usr/ports/security/snort/work/snort-2.9.2.1/schemas에서 create_mysql 을 이용하여 테이블 생성3. Install Apachecd /usr/ports/www/apache22 # make install clean/usr/local..
- daemon 목록과 기능 Daemon 이름 기능 acpid ACPI(Advanced Configuration and Power Interface) 방식의 시스템 전력 관리를 위한 데몬 anacron crond와 같은 작업 스케줄러 데몬이지만 crond와는 달리 시스템이 계속 켜져있지 않다고 가정하여 하루보다 작은 단위의 스케줄을 관리 apmd APM(Advanced Power Management) 데몬 - 배터리를 필요로 하는 노트북 등 휴대용 데스크톱에서 필요 atd crond와 같은 작업 스케줄러 데몬 auditd 감사기능을 활성화 하는 데몬이다. auditd 데몬이 실행되는 동안 auditing 변수, syscall 규칙, 파일 시스템 감시 ( watch ) 작업을 수행. 이번에 대해서는 선택은..