#2383
Create procedure : Create job
Just another Code Snippet site
#2383
Create procedure : Create job
#2373
See : https://forums.virtualbox.org/viewtopic.php?f=25&t=82106 Issue with a DLL managed/modified by a 3rd party Try : – stop antivirus – disable VM audio – disable VM 3D acceleration
#2369
See https://github.com/osixia/docker-phpLDAPadmin
#2368
Create a test mail server in a minute with Greenmail and roundcube : https://github.com/JensKnipper/greenmail-example – login with username and password – password is equal to username – greenmail automatically creates new users on login or receiving mails
#2357
Measure server throughput (write speed) Measure server latency See buffered and cached disk read speed
#2354
We can mount an S3 bucket onto an AWS instance as a file system known as S3fs. It is a FUSE filesystem application backed by amazon web… Source: AWS: How to Mount S3 Bucket on EC2 Linux Instance Using IAM Role | by Shashikant Shashi | Tensult Blogs | Medium
#2271
Images repo : https://github.com/oracle/docker-images/tree/master/OracleWebLogic Building WebLogic Server Images on Docker https://docs.oracle.com/middleware/1221/wls/DOCKR/configuration.htm#DOCKR121 Frequently Asked Questions for Running WebLogic Server Images on Docker https://docs.oracle.com/middleware/1221/wls/DOCKR/faqs.htm#DOCKR131 Oracle WebLogic Server on Docker Containers (PDF): http://www.oracle.com/us/products/middleware/cloud-app-foundation/weblogic/weblogic-server-on-docker-wp-2742665.pdf
#2252
Limiting user processes is important for running a stable system. To limit user process resource, you have just to set shell limit by adding: a user name or group name or all users to /etc/security/limits.conf file and impose then process limitations. Example of /etc/security/limits.conf file A soft limit is like a warning and hard limit […]
#2249
Exécution tous les jours à 22h00 d’une commande et rediriger les infos dans sauvegarde.log : Exécution d’une commande toutes les 6 heures : Exécution d’une commande toute les heures : Exécution d’une commande toutes les minutes uniquement les lundis : Exécution d’une commande une fois par an à une heure précise (ici le 25 décembre […]
#2246
Right now I’m working on an Elasticsearch based monitor for Oracle Databases. There are many guides on how to set up ELK (Elasticsearch, Logstash and Kibana) so I’ll skip that. In my op… Source: Oracle alertlog Monitoring with Elasticsearch and Kibana – odba.eu