<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Fri May 24, 2013 8:00 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Fri May 24, 2013 8:00 am</pubDate>
  <lastBuildDate>Fri May 24, 2013 8:00 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>RE: Re: RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=40277#40277</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Mar 07, 2007 10:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      No, there go my dreams of retiring in patent heaven ...&lt;br /&gt;
&lt;br /&gt;
It was this,&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
set -e&lt;br /&gt;
&lt;br /&gt;
if &amp;#91; $1 == &amp;quot;-h&amp;quot; &amp;#93;; then&lt;br /&gt;
&amp;nbsp; echo &amp;quot;Check library availability. jm December 2003.&amp;quot;&lt;br /&gt;
&amp;nbsp; echo -e &amp;quot;Must be run from directory above, makes no file type checks...\n&amp;quot;&lt;br /&gt;
&amp;nbsp; echo -e &amp;quot;Usage&amp;#58; &amp;#93;$ lddcheck.sh &amp;lt;outfile_name&amp;gt;&amp;quot;&lt;br /&gt;
&amp;nbsp; exit 8&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
echo -e &amp;quot;Check library availability. jm December 2003.\n&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for f in bin/*&lt;br /&gt;
&amp;nbsp; do&lt;br /&gt;
&amp;nbsp; echo &amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ldd $f&amp;quot;&lt;br /&gt;
&amp;nbsp; if &amp;#91; $f != &amp;quot;bin/ldd&amp;quot; &amp;#93;; then&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;ldd $f 2&amp;gt;&amp;amp;1 |tee -a $1&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;echo &amp;quot;&amp;quot; &amp;gt;&amp;gt; $1&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;sleep 1&lt;br /&gt;
&amp;nbsp; fi&lt;br /&gt;
&amp;nbsp; echo&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; done&lt;br /&gt;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
I'd just change 'bin' to 'sbin' manually. Lots of fun though &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=40277#40277</comments>
                                        <author>jjmac</author>
                                        <pubDate>Wed Mar 07, 2007 10:34 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=40277#40277</guid>
                                      </item>
                                      <item>
                                        <title>Re: RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=40253#40253</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=167'&gt;nordle&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Mar 06, 2007 10:41 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;jjmac wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;lddcheck.sh&lt;br /&gt;
&lt;br /&gt;
Yes, i did one in 2003 for the same reason, curiously, with the same name &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
It wasn't &lt;a href=&quot;http://nst.sourceforge.net/nst/docs/scripts/lddcheck.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this one&lt;/a&gt; by any chance was it?&lt;br /&gt;
&lt;br /&gt;
A popular name, I guess it &quot;does what it says on the tin&quot;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=40253#40253</comments>
                                        <author>nordle</author>
                                        <pubDate>Tue Mar 06, 2007 10:41 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=40253#40253</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=40172#40172</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Mar 06, 2007 2:52 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      lddcheck.sh&lt;br /&gt;
&lt;br /&gt;
Yes, i did one in 2003 for the same reason, curiously, with the same name &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; ...&lt;br /&gt;
I wouldn't say pointless though, thats the whole thing to scripts really. Stuff like that is good. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=40172#40172</comments>
                                        <author>jjmac</author>
                                        <pubDate>Tue Mar 06, 2007 2:52 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=40172#40172</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=40170#40170</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=167'&gt;nordle&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Mar 06, 2007 12:26 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Just a quick update...... ok, so your not bothered, but that isn't going to stop my self indulgence &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.nordle.org/?q=node/26&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;lddcheck&lt;/a&gt; &lt;span style=&quot;font-weight: bold&quot;&gt;Added&lt;/span&gt;&lt;br /&gt;
For those of us you laugh in the face of dependency checking Package Management Systems, occasionally its good to make sure our system is as perfect as we think it is.&lt;br /&gt;
It just loops through some dirs and checks there aren't binaries with missing libs. &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.nordle.org/?q=node/7&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;makeSUSEiso&lt;/a&gt; &lt;span style=&quot;font-weight: bold&quot;&gt;Updated&lt;/span&gt;&lt;br /&gt;
This now works with openSUSE 10.2, and I've cut out some of the more complicated and even more pointless features.  Essentially, it takes a standard 10.2 ISO, downloads the latest updates to replace the originals, then creates a new ISO.&lt;br /&gt;
A bit pointless, but might be useful, especially if handing a copy of this &quot;linux thing&quot; to a mate, they get the most up to date version which is hopefully a little less buggy.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.nordle.org/?q=node/30&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;slackmedia&lt;/a&gt; &lt;span style=&quot;font-weight: bold&quot;&gt;Added&lt;/span&gt;&lt;br /&gt;
This modular script downloads, compiles, packages and installs over 40 applications,  libraries and codecs based on, mostly, cvs and svn trees.  Asking for trouble, yes, but it seems to work, and its good to live dangerously &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
The applications and libraries are those which allow media to be played, encoded, decoded, transcoded etc&lt;br /&gt;
This is specifically for Slackware users, but could very simply and easily be tweaked to cover any distro which can have checkinstall used.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.nordle.org/?q=node/24&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;vidconv&lt;/a&gt; &lt;span style=&quot;font-weight: bold&quot;&gt;Added&lt;/span&gt;&lt;br /&gt;
Video encoding/transcoding can be a little bit of a black art.  So I created a simple script so I could pass a few options at runtime and achieve consistent results.&lt;br /&gt;
If you consider that mencoder can accept 30 switches for a single command, this only exposes 4 to the user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm not a programmer, not really (some vb, asp + sql).  Up until 6mths ago I'd not written a bash script beyond tweaking something in /etc/rc.d&lt;br /&gt;
So, yes they are a little pointless, yes the coding is probably terrible, but they worked for me, so if you find them useful, great.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/shameless ego massaging&amp;gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=40170#40170</comments>
                                        <author>nordle</author>
                                        <pubDate>Tue Mar 06, 2007 12:26 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=40170#40170</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=29772#29772</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=167'&gt;nordle&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Aug 18, 2006 9:45 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks jjmac, kind words indeed, appreciate it.  I really can't take any credit however as the whole site was created with a combination of drupal and a couple of third party plugins, a fantastic CMS!&lt;br /&gt;
It took me a massive 30mins to setup &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I do have a few scripts which I was thinking of posting on there, such as missing library detection for those of us who don't use _proper_ package management software (any slackers in the house? &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; )&lt;br /&gt;
Also a mencoder wrapper to create &amp;lt;=10 set presets of quality video conversion, to quickly create dvd compatible output or shrink down to mpeg4 at various levels ranging from slow to quick using some funky quantization options without the need to remember millions of switches.&lt;br /&gt;
And a few others too, nothing major, bit's n pieces.&lt;br /&gt;
&lt;br /&gt;
The big one, posios, unfortunately is unlikely to appear as it really needs rsync over ssh access (or me to put together some sort of rsync imitation but using ftp), but the hosting company is a free one and is not keen to allow ssh logins.&lt;br /&gt;
&lt;br /&gt;
The other problem is I've got buried at work under a sql svr asp.net project which is taking up a lot of time, which is annoying!!  (as its coming home with me too)&lt;br /&gt;
&lt;br /&gt;
Oh yes, and my natural bone idol lazyness doesn't help &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=29772#29772</comments>
                                        <author>nordle</author>
                                        <pubDate>Fri Aug 18, 2006 9:45 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=29772#29772</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=29635#29635</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=133'&gt;jjmac&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 16, 2006 9:55 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi,&lt;br /&gt;
&lt;br /&gt;
Just saw your announcement. A nice looking site, i quite like the colours and the lay out, so many sites look the same (PostNuke). I've seen a couple lately that have been put together using a system called 'vBulletin', newish i think,  ... nice, but there is a distinct similarity between their appearances. No major deal though. But it is nice to see something different. The black and green, greyish colours work well for me. And i like those little flourish things too, the smaller ones look a bit like little spiders. Very nice &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I guess it's a good way to maintain a kind of planner/organiser in a way too. Hope it develops over time, i'm sure it __will__ have its' own unique style and not get tricked into some standardisation.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
What it is will be explained if it goes ahead, so why mention it if I'm not going to explain what it is? Well, I thought this page needed more than one item on it &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(grin) &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt; ... yes ....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
jm</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=29635#29635</comments>
                                        <author>jjmac</author>
                                        <pubDate>Wed Aug 16, 2006 9:55 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=29635#29635</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=27559#27559</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=167'&gt;nordle&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jul 17, 2006 1:15 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      True &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;  and not forgetting &lt;a href=&quot;http://www.microsoft.com/getthefacts&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this one&lt;/a&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=27559#27559</comments>
                                        <author>nordle</author>
                                        <pubDate>Mon Jul 17, 2006 1:15 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=27559#27559</guid>
                                      </item>
                                      <item>
                                        <title>Re: nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=27531#27531</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=60'&gt;Rhakios&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jul 16, 2006 1:38 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;nordle wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.nordle.org&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;nordle.org&lt;/a&gt; possibly the most pointless website of all time (except for maybe &lt;a href=&quot;http://www.digg.com/tech_news/Possibly_THE_most_pointless_website_ever&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this&lt;/a&gt; or &lt;a href=&quot;http://www.angelfire.com/falcon/gerdals/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this&lt;/a&gt; or even one of &lt;a href=&quot;http://www.pointlesssites.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;these&lt;/a&gt;, oh and not forgetting &lt;a href=&quot;http://www.onebillionvisits.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this&lt;/a&gt; )&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
In your list of utterly pointless websites, you forgot to mention &lt;a href=&quot;http://www.1slipperyfish.co.uk/4436.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this one&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=27531#27531</comments>
                                        <author>Rhakios</author>
                                        <pubDate>Sun Jul 16, 2006 1:38 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=27531#27531</guid>
                                      </item>
                                      <item>
                                        <title>nordle.org</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=27513#27513</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=167'&gt;nordle&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jul 16, 2006 1:13 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;span style=&quot;color: orange&quot;&gt;&lt;span style=&quot;font-size: 24px; line-height: normal&quot;&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Announcing &lt;a href=&quot;http://www.nordle.org&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;www.nordle.org&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;  &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.nordle.org&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;nordle.org&lt;/a&gt; possibly the most pointless website of all time (except for maybe &lt;a href=&quot;http://www.digg.com/tech_news/Possibly_THE_most_pointless_website_ever&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this&lt;/a&gt; or &lt;a href=&quot;http://www.angelfire.com/falcon/gerdals/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this&lt;/a&gt; or even one of &lt;a href=&quot;http://www.pointlesssites.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;these&lt;/a&gt;, oh and not forgetting &lt;a href=&quot;http://www.onebillionvisits.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this&lt;/a&gt; )&lt;br /&gt;
&lt;br /&gt;
Anyway, I  figured that it couldn't do any harm creating a central point for distributing my own itch scratching projects. &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I posted a while ago that I was working on some sort of script to create re-spins of openSUSE 10.1 which use the latest official updates to overwrite the old rpms, as well as allowing user specified third party rpms and some suse testing packages to be included automagically.&lt;br /&gt;
&lt;br /&gt;
I give you &lt;a href=&quot;http://www.nordle.org/?q=node/7&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;makeSUSEiso&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I realise that 99.99% of openSUSE users / future users are unlikely to have a need for something like this, but it's there anyway.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange&quot;&gt;&lt;span style=&quot;font-size: 20px; line-height: normal&quot;&gt;Enjoy!&lt;/span&gt;&lt;/span&gt;  or ignore &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=27513#27513</comments>
                                        <author>nordle</author>
                                        <pubDate>Sun Jul 16, 2006 1:13 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=27513#27513</guid>
                                      </item></channel></rss>