When the ”/usr/bin/rm: arg list too long” error occurs while deleting many files
You can delete them with the command below.
find . | xargs -n 1000 rm -f
When the ”/usr/bin/rm: arg list too long” error occurs while deleting many files
You can delete them with the command below.
find . | xargs -n 1000 rm -f
This uses the geolocation function to get the user’s location. If permission is denied or the browser does not support geolocation, it uses the Naver API to determine the location from the IP address. Before using this, get an API…
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]
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…
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…
Because of traffic, I moved the images and Flash files to another server and linked to them. While surfing, I found the source code below and connected jQuery to Google. Modified file: theme/functions.php [PHP] //Making jQuery Google API function modify_jquery()…
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…