PHP safely, tips 0 day

PHP safely, tips 0 day

8 years ago

Basato su tools per PHP che possono affrontare i diversi tipi di attacchi. Read More

Monitor Linux Server Incidents

8 years ago

Monitoring and managing incidents are serious business. It is impossible to predict what the next problem will be. Here is a series of aids (more…) Read More

Basic Apache Web Server Security

8 years ago

A basic security setup for your Apache webserver. If there is the possibility of configuring Apache on the server-side, perhaps in your Virtual Machine, or on a (more…) Read More

Tomcat Local Page Control Script

8 years ago

Lavorando con una grossa mole di connessioni, il servizio Tomcat si blocca o non risponde correttamente. Di seguito un semplice script che se configurato come cronjob, consente il riavvio automatico del servizio web Tomcat. Read More

MongoDB watchdog simple control script.

8 years ago

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. (more…) Read More

IPTables firewall rules management script

8 years ago

Un ottimo firewall in Ubuntu Linux Server é IPTABLES . Di seguito una procedura per rendere le regole del vostro firewall disponibili ad ogni avvio del server. Read More

MySQL Full Backup Bash Script

8 years ago

Questo semplice script in BASH per Linux crea un Full-Dump del database in MySQL su un file, lo script potrá essere utilizzato successivamente per qualche cronjob. Read More

Synchronize files and folders between two remote servers with rsync

8 years ago

Se devi sincronizzare files o cartelle tra un server linux ed un altro puoi usare il comando rsync da linea di comando linux. Questo comando é piú veloce e ha molte opzioni del famoso comando… Read More

PostgreSQL Full Backup Bash Script

8 years ago

Questo semplice script in BASH per Linux crea un Full-Dump del database in PostgreSQL su un file che potrá essere utilizzato successivamente da qualche cronjob. Read More

MongoDB Database Backup Bash Script

8 years ago

Questo semplice script in BASH per Linux crea un Dump del database in MongoDB su un file, lo script potrá essere utilizzato successivamente per qualche cronjob. Read More