<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>AD3000</title>
	<link>http://ad3000.co.uk/blog</link>
	<description>Computers for Whitstable</description>
	<pubDate>Wed, 30 Jul 2008 14:32:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP</title>
		<link>http://ad3000.co.uk/blog/?p=26</link>
		<comments>http://ad3000.co.uk/blog/?p=26#comments</comments>
		<pubDate>Wed, 30 Jul 2008 14:32:42 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=26</guid>
		<description><![CDATA[This post is three of 3:
1/ Installing the Linux Terminal Server (LTSP) on a stand alone network
2/ Installing the Linux Terminal Server (LTSP) on an existing network
3/ Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP
The following options need adding to your Microsoft DHCP to get clients to boot from the LTSP [...]]]></description>
			<content:encoded><![CDATA[<p>This post is three of 3:</p>
<p>1/ <a href="http://ad3000.co.uk/blog/?p=24">Installing the Linux Terminal Server (LTSP) on a stand alone network</a><br />
2/ <a href="http://ad3000.co.uk/blog/?p=25">Installing the Linux Terminal Server (LTSP) on an existing network</a><br />
3/ <a href="http://ad3000.co.uk/blog/?p=26">Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP</a></p>
<p>The following options need adding to your Microsoft DHCP to get clients to boot from the LTSP Server:</p>
<p>013 Boot File Size<br />
066 Boot Server Host Name<br />
067 Bootfile Name</p>
<p>The boot file size is in 512k blocks so if the image is 14mb this option should be 28.</p>
<p>The boot server host name should be the IP address of the server.</p>
<p>The bootfile name is set to the part required to find the boot file.  In our install this is /ltsp/i386/pxelinux.0 - the absolute path to this file on our system is longer though it needed shortening to get the correct network path.</p>
<p>Once the DHCP service has been restarted you should be able to boot thin clients on your network.</p>
<p>Please note these changes need to be made to the local scope of the DHCP.</p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Linux Terminal Server on a stand alone network</title>
		<link>http://ad3000.co.uk/blog/?p=24</link>
		<comments>http://ad3000.co.uk/blog/?p=24#comments</comments>
		<pubDate>Wed, 30 Jul 2008 14:32:33 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=24</guid>
		<description><![CDATA[This post is one of 3:
1/ Installing the Linux Terminal Server (LTSP) on a stand alone network
2/ Installing the Linux Terminal Server (LTSP) on an existing network
3/ Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP
This install is fairly easy though there are a few considerations to be made before starting.
Ubuntu 8.04 [...]]]></description>
			<content:encoded><![CDATA[<p>This post is one of 3:</p>
<p>1/ <a href="http://ad3000.co.uk/blog/?p=24">Installing the Linux Terminal Server (LTSP) on a stand alone network</a><br />
2/ <a href="http://ad3000.co.uk/blog/?p=25">Installing the Linux Terminal Server (LTSP) on an existing network</a><br />
3/ <a href="http://ad3000.co.uk/blog/?p=26">Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP</a></p>
<p>This install is fairly easy though there are a few considerations to be made before starting.</p>
<p>Ubuntu 8.04 Hardy Heron has an option on the Alternate CD to install a stand alone   LTSP server.  It will work straight away out of the box as long as you install with 2 network cards.  One network card will be used to connect to the outside world.  In our case this was eth(0) the onboard 10/100 network card in our server.  This card was connected to our network for install.</p>
<p>The second network card (eth(1) for us) was not connected during installation.  We later connected it to a switch with the clients connected.  We used a gigabit card here on the assumption that there will be more traffic on this interface.  I&#8217;m afraid I don&#8217;t know if there are problems having the public and private interfaces exchanged.</p>
<p>Once the server hardware is in place it&#8217;s simply a case of booting the alternative Ubuntu cd pressing f2 for options then selecting LTSP, follow the on screen instructions, then reboot at the end.</p>
<p>Finally a network switch was connected to the 2nd network card and a thin client was plugged in.  Once the thin client was set to boot from the network it simply powered up to an Ubuntu logon and desktop.</p>
<p>This setup is quite straight forward because all the dhcp and dns setup is done for you.  It is however somewhat restrictive because it needs a seperate set of network cabling and will not work as an addition to an existing network on the same cabling.  This would not be a problem for a new install in say a discrete classroom.  However if you want an LTSP as an addition to your existing network you will want to have a look at <a href="http://ad3000.co.uk/blog/?p=25">Installing the Linux Terminal Server (LTSP) on an existing network</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Installing the Linux Terminal Server (LTSP) on an existing network</title>
		<link>http://ad3000.co.uk/blog/?p=25</link>
		<comments>http://ad3000.co.uk/blog/?p=25#comments</comments>
		<pubDate>Wed, 30 Jul 2008 14:32:20 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=25</guid>
		<description><![CDATA[This post is two of 3:
1/ Installing the Linux Terminal Server (LTSP) on a stand alone network
2/ Installing the Linux Terminal Server (LTSP) on an existing network
3/ Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP
Although the stand alone installation of a Terminal Server as descibed in post 1 if relatively easy, [...]]]></description>
			<content:encoded><![CDATA[<p>This post is two of 3:</p>
<p>1/ <a href="http://ad3000.co.uk/blog/?p=24">Installing the Linux Terminal Server (LTSP) on a stand alone network</a><br />
2/ <a href="http://ad3000.co.uk/blog/?p=25">Installing the Linux Terminal Server (LTSP) on an existing network</a><br />
3/ <a href="http://ad3000.co.uk/blog/?p=26">Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP</a></p>
<p>Although the stand alone installation of a Terminal Server as descibed in post 1 if relatively easy, it will not work on existing networks that already have a DHCP.  To use a Terminal Server on your existing network cabling the install is almost as easy:</p>
<p>Start with a clean desktop install of Ubuntu 8.04.</p>
<p>Run all the updates.</p>
<p>Make sure you have a fixed IP address.</p>
<p>Use Synaptic package manager to install LTSP-server (NB NOT the standalone version) and openssh-server (note the terminal server seems to work without openssh-server but will not authenticate).</p>
<p>Open a terminal window and type:</p>
<p>sudo ltsp-build-client</p>
<p>If this finished without errors you should be good for booting clients as long as your DHCP is set up correctly (See <a href="http://ad3000.co.uk/blog/?p=26">Using the Linux Terminal Server (LTSP) with a Windows Server 2003 DHCP</a>).</p>
<p>If you need to change the IP address you will need to run ltsp-update-sshkeys and (maybe?) ltsp-update-image.  If you get an error reporting &#8220;This workstation isn&#8217;t authorized to connect to server&#8221; try running these 2 updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>Kaspersky Internet Security Self-help Advice</title>
		<link>http://ad3000.co.uk/blog/?p=23</link>
		<comments>http://ad3000.co.uk/blog/?p=23#comments</comments>
		<pubDate>Fri, 11 Apr 2008 15:48:38 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Internet Security]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=23</guid>
		<description><![CDATA[Kaspersky Internet Security has many features that provide very good security for your PC.  Some of these features can be too secure and can sometimes stop legitimate software from working properly, so they either need to be turned down or turned off.
Below are a few hints and tips for getting the most from Kaspersky:
Web [...]]]></description>
			<content:encoded><![CDATA[<p>Kaspersky Internet Security has many features that provide very good security for your PC.  Some of these features can be too secure and can sometimes stop legitimate software from working properly, so they either need to be turned down or turned off.</p>
<p>Below are a few hints and tips for getting the most from Kaspersky:</p>
<p><span style="font-weight: bold" class="Apple-style-span">Web Anti-Virus</span> is a part of Kaspersky that scans every web page that you visit for issues that may harm your PC, sometimes it can block web pages or not allow them to be viewed properly.  You can pause Web Anti-Virus for a certain length of time or completely.</p>
<p>To pause Web Anti-Virus:</p>
<p><strong>1)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>Select Web Anti-Virus in the Protection section of the main window and click on the word Pause, now try accessing the web page you had a problem with.If the web page now works you can make Kaspersky remember to not scan that page again by doing the following:</p>
<p><strong>1)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>Open the Kaspersky Main Windows by left clicking the Kaspersky Icon in the taskbar (Near the clock).</p>
<p><strong>2)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>Click on the Settings button at the bottom left of the Kaspersky Main Window.</p>
<p><strong>3)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>A new window will appear saying &#8220;Settings: Kaspersky Internet Security&#8221; On this Windows there is a menu on the left side, under Protection look for Web Anti-Virus (If you cannot see this and there is a + sign next to protection, click the + sign to show the menu).</p>
<p><strong>4)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>Left click Web Anti-Virus, now on the right click Customise.</p>
<p><strong>5)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>A new window will appear with a section that says &#8220;Trusted URLs&#8221; and a box to the right of it that says &#8220;Add&#8230;&#8221; If you click &#8220;Add&#8230;&#8221; it will open a window saying &#8220;New URL address mask&#8221;, if you type the web address in that you want Kaspersky never to scan again and then click OK.</p>
<p><strong>6)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>You can now click OK on all the open Kaspersky Windows.To stop Web Anti-Virus from running permanently.</p>
<p>To do this:</p>
<p><strong>1)</strong><span class="Apple-tab-span" style="white-space: pre">	</span> Select Web Anti-Virus in the Protection section of the main window and click on the word &#8220;Stop&#8221;.<span style="font-weight: bold" class="Apple-style-span"></span></p>
<p><span style="font-weight: bold" class="Apple-style-span">Proactive </span><span style="font-weight: bold" class="Apple-style-span">Defense</span> is a part of Kaspersky that monitors your PC against unknown threats, sometimes this can prove a problem by stopping legitimate programs from running.The best course of action if Proactive Defence is being a problem is too stop it from running.</p>
<p>This can be done by:</p>
<p><strong>1)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>Opening the Kaspersky Main Windows by left clicking the Kaspersky Icon in the taskbar (Near the clock).</p>
<p><strong>2)</strong><span class="Apple-tab-span" style="white-space: pre">	</span>Click Proactive Defence in the Protection section of the main window and on the right side of the windows click on the word Stop, now try accessing the web page or program you had a problem with.</p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>Line spacing Word 2007</title>
		<link>http://ad3000.co.uk/blog/?p=21</link>
		<comments>http://ad3000.co.uk/blog/?p=21#comments</comments>
		<pubDate>Tue, 04 Mar 2008 15:07:31 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=21</guid>
		<description><![CDATA[As default in Microsoft Office Word 2007, word uses 1 and a half line spacing and reports this as normal.
To change this to no line spacing like previous versions of word, select AaBbCcDd No spacing.
See below.

]]></description>
			<content:encoded><![CDATA[<p>As default in Microsoft Office Word 2007, word uses 1 and a half line spacing and reports this as normal.</p>
<p>To change this to no line spacing like previous versions of word, select AaBbCcDd No spacing.</p>
<p>See below.</p>
<p><a href="http://ad3000.co.uk/blog/wp-content/uploads/2008/03/word-2007-line-spacing.JPG" title="Word 2007 Line Spacing"><img src="http://ad3000.co.uk/blog/wp-content/uploads/2008/03/word-2007-line-spacing.JPG" alt="Word 2007 Line Spacing" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>When SAGE says the program is in use</title>
		<link>http://ad3000.co.uk/blog/?p=20</link>
		<comments>http://ad3000.co.uk/blog/?p=20#comments</comments>
		<pubDate>Tue, 04 Mar 2008 15:00:37 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=20</guid>
		<description><![CDATA[Go to H:\Networked Programs\sage\ACCDATA and delete queue.dta
]]></description>
			<content:encoded><![CDATA[<p>Go to H:\Networked Programs\sage\ACCDATA and delete queue.dta</p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=20</wfw:commentRss>
		</item>
		<item>
		<title>Samsung CLP-600N Errors</title>
		<link>http://ad3000.co.uk/blog/?p=18</link>
		<comments>http://ad3000.co.uk/blog/?p=18#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:58:20 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Printers]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=18</guid>
		<description><![CDATA[To stop CLP600 shared printers geting SMART errors or access denied errors:
Go to printer properties
select Advanced Tab
remove tick for Enable advanced printer features.
See Below image.

]]></description>
			<content:encoded><![CDATA[<p>To stop CLP600 shared printers geting SMART errors or access denied errors:</p>
<p>Go to <strong>printer properties</strong><br />
select <strong>Advanced</strong> Tab<br />
remove tick for <strong>Enable advanced printer features</strong>.</p>
<p>See Below image.</p>
<p><a href="http://ad3000.co.uk/blog/wp-content/uploads/2008/03/samsung-clp-600n-advanced-features.JPG" title="Samsung CLP-600N Advanced Printer Properties"><img src="http://ad3000.co.uk/blog/wp-content/uploads/2008/03/samsung-clp-600n-advanced-features.JPG" alt="Samsung CLP-600N Advanced Printer Properties" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>K9 Web Protection</title>
		<link>http://ad3000.co.uk/blog/?p=17</link>
		<comments>http://ad3000.co.uk/blog/?p=17#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:44:55 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Internet Security]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=17</guid>
		<description><![CDATA[On searching for child friendly internet filters:
Naomi gets good reviews and installs easily.  However on closer inspection it has not been updated for 2 years.  Some lax googling got me content that should have been filtered.
K9 is a bit more fussy to install, but seems to work very well.
k9webprotection.com
]]></description>
			<content:encoded><![CDATA[<p>On searching for child friendly internet filters:</p>
<p>Naomi gets good reviews and installs easily.  However on closer inspection it has not been updated for 2 years.  Some lax googling got me content that should have been filtered.</p>
<p>K9 is a bit more fussy to install, but seems to work very well.</p>
<p><a href="http://www1.k9webprotection.com/aboutk9/index.php">k9webprotection.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Change default save format Office 2007</title>
		<link>http://ad3000.co.uk/blog/?p=16</link>
		<comments>http://ad3000.co.uk/blog/?p=16#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:37:02 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
		
		<category><![CDATA[Microsoft Office]]></category>

		<guid isPermaLink="false">http://ad3000.co.uk/blog/?p=16</guid>
		<description><![CDATA[If you frequently save Microsoft Office 2007 documents as Office 2003-97 (.doc) files, you can change the settings for Office 2007 to save in this format by default.
For Word 2007

Click the Microsoft Office Button, and then click Word Options.
Click Save.
Under Save documents, next to Save files in this format, select Word 97-2003 Document (*.doc)

For Excel [...]]]></description>
			<content:encoded><![CDATA[<p>If you frequently save Microsoft Office 2007 documents as Office 2003-97 (.doc) files, you can change the settings for Office 2007 to save in this format by default.</p>
<p><u><strong>For Word 2007</strong></u></p>
<ol>
<li>Click the <strong class="ui">Microsoft Office Button</strong>, and then click <strong class="ui">Word Options</strong>.</li>
<li>Click <strong class="ui">Save</strong>.</li>
<li>Under <strong class="ui">Save documents</strong>, next to <strong class="ui">Save files in this format</strong>, select <strong class="ui">Word 97-2003 Document (*.doc)</strong></li>
</ol>
<p><u><strong>For Excel 2007</strong></u></p>
<ol>
<li>Click the <strong class="ui">Microsoft Office Button</strong>, and then click <strong class="ui">Excel Options</strong>.</li>
<li>Click <strong class="ui">Save</strong>.</li>
<li>Under <strong class="ui">Save workbooks</strong>, next to <strong class="ui">Save files in this format</strong>, select <strong class="ui">Excel 97-2003 Workbook (*.xls)</strong></li>
</ol>
<p><u><strong>For PowerPoint 2007</strong></u></p>
<ol>
<li>Click the <strong class="ui">Microsoft Office Button</strong>, and then click <strong class="ui">PowerPoint Options</strong>.</li>
<li>Click <strong class="ui">Save</strong>.</li>
<li>Under <strong class="ui">Save documents</strong>, next to <strong class="ui">Save files in this format</strong>, select <strong class="ui">PowerPoint Presentation 97-2003<br />
</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ad3000.co.uk/blog/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
	</channel>
</rss>
