Blog Grid 4 Column
Journal
Creative Collection
When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees.
rocky linux 보안 iptables 설정하기
rocky linux 서버 보안관련 iptables 설정하기 # vim /etc/sysconfig/iptables #Firewall configuration written by system-config-securitylevel #Manual customization of this file is not recommended. *filter:INPUT ACCEPT...
Linux server 초기 퍼미션 설정
리눅스 서버 초기설정시 서버의 퍼미션설정 정보입니다. cd /chmod 711 .chmod 711 /chmod 1777 tmpchmod 500 proc # 기록 : 2025-03-23
워드프레스 siteurl 수정하기
MariaDB > desc wp_options;+————–+———————+——+—–+———+—————-+| Field | Type | Null | Key | Default | Extra |+————–+———————+——+—–+———+—————-+| option_id | bigint(20) unsigned | NO | PRI...
서버보드 에러시 스피커소리에 따른 증상
▩ 제목 Bios 의 비프음으로 에러내용 진단하기▩ 작성자 이원준 (jooni2)▩ 작성일 2004-01-28▩ 내용 컴퓨터를 조립하다가 보면이유없이 부팅이 안되는 경우가 종종 있을수 있습니다.이때 메인보드의 나는...
ncftpget 으로 백업하기
# ncftpget -R -u 아이디 -p 비밀번호 -P 포트번호 도메인명 . ‘상대경로’점(.)은 현재폴더를 의미합니다.상대경로란 /test 라 하면, 도메인명/test가 된다는 것입니다.즉, 아이디의 상대경로다음부터 적용되는...
서버셋팅시, 서버퍼미션설정 (서버초기작업시)
Name rootman Subject 서버세팅시 방장의 퍼미션 권한 설정 간만에 제 홈페이지를 들어오네요.. 휴~~바쁭건 아닌데.. 여유가 좀처럼 없네요. 서버세팅시 제가 즐겨설정하는 것입니다.auto.sh 라는 화일을 만들어서...
mysql 의 root 비밀번호 분실시 대처요령
1. mysqld 를 중지시킨다. 2. bin폴더 혹은 실행파일중에서 아래 명령을 실행 /usr/local/mysql/bin/mysqld_safe –user=root –skip-grant-tables &혹은 safe_mysqld 이다. 실행파일은 확인할것 3. mysql로 접근mysqluse mysql mysql>...
