In a previous post (Passing serial port to unprivileged container) I needed to create an udev rule to adjust the permissions on a serial port I wanted to pass through to a container. How did I come up with the values needed in the rule?
Continue reading “Lookup udev attributes”Category: Tech Tips
Random Tech Tips
Passing serial port to unprivileged container
I make use of Proxmox and sometimes you need to use an external device within a LXC container. This article describes howto pass a serial port to the container, but the procedure is the same for any device.
Continue reading “Passing serial port to unprivileged container”Quickstart Apex with docker-compose
Sometimes you have the need to quickly spin up an Oracle Apex install to test something out or to just have a “clean” instance. Luckily this is quite easily done with Docker.
Continue reading “Quickstart Apex with docker-compose”Solve a “hanging” docker-compose
For a lot of things I’m using docker and docker-compose. With one of my docker hosts I noticed something odd. Sometimes it took a while to fire up docker-compose. I could see the command was being executed by the shell but I had to wait (sometimes up to a minute) before docker-compose seemed to “react”. This kept me quite puzzled.
Continue reading “Solve a “hanging” docker-compose”Quick submission of concurrent program in selfservice
Submitting a concurrent program via selfservice can be quite cumbersome for users. It’s possible to make their day a bit better by shortening the submission procedure…..
Continue reading “Quick submission of concurrent program in selfservice”Using FNDLOAD from within Ebs
When you want to copy developed (functional) items from one instance to another, for example from the acceptance environment to production, FNDLOAD is a great tool to use. Everything is copied in an instant and you’re quite sure that it is exactly as the set-up you had in the other environment.
Continue reading “Using FNDLOAD from within Ebs”