Service account

Assume you have a single purpose account. Maybe some service account, user which should run a single task ever, or even a case of a limited menu interface. You want your user(s) to reach there using SSH because that is the method to do it right and secured. You want it to be easy for…

| | | | |

RedHat Cluster custom Oracle “Agent”/script V1.0

Working with RH Cluster quite a lot, I have decided to create an online store of customer agents/scripts. I have not, so far, invested the effort of making these agents accept settings from the cluster.conf file, but this might happen. Let the library be! Oracle DB script/agent: Although I discovered (a bit late) that RH…

Linux – Burn DL DVD+R media with custom layer break

To burn Dual-Layer (or Double-Layer, of you stick to the official name for DVD+R) medias, I use growisofs. The syntax is as follow: growisofs -dvd-compat -use-the-force-luke=break:1913760 -Z /dev/scd0=file.iso Change the break blocks to match your own values, and replace the file.iso with the actual name of your ISO file. If you do not set layer…