<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a day in the life of wayne ward.... &#187; Techie Stuff</title>
	<atom:link href="http://wayneward.co.uk/category/techie-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://wayneward.co.uk</link>
	<description>technology, life and music... what else is there?</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:49:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A @ SIGN FOR MY LOGMEIN SESSION!!</title>
		<link>http://wayneward.co.uk/techie-stuff/a-sign-for-my-logmein-session/</link>
		<comments>http://wayneward.co.uk/techie-stuff/a-sign-for-my-logmein-session/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 13:49:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[A @ SIGN FOR MY LOGMEIN SESSION!!]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1509</guid>
		<description><![CDATA[My log me in has no @ working so ill copy and paste it from here!! ha]]></description>
			<content:encoded><![CDATA[<p>My log me in has no @ working so ill copy and paste it from here!! ha <img src='http://wayneward.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/a-sign-for-my-logmein-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Grant and Revoke Remote root Access to MySQL</title>
		<link>http://wayneward.co.uk/techie-stuff/howto-grant-and-revoke-remote-root-access-to-mysql/</link>
		<comments>http://wayneward.co.uk/techie-stuff/howto-grant-and-revoke-remote-root-access-to-mysql/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 02:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1485</guid>
		<description><![CDATA[[HOWTO] Grant and Revoke Remote root Access to MySQL To grant root access from all hosts (except for localhost): GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'topsecret'; To revoke root access from all hosts (except for localhost): DELETE FROM mysql.user WHERE User = 'root' AND Host = '%'; FLUSH PRIVILEGES; To enable MySQL service [...]]]></description>
			<content:encoded><![CDATA[<pre class="entry-title" style="line-height: 32px; font-size: 1.6em; margin-top: 0px; margin-right: 0px; margin-bottom: -0.4em; margin-left: 0px; font-family: Times;">[HOWTO] Grant and Revoke Remote root Access to MySQL</pre>
<div class="entry-content" style="font-family: Times;">
<pre style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">To grant root access from all hosts (except for localhost):</pre>
<pre style="font-family: 'courier new', courier, monospace;">GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'topsecret';
</pre>
<pre style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">To revoke root access from all hosts (except for localhost):</pre>
<pre style="font-family: 'courier new', courier, monospace;">DELETE FROM mysql.user WHERE User = 'root' AND Host = '%';
FLUSH PRIVILEGES;
</pre>
<pre style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;">To enable MySQL service to accept connections from all hosts change the following line in file mysql.conf:<code style="font-family: 'courier new', courier, monospace;">bind-address=127.0.0.1</code>to<code style="font-family: 'courier new', courier, monospace;">bind-address=0.0.0.0</code>or better just comment out:<code style="font-family: 'courier new', courier, monospace;">#bind-address=127.0.0.1</code>and restart the MySQL service.</pre>
<pre style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px;"><strong><span style="text-decoration: underline;">Notes:</span></strong>*) The percent symbol (<code style="font-family: 'courier new', courier, monospace;">"%"</code>) in the notation <code style="font-family: 'courier new', courier, monospace;">root@"%"</code> means “any host”, but it doesn’t imply localhost. You need to repeat the commands above with <code style="font-family: 'courier new', courier, monospace;">root@localhost</code> in order to grant/revoke permissions for localhost.</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/howto-grant-and-revoke-remote-root-access-to-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop bullet points</title>
		<link>http://wayneward.co.uk/techie-stuff/photoshop-bullet-points/</link>
		<comments>http://wayneward.co.uk/techie-stuff/photoshop-bullet-points/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 02:05:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[bullet points]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[Photo shop]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1481</guid>
		<description><![CDATA[Was quite shocked that something so widely used and as mature as photoshop not to have facility for bullet points on text editing! Had to google it and on the mac you press command and the number 8 and get some ball bullet point which does the trick I suppose !! Adobe add some cool [...]]]></description>
			<content:encoded><![CDATA[<p>Was quite shocked that something so widely used and as mature as photoshop not to have facility for bullet points on text editing! Had to google it and on the mac you press command and the number 8 and get some ball bullet point which does the trick I suppose !! Adobe add some cool bullet points I don&#8217;t wanna make my own!!</p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/photoshop-bullet-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GBN Is Closed. GMN Is Open.</title>
		<link>http://wayneward.co.uk/techie-stuff/gbn-is-closed-gmn-is-open/</link>
		<comments>http://wayneward.co.uk/techie-stuff/gbn-is-closed-gmn-is-open/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 11:18:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GBN]]></category>
		<category><![CDATA[GMN]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[gbn]]></category>
		<category><![CDATA[global band network]]></category>
		<category><![CDATA[global musician network]]></category>
		<category><![CDATA[gmn]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[musican network]]></category>
		<category><![CDATA[musicians classifieds]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1474</guid>
		<description><![CDATA[Im sorry for the few people who were messed around over xmas with URLS. Ive closed GBN as i could not get control of the domains. I need the domain all together professionally not scattered around the globe for reasons of future investments and expanding business. Im afraid this had obstacles and had to move [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left;" title="logo.png" src="http://wayneward.co.uk/wp-content/uploads/2012/01/logo.png" border="0" alt="Logo" width="220" height="88" /></p>
<p>Im sorry for the few people who were messed around over xmas with URLS. Ive closed GBN as i could not get control of the domains. I need the domain all together professionally not scattered around the globe for reasons of future investments and expanding business. Im afraid this had obstacles and had to move away from the domains and name. I bought new domains &#8211; renewed all the licences to the new domain and rebuilt the whole system. The good thing is the whole system only has one bug as it stands after a full rebuild which is getting looked at no rush as it something minor.</p>
<p>The site main features include</p>
<ul>
<li>Social networking</li>
<li>Chat</li>
<li>Photos</li>
<li>Groups</li>
<li>Music Uploads</li>
<li>Events</li>
<li>Vidoes</li>
<li>Classifieds</li>
<li>Facebook / Twitter Intergration</li>
<li>Last.fm / Soundcloud Intergration</li>
<li>Mobile Phone Client </li>
</ul>
<p>Im just re-registering the reviews module and will be integrating today, I&#8217;ve never wrote any reviews but will try some this week I have plenty of new musical instruments and gadgets to review plus computer software reviews! So ill give it a damn good go.</p>
<p>Im expecting a iPad client this month and looking at adding some custom fields and upgrading the search system. Im also brainstorming a link sharing system were users can submit there own links that they think may be useful, as i have loads and sometimes forget to book mark them! So think this could be a great feature…. Its all about sharing <img src='http://wayneward.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Im looking for advertisers so please get in touch we can look at getting you some free advertising for your business for the first year! If you can supply us with a banner and a URL.</p>
<p>You can sign up and join for free and also follow us on &#8211; twitter &#8211; Facebook and our blog which is being added this week….</p>
<p><a href="http://www.globalmusiciannetwork.com">http://www.globalmusiciannetwork.com</a></p>
<p><a href="http://www.facebook.com/pages/Global-Musician-Network/221563824589183">http://www.facebook.com/pages/Global-Musician-Network/221563824589183</a></p>
<p><a href="http://twitter.com/themusiciannet">http://twitter.com/themusiciannet</a></p>
<p>We wish you all the best for the new year and thank you for reading &#8211; Sign up today &#8211; Connect with musicians globally….</p>
<p><em>We are available on .co.uk .net &amp; .com and also support is enabled on them domains. The real deal!!!</em></p>
<p> </p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/gbn-is-closed-gmn-is-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>synology DS211j</title>
		<link>http://wayneward.co.uk/techie-stuff/synology-ds211j/</link>
		<comments>http://wayneward.co.uk/techie-stuff/synology-ds211j/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 19:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[DS211j]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1467</guid>
		<description><![CDATA[Recently sold my iMac as it was sat in the back not getting used a lot &#8211; it was our media server for movies using plea and iTunes to share music &#8211; to laptops and out ATV in the front room. Ive replaced it with a dual screen ubuntu studio box from bits i had [...]]]></description>
			<content:encoded><![CDATA[<p>Recently sold my iMac as it was sat in the back not getting used a lot &#8211; it was our media server for movies using plea and iTunes to share music &#8211; to laptops and out ATV in the front room. Ive replaced it with a dual screen ubuntu studio box from bits i had kicking around &#8211; a old shuttle i built ten years ago &#8211; runs perfect!!!! Any how i thought the idea of a NAS was the way forward just to keep all our files in one central location. So i took a look for a unit that was multi platform as i don&#8217;t buy anything that isn&#8217;t really as i use all platforms apart from windows but i need access from windows computers from the virus repaired machines i take in!!</p>
<p><img style="float: right;" title="41hZK-mFmML._SL500_AA300_.jpg" src="http://wayneward.co.uk/wp-content/uploads/2011/12/41hZK-mFmML._SL500_AA300_.jpg" border="0" alt="41hZK mFmML SL500 AA300" width="300" height="300" /></p>
<p>Plugged in the nas fired the CD in my mac the assistant found the NAS and fired in the 3.1 DSM as the older versions is on the CD. I logged on to the NAS through the IP address gave to me through a browser and updated the DSM to 3.2 straight away though the browser it did it all really easily! proceeded to give it a fixed IP address and format the two drives. A hour later i created the users and gave them the permissions required and enabled the services i required &#8211; photo sharing &#8211; video sharing &#8211; and I added one of my YCAMS with one of the free licences provided to test. I moved across some pictures to the pictures directory and and videos to my videos directory and some albums to the music directory all through networking that popped up on my mac!! I then added the movie location to my XBMC on my ATV and streamed my first movie which was perfect! I added the music location in XBMC which was ok just a bit slow and the standard ATV desnt see the iTunes share like it did on the mac using home sharing which was a pain &#8211; so now i use the synology music app on the iPhone and simply airplay it direct to the ATV &#8211; simples <img src='http://wayneward.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I moved about 8 gig of pictures in which took the NAS about 3 days to generate all the thumbnails!! but now its done its fine as ill only be adding small amounts at one time. I tried to get the NAS to do a auto configure on my router for automatic port forwards but my router draytek 2830 so did this manually which is kind or working… I added my HP F380 no problem and shared it on the network by plugging it in to the external UBB port &#8211; works a treat its always available.</p>
<p>Ive setup my iPhone / iPad and android devices using the free apps available which work a treat! and payed 2.50 for the bittorent front end which I&#8217;ve got on a schedule that kicks in 2am to 9pm so it doesn&#8217;t download when I&#8217;m working! all the apps work great!! Ive ordered a UPS for power outages when that arrives ill blog to let you know how that went as I had to search for a compatibility list for the UP&#8217;s so it automatically shuts it down in a long power outage…..</p>
<p>The surveillance software works pretty damn well and adding the cameras was a breeze it asked me how much room i wanted to use for the cameras and i have full schedule and can select from motion detection to full time recording. It came with one licence and i managed  to get a additional licence for £35 which was worth it &#8211; I can go back a month if not more on each camera at specific times and dates. Works great on the iPad.</p>
<p>Last but not least i enabled airplay on my printer but my iPhone and iPad send the job but don&#8217;t print which is a pain &#8211; I enabled webdav and told onmi focus to use the webdav for its database so I have it shared and that didn&#8217;t work either. Im going to test time machine this week.</p>
<p>My verdict &#8211; 9/10 couple of things not as a like but the administration and the mobile apps are 100% great!!! invest in one <img src='http://wayneward.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/synology-ds211j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac osx vpn connect to draytek 2820</title>
		<link>http://wayneward.co.uk/techie-stuff/mac-osx-vpn-connect-to-draytek-2820-2/</link>
		<comments>http://wayneward.co.uk/techie-stuff/mac-osx-vpn-connect-to-draytek-2820-2/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:47:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[draytek]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1460</guid>
		<description><![CDATA[Ive been setting up a vpn for a client and wanted to do some testing on my mac so poked around at mac osx vpn gui and found a handful &#8211; tested them all and basically only got vpn tracker to work easy &#8211; i probably could get the others to work with some hacking [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both;"><br style="clear: both;" />Ive been setting up a vpn for a client and wanted to do some testing on my mac so poked around at mac osx vpn gui and found a handful &#8211; tested them all and basically only got vpn tracker to work easy &#8211; i probably could get the others to work with some hacking around but i like things to be easy nowadays! anyway vpn tracker is like a hundred quid for one licence which is expensive. Im sat there thinking macs are to cool and must have this buit in so i googled to connect to a draytek 2820 from mac osx and yes it was under my nose &#8211; changed a few settings on the router and added a new vpn which was easy following some easy instructions &#8211; see below <br />Once i made the vpn I had enabled remote desktops on the server so used the mac os remote desktop gui RDC 2.01 and put in the ip of the server i want to have remote desktop to and viola it works i get full access &#8211; also in the preferences you can share local printers and folders to the remote machine which works great!<br />a mac &#8211; a vpn &#8211; remote desktop and your away!! awsome &#8211; check this howto</p>
<p style="clear: both;">Setting up VPN, consists of 2 main operations &#8211; configuring the router to accept VPN connections, and setting the computer up to connect via VPN.</p>
<p>Setting up the Draytek router<br />In the new page that opens, configure the IPSec Setup as follows:<br />IKE Authentication Method<br />IPSec Security Method</p>
<p>In the &#8220;VPN &amp; Remote Access&#8221; tab in the left menu, select &#8220;Remote Dial-in User&#8221;.Select an index position from the list of users, by clicking on a number (1 for example)<br />In the new user page that opens, configure the user as follows:<br />User Account &amp; Authentication<br />Allowed Dial-in Type<br />Username &amp; Password</p>
<p>Setting up a PPTP VPN connection in OSX<br />At this point, you should see the VPN icon appear in the menu bar. If all has gone according to plan, it will begin with &#8220;Connecting&#8221; being displayed, followed by &#8220;Authenticating&#8221;, and then should start a timer, indicating the duration that the VPN connection has been up.</p>
<p>&#8220;macs kick ass&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/mac-osx-vpn-connect-to-draytek-2820-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trackbacks and comments on wordpress</title>
		<link>http://wayneward.co.uk/life/trackbacks-and-comments-on-wordpress/</link>
		<comments>http://wayneward.co.uk/life/trackbacks-and-comments-on-wordpress/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:49:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[trackbacks]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1436</guid>
		<description><![CDATA[I must admit its nice to get comments on my blog posts and trackbacks but I&#8217;m getting spammed so I&#8217;ve disabled them sorry but sick of emails every day for them for no reason!! TA TA !!]]></description>
			<content:encoded><![CDATA[<p>I must admit its nice to get comments on my blog posts and trackbacks</p>
<p>but I&#8217;m getting spammed so I&#8217;ve disabled them sorry but sick of emails every day for them for no reason!!</p>
<p>TA TA !!</p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/life/trackbacks-and-comments-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac osx RDP licence problem</title>
		<link>http://wayneward.co.uk/macintosh/mac-osx-rdp-licence-problem/</link>
		<comments>http://wayneward.co.uk/macintosh/mac-osx-rdp-licence-problem/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[terminal server]]></category>
		<category><![CDATA[terminal services]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1375</guid>
		<description><![CDATA[quick fox for licence problems with mac osx &#8211; i just remove the licence and test from then on&#8230; from a terminal : rm -rf /Users/Shared/Microsoft/RDC\ Crucial\ Server\ Information/RDCGlobal\ Data sudo rm -rf /Users/Shared/Microsoft/RDC\ Crucial\ Server\ Information/* try again &#8211; no need to change the machine name like the dreaded windows]]></description>
			<content:encoded><![CDATA[<p>quick fox for licence problems with mac osx &#8211; i just remove the licence and test from then on&#8230;</p>
<p><div>from a terminal :</div>
<div></div>
<div>rm -rf /Users/Shared/Microsoft/RDC\ Crucial\ Server\ Information/RDCGlobal\ Data</div>
<div>sudo rm -rf /Users/Shared/Microsoft/RDC\ Crucial\ Server\ Information/*</div>
<div></div>
<div>try again &#8211; no need to change the machine name like the dreaded windows <img src='http://wayneward.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<div></div>
<div></div>
<div></div>
<div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/macintosh/mac-osx-rdp-licence-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO RESET WINDOWS TERMINAL SERVICES 3 MONTH TRIAL</title>
		<link>http://wayneward.co.uk/techie-stuff/how-to-reset-windows-terminal-services-3-month-trial/</link>
		<comments>http://wayneward.co.uk/techie-stuff/how-to-reset-windows-terminal-services-3-month-trial/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 15:11:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[licences]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[terminal services]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/uncategorized/how-to-reset-windows-terminal-services-3-month-trial/</guid>
		<description><![CDATA[HOW TO RESET WINDOWS TERMINAL SERVICES 3 MONTH TRIAL Make sure you&#8217;ve installed &#8220;Terminal Services Licensing&#8221;. By the way, this method only makes sense if you need to use Terminal Services in Application Mode, which is the one that requires licensing. The idea is quite simple. First, disconnect all users from the terminal. If you [...]]]></description>
			<content:encoded><![CDATA[<p><span style="background-color: #eaecbd;">HOW TO RESET WINDOWS TERMINAL SERVICES 3 MONTH TRIAL</span></p>
<p>Make sure you&#8217;ve installed &#8220;Terminal Services Licensing&#8221;. By the way, this method only makes sense if you need to use Terminal Services in Application Mode, which is the one that requires licensing.</p>
<p>The idea is quite simple.</p>
<p>First, disconnect all users from the terminal. If you need to do this remotely, you can also disconnect yourself, and access the files remotely.</p>
<p>Go to %WINDIR%\system32\lserver</p>
<p>Notice the file TSLIC.edb. Rename it to tslic.old</p>
<p>In every client computer, remove the CAL TS registry keys, located at:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing</p>
<p>Restart your server.</p>
<p>Or change laptop /computer name</p>
<p>In every client computer, remove the CAL TS registry keys, located at:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing</p>
<p>Restart machine</p>
<p>When double clicking on remote desktop software for 1st time</p>
<p>Right click on remote desktop and run as administrator</p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/techie-stuff/how-to-reset-windows-terminal-services-3-month-trial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep Watching my blog&#8230; I&#8217;m watching you&#8230;</title>
		<link>http://wayneward.co.uk/linux/keep-watching-my-blog-im-watching-you/</link>
		<comments>http://wayneward.co.uk/linux/keep-watching-my-blog-im-watching-you/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 21:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[watching you]]></category>
		<category><![CDATA[wayne ward]]></category>

		<guid isPermaLink="false">http://wayneward.co.uk/?p=1326</guid>
		<description><![CDATA[here is my new gallery 3 set up ill be posting all my public albums to it]]></description>
			<content:encoded><![CDATA[<div id="attachment_1325" class="wp-caption aligncenter" style="width: 235px"><a href="http://wayneward.co.uk/wp-content/uploads/2011/10/wpid1324-P1010009.jpg"><img class="size-full wp-image-1325" title="wpid1324-P1010009.jpg" src="http://wayneward.co.uk/wp-content/uploads/2011/10/wpid1324-P1010009.jpg" alt="wardster" width="225" height="300" /></a><p class="wp-caption-text">im watchin you</p></div>
<p><a href="http://wayneward.co.uk/gallery/">here is my new gallery 3 set up ill be posting all my public albums to it </a></p>
]]></content:encoded>
			<wfw:commentRss>http://wayneward.co.uk/linux/keep-watching-my-blog-im-watching-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

