Working with a large number of connections, the Tomcat service freezes or does not respond correctly.
Below is a simple script that is configured as a cronjob, allowing the automatic restart of the Tomcat web service.
Development
Code/Development/Process
MongoDB watchdog simple control script.
It often happens that working with different development environments and with a large amount of data on the database, the MongoDB service crashes or does not respond correctly.
Read moreIPTables firewall rules management script
A great firewall in Ubuntu Linux Server is IPTABLES. Here is a procedure to make your firewall rules available every time the server is started.
Read moreMySQL Full Backup Bash Script
This simple Linux BASH script creates a Full-Dump of the database in MySQL on a file, the script can be used later for some cronjobs.
Read moreSynchronize files and folders between two remote servers with rsync
If you need to synchronize files or folders between one linux server and another you can use the rsync command from the linux command line.
This command is faster and has many options than the famous scp command.
PostgreSQL Full Backup Bash Script
This simple Linux BASH script creates a PostgreSQL database Full-Dump to a file that can be used later by some cronjobs.
Read moreMongoDB Database Backup Bash Script
This simple Linux BASH script creates a MongoDB database dump to a file, the script can be used later for some cronjobs.
Read more