Code Snippet

Just another Code Snippet site

Tips

Greenmail & Docker

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

, , ,

WebLogic & Docker

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

, , ,

Linux | /etc/security/limits.conf

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 […]

, , ,

[Cron] How-to

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 […]

,

Previous Posts