일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Audit Log
- Elk
- RHEL
- syslog
- Shell
- Linux
- docker
- yum
- 서울시민카드
- Python
- bash
- PostgreSQL
- 크롬
- log
- C
- GPU
- audit
- centos 7.5
- 디렉토리
- K8S
- CentOS
- 빅데이터
- zabbix
- 파이썬
- Elasticsearch
- Chrome
- Kubernetes
- rsyslog
- GNOME
- JSON
- Today
- Total
목록업무/etc (92)
Sysops Notepad
/bin/false allows a login, but no shell, no ssh tunnels and no home directory. 시스템의 로그인/FTP/ssh/shell은 불가능 /sbin/nologin disallows logins completely and returns a polite account unavailable message. 시스템의 로그인/ssh/shell은 불가능, FTP 가능
# vi /sbin/dhclient-script ifconfig $interface:0- inet 0 ifconfig $interface:0 inet $alias_ip_address $alias_subnet_arg /sbin/ip route replace ${alias_ip_address}/32 dev $interface:0 fi fi if [ -z "${dhc_dbus}" ] || (( ( dhc_dbus & 1 ) != 1 )); then # make_resolv_conf
[root@sre-tech-tpl6-dev-001 ~]# ls -al --time-style=+%D | grep `date +%D` dr-xr-x--- 12 root root 4096 05/06/22 . -rw------- 1 root root 28428 05/06/22 .bash_history
기본값 [root@ ~]# cat /proc/sys/vm/drop_caches 0 buffers/cached 캐시 삭제 echo 3 > /proc/sys/vm/drop_caches 참고 0: 기본 (캐시 메모리를 drop하지 않음) 1: 페이지 캐시 해제 2: dentry, inode 캐시 해제 3: 페이지, dentry, inode 캐시 해제
[root@test ~]# ls --time-style=long-iso -al total 156 dr-xr-x--- 12 root root 4096 2022-05-06 13:22 . drwxr-xr-x 18 root root 4096 2022-04-01 14:02 .. -rw------- 1 root root 1201 2021-11-19 22:38 anaconda-ks.cfg drwx------ 3 root root 4096 2022-03-31 12:01 .ansible -rw-r--r-- 1 root root 804 2022-02-03 10:50 authorized_keys -rw------- 1 root root 28346 2022-05-06 13:22 .bash_history -rw-r--r-- 1..
SSL / TLS 통신 과정을 상세하게 정리한 좋은 사이트를 발견해서 공유드립니다. https://tls.ulfheim.net/ The Illustrated TLS Connection: Every Byte Explained Client Key Exchange The client provides information for key exchange. As part of the key exchange process both the server and the client will have a keypair of public and private keys, and will send the other party their public key. The shared encryption k tls.ulfheim.net ..
2021년 12월 10일 Java 기반 로깅 라이브러리인 Apache Log4j2에서 이 로깅 기능으로 원격 코드 실행을 트리거하는 취약점이 발견되었습니다. 취약점을 가진 버전은 Apache Log4j 2.x
1. 임시로 설정하기 vi 명령어 입력 후 아래 명령어 입력 :set encoding=utf-8 or :set encoding=euc-kr 2. 영구적으로 설정하기 # vi ~/.profile export LANG=ko_KR.euckr
warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory 위 에러가 발생할 경우 아래 명령어를 쉘에 입력해준다. export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 export LC_COLLATE=C export LC_CTYPE=en_US.UTF-8
pdns 셋팅 중 아래 메세지가 발생했다. configure: error: Could not find yaml-cpp yaml-cpp 라이브러리를 컴파일해서 설치해주자 cd /root git clone https://github.com/jbeder/yaml-cpp.git cd yaml-cpp mkdir build cd build cmake -DBUILD_SHARED_LIBS=ON .. make make install cp -a /usr/local/share/pkgconfig/yaml-cpp.pc /usr/lib64/pkgconfig/ cp /usr/local/lib64/libyaml-cpp.so.0.7 /usr/lib64