Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
October 23, 2014
3:47 pm
Comments: 0
Eli Kleinman
http://www.oracle-base.com/articles/misc/monitoring-java-garbage-collection-using-jstat.php
September 30, 2014
12:26 pm
Comments: 0
Eli Kleinman
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...
September 22, 2014
5:24 pm
Comments: 0
Eli Kleinman
Modify /etc/security/access.conf + : ALL : LOCAL + : @groupA : ALL + : userA : ALL + : root : ALL + : userB : ALL -:ALL:ALL
September 17, 2014
4:01 pm
Comments: 0
Eli Kleinman
How to assign / allow users to start SMF service in Solaris Add to /etc/user_attr informix::::auths=solaris.smf.manage.informix Or just run usermod -A solaris.smf.manage.informix informix Add to /etc/security/auth_attr.d/local-entries...
September 16, 2014
5:24 pm
Comments: 0
Eli Kleinman
(No Ratings Yet)Loading... Enabling / Configuring a DNS Client in Solaris 11+ svccfg -s network/dns/client setprop config/search = astring:domain.com svccfg -s network/dns/client setprop config/nameserver...
September 16, 2014
3:59 pm
Comments: 0
Eli Kleinman
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...
September 16, 2014
11:36 am
Comments: 0
Eli Kleinman
In the current version (0.18 with lightning 1.9.1), this is a hidden feature which is disabled by default. It is slightly buggy, but works sufficiently to just get an invitation into your google calendar...
September 10, 2014
1:38 pm
Comments: 0
Eli Kleinman
create table ifxload(id integer primary key autoincrement, time varchar(10), load varchar(5)); select * from ifxload where id = (select max(id) from ifxload);
No posts found