Playing with old Computers!

These past two weeks since I last posted I’ve been showing some old computers the “free” way!
I sent Windows 98SE to the recycle bin, and installed Linux! Or more specifically I first installed Puppy Linux, and then Zenwalk Linux

I got Puppy running on one, but the x windows system wouldn’t start up, so I switched to a second computer, and got it installed and running! The wireless network worked straight out of the box, except that it I had to unhide the network SSID for it to connect!
I ditched Puppy because I just couldn’t get the wireless started on boot-up!

So I went with Zenwalk Linux. It installed without a hitch, the desktop runs a little slow but I’m going to see if I can get another one installed instead.
But wireless didn’t work, so I had no connection to the internet, and the kernel module for the wireless card wasn’t installed by default. I managed to get the files needed onto the computer, but it stopped compiling with an error.
Luckily the NDIS wrapper program was installed so I could use the Windows driver provided with the network card on Linux.
I downloaded the install program from the Belkin website
~ $ cd Download/f5d7000v3_2.2.7.0
f5d7000v3_2.2.7.0 $ ls -l
total 23796
-rw-rw-r-- 1 anthony anthony 24333824 2008-06-01 20:26 f5d7000v3_2.2.7.0.exe
f5d7000v3_2.2.7.0 $ unzip -a f5d7000v3_2.2.7.0.exe
Archive: f5d7000v3_2.2.7.0.exe
inflating: start.exe [binary]
inflating: files/._setup.exe [binary]
inflating: files/rt2500.cat [binary]
inflating: files/Rt2500.inf [text]
inflating: files/Rt2500.sys [binary]
inflating: files/Rt25009x.sys [binary]
inflating: files/setup.exe [binary]
inflating: manual/._manual.pdf [binary]
inflating: manual/manual.pdf [binary]
inflating: other/.DS_Store [binary]
inflating: other/._.DS_Store [binary]
inflating: other/._ar500enu.exe [binary]
inflating: other/._flashmain.swf [binary]
inflating: other/._icon.ico [binary]
inflating: other/ar500enu.exe [binary]
inflating: other/flashmain.swf [binary]
inflating: other/icon.ico [binary]
inflating: AUTORUN.INF [text]
f5d7000v3_2.2.7.0 $ ls -l
total 27104
-rw-rw-r-- 1 anthony anthony 45 2004-10-25 18:45 AUTORUN.INF
-rw-rw-r-- 1 anthony anthony 24333824 2008-06-01 20:26 f5d7000v3_2.2.7.0.exe
drwxrwxr-x 2 anthony anthony 4096 2008-06-03 12:43 files
drwxrwxr-x 2 anthony anthony 4096 2008-06-03 12:43 manual
drwxrwxr-x 2 anthony anthony 4096 2008-06-03 12:43 other
-rw-rw-r-- 1 anthony anthony 3343706 2004-08-24 10:41 start.exe
f5d7000v3_2.2.7.0 $

And it worked! I got it connected and onto the internet in no time at all, and the best bit, it connects to the network while its booting up!

I haven’t decided yet, but I might either go back to Puppy, or install a different distro, maybe DSL or Vector Linux

Shameless Plug

This is a shameless plug for two other websites that I have running under the roganty.co.uk domain.

The first is devl.roganty.co.uk and is my development website where I place my scripts and programs for download.

The second is linux.roganty.co.uk Linux Links and I just launched it today. It is where I will place links for the Linux OS, and I will place my own thoughts and experiences of using Linux.

Update RSSread to 1.5

RSSread 1.5 fixes a couple of bugs that were discovered by Luis.

Some links in the feed weren’t being parsed correctly if they included a “&” (&) character.
This only becomes apparent if the value of the tag is not wrapped in a <![CDATA[]]> tag.
This is due to the way xml_parse() handles special characters like “&” (&)

I have also fixed a couple of bugs that might occur for the other tags.

You can download the updated version from:
http://downloads.roganty.co.uk/?get=/rss_read
-Or-
http://www.phpclasses.org/browse/package/2831.html

Instructions for updating your version of RSSread can be found in this post here

Update RSSread to 1.4

RSSread 1.4 fixes a bug that effects the layout of posts when viewed with no shortening

It is down to a little spelling mistake, that I haven’t noticed before now.
In three places i used “nr” instead of “rn” which caused single new lines not to show up, whereas double new lines (or more) would not display the proper number of new lines.

In this release another bug is fixed in posts when viewed with shortening enabled.
This bug only became apparent when the previous bug was fixed, and it is to do with some of the for loops in the shortenPost() function.

You can download the updated version from:
http://downloads.roganty.co.uk/?get=/rss_read
-Or-
http://www.phpclasses.org/browse/package/2831.html

Rename your original rss_read.class.php as something else, for example old_rss_read.class.php and then extract the new rss_read.class.php file into the same folder.
You will now need to open both files in a text editor of your choice, and start copying any of the variables that you changed from the old file into the new one.
Now save the new file and close the text editor.
Browse to the page that includes/uses RSSread to verify that your settings are still the same.
Weldone, you have now updated RSSread, and moved all of your settings over to the new version.
If there are any differences, you will need to double check that the variables in the new file have been over writen with the variables from the old file.