DevTech101

DevTech101

Applications

How to install Oracle Identity Management 11gR2 PS2

http://www.oracleidentity.com/OracleIdentity11gR2PS2-Install.htm Oracle Identity Management 11gR2 PS2 11.1.2.2.0 Installation Tutorial As demonstrated in this video tutorial the installation has been significantly improved and simplified compared to previous releases. Oracle has recently made available 11.1.2.2.0 the next major release of the Identity Access Management suite. For a list of new features in this release I have created …

How to install Oracle Identity Management 11gR2 PS2 Read More »

Linux, Solaris, Docker, Zones – CPU hog load test

A controlled CPU HOG load test – Change the number to the number of CPU's #!/usr/bin/perl print “Eating the CPUs\n”; foreach $i (1..16) { $pid = fork(); last if $pid == 0; print “Created PID $pid\n”; } while (1) { $x++; } Another form of loading all cpu’s, might not work in latest Linux bash …

Linux, Solaris, Docker, Zones – CPU hog load test Read More »

Apple iOS certficate

cat /tmp/foo | openssl smime -sign -inkey ./demoCA/private/cakey.pem -signer ./demoCA/cacert.pem -certfile ./newreq.pem -noattr -nodetach -outform DER > apple-app-site-association