Custom bootstrap color buttons
Refrence http://charliepark.org/bootstrap_buttons/
Refrence http://charliepark.org/bootstrap_buttons/
Tuning java and GC The link below describes in great detail how to troubleshot, tune Java Garbage Collector(GC). Garbage First Garbage Collector Tuning
Updating Oracle Sun iLOM firmware from the commend line The example below is for an X4-2 load -source tftp://10.10.10.10/ILOM-3_2_4_20_r93582-Sun_Server_X4-2.pkg
http://www.oracle.com/technetwork/articles/servers-storage-admin/howto-setup-hadoop-zones-1899993.html
http://blog.tompawlak.org/highcharts-customize-title-subtitle
http://www.oracle-base.com/articles/misc/monitoring-java-garbage-collection-using-jstat.php
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 »
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 »
https://blogs.oracle.com/openstack/entry/multi_node_solaris_11_2
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