Here’s how to empty logs that have grown large.
cat /dev/null > 로그파일명
For reference, here’s how to find files by size.
find ./* -size +파일크기
Here’s how to empty logs that have grown large.
cat /dev/null > 로그파일명
For reference, here’s how to find files by size.
find ./* -size +파일크기
Integrated with GnuBoard using the WordPress member database, enabling users to log in and write posts on the board. Subdomain and cookie sharing Save the following source code as “wp-sso.php” on the server where WordPress is installed [PHP]
Installation environment: CentOS 7 default, PHP 7 yum install gcc-c++ java-1.7.0-openjdk-devel python-devel zlib-devel openssl openssl-devel git -y wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz tar xf Python-3.* cd Python-3.* ./configure make make altinstall pip3.6 install JPype1-py3 pip3.6 install konlpy cd .. wget https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz tar zxfv…
A plugin created to easily find backdoors (PHP) secretly installed to hack servers. It finds files containing functions that can be exploited in PHP and notifies you by email. You can easily install and use it with WordPress and…
1. Download and install from https://golang.org/dl/ 2. Create a working folder (e.g., d:\source\Go) 3. Create bin, pkg, and src folders inside it 4. Windows Control Panel -> System -> Advanced system settings -> Environment Variables 5. In the User variables…
Delphi has been updated to version 10.2. This is the initial installation procedure for using it on CentOS 7. [php] # yum -y update # yum install -y firewalld # systemctl unmask firewalld # systemctl enable firewalld # systemctl start…
To convert the existing DB from euc-kr to utf8, after carefully (??) backing it up, I opened it in editplus, and it says it contains characters that may be lost in the current encoding, I ignored it, changed it to…