26
07
2008
I quite often have to compare files that were originally edited on Linux or a Mac and then edited in Windows. If you subsequently run this through the 'diff' command line tool it will think every line is different because many Windows editors change the line endings from the Unix native LF (\n) to Dos/Windows native CRLF (\r\n).
There is however a solution to this problem, if you use diff in the following way it will stop these problems from happening:
diff --strip-trailing-cr -ubB
--strip-trailing-cr - Ignores the difference between Unix and Windows line endings
-u - Unified diff format (In my opinion the most readable and pretty much standard now)
-b - Ignore space change, ignores the difference in whitespace
-B - Ignore blank lines, if line spacing in certain areas has been changed this won't be a factor in the diff
Comments :
No comments »
Categories : Linux
Trackbacks :
No Trackbacks »
21
06
2008
My kids were watching 'Pinky Dinky Doo' today and I found evidence that cartoon characters are adopting Open Source Software. Here is Pinky wearing what appears to be a Debian top:
Comments :
No comments »
Categories : Linux
Trackbacks :
No Trackbacks »
08
06
2008
Most major Linux distribution vendors are trying to push the Linux desktop harder than ever, in my opinion this is mainly due to the new hugely popular subnotebook craze (such as the EeePC). There is however one major problem to this and that is most open source alternatives to proprietary solutions are not release read yet.
For example, anyone who has wanted to go out and by a wifi dongle for their Linux desktop has had to proceed with caution...or use ndiswrapper with the Windows driver. If you want flash there are 2 open source solutions, both good but neither support everything.
So vendors have had 2 choices, try and assist development of these open solutions and push a distro that does x, y and z but not a, b and c. Or do deals with the devil.
Fedora appears to have gone one way (only open source), openSUSE the complete opposite (evil deals with MS) and Ubuntu appears to be somewhere in the middle (including some proprietary drivers and codecs).
My worry is the massive explosion of proprietary additions into a Linux distro to get competitive edge over other vendors could cause the original end goal for Linux to be lost complete.
The question is this: When does proprietary additions into a Linux distro become evil?
Comments :
2 Comments »
Categories : Linux
Trackbacks :
No Trackbacks »
21
05
2008
I am currently a distro torn person...
I want to like Fedora 9, but it is far too buggy to use...
I want to like Opensuse, but there is the whole Novell / MS thing and the package management is terrible...
I don't want to like Ubuntu, I think the LTS on 8.04 was a terrible decision, I think the idea of aligning all package and distro release dates is an insane pipedream. Unfortunately Ubuntu just bloody works on my laptop, has all the packages I need without extra hidden repositories and has an excellent package system.
The whole Linux world is a constant state of flux, I would say more so right now with the extra publicity generated during the recent lauches, KDE4's brokenish releases, etc...
For now I will stick with going against my feelings and stick to Ubuntu...
Comments :
5 Comments »
Categories : Linux
Trackbacks :
No Trackbacks »
19
04
2008
I have been following KDE 4 with interest since before the early alpha releases. I have seen it evolve and even tried it out as my main desktop for a few days.
My verdict? (it that is worth much):
Its pretty damn good.
I am all for usability, KDE3 is quite...cluttered in my opinion. Gnome has gone too far the other way, for example if I want to change the text on a text screensaver I have no hope. KDE4 is a great middle ground.
I know a lot of things have caused controversy in the KDE community but I believe a lot of it had to be done. Dolphin is great, a bit buggy still in 4.0.3 (it crashed a few times for me) but really goo at what it does, and I think the tagging and ratings are a really good idea in a Web 2.0 (and Desktop 2.0?) world.
There are still things I'm not so keen on yet, there are big bugs still, gaping holes where packages are missing (ie. no replacement for KDE3's Kontact yet) and using the launcher to find what program I want can be a bit fiddly. But this is all being addressed at an incredible pace, most will be sorted by KDE 4.1 this summer. I do personally think that KDE 4 will be the future of the desktop, and may well be using it as my primary desktop with OpenSUSE 11.
Comments :
No comments »
Categories : Linux
Trackbacks :
No Trackbacks »