I’m sure everyone has had the experience of a server process that was created by some developer and continues to run indefinitely without ending. This script comes in handy in such situations. When you schedule it to run regularly with tools like crontab, it will terminate these seemingly never-ending processes for you. It’s similar to scripts like Terminating Excessive Apache (httpd) Child Processes and Listing Process Execution Directories.
Continue reading Shell: Terminating Long-Running ProcessesCategory Archives: [:ja]プログラミング[:en]Programming[:]
Copy Google Drive Folder
This is a code of Google Apps Script for copying google drive folder content to other folder.
Continue reading Copy Google Drive Folder(日本語) Python: スプレッドシートで各要素の掛け合わせの表を作る
(日本語) さくらレンタルサーバでIMAP接続を切る方法
Java: Get Standard Input from System.in without Scanner
I have summarized a method to directly obtain input using System.in.read()
without using java.util.Scanner
in Java.