Recent posts

How to add scraping url for batch in linux

less than 1 minute read

It is effective to use the crontab for the batch schedule. For example, You can create a batch program using the web and register the task in the crontab. In...

How to use ftp and sftp in linux

less than 1 minute read

Even though ftp is not good for security when you use it in the scripts, it is still easily usable and powerful. I use ftp and sftp scripts for batch job.

How to check weakness in linux

less than 1 minute read

Almost all companies should check the weakness of server and report to the supervisory authority. We suggest simple scripts for checking world writable files...

Useful tips for crontab

1 minute read

Cron service can be used to schedule obvious things, such as regular backups that occur daily or weekly. The crond daemon is the background service that enab...