<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.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"><id>tag:blogger.com,1999:blog-37787142</id><updated>2009-11-09T14:45:40.663-01:00</updated><title type="text">does it really matter</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blogs-url.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blogs-url.blogspot.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><author><name>johnie1</name><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><link rel="self" href="http://feeds.feedburner.com/PsychoButton" type="application/atom+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-37787142.post-5587625658536212013</id><published>2008-05-22T00:33:00.001-01:00</published><updated>2008-05-22T00:35:17.106-01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="UK" /><category scheme="http://www.blogger.com/atom/ns#" term="Reality" /><category scheme="http://www.blogger.com/atom/ns#" term="TV" /><category scheme="http://www.blogger.com/atom/ns#" term="BBC" /><title type="text">Reality</title><content type="html">Television in the UK is now only for the people to stupid to use a computer.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37787142-5587625658536212013?l=blogs-url.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blogs-url.blogspot.com/feeds/5587625658536212013/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=37787142&amp;postID=5587625658536212013" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/5587625658536212013" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/5587625658536212013" /><link rel="alternate" type="text/html" href="http://blogs-url.blogspot.com/2008/05/reality.html" title="Reality" /><author><name>johnie1</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="07164417100338903612" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37787142.post-5946525223535050335</id><published>2008-05-14T16:57:00.008-01:00</published><updated>2008-05-16T01:26:14.607-01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geek" /><category scheme="http://www.blogger.com/atom/ns#" term="PortableApps.com" /><category scheme="http://www.blogger.com/atom/ns#" term="PAM" /><category scheme="http://www.blogger.com/atom/ns#" term="U3" /><category scheme="http://www.blogger.com/atom/ns#" term="truecrypt" /><category scheme="http://www.blogger.com/atom/ns#" term="USB" /><title type="text">Geek Porn (USB style)</title><content type="html">My USB thumb drive is cool. i just recently encrypted the whole thing (well 3.50GB of the 4.00GB), i had it unencrypted for a long time and i didn't install a few plugins in Portable Firefox because of this, if i had lost the drive, the finder would have had access to all me passwords (including this blogs password) as i am quite lazy and let Firefox remember all my passwords. Pidgin stores it's password file in plain text so the finder would also have had all my IM passwords, not good.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.co.uk/johnie.oneball/U3/photo#5197004366738315474"&gt;&lt;img src="http://lh6.ggpht.com/johnie.oneball/SB9378eXWNI/AAAAAAAAAWg/IKxVW91kTJ0/s800/desk1.JPG" width="600" /&gt;&lt;/a&gt;&lt;br /&gt;Desktop to begin with.&lt;br /&gt;&lt;br /&gt;The USB drive is U3 which means it pretends to be a CD when plunged in so it can autorun. i have set it to autorun a *.cmd file (XP *.bat file) so it can run a few commands. When you plug in a U3 drive there is actually two drives. the CD drive and the data drive, i installed &lt;a href="http://usb.smithtech.us/projects/applauncher.php"&gt;SmithTech App Launcher (ISO for U3 drives)&lt;/a&gt; on the "CD" drive and set it to run "Gear/jGo.cmd" on the data drive.&lt;br /&gt;&lt;br /&gt;This is jGo.cmd:&lt;div class="codeDisplay"&gt;@echo off&lt;br /&gt;&lt;br /&gt;TrueCrypt /v v /l v /m rm /a /q&lt;br /&gt;CMD /c V:\Gear\vRUN.cmd&lt;br /&gt;&lt;br /&gt;exit&lt;/div&gt;&lt;br /&gt;As you can see this runs &lt;a href="http://www.truecrypt.org/docs/?s=command-line-usage"&gt;truecrypt&lt;/a&gt; (in &lt;a href="http://www.truecrypt.org/docs/?s=traveler-mode"&gt;traveler mode&lt;/a&gt;) to mount an encrypted file called v as drive V:\ (i chose V:\ as i heard some people change all their CD drives to something like X,Y or Z so no matter how many HDs/USB keys they attach to their PC their CD letters never get messed up, V:\ seemed like a drive letter no one would choose).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.co.uk/johnie.oneball/U3/photo#5197004379623217378"&gt;&lt;img src="http://lh5.ggpht.com/johnie.oneball/SB938seXWOI/AAAAAAAAAWo/emBUI65bDl0/s800/desk2.JPG" width="600" /&gt;&lt;/a&gt;&lt;br /&gt;jGo.cmd running truecrypt which is asking for the password.&lt;br /&gt;&lt;br /&gt;Once the volume is mounted the next command runs another *.cmd file (vRUN.cmd) &lt;i&gt;on&lt;/i&gt; the V:\ drive.&lt;br /&gt;&lt;br /&gt;This is vRUN.cmd:&lt;div class="codeDisplay"&gt;@echo off&lt;br /&gt;&lt;br /&gt;rem start /wait /d "Gear\backup" bakup.exe&lt;br /&gt;start StartPortableApps.exe&lt;br /&gt;start /d "Gear\RK" RKLauncher.exe&lt;br /&gt;&lt;br /&gt;exit&lt;/div&gt;&lt;br /&gt;As you see this just runs StartPortableApps.exe (&lt;a href="http://portableapps.xrx.ca/portable-apps-menu-mod/"&gt;XrX Portable Apps Menu Mod&lt;/a&gt;) and &lt;a href="http://home.cogeco.ca/~rklauncher/"&gt;RKLauncher.exe&lt;/a&gt;, (backup.exe is remarked out, more on what that is later). i could put a lot more commands in there if i wanted. That is the good thing with running a *.cmd file as opposed to running a program (*.exe), lots of commands.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.co.uk/johnie.oneball/U3/photo#5197004444047726866"&gt;&lt;img src="http://lh4.ggpht.com/johnie.oneball/SB94AceXWRI/AAAAAAAAAXA/l6x29peUVtU/s800/desk3.JPG" width="600" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://portableapps.xrx.ca/portable-apps-menu-mod/"&gt;XrX Portable Apps Menu Mod&lt;/a&gt; running (it changes the XP wallpaper, cool) with the very nice &lt;a href="http://ptc.kain-planet.de/details.php?file=198"&gt;Moonito 01&lt;/a&gt; theme by &lt;a href="http://jorgito.deviantart.com/"&gt;jorgito&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.co.uk/johnie.oneball/U3/photo#5197004405393021170"&gt;&lt;img src="http://lh3.ggpht.com/johnie.oneball/SB93-MeXWPI/AAAAAAAAAWw/2-DfdyLJWIk/s800/desk4.JPG" width="600" /&gt;&lt;/a&gt;&lt;br /&gt;Also runs a nice little OSX like menu thing called &lt;a href="http://home.cogeco.ca/~rklauncher/"&gt;RK Launcher&lt;/a&gt; which is simple and handles &lt;a href="http://en.wikipedia.org/wiki/Path_(computing)"&gt;relative paths&lt;/a&gt; nicely.&lt;br /&gt;&lt;br /&gt;Programs used:&lt;br /&gt;&lt;a href="http://usb.smithtech.us/projects/applauncher.php"&gt;SmithTech App Launcher (ISO for U3 drives)&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.truecrypt.org/downloads.php"&gt;TrueCrypt&lt;/a&gt;&lt;br /&gt;&lt;a href="http://portableapps.xrx.ca/portable-apps-menu-mod/"&gt;XrX Portable Apps Menu Mod&lt;/a&gt;&lt;br /&gt;&lt;a href="http://home.cogeco.ca/~rklauncher/"&gt;RK Launcher&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Useful site for apps:&lt;br /&gt;&lt;a href="http://portableapps.com/"&gt;PortableApps.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.portablefreeware.com/"&gt;the Portable Freeware collection&lt;/a&gt;&lt;br /&gt;&lt;a href="http://ptc.kain-planet.de/files.php?cat=3"&gt;PortableApps Theme Central&lt;/a&gt;&lt;br /&gt;&lt;a href="http://del.icio.us/purevil/U3"&gt;my U3 del.icio.us tag&lt;/a&gt; (:&lt;br /&gt;&lt;br /&gt;The bakup.exe program that doesn't run in vRUN.cmd is interesting, is is basically a bat file that runs a few programs to swipe Windows/IM/network passwords from the PC you plugged the USB key into, and copies them to a text file, it even copies the IE/Firefox history. It is based on the &lt;a href="http://wiki.hak5.org/wiki/USB_Switchblade"&gt;USB Switchblade&lt;/a&gt; from the podcast &lt;a href="http://www.hak5.org/"&gt;Hak5&lt;/a&gt;. It is a *.exe file because there is also a shortcut to it on the PortableApps Menu, one problem i found with the PA menu is it's can't run cmd/bat files so a quick google search found &lt;a href="http://www.computerhope.com/dutil.htm"&gt;Bat_To_Exe_Converter.exe&lt;/a&gt;, name says it all.&lt;br /&gt;&lt;br /&gt;To unmount the V:\ drive i made a unmount.cmd:&lt;div class="codeDisplay"&gt;@echo off&lt;br /&gt;&lt;br /&gt;TrueCrypt /d V /q&lt;br /&gt;&lt;br /&gt;exit&lt;/div&gt;&lt;br /&gt;Once unmounted all that is left is a 3.50GB encrypted file called v, with all me stuff safe inside it. Of course this file is backed up on my desktop PC so if i ever did lose the key i just get a new one and copy it onto that.&lt;br /&gt;&lt;br /&gt;Stay safe (and secret) ^_~&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37787142-5946525223535050335?l=blogs-url.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blogs-url.blogspot.com/feeds/5946525223535050335/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=37787142&amp;postID=5946525223535050335" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/5946525223535050335" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/5946525223535050335" /><link rel="alternate" type="text/html" href="http://blogs-url.blogspot.com/2008/05/geek-porn-usb-style.html" title="Geek Porn (USB style)" /><author><name>johnie1</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="07164417100338903612" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/johnie.oneball/SB9378eXWNI/AAAAAAAAAWg/IKxVW91kTJ0/s72-c/desk1.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37787142.post-5487904889018004057</id><published>2008-05-13T23:58:00.002-01:00</published><updated>2008-05-14T00:57:42.651-01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firefox tip" /><category scheme="http://www.blogger.com/atom/ns#" term="google" /><category scheme="http://www.blogger.com/atom/ns#" term="language" /><title type="text">Different language site translations</title><content type="html">Here is a little tip i just made for getting a translation of a website you can not understand. On &lt;a href="http://translate.google.com/translate_tools?hl=en"&gt;this google page&lt;/a&gt; you can drag the "1-click translations" buttons from the page to your "Bookmarks Toolbar" to get google to translate a page in just one click.&lt;br /&gt;&lt;br /&gt;i just right-clicked on the toolbar and made a new folder, called it "trans" and dragged all the "*** to English" buttons into it. Now any site i get to i don't understand i can just click the trans folder and get a pulldown of all the languages, click the one the page is written in and google translates it, sweet (:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://picasaweb.google.com/johnie.oneball/FearOfAAverageMind/photo?authkey=bfzk_JQgjJs#5179888178939600946"&gt;&lt;img src="http://lh5.google.com/johnie.oneball/R-Ko2sHwoDI/AAAAAAAAAI4/gjnQBxTY3DU/s800/googleTip.jpg" width="700" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37787142-5487904889018004057?l=blogs-url.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blogs-url.blogspot.com/feeds/5487904889018004057/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=37787142&amp;postID=5487904889018004057" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/5487904889018004057" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/5487904889018004057" /><link rel="alternate" type="text/html" href="http://blogs-url.blogspot.com/2008/05/different-language-site-translations.html" title="Different language site translations" /><author><name>johnie1</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="07164417100338903612" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-37787142.post-2429729179252109014</id><published>2008-05-08T18:18:00.004-01:00</published><updated>2008-05-14T00:59:18.133-01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="uxtheme.dll" /><category scheme="http://www.blogger.com/atom/ns#" term="SP3" /><category scheme="http://www.blogger.com/atom/ns#" term="XP" /><category scheme="http://www.blogger.com/atom/ns#" term="Visual Styles" /><title type="text">XP, SP3, Visual Styles, uxtheme.dll</title><content type="html">Installed SP3, a bit to much backing up for my liking. After using XP for more that five minutes i think anyone with the least intelligence realizes that having the XP disk is important and alway backing-up (preferably on a external disk) everything as they are going to need to reinstall XP every few months. Everything went OK except my theme was well messed up, bugga. After trying a few things i realised SP3 replaced my patched uxtheme.dll (uxtheme.dll by default prevents users from installing themes that are not digitally signed by Microsoft). Quick Google search found &lt;a href="http://www.winmatrix.com/forums/index.php?showtopic=18059"&gt;Windows XP SP3 Patched UxTheme.dll [6.0.2900.5512]&lt;/a&gt;, downloaded, patched and everything is fine.&lt;br /&gt;&lt;br /&gt;P.S., The theme i use is the very elegant &lt;a href="http://www.gypsyspacemuffin.com/viewtopic.php?pid=10078#p10078"&gt;GSM VS&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/37787142-2429729179252109014?l=blogs-url.blogspot.com'/&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://blogs-url.blogspot.com/feeds/2429729179252109014/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=37787142&amp;postID=2429729179252109014" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/2429729179252109014" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/37787142/posts/default/2429729179252109014" /><link rel="alternate" type="text/html" href="http://blogs-url.blogspot.com/2008/05/xp-sp3-visual-styles-uxthemedll.html" title="XP, SP3, Visual Styles, uxtheme.dll" /><author><name>johnie1</name><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="07164417100338903612" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry></feed>
