Sunday, August 7, 2011

Dropbox and SELinux

Since the number of computers I'm using is drastically increasing in the last couple of years ( both private and business ) the need to share data across those systems increased as well.

Dropbox is the perfect solution for me to solve this issue.

Though there have been discussions about the privacy of your data on dropbox, I can live with the explanation dropbox gives.

The silver bullet of dropbox to me is the fact that I can sync my data across all my systems, being Windows, Android and Linux ( though still no client for my Bada phone, guess I'll have to face the music and buy me a new phone ).

I must admit I did have some problems getting the Linux client software to work. It would not install properly, stopping at 97% when it tries to download the daemon. Apparently SELinux had something to do with it. Luckily I came across this excellent article, which helped me fix this.

Friday, August 5, 2011

Tibco documentation now online

Yeay! Good news to all those that occasionally want to have a peek in Tibco's documentation (don't ask me why, sometimes it just..... hapens ), but can't.

Tibco opened up ( what looks like all ) it's product documentation at http://docs.tibco.com.

Wednesday, August 3, 2011

Adding programs to Windows Run-menu

I like to use my keyboard as much as I can. Having to switch to my mouse to start a program started to annoy me. I know one can add programs to his personal folder ( c:\documents and settings\ ), but that doesn't work for all apps. You can't install everything in c:\documents and settings\, right?

Using shortcuts is the answer here. With one caveat: when creating a shortcut with the windows wizard, it uses the full name as shortcut name. So a shortcut to putty.exe for example would result in a putty.exe(.lnk) (the .lnk extension is there, though it is hidden)
Shortcuts created in this way cannot be started using the run menu.

The solution here: strip the extension!

Create a shortcut (.lnk) in c:\documents and settings\, press -R, type and presto!

Friday, July 29, 2011

Make windows forget network credentials

List of stored network credentials:
net use

Pick a network connection to forget, and delete it with
net use [connection] /d

Monday, May 30, 2011

Problem starting iProcess server

When I tried to restart the DEV iProcess-server ( on a RedHat server system ), the following error appeared in the sw_error file while trying start:

Failed to get shared memory handle for WQSINDEX

It appeared that this was due to a faulty shutdown, which left some files in /var/tmp/.

After removing those files (having checked that _all_ processes were stopped ), master server started up again.

update: See also this message on TIBCOmmunity WQS is getting suspended when starting iprocess engine..