Author - 오길호

Image warehouse update

Recently, the sudden increase in traffic has been used to relocate and stabilize the server. Name server change Source modification Design change Change how to use it Add shortcut domain Mobile support Image expansion support In addition, we will be able to make a quick connection abroad through CDN as soon as possible. If you find a problem after using it, please leave it in the question bbs. Go to ImageBox

The Kilhonet homepage has been renewed.

The Kilhonet website has been renewed with a new theme. Existing themes occupy a lot of loads when loading, so that it was changed to a light and clean theme. When you find a part that is not applicable in the process of changing, please leave it in BBS-Question BBS. Please pay attention. thank you

PageFile.sys, Hiberfil.sys removal

Pagefile.sys removal (files that use hard disk as RAM if you lack memory) Control Panel -System -Advanced System Settings Advanced tab -settings Advanced tab -Change Uncheck the automatic check of automatic management of paging files for all drives No paging file -setting Hiberfil.sys (temporary file for maximum power saving mode) Start -CMD -Run with administrator authority PowerCFG ...

SSH port change (Centos)

SSHD settings VI/ETC/SSH/SSHD_CONFIG Port {port number} Service SSHD RESTART Firewall setting VI/ETC/Sysconfig/iptables -A input -M State -state New -M TCP -P TCP -DPORT {Port} -j Accept Service iptables Restart * After changing the SSH port, the firewall setting allows you to use that port.