Convert Mac Line endings to Linux
A quick google later and I found the solution, a program called 'tr', posting here for next time:
Obviously you could convert from Unix to Mac by reversing it.
Cheers, Mark
A quick google later and I found the solution, a program called 'tr', posting here for next time:
Obviously you could convert from Unix to Mac by reversing it.
Cheers, Mark
It does exactly what is says on the tin and makes it very easy to copy dvd's. Initially I used it from my Mac and it worked flawlessly.
I also tried the Linux version on Ubuntu Hardy (8.04) which has no GUI but it is pretty simple when you get the hang of it.
Here's a typical command line:
This reads from /dev/cdrom and uses the handy "iPod Low-Rez" preset which fixes it all up nicely for the iPod.
And here's one that takes the second title:
The wiki has more information on command line usage.
Happy iPodding.
Cheers, Mark
Prism is a cut down version of Mozilla which is designed to run single sites from icon - what's the use of that you may ask? Well it allows you to have an icon on your desktop for Gmail or Google Calendar or docs or analytics and get to it nice and quickly.
It also free's up some much needed screen real-estate as all the other toolbars relevant for a web-developers browser can get in the way and are not used when you are using you email and calendar.
Additionally - as web developer I tend to restart firefox more often than some - and having my email seperated from that is nice.
Give it a try and see if you like it. On Ubuntu Hardy you can do the following to install it:
On other platforms (windows,mac or other linux versions) you can go to the Prism site and download it.
For the different applications check out the Bundles section or the User contributed bundles section.
Obviously this shares a lot of similarities with the adobe AIR platform albeit not as full featured. It will be interesting to see what further development plans there are for the prism platform.
Cheers, Mark
However, inspired by this article, I'm starting to use a new solution, Inkscape, that fulfills my criteria that works on Linux, Mac and Windows.
| Dia | Omnigraffle | Inkscape | |
|---|---|---|---|
| Can create pretty pictures | No | Yes | Yes |
| Cross Platform (Linux, Mac, Windows) | Yes | No - Mac only | Yes |
| Open Source | Yes | No | Yes |
| Open file format (to work with version control) | No - Binary | No - Binary | Yes - SVG |
| Export to PNG | Yes | Yes | Yes |
Now you may argue that Inkscape is not a diagraming tool but a generic drawing tool. This is true, but with the addition of a few templates of pre-drawn items it become a very good diagramming tool.
I've created a few simple flow chart elements which I use and also scoured the net for some SVG icons for network based diagrams which were sourced from Gnome (via Ubuntu) and from Quantum Bits.
Give it a try - it's very easy.
To make my life easy I want to be able to connect to it remotely from my Ubuntu (Gutsy 7.10) laptop. Luckily with Leopard's new screen sharing and a bit of googling it's easy to connect both ways.
The Apple screen sharing uses a version of VNC - but the default VNC client on Ubuntu won't work with it - however thanks to this post I discovered the xtightvncviewer will work.
You need to configure your Mac to allow it with the following settings:
Note the address of your machine also - eg: vnc://192.168.0.55 or similar
Then over to the ubuntu machine and install xtightvncviewer:
Then connect to the machine with: (change the ip address as relevant)
You need to enable remote desktop sharing in Ubuntu:
Then open up safari and type in the the address of you Ubuntu machine with vnc:// in front of it. eg:
It will give a warning about the vnc server not supporting "Keystroke encryption" but it will work (albeit not as securely as a Mac to Mac connection) - but good enough for your local network.
That's it - I did notice that it also showed up in Finder->Shared which I presume it found via Avahi/Bonjour - which is nice.
Hope it helps. Cheers, Mark