Blog Sidebar
Travel
Journal
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 설정하기 # vim /etc/sysconfig/iptables #Firewall configuration written by system-config-securitylevel #Manual customization of this file is not recommended. *filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0]:RH-Firewall-1-INPUT – [0:0]-A INPUT -j RH-Firewall-1-INPUT-A FORWARD -j RH-Firewall-1-INPUT-A RH-Firewall-1-INPUT -i lo -j ACCEPT-A RH-Firewall-1-INPUT -i eth0 -j ACCEPT-A RH-Firewall-1-INPUT -p icmp –icmp-type any -j ACCEPT-A RH-Firewall-1-INPUT -p 50 -j ACCEPT-A RH-Firewall-1-INPUT -p 51 -j ACCEPT-A RH-Firewall-1-INPUT -p udp –dport 5353 -d 224.0.0.251 -j ACCEPT-A RH-Firewall-1-INPUT -p udp -m udp –dport 631 […]
리눅스 서버 초기설정시 서버의 퍼미션설정 정보입니다. cd /chmod 711 .chmod 711 /chmod 1777 tmpchmod 500 proc # 기록 : 2025-03-23
MariaDB [webhost2]> desc wp_options;+————–+———————+——+—–+———+—————-+| Field | Type | Null | Key | Default | Extra |+————–+———————+——+—–+———+—————-+| option_id | bigint(20) unsigned | NO | PRI | NULL | auto_increment || option_name | varchar(191) | NO | UNI | | || option_value | longtext | NO | | NULL | || autoload | varchar(20) | NO | MUL | yes | |+————–+———————+——+—–+———+—————-+4 rows in set (0.001 sec) MariaDB [webhost2]> select * from wp_options where option_name=’siteurl’;+———–+————-+—————————–+———-+| option_id | option_name | option_value | autoload […]
