Archive for the 'Software' Category

Websaver 2.3 – Recompiled for 10.6

2009-09-06 (Sun)

Just a quick note to let you know that Websaver should now work on 10.6 64bit. The recompiled version is available here:

As you can see, I have moved the source to Google Code, and so any issues can be reported on the issues page.

Cheesy disclaimer: I don’t have a 10.6 64bit capable machine for testing :-( . Please let me know if it works.

csshx 0.63 released

2009-06-18 (Thu)

Bug Fixes:

  • User@host:port style names should work properly now
  • -x -y arguments documented properly
  • More meaningful warnings if your configured clusters are badly declared

New Feature:

  • “f” in bounds mode, now resizes csshX to take the full screen.

Get it here:

csshX-0.63

csshX 0.62 released

2009-05-25 (Mon)

New features:

  • Improved tiling:
    • Can specify rows/columns on the command line
    • Can change row columns Ctrl-a g and Ctrl-a G
  • Prevented spawned ssh commands from polluting bash history

Get it here:

csshX-0.62.tgz

csshX 0.60 – Resizing and moving window sets…

2009-04-20 (Mon)

I just uploaded csshX  v0.60.

Main new feature is draggable bounds changing. This allows you to resize or move your window set after it has been opened. Bounds changing is accessible using Ctrl-a b. Once you select the new area for the windows to use, press Enter to accept it.

* Note, dragging between Spaces on 10.5 does not work. I cannot find a way to ask a window which space it has been moved to, nor tell another window to move to a space.

You can also now hide your window (rather than minimise them) with Ctrl-a h. This is much faster than minimise, and I find Ctrl-a h, Apple-m is a great way to clear my csshX screens away temporarily. Window hiding has also allowed me to improve the retiling performance.

Other changes are minor, including one fix to the nasty infinite loop bug when using enable mode selection.

As always, please report any issues you may come across, preferably on the issues page.

csshX 0.59 – Multi-monitor support..

2009-04-09 (Thu)

Thanks to some great publicity from Mac OS X Hints, I have received lots of feedback and bug reports.

Number one issue has been multi-monitor support, and problems related to it. This is now working.

To use it, add a –screen n to your command line, where n is the screen number. It will default to screen zero if omitted.

This was actually a nasty problem since there is no quick AppleScript solution, and the only way to get screen counts and sizes is by calling the AppKit frameworks. This is Objective-C only and since csshX is written in perl, I had to mess with the PerlObjCBridge (or Foundation.pm as it’s known) to get the NSFrame. To make matters worse, NSFrame is not even Objective C, rather it’s a pure C struct. In the end, I use NSValue to give me a string “description” of the data, and parse this with regex’s (differenet for 10.4 and 10.5 naturally!).

Other changes:

  • Cursor keys now working for terminal applications like more and vim
  • Windows will no longer cover the dock (wherever it happens to be)
  • A –debug option for when things go wrong
  • Some documentation corrections.

The package is available at:

http://csshx.googlecode.com/files/csshX-0.59.tgz

csshX – Cluster SSH tool using MacOS-X Terminal.app

2009-02-11 (Wed)

One of the all time great sysadmin tools is Cluster SSH. It allows you to open up ssh sessions on multiple machines and send commands to them all through a common master window. It’s a perl script that uses xTerms and Tk.

My problem was that OS-X has a bit half-hearted X11 support and I always wanted a version that used Terminal.app. Finally after messing with some Applescript the other day, I realised it is possible to do.

So I have created csshX – my OS-X homage to cssh.

Read the rest of this entry »

Google Street View Screen Saver

2008-04-02 (Wed)

Another Google Maps API based screen saver for WebSaver. Based on the recently released Street View API, this walks around a few US cities (NY, LA, SF and Boston to be exact). The movement is random, but a history is kept to avoid too much repeating.

View it at: http://brock-family.org/streetview.html

Google Street View Screen Saver

The Street View API is still pretty new, and it does seem to leak memory (under Safari 3), so this may slow down your system.

Now, this will be more fun when they get some cities I  know on it.

YouTube Screen Saver

2008-03-29 (Sat)

YouTube Screen Saver SampleI have uploaded a YouTube page for WebSaver.

The base URL is, http://brock-family.org/youtube.html however you can control it by passing arguments at the end of the url:

mute=1 – Turns off the sound (usually a good idea)

rows=n – Sets the number of rows of videos to view. n can be any number that your system can handle

cols=n – Sets the number of columns of video. Again – limit is up to your system

For example – my favourite is 3×2 videos with mute:

http://brock-family.org/youtube?mute=1&rows=2&cols=3

One other feature – if you only have 1 video (rows=cols=1) then the page will use a cookie to remember your last position in the last video.

WebSaver 2.1

2008-03-24 (Mon)

Websaver 2.1 is now available. Full details here.

Main addition is SMS support. If you have a laptop with the Sudden Motion Sensor, the screen saver can now send these events to the web-page as cursor input.

This is primarily for the google-maps saver page: http://brock-family.org/map.html