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 +파일크기
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…
I used CloudFlare to reduce traffic load, but found that the connection was much slower because its location was LAX (Los Angeles), so I quickly made this to use as a CDN. The server is located in Tokyo (Vultr). The…
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()…
Installed WordPress and still analyzing … I still haven’t gotten used to it ㅠㅠ I spent a lot of time just figuring out how to install the menu, so it was hugely delayed When a submenu item was a page…
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…
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…