Tutorials & Musings
Hello and welcome to... here. I'm intending this page to be a collection of my notes and other tidbits I encounter as I wander the Internet or try and figure out why program X won't do Y for me. I've gotten pretty bad at keeping notes over the last few months so I'm also hoping that this page will be encouragement to be more conscientious in my documentation process.
I wish to extend a major thank you to all the many diligent and generous people across the world who so willingly share knowledge for the betterment of all. That is the essence of what the Internet is all about and I hope my little corner benefits at least one person in the not too distant future, lest I get bored of this quickly.
If you have a question about an article there is a comments section for that exact reason. Do not spam me asking how to do something, I'll not respond. Notes are provided as is if the use of any of the information here leads to the death of a server or friend/colleague then it's entirely your own fault but feel free to refer to the section about NOT contacting me should such a situation occur.
Thanks,
Suil Amhain
Last Updated on Thursday, 14 June 2012 10:11 Written by Suil Amhain Thursday, 14 June 2012 09:46
( 3 Votes )It came up last year that we needed to disable automatic updates for JRE and also we needed to disable the next-generation Java plug-in option included with JRE as it could under certain circumstances cause an FRM-92050 error in oracle Applications Java Forms.
Manually going to several hundred PCs to do that seemed a bit silly so I compiled the following VB script to take care of it automatically. The script can be deployed as part of GPO, a user login script or manually executed on each required PC.
This script is tested and working for the Oracle Java Runtime Environment 1.6.x.
Save the following as Oracle_JRE_Settings.vbs and execute away.
Disclaimer: You execute this script at your own risk
Last Updated on Saturday, 24 September 2011 16:32 Written by Suil Amhain Sunday, 18 September 2011 16:57
( 6 Votes )I recently Installed the Windows 8 Developer preview. I installed it as a Dual boot with Windows 7. After installation Windows 8 takes over the boot process and if you wish to get access to 7 it increases your startup time annoyingly.
By default the installation is configured to boot windows 8 then you choose Windows 7 and the computer restarts into Windows 7. It's really easy to fix and give yourself the "old" dual boot menu. Saving precious seconds during boot up.
Last Updated on Sunday, 06 February 2011 01:23 Written by Suil Amhain Sunday, 06 February 2011 00:36
( 8 Votes )The inability to have stable video playback in Linux with the ATI Graphics Driver as always been a major gripe of mine. Video tearing has been a real irritating issue, but it appears that ATI may have finally solved the tearing problem. It only took forever and a day but none the less, I have just watched a DVD on my laptop with no tearing or other artifacts ruining the experience.
Last Updated on Sunday, 18 September 2011 04:25 Written by Suil Amhain Thursday, 30 December 2010 02:05
( 13 Votes )Some brief instructions on X11 forwarding/tunneling using SSH, PuTTY & Xming. These instructions also cover the commands required to forward X11 after you su to another user. I encountered a small but irritating issue launching the Oracle Universal Installer (OUI) when the E-Business Suite Applications Tier environment was set, so that solution is here too. Two methods are covered.
- Using a direct X11 connection (Port 5900)
- Tunneling the connection over SSH for that added bit of security and cutting down on the firewall ports you need to have opened.
Last Updated on Wednesday, 29 December 2010 23:48 Written by Suil Amhain Wednesday, 29 December 2010 20:57
( 5 Votes )This article is intended as a companion article to other articles. It describes the installation and usage of Xming. Straightforward enough just following the pictorial instructions and you should get Xming up and running quite easily.
Article Archive
- ► 2012 (1)
- ► 2011 (2)
- ► 2010 (3)