Skip to main content

Recently Updated Pages

리눅스에서 사용자 관리하기-1

1. OS기술노트

perplexity에서 생성한 AI이미지 test 사용자를 test123으로 변경 $> usermod -l test123 tes...

Updated 1 month ago by artop0420

리눅스에서 사용자 관리하기-2

1. OS기술노트

perplexity에서 생성한 AI이미지 사용자 추가할때 자동으로 디렉토리 생성되게 하려면..?/etc/skel 밑에 생성할 디렉토리...

Updated 1 month ago by artop0420

Bash 임의코드 실행 취약점 보안업데이트

1. OS기술노트

perplexity에서 생성한 AI이미지 Bash 보안업데이트하세요~~ 취약내용 : 공격자가 Bash를 사용하여 구현된 기능을 ...

Updated 1 month ago by artop0420

gzip 압축률 확인

1. OS기술노트

perplexity에서 생성한 AI이미지 gzip으로 압축된 파일의 압축율을 확인하고 싶으면 gzip -l [Filename]을 사용...

Updated 1 month ago by artop0420

gzip으로 압축된 파일 내용 보기

1. OS기술노트

perplexity에서 생성한 AI이미지 bzip으로 압축한 단일 파일의 경우 bzcat이라는 명령어를 통해서 압축을 풀지않고도 파일...

Updated 1 month ago by artop0420

make multithread 옵션

1. OS기술노트

perplexity에서 생성한 AI이미지 Compile 후 make 할때, 기본은 단일 thread로 작동한다더라…. 멀티 Thre...

Updated 1 month ago by artop0420

ntp를 ipv4만 사용해서 시간 동기화 하기

1. OS기술노트

perplexity에서 생성한 AI이미지 ntp클라이언트를 ipv4만 사용하고자 할 때 $> vi /etc/sysconfig/ntp...

Updated 1 month ago by artop0420

samba messages read_data failure

1. OS기술노트

perplexity에서 생성한 AI이미지 /var/log/messages에 read_data failure 메시지가 반복적으로 나오는...

Updated 1 month ago by artop0420

재부팅 없이 임시로 호스트네임 변경

1. OS기술노트

perplexity에서 생성한 AI이미지 /etc/hostname에 호스트네임 적용  (재부팅 후 적용) $ vi /etc/ho...

Updated 1 month ago by artop0420

예전버전 패키지(커널) 보관갯수 설정

1. OS기술노트

perplexity에서 생성한 AI이미지 어느날 /boot파티션의 데이터 사용율이 95%인것을 깨달았다.😨😨😨 $>> df -h /...

Updated 1 month ago by artop0420

/proc/meminfo 내용 분석 방법

1. OS기술노트

perplexity에서 생성한 AI이미지 소개 현재 사용중인 메모리 상태를 볼 수 있는 명령어와 각 항목에 설명을 기재해보려고 합니...

Updated 1 month ago by artop0420

centos bonding Active 인터페이스 변경

1. OS기술노트

perplexity에서 생성한 AI이미지 Bonding이 설정된 환경에서 Active 인터페이스 변경방법 eth0으로 통신이 되...

Updated 1 month ago by artop0420

centos기반에서 사용자 세션 킬 방법

1. OS기술노트

perplexity에서 생성한 AI이미지 특정 계정명 강제로 아웃시키기 #연결된 세션 중 계정명이 gogo인 계정 아...

Updated 1 month ago by artop0420

iptables에서 icmp차단

1. OS기술노트

perplexity에서 생성한 AI이미지 iptables 기반으로 외부에서 ICMP 패킷 차단방법 $ iptables -A INPU...

Updated 1 month ago by artop0420

sar와 ksar를 이용한 서버성능 확인

1. OS기술노트

perplexity에서 생성한 AI이미지 sysstat 패키지 설치 $> yum install sysstat -y ...

Updated 1 month ago by artop0420

Centos에서 네이버 웨일설치하기

1. OS기술노트

perplexity에서 생성한 AI이미지 네이버에서 개발한 웹브라우져. 네이버 웨일을 리눅스에서 배포하는 버전은 deb(우분투계열...

Updated 1 month ago by artop0420

Traffic Control 기반의 트래픽 제어

1. OS기술노트

perplexity에서 생성한 AI이미지 TC소개 TC ≠ Test Case, TC = Traffic Control 기본적으로...

Updated 1 month ago by artop0420

디스크 badblock 확인방법

1. OS기술노트

perplexity에서 생성한 AI이미지 smartctl을 이용한 디스크 상태 확인 $ smartctl -l selftest /...

Updated 1 month ago by artop0420

ssh 패스워드 없이 로그인 하기

1. OS기술노트

perplexity에서 생성한 AI이미지 client장비에서 sshkey 생성  $> ssh-keygen  ...

Updated 1 month ago by artop0420

저널로그에서 Data hash table of /run/log/journal/... 의 반복적인 출력 이슈

1. OS기술노트

perplexity에서 생성한 AI이미지 이 글을 쓴이유 서버 점검중에 로그데이터중 반복적으로 출력시키는 것을 확인했죠 $> dm...

Updated 1 month ago by artop0420