Random Post :
#762
The error: java.io.IOException: Error from fcntl() for file locking, Resource temporarily unavailable.
The solution (thanks to the OTN forums and documentation research):
1. From your …domains/[DOMAIN] directory (and below) find and remove all *.DAT files
– ex: find . -name *.DAT
2. Find and remove all lok files in a similar method
– ex: find . -name *.lok
3. If necessary use netstat -lntp to find any processes started and using your AdminServer port
4. Run startWebLogic.sh
weblogic
#1503

gitlab-plugin – A Jenkins plugin for interfacing with GitLab
Source: Setup Example · jenkinsci/gitlab-plugin Wiki
Git, jenkins
#1414
ansible-role-nginx – Ansible role to install and manage nginx configuration
Source: GitHub – jdauphant/ansible-role-nginx: Ansible role to install and manage nginx configuration
Ansible, Nginx
#926
find /INPUT_FOLDER/ -name "*.*" | head -n 5000 | xargs -I {} mv {} /OUTPUT_FOLDER/
#2031

Managing several Raspberry Pi can be a lot of work. This article will teach you how Kubernetes and Docker will make your life easier.
Source: Build Your Own Cloud with Kubernetes and Some Raspberry Pi
Docker, Kubernetes, Raspberry Pi