4
Java 7 and Icedtea 7 plugin not working Chromium or Firefoxview story

https://bbs.archlinux.org – I have also been having this issue.To be clear, the issue I'm experiencing is that applets seem to load successfully but always show only the grey applet box (in both firefox and chromium).  Here is my debug.log from launching firefox which loads the page at http://java.com/en/download/testjava.jspITNPP Thread# 140235307927328: NP_GetMIMEDescription ITNPP Thread# 140235307927328: NP_GetM (HowTos)

6
How to print prstat -Z output into a fileview story

http://www.unix.com – Hi Expert, I want to print CPU and Memory utilization into a text file. I am using "prstat -Z" to see the output on screen. When I run below command Code: prstat -Z | grep httpd | awk '{print$3} '>> output.txt but it is not printing to file. (HowTos)

5
Serial Port (COM1) becomes unresponsiveview story

http://serverfault.com – Originally I made a POS application using Excel/VB. Everything worked A-OK, especially the serial communication with the POS display pole. (HowTos)

3
Mounting Google Documents in GNU/Linux is just not a (real) optionview story

http://www.freesoftwaremagazine.com – If you use Google Documents, you might want to be able to access your files without using a browser. So, I was all set, happy to write a good blog entry about how to mount your Google Documents folder on your Ubuntu. (This is not a very free-software thing to do, granted. But then again, if you are an Ubuntu One user, well, Ubuntu One server isn't free software either. (General)

3
Full Circle Podcast Episode 27 You Cant Buy this Kind of Entertainmentview story

http://fullcirclemagazine.org – Full Circle Podcast Episode 27 You Cant Buy this Kind of Entertainment It’s the final episode of the year: news, predictions, a Figgy pudding and a Pope’s Christmas message. Full Circle Podcast is also a proud member of the Tech Podcasts Network. File Sizes: OGG 48.8Mb MP3 35.1Mb Runtime: 1hr 37mins 05seconds Feeds for both MP3 and OGG: RSS feed, MP3: http://fullcirclemagazine.org/ (Distributions)

13
openSUSE Edu Li-f-e 12.1 out now!view story

http://news.opensuse.org – Announcement by Jigish Gohil openSUSE Education team is proud to present another edition of openSUSE-Edu Li-f-e (Linux for Education) based on openSUSE 12.1. (Distributions)

13
NASA's cool 3D satellite trackerview story

http://www.itwire.com – Using a java plug-in, NASA's satellite tracker gives viewers a manipulable 3D view of every major satellite in earth-orbit. (IT news)

5
How to get SID token authentication working for Citrix Web Interface for XenDesktopview story

http://serverfault.com – I have been unable to get authentication to work using SID instead of username/password credentials. I have following the Citrix Web Interface SDK documentation and made sure SID enumeration was turned on. Is there something that I am missing? Here is the code, slightly modified from the tutorial Forms .NET code. The only change is that I am using SimpleSIDToken. (HowTos)

6
question on running background jobview story

http://unix.stackexchange.com – I have started a background job. Is there a way to know how does it progress, and whether it has stopped. My command line is like java weka.classifiers.trees.J48 -t data.arff J48-data.model >& log (HowTos)

11
Issues with Jenkins on RedHatview story

http://serverfault.com – Trying to set up Jenkins on a RedHat 6.2 box; Stack trace (the important bits, I think) [root@lynx ~]# java -jar /usr/lib/jenkins/jenkins.war Running from: /usr/lib/jenkins/jenkins.war webroot: $user.home/.jenkins [Winstone 2011/12/29 22:12:09] - Beginning extraction from war file Dec 29, 2011 10:12:10 p.m. (HowTos)