Kilho.net

Kilho.net

IT

WordPress Theme Editing

When modifying a WordPress theme, you can leave the original untouched and make changes to a backed-up copy of its files (called a child theme). To easily identify the child theme you are using, combine the theme name and create…

Read more — WordPress Theme Editing
Notice

IMGDB Update

Recently, due to a sudden increase in traffic, we moved the server and worked to stabilize it. Changed the name servers Updated the source code Changed the design Changed how to use the service Added a short domain Added mobile…

Read more — IMGDB Update
Notice

Kalmuri Update

Kalmuri has been updated to 2.2. Scaling-related errors have been fixed, and support has been added for simple video recording. If you find a bug or have a question, please leave a message on the Questions board. We’ll check it…

Read more — Kalmuri Update
IT

SSH Port Change (CentOS)

SSHD Configuration vi /etc/ssh/sshd_config Port {port number} service sshd restart Firewall Configuration 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, configure the firewall…

Read more — SSH Port Change (CentOS)
IT

php.ini file settings

Check after server installation short_open_tag = On Allows you to use “<?php” and “<?”. display_errors = On Displays the error message when an error occurs while running a PHP script. (When set to off, an HTTP 500 Internal Server Error…

Read more — php.ini file settings