<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-21416954</id><updated>2012-02-16T08:26:02.138-07:00</updated><title type='text'>Pete's Tech Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-21416954.post-3144116264463940157</id><published>2011-03-10T10:57:00.032-07:00</published><updated>2011-03-10T12:23:09.824-07:00</updated><title type='text'>How to setup site blocking and url redirection with Mikrotik</title><content type='html'>It's actually pretty easy to setup site blocking and url redirection with a Mikrotik router.  In this post I will assume that you already have a Mikrotik router setup with NAT, DHCP and all the basic stuff.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;The first thing you have to do is setup a transparent proxy&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Setup the web proxy&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;code&gt; &lt;span class="Apple-style-span"&gt;/ip proxy set enabled=yes src-address=0.0.0.0 port=8080 parent-proxy=0.0.0.0 parent-prox&lt;/span&gt;&lt;span class="Apple-style-span"&gt;y-port=0 cache-administrator="youremail@infowest.com" max-cache-size=none cache-on-disk=no max-client-connections=700 max-server-con&lt;/span&gt;nections=700 max-fresh-time=2d always-from-cache=no cache-hit-dscp=4 serialize-connections=no&lt;/code&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Make it transparent&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;code&gt; &lt;span class="Apple-style-span"&gt;/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=192.168.100.1 to-ports=8080&lt;/span&gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Substitute 192.168.100.1 with your router's LAN IP.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-CYfVuy8gn7Q/TXkb__GvjbI/AAAAAAAAAAM/dDUBaGl996Y/s1600/mtik_web_proxy.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="" border="0" height="588" id="BLOGGER_PHOTO_ID_5582523999187865010" src="http://2.bp.blogspot.com/-CYfVuy8gn7Q/TXkb__GvjbI/AAAAAAAAAAM/dDUBaGl996Y/s640/mtik_web_proxy.png" style="float: right; height: 294px; margin-bottom: 10px; margin-left: 10px; margin-right: 0px; margin-top: 0px; width: 320px;" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;Now make sure the proxy is working.  You shouldn't notice anything different about how the internet works for the clients connected to the router.  In winbox, go to IP&amp;gt;Web Proxy and click on the connections tab.  You will see a list of connections there as client devices access internet resources.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you are setting this up remotely you can set your browser to use the Mikrotik router's WAN IP as it's proxy server.  If everything is setup correctly you should be able to browse the internet normally using the Mikrotik as your proxy server.  This should raise all sorts of red flags for many of you, but don't worry, we'll lock it down later.  :)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Now we can start blocking stuff&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This will block everything on somehdmoviesite.com&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;code&gt; &lt;span class="Apple-style-span"&gt;/ip proxy access add dst-host=*.somehdmoviesite.com action=deny&lt;/span&gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This will block only the video directory on somehdmoviesite.com&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;code&gt; &lt;span class="Apple-style-span"&gt;/ip proxy access add dst-host=*.somehdmoviesite.com path=/video/* action=deny&lt;/span&gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This will redirect any requests for anything on somehdmoviesite.com to infowest.com&lt;/div&gt;&lt;blockquote&gt;&lt;code&gt;&lt;br /&gt;/ip proxy access add dst-host=*.somehdmoviesite.com action=deny redirect-to=infowest.com&lt;br /&gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;You can see that there are a lot of options here.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Lock it down&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now that we are done blocking sites and we know it's all working we can lock the web proxy down so that it won't be an open proxy that anyone in the world could use.&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;code&gt; &lt;span class="Apple-style-span"&gt;/ip firewall filter add chain=input in-interface=ether1-gateway src-address=0.0.0.0/0 protocol=tcp dst-port=8080 action=drop&lt;/span&gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Substitute ether1-gateway for the name of the WAN interface on your Mikrotik.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-3144116264463940157?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/3144116264463940157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=3144116264463940157' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/3144116264463940157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/3144116264463940157'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2011/03/how-to-setup-site-blocking-and-url.html' title='How to setup site blocking and url redirection with Mikrotik'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-CYfVuy8gn7Q/TXkb__GvjbI/AAAAAAAAAAM/dDUBaGl996Y/s72-c/mtik_web_proxy.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-7774486931112547584</id><published>2008-04-29T11:35:00.000-06:00</published><updated>2008-04-29T11:57:49.306-06:00</updated><title type='text'>Hardy Haron Upgrade Difficulties</title><content type='html'>I upgraded my ubuntu 7.10 to 8.04 yesterday and I ran into a few snags.  First of all the number pad on my keyboard wasn't working.  That problem was easy to fix.  I just had to uncheck "Allow to control the pointer using the keyboard" on the 'Mouse Keys' tab in System-&gt;Preferences-&gt;Keyboard.&lt;br /&gt;&lt;br /&gt;The second problem was that I didn't have an internet connection.  I could ping my gateway and I was getting dns, but I could not ping ip's or names on the internet.  Oddly my VirtualBox virtual machines were online and I was able to browse the net on them without any problems.&lt;br /&gt;&lt;br /&gt;I have yet to get this problem completely fixed, but I have found a workaround.  I use bridged network adapters for my virtual machines, so I have a bridge setup that only includes eth0 and I have two VirtualBox adapters setup.&lt;br /&gt;&lt;br /&gt;First I had to remove the virtualbox adapters&lt;br /&gt;  VBoxDeleteIF vbox0&lt;br /&gt;  VBoxDeleteIF vbox1&lt;br /&gt;&lt;br /&gt;Next I had to remove the bridge (br0) by editing the /etc/network/interfaces file to look like this:&lt;br /&gt;  auto lo&lt;br /&gt;  iface lo inet loopback&lt;br /&gt;&lt;br /&gt;  auto eth0&lt;br /&gt;  iface eth0 inet dhcp&lt;br /&gt;&lt;br /&gt;After making that change I had to reboot (/etc/init.d/networking restart wasn't enough for some reason)&lt;br /&gt;&lt;br /&gt;When everything had booted back up I changed /etc/network/interfaces back to this:&lt;br /&gt;  auto lo&lt;br /&gt;  iface lo inet loopback&lt;br /&gt;&lt;br /&gt;  auto br0&lt;br /&gt;  iface br0 inet dhcp&lt;br /&gt;    bridge_ports eth0&lt;br /&gt;&lt;br /&gt;I saved the file and ran /etc/init.d/networking restart&lt;br /&gt;&lt;br /&gt;Finally I recreated the VirtualBox adapters&lt;br /&gt;  VBoxAddIF vbox0 pete br0&lt;br /&gt;  VBoxAddIF vbox1 pete br0&lt;br /&gt;&lt;br /&gt;Everything worked after doing all of this, but if I restart I have to redo everything! :(  I hope to find a fix or at least a better workaround for this problem soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-7774486931112547584?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/7774486931112547584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=7774486931112547584' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/7774486931112547584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/7774486931112547584'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2008/04/hardy-haron-upgrade-difficulties.html' title='Hardy Haron Upgrade Difficulties'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-8393080879159605408</id><published>2008-01-08T08:01:00.001-07:00</published><updated>2008-03-17T08:08:30.182-06:00</updated><title type='text'>Changing the default runlevel in Ubuntu Server 7.10</title><content type='html'>It appears that in the most recent versions of Ubuntu upstart has replaced inittab as the mechanism used to change the default runlevel and to start and stop services at boot up and shutdown.&lt;br /&gt;&lt;br /&gt;When I installed Ubuntu Server 7.10 the default runlevel was set to 'S' (single user).  The single user runlevel isn't very useful with a server as it doesn't start any services on boot up.  I needed sshd and httpd among other services to start on boot up.  After a time consuming consultation with google I finally figured out how to change the default runlevel.  I don't know that this is the best way to do it, but it worked for me.&lt;br /&gt;&lt;br /&gt;Basically all I had to do was edit /etc/event.d/rc-default and change the occurances of 'telinit S' to 'telinit 5'&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-8393080879159605408?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/8393080879159605408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=8393080879159605408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/8393080879159605408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/8393080879159605408'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2008/01/chaning-default-runlevel-in-ubuntu.html' title='Changing the default runlevel in Ubuntu Server 7.10'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-7528865038589774821</id><published>2007-12-21T10:30:00.000-07:00</published><updated>2007-12-21T10:52:02.286-07:00</updated><title type='text'>PANIC: CPU too old for this kernel</title><content type='html'>I just installed ubuntu 7.10 server on a Virtualbox machine and when I tried to boot it for the first time I got this error, "Panic: CPU too old for this kernel"&lt;br /&gt;&lt;br /&gt;Apparently &lt;a href="http://virtualbox.org/ticket/212" target="_blank"&gt;Virtualbox does not support guest PAE.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To fix it I had to boot up to the install cd and go into "rescue a broken system".  After going through some hardware detection steps I finally got shell access.  From there I ran "apt-get update" and "apt-get install linux-generic" to install the generic linux kernel.  After rebooting I had to press the 'Esc' key to get the grub boot menu list.  From there I was able choose to boot using the generic kernel.  After booting up I modified the /boot/grub/menu.lst file so that it boots using the generic kernel by default.&lt;span style=""&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-7528865038589774821?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/7528865038589774821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=7528865038589774821' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/7528865038589774821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/7528865038589774821'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2007/12/panic-cpu-too-old-for-this-kernel.html' title='PANIC: CPU too old for this kernel'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-115531917221326395</id><published>2006-08-11T11:51:00.000-06:00</published><updated>2006-08-11T11:59:32.530-06:00</updated><title type='text'>windows update blank screen</title><content type='html'>I ran into a strange problem today and after a lot of digging I found a solution.&lt;br /&gt;&lt;br /&gt;I was working on a computer that couldn't open the windows update web site.  It would just get a blank screen.   I also found that I was not able to login to hotmail and I couldn't insert pictures in Outlook Express.  The user accounts utility in the control panel would also give me a blank screen.&lt;br /&gt;&lt;br /&gt;I tried many different things to fix these problems.  In the end I found that installing &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c717d943-7e4b-4622-86eb-95a22b832caa&amp;amp;DisplayLang=en"&gt;Windows script 5.6&lt;/a&gt; fixed everything.&lt;br /&gt;&lt;br /&gt;I hope I can save someone all of the trouble I went through to fix this problem. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-115531917221326395?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/115531917221326395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=115531917221326395' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/115531917221326395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/115531917221326395'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2006/08/windows-update-blank-screen.html' title='windows update blank screen'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-113813474451096880</id><published>2006-01-24T13:32:00.000-07:00</published><updated>2006-01-24T13:36:26.506-07:00</updated><title type='text'>Firefox 2.0 Features!</title><content type='html'>From the developer's own blog: New Bookmarks and History, Tabbed Browsing Enhancements, Improved Basic Content Type Handling, Web Search, Visual Uplift, Inline Spell Check and more!  Check out the post for more detail...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://weblogs.mozillazine.org/ben/archives/009607.html"&gt;read more&lt;/a&gt; | &lt;a href="http://digg.com/software/Firefox_2.0_Features_"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-113813474451096880?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/113813474451096880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=113813474451096880' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113813474451096880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113813474451096880'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2006/01/firefox-20-features.html' title='Firefox 2.0 Features!'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-113812602371932391</id><published>2006-01-24T11:07:00.000-07:00</published><updated>2006-01-24T13:37:16.430-07:00</updated><title type='text'>Random Facts About JACK BAUER</title><content type='html'>This is awsome.  It's kind of like random facts about Chuck Norris, but better. :)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.astrochimp.com/2006/01/18/random-facts-aboutjack-bauer/"&gt;read more&lt;/a&gt; | &lt;a href="http://digg.com/links/Random_Facts_About_JACK_BAUER"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-113812602371932391?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/113812602371932391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=113812602371932391' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113812602371932391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113812602371932391'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2006/01/random-facts-about-jack-bauer.html' title='Random Facts About JACK BAUER'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-113806876256724204</id><published>2006-01-23T19:12:00.000-07:00</published><updated>2006-01-23T19:12:42.570-07:00</updated><title type='text'>Lumenlab Projector! Bringing Light To The World.</title><content type='html'>The community at Lumenlab has been helping people create low cost high resolution projectors for years.With recent advances and new bulbs coming to light, these DIY projectors are becoming possible, and may soon seriously rival commercial projectors, if they do not already today.Pictures http://www.lumenlab.com/forums/index.php?showforum=3&lt;br/&gt;&lt;br/&gt;&lt;a href="http://207.44.154.157"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/mods/Lumenlab_Projector_Bringing_Light_To_The_World."&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-113806876256724204?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/113806876256724204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=113806876256724204' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113806876256724204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113806876256724204'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2006/01/lumenlab-projector-bringing-light-to.html' title='Lumenlab Projector! Bringing Light To The World.'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-113806828998690789</id><published>2006-01-23T19:04:00.000-07:00</published><updated>2006-01-23T19:04:49.990-07:00</updated><title type='text'>New Linux-powered media center introduced</title><content type='html'>"The new Linux-powered set-top digital media center from Video Without Boundaries combines a PVR (personal video recorder) with multimedia functions. It has a built-in 200 GB hard drive a suggested list price of $1250."&lt;br/&gt;&lt;br/&gt;&lt;a href="http://www.technologynews.info/016913.html"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/linux_unix/New_Linux-powered_media_center_introduced"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-113806828998690789?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/113806828998690789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=113806828998690789' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113806828998690789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113806828998690789'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2006/01/new-linux-powered-media-center.html' title='New Linux-powered media center introduced'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21416954.post-113806774496426212</id><published>2006-01-23T18:55:00.000-07:00</published><updated>2006-01-23T18:55:44.966-07:00</updated><title type='text'>Run a web server from your phone</title><content type='html'>Nokia is testing the possibilities of running web server technology on mobile phones. This could change the way we think about the web.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://research.nokia.com/research/software/mobile-web-server/index.html"&gt;read more&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://digg.com/software/Run_a_web_server_from_your_phone"&gt;digg story&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21416954-113806774496426212?l=cedartech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cedartech.blogspot.com/feeds/113806774496426212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21416954&amp;postID=113806774496426212' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113806774496426212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21416954/posts/default/113806774496426212'/><link rel='alternate' type='text/html' href='http://cedartech.blogspot.com/2006/01/run-web-server-from-your-phone.html' title='Run a web server from your phone'/><author><name>Pete</name><uri>http://www.blogger.com/profile/04063049668399521617</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
