<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8824905977334320061</atom:id><lastBuildDate>Sun, 15 Sep 2024 02:28:52 +0000</lastBuildDate><category>Portable</category><category>USB</category><category>Alternative</category><category>Pidgin</category><category>IM</category><category>Music</category><category>DOS</category><category>Do</category><category>Encryption</category><category>Meebo</category><category>Mozilla</category><category>Extraction</category><category>FireFox</category><category>Launcher</category><category>Miranda</category><category>Prism</category><category>PuTTY</category><category>SSH</category><category>Standalone</category><category>Telnet</category><category>Updates</category><category>Web Runner</category><category>Wiki</category><category>batch file</category><category>Aspell</category><category>BBLean</category><category>BlackBox</category><category>Browser</category><category>Console</category><category>Don&#39;t</category><category>Frontend</category><category>GAIM</category><category>HTTPS</category><category>IF</category><category>IRC</category><category>Jabber</category><category>KVIrc</category><category>Mail</category><category>Maxthon</category><category>Menu</category><category>Multi</category><category>Net Radio</category><category>OTR</category><category>Psi</category><category>SSL</category><category>Shell</category><category>Technical Delays</category><category>Thunderbird</category><category>TiddlyWiki</category><category>Trillian</category><category>Video</category><category>WebDesktop/OS</category><category>Winamp</category><category>Winamp5</category><category>nPOP</category><category>pstart</category><title>Secure Portability</title><description>Portable Apps, Smarter Browsing, USB friendly software, etc. A feed to offer up some advice. Updated regularly.</description><link>http://portabilly-tea.blogspot.com/</link><managingEditor>noreply@blogger.com (Echo Error)</managingEditor><generator>Blogger</generator><openSearch:totalResults>41</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-5469556897936628181</guid><pubDate>Fri, 18 Apr 2008 20:29:00 +0000</pubDate><atom:updated>2008-04-18T13:35:38.541-07:00</atom:updated><title>I would post a &quot;how to&quot; here</title><description>After testing the &lt;a href=&quot;http://enigmail.mozdev.org/home/index.php&quot;&gt;Enigmail&lt;/a&gt; extension for &lt;a href=&quot;http://portabilly-tea.blogspot.com/search/label/Thunderbird&quot;&gt;Thunderbird&lt;/a&gt; I&#39;ve found that even though the documentation says it does, Enigmail doesn&#39;t support relative path when it comes to calling GPG.exe. I&#39;ll try and hammer things out with Compreg.dat to see if I can make a manual fix, but I won&#39;t make any promises.</description><link>http://portabilly-tea.blogspot.com/2008/04/i-would-post-how-to-here.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-6321915547232020539</guid><pubDate>Fri, 18 Apr 2008 20:10:00 +0000</pubDate><atom:updated>2008-04-18T13:29:01.820-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">batch file</category><category domain="http://www.blogger.com/atom/ns#">Psi</category><category domain="http://www.blogger.com/atom/ns#">SSL</category><title>Something for Psi Users</title><description>For those that use the old ssl certs to connect to connect to your favorite jabber server I dusted off this old batch script that creates ssl certs in the xml format required for &lt;a href=&quot;http://psi-im.org/&quot;&gt;Psi&lt;/a&gt;. I found it after looking around the &lt;a href=&quot;http://psi-im.org/wiki/SSL_Certificates_%28QCA1%29&quot;&gt;Psi-wiki&lt;/a&gt; for a how to on making certificates since the main xml cert file didn&#39;t have one for the server i used at the time. I adapted it from a bash script, and this worked just fine for me. I tested it last night and it still works just like it should.&lt;br /&gt;&lt;br /&gt;Please not that %1 is for the server name and %2 is for the port number.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;ECHO ^&lt;store^&gt;&gt;&gt;%1.xml&lt;br /&gt;ECHO ^&lt;certificate^&gt;&gt;&gt;%1.xml&lt;br /&gt;ECHO ^&lt;data^&gt;&gt;&gt;%1.xml&lt;br /&gt;::# Get server certificate.  Convert to x509.  Strip out lines&lt;br /&gt;openssl s_client -connect %1:%2 | openssl x509 -outform DER | openssl enc -a -A &gt;&gt;%1.xml&lt;br /&gt;ECHO ^&lt;^/store^&gt;&gt;&gt;%1.xml&lt;br /&gt;ECHO ^&lt;^/certificate^&gt;&gt;&gt;%1.xml&lt;br /&gt;ECHO ^&lt;^/data^&gt;&gt;&gt;%1.xml&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;This script even adds in the tags needed for the xml-ssl certificate format used by PSI.</description><link>http://portabilly-tea.blogspot.com/2008/04/something-for-psi-users.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-994729479236630822</guid><pubDate>Thu, 03 Apr 2008 04:43:00 +0000</pubDate><atom:updated>2008-04-02T22:07:44.229-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Do</category><category domain="http://www.blogger.com/atom/ns#">Pidgin</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><title>Pidgin and GTK bookmarks</title><description>If you haven&#39;t noticed, Pidgin in the portable variety doesn&#39;t account for the gtk bookmarks.&lt;br /&gt;After some obvious tests I thought, &quot;Sure, why not?&quot; and decided to see what would happen should I change the %userprofile% environment variable. I took the easy way out and ran it through Pstart, but if you wanted to use a batch file you could set it up just as well...&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SET USERPROFILE=\theGTK&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;And you can substitute &quot;\theGTK&quot; for whatever you please. Even the location of your .purple directory. Just make sure to use relative paths.</description><link>http://portabilly-tea.blogspot.com/2008/04/pidgin-and-gtk-bookmarks.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-8529674511971825384</guid><pubDate>Mon, 31 Mar 2008 16:35:00 +0000</pubDate><atom:updated>2008-03-31T12:06:22.268-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Do</category><category domain="http://www.blogger.com/atom/ns#">Encryption</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><title>TrueCrypt</title><description>In case you didn&#39;t know about it or wondered if it could be done, yes, you can have a virtual encrypted drive at your disposal. &lt;a href=&quot;http://www.truecrypt.org/&quot;&gt;TrueCrypt&lt;/a&gt; can not only make a virtual encrypted disk, but can encrypt an entire partition and or disk. I haven&#39;t tested the preboot capabilities yet, note that, YET. But I am using it to store documents(essays, powerpoints, etc) and the like. I&#39;m really impressed by it despite a rather large drawback, you need Administrator rights to install the drivers for mounting a volume. Regardless it works for home systems as well as for portable use as you can name the drivers anything so as to make for good camouflage. And even more you have the option to extract rather than install the program so you can run it from a USB device. I&#39;m very please with how easy it is to use, with multiple options for an added level of security. And in case I forgot to mention this, it&#39;s free. So if you have anything you don&#39;t want others to have easy access to, this would be a good solution to keeping private data private.</description><link>http://portabilly-tea.blogspot.com/2008/03/truecrypt.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-6366651683658119302</guid><pubDate>Fri, 28 Mar 2008 21:32:00 +0000</pubDate><atom:updated>2008-03-28T17:41:38.772-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">Browser</category><category domain="http://www.blogger.com/atom/ns#">WebDesktop/OS</category><title>Web Desktop/OS Pt.1</title><description>I&#39;ve been looking at a couple Web Desktops/OS&#39;s such as EyeOS, BrowserOS(from iCUBE), YouOS, Desktop Two, and so on. This is going to be a series of round ups so look for more on this subject in the future.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://eyeos.org/&quot;&gt;EyeOS&lt;/a&gt; is good if you have a copy downloaded to a home machine and are running it with Apache and PHP, with the Office dependencies it requires to handle office applications. And your connection to your home machine has restricted access to only a set number of domains and is access over an https connection. So I&#39;d vote no unless your willing to do all the work it takes to set that up. There is a demo you can if you want to try before signing up for free.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.oos.cc/&quot;&gt;BrowserOS&lt;/a&gt; looks good, but it lacks applications at the moment. What I&#39;d like to see in it would be a console similar to BASH or dos. Call me old fashioned for wanting that, but most of my best works come from the command line. This is for the Office outside of the office.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.youos.com/html/&quot;&gt;YouOS&lt;/a&gt;: While YouOS has a console, the interface is somewhat awkward, as though the devs wanted to have a tie in between a Mac and Windows 95. There is a slew of Apps being developed for YouOS, but you&#39;d have to sit and sort through hundreds of apps to find the ones you want. There isn&#39;t much in terms of Office documents aside from a rich text editor. But the login interface is in https, so there is more security in keeping your password from being snagged. This has some great potential for improvement and I can&#39;t wait to see what they can pull out this year.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://desktoptwo.com/&quot;&gt;DesktopTwo&lt;/a&gt; has a petty interface but has a builtin ad-widget you cannot hide from your desktop(but on the bright-side it does stay at the bottom now). It has an office suite, MP3 player, blog, webpage, email(w/pop), IM software(use Meebo instead), message boards, etc. It&#39;s currently in the beta phase of development so you can&#39;t expect much. for now. I&#39;d advise against it for now until the information on the site is arranged better.&lt;br /&gt;&lt;br /&gt;Final Answer, YouOS. The interface may not be the prettiest, but it&#39;ll get the job done.</description><link>http://portabilly-tea.blogspot.com/2008/03/web-desktopos.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-8151919943703827091</guid><pubDate>Wed, 12 Mar 2008 19:13:00 +0000</pubDate><atom:updated>2008-03-12T14:44:45.272-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Console</category><category domain="http://www.blogger.com/atom/ns#">DOS</category><category domain="http://www.blogger.com/atom/ns#">pstart</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>Take your scripts and commandline apps with you</title><description>Interesting thing about environment variables. They can be temporarily altered on a program by program basis. Dos prompts are a fine example of this. And with a program like &lt;a href=&quot;http://sourceforge.net/projects/console/&quot;&gt;Console&lt;/a&gt; you can wrap up a nifty tweak to the %PATH% variable.&lt;br /&gt;Assuming you have your batches and console apps in one directory(\Data\bin\) you can run a script that would look like this...&lt;br /&gt;&lt;code&gt;&lt;br /&gt;:: Pulls drive letter from CD root variable&lt;br /&gt;:: %CD:~0,1%&lt;br /&gt;:: Does a string operation then assigns&lt;br /&gt;@IF %CD:~0,1% EQU D SET USBroot=D:&lt;br /&gt;@IF %CD:~0,1% EQU E SET USBroot=E:&lt;br /&gt;@IF %CD:~0,1% EQU F SET USBroot=F:&lt;br /&gt;@IF %CD:~0,1% EQU G SET USBroot=G:&lt;br /&gt;@IF %CD:~0,1% EQU H SET USBroot=H:&lt;br /&gt;@PATH=%USBroot%\Data\Bin;%Path%&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;This batch script if ran from console on a usb drive will pull the drive letter from the %CD% environment variable, and through a series of IF statements will set the drive letter based on %USBroot%&lt;br /&gt;&lt;br /&gt;Modify the code to suit your USB drives folder hierarchy. And start Console with the following commandline switches:&lt;br /&gt;&lt;code&gt;Console.exe -c &quot;/k \Data\Bin\Drive.bat&amp;amp;CD \&quot;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Which will run the batch script and then bring you to the root directory of the USB drive. If you have Pstart to launch console for you, you&#39;ll have to do things this way as well. I tried but apparently regular expressions are not performed by Pstart for setting environment variables. And the %pdrive% variable only works in the general and advanced tabs. But mind not, this is a great fix to a problem that wasn&#39;t really that complicated anyway.&lt;br /&gt;Just a not I didn&#39;t use Console2(beta), if you do it should be just as easy for you to set it as well.</description><link>http://portabilly-tea.blogspot.com/2008/03/take-your-scripts-and-commandline-apps.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-3273156224735495154</guid><pubDate>Wed, 09 Jan 2008 23:46:00 +0000</pubDate><atom:updated>2008-01-09T14:45:31.850-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">IM</category><category domain="http://www.blogger.com/atom/ns#">Jabber</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><title>Coccinella IS Portable</title><description>&lt;a href=&quot;http://coccinella.im/&quot;&gt;Coccinella&lt;/a&gt; is a Jabber client with a builtin Whiteboard(used to go by that name) and has VoIP features optional. A recent update made this client portable with a simple preference option. Once checked the data is saved in a folder(Coccinella-prefs) outside of the Application folder.&lt;br /&gt;/App&lt;br /&gt;/Data&lt;br /&gt;Get the idea now? Back to the subject.&lt;br /&gt;And to make the portable feature easier to use, it comes in a nifty little zip file. Either grab the build with VoIP or the one without. I&#39;d rather use &lt;a href=&quot;http://portabilly-tea.blogspot.com/2007/11/meebo-makes-more-updates.html&quot;&gt;Meebo&lt;/a&gt; for voice communication over the web anyway. In this case it&#39;s for those who have managed to migrate completely to Jabber and somehow convinced their contacts to follow too. I should mention the new update also comes with a sleek black skin.</description><link>http://portabilly-tea.blogspot.com/2007/01/coccinella-is-portable.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-6429493165349473856</guid><pubDate>Wed, 09 Jan 2008 21:57:00 +0000</pubDate><atom:updated>2008-04-02T22:03:00.375-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">batch file</category><category domain="http://www.blogger.com/atom/ns#">Pidgin</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">Updates</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>Pidgin Portable, Again</title><description>I added in a few minor changes to make the process more automatic for users upgrading their copy of Pidgin.&lt;br /&gt;Not only that but I made the process faster be only overwriting old files and dropped the number of exclude files.&lt;br /&gt;Don&#39;t Worry I&#39;ll have some interesting info to report on PortableTor soon.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;::2 point &quot;oh snap&quot;&lt;br /&gt;::First things first. I&#39;m in UR Echo, dumping my excludes.&lt;br /&gt;Echo \perlmod\ &gt;Exclude1&lt;br /&gt;Echo \locale\ &gt;Exclude2&lt;br /&gt;Echo Pidgin.exe &gt;&gt;Exclude1&lt;br /&gt;Echo pidgin-uninst.exe &gt;&gt;Exclude1&lt;br /&gt;Echo perl.dll &gt;&gt;Exclude1&lt;br /&gt;Echo tcl.dll &gt;&gt;Exclude1&lt;br /&gt;:: Base dirs&lt;br /&gt;MKDIR Programs&lt;br /&gt;MKDIR Programs\Pidgin\&lt;br /&gt;MKDIR Programs\GTK\&lt;br /&gt;:: Pidgin Lines&lt;br /&gt;MKDIR Programs\Pidgin\pixmaps\&lt;br /&gt;MKDIR Programs\Pidgin\sounds\&lt;br /&gt;:: Went with XCOPY instead :p&lt;br /&gt;XCOPY &quot;C:\Program Files\Pidgin\Pidgin.exe&quot; &quot;Programs\Pidgin\Pidgin-portable.exe&quot; /D /H /G /Y&lt;br /&gt;XCOPY &quot;C:\Program Files\Pidgin\*.*&quot; &quot;Programs\Pidgin\&quot; /D /E /H /G /EXCLUDE:Exclude1+Exclude2 /Y&lt;br /&gt;:: REN Programs\Pidgin\Pidgin.exe Pidgin-portable.exe (got in the way)&lt;br /&gt;:: Excluding TCL and Perl dlls&lt;br /&gt;:: /Pidgin lines&lt;br /&gt;&lt;br /&gt;:: GTK lines &quot;C:\Program Files\Common Files\GTK\2.0&quot;&lt;br /&gt;MKDIR Programs\GTK\&lt;br /&gt;MKDIR Programs\GTK\bin\&lt;br /&gt;MKDIR Programs\GTK\etc\&lt;br /&gt;MKDIR Programs\GTK\lib\&lt;br /&gt;MKDIR Programs\GTK\share\&lt;br /&gt;XCOPY &quot;C:\Program Files\Common Files\GTK\2.0\bin\*.*&quot; &quot;Programs\GTK\bin\&quot; /D /E /H /G /Y&lt;br /&gt;XCOPY &quot;C:\Program Files\Common Files\GTK\2.0\etc\*.*&quot; &quot;Programs\GTK\etc\&quot; /D /E /H /G /Y&lt;br /&gt;XCOPY &quot;C:\Program Files\Common Files\GTK\2.0\lib\*.*&quot; &quot;Programs\GTK\lib\&quot; /D /E /H /G /EXCLUDE:Exclude2 /Y&lt;br /&gt;XCOPY &quot;C:\Program Files\Common Files\GTK\2.0\share\*.*&quot; &quot;Programs\GTK\share\&quot; /D /E /H /G /Y&lt;br /&gt;:: /GTK lines&lt;br /&gt;Del Exclude1&lt;br /&gt;Del Exclude2&lt;br /&gt;&lt;br /&gt;:: Plus Aspell&lt;br /&gt;&lt;br /&gt;:: Aspell lines&lt;br /&gt;MKDIR Programs\Aspell\bin&lt;br /&gt;MKDIR Programs\Aspell\data&lt;br /&gt;MKDIR Programs\Aspell\dict&lt;br /&gt;XCOPY &quot;C:\Program Files\Aspell\bin\Aspell-15.dll&quot; &quot;Programs\Aspell\bin\&quot; /D /H /G /Y&lt;br /&gt;XCOPY &quot;C:\Program Files\Aspell\data\*.*&quot; &quot;Programs\Aspell\data\&quot; /D /E /H /G /Y&lt;br /&gt;XCOPY &quot;C:\Program Files\Aspell\dict\*.*&quot; &quot;Programs\Aspell\dict\&quot; /D /E /H /G /Y&lt;br /&gt;:: /Aspell lines&lt;br /&gt;:: Using /D for xcopy to speed things up.&lt;br /&gt;&lt;/code&gt;</description><link>http://portabilly-tea.blogspot.com/2008/01/pidgin-portable-again.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-1788125581257616301</guid><pubDate>Mon, 07 Jan 2008 18:16:00 +0000</pubDate><atom:updated>2008-01-07T10:19:24.279-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Technical Delays</category><title>Holiday Vaction</title><description>Please Bear with us, the holidays can be a taxing time. I promise to have some posts our soon.&lt;br /&gt;&lt;br /&gt;Echo</description><link>http://portabilly-tea.blogspot.com/2008/01/holiday-vaction.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-8954654670104120739</guid><pubDate>Mon, 03 Dec 2007 16:27:00 +0000</pubDate><atom:updated>2007-12-03T05:19:02.039-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Encryption</category><category domain="http://www.blogger.com/atom/ns#">IM</category><category domain="http://www.blogger.com/atom/ns#">OTR</category><category domain="http://www.blogger.com/atom/ns#">Pidgin</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><title>Plugins for Pidgin and certifiably portable</title><description>Two plugins for pidgin that are both portable. Even though it seems obvious to me, maybe I should explain that they are as portable as the program that they were designed for.&lt;br /&gt;&lt;br /&gt;Pidgin Off The Record(OTR).&lt;br /&gt;Pidgin Encryption.&lt;br /&gt;&lt;br /&gt;Pidgin OTR stores keys in the profile directory whereas Pidgin Encryption give you a choice to store them in the profile or elsewhere. PE also lets you choose the size(512-4096) of your keys as well. PE will of course automatically generate keys for accounts that already exist where as OTR requires manual generation. Both are good. Just a matter if you want AES or RSA as your means of encryption.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://pidgin-encrypt.sourceforge.net/&quot;&gt;Pigin Encryption&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.cypherpunks.ca/otr/&quot;&gt;Pidgin OTR&lt;/a&gt;</description><link>http://portabilly-tea.blogspot.com/2007/12/plugins-for-pidgin-and-certifiably.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-2311701908853155464</guid><pubDate>Sun, 02 Dec 2007 22:51:00 +0000</pubDate><atom:updated>2009-09-21T11:06:00.764-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">BBLean</category><category domain="http://www.blogger.com/atom/ns#">BlackBox</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">Shell</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>Alternate shell from your USB</title><description>&lt;a href=&quot;http://blackboxwm.sourceforge.net/&quot;&gt;BlackBox&lt;/a&gt; is an alternate shell some of you have probably seen on Linux distros. But it has a port for windows. There are a few variants for &lt;a href=&quot;http://www.bb4win.org/news.php&quot;&gt;Blackbox for windows(BB4W)&lt;/a&gt; as well. And best of all, they are to the best of my knowledge portable. Even though they are portable you have the option of full installation. It&#39;s fast, lightweight, minimalistic, and even though it was designed to be fast and not pretty you can have that too. If you don&#39;t like the styles that came with Blackbox or the flavor you downloaded you can always hit up &lt;a href=&quot;http://www.boxshots.org/&quot;&gt;BoxShots&lt;/a&gt; to see more or even make your own.&lt;br /&gt;
&lt;br /&gt;
My Flavor of choice is BBLean, because I can drag and drop wallpapers to my desktop. Now I&#39;m sure those of you who have tried running Blackbox from your USB or tested it without installing noticed there were some minor features you couldn&#39;t use without installing(or so you first thought). Ditto. Like how some icons never show up in the tray, I have a shortcut for you.&lt;br /&gt;
&lt;br /&gt;
1.Three finger Salute Ctr+Alt+Del , This brings up task manager&lt;br /&gt;
2. Kill the Process Tree for Explorer.exe&lt;br /&gt;
3. From the task manager, start a new task:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
[path-to-blackbox]\Blackbox.exe&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
4. Presto, you&#39;re running Blackbox without installing and your BlackBox tray now loads all icons.&lt;br /&gt;
&lt;br /&gt;
With this you can have BBLean running portable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://bb4win.sourceforge.net/bblean/&quot;&gt;BBLean&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.bb4win.org/&quot;&gt;BlackBox for Windows&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://blackboxwm.sourceforge.net/&quot;&gt;BlackBox Wiki @ Sourceforge&lt;/a&gt;&lt;br /&gt;
&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;</description><link>http://portabilly-tea.blogspot.com/2007/12/alternate-shell-from-your-usb.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-3363490697796300605</guid><pubDate>Fri, 30 Nov 2007 20:00:00 +0000</pubDate><atom:updated>2007-11-30T12:45:16.497-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">Encryption</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">Standalone</category><category domain="http://www.blogger.com/atom/ns#">Wiki</category><title>Another Portable Wiki</title><description>StickWiki is a small lightweight portable wiki that is standalone and operates from a single xhtml file. It offers AES encryption as well. It isn&#39;t that large and has built in documentation for making and adding pages, links, etc. It certainly has a different approach compared to &lt;a href=&quot;http://portabilly-tea.blogspot.com/2007/09/small-portable-wikis.html&quot;&gt;TiddlyWiki&lt;/a&gt; in terms of function and interface. I recommend this as an alternative to TiddlyWiki, if not for the encryption features.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://stickwiki.sourceforge.net/&quot;&gt;Wiki on a Stick!&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://sourceforge.net/projects/stickwiki&quot;&gt;StickWiki Project page @ sourceforge&lt;/a&gt;</description><link>http://portabilly-tea.blogspot.com/2007/11/another-portable-wiki.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-5584698555298046998</guid><pubDate>Fri, 30 Nov 2007 16:26:00 +0000</pubDate><atom:updated>2007-11-30T12:45:56.544-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Music</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>Sound Player Litlith</title><description>This is a nice little music player I use and have used for more than two years now.  It has support for MP3, OggVorbis, And WMA. It has a skinnable interface, can normalize mp3&#39;s, cross fade, etc.&lt;br /&gt;I&#39;ve tested it on my own USB device and I can say it is portable. The settings and default playlist are saved in the application folder. The interface is skinable and even though the program is mostly in Japanese the interface is obvious enough to figure out and some features are explained in in skin in english.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.project9k.jp/&quot;&gt;Project9k&lt;/a&gt;</description><link>http://portabilly-tea.blogspot.com/2007/11/sound-player-litlith.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-450337452082625496</guid><pubDate>Mon, 26 Nov 2007 16:04:00 +0000</pubDate><atom:updated>2007-11-26T21:45:50.365-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Frontend</category><category domain="http://www.blogger.com/atom/ns#">IF</category><category domain="http://www.blogger.com/atom/ns#">Launcher</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><title>IF pen</title><description>http://www.slade.altervista.org/readarticle.php?article_id=5&lt;br /&gt;&lt;br /&gt;The DL :: http://www.slade.altervista.org/downloads.php?cat_id=3&lt;br /&gt;&lt;br /&gt;&quot;Slade&quot; wrote a useful peice software to play IF games from your USB drive. If you&#39;re like me you&#39;ll find this is a great alternative to trying to run DOS versions of certain IF readers. The interface feels like a &lt;a href=&quot;http://portabilly-tea.blogspot.com/2007/11/usb-launchers-1.html&quot;&gt;program launcher&lt;/a&gt; but is more like a front end inteface, but can make running your Interactive Fiction fix a portable one. Setup is relatively simple compared to making batch scripts for running IF games under dos.</description><link>http://portabilly-tea.blogspot.com/2007/11/if-pen.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-6393730699248846659</guid><pubDate>Mon, 19 Nov 2007 01:54:00 +0000</pubDate><atom:updated>2007-11-26T10:22:42.983-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">IRC</category><category domain="http://www.blogger.com/atom/ns#">KVIrc</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>KVirc</title><description>If you want an IRC client that is as full featured as MIRC you have it with KVirc. I have to admit I&#39;m very impressed by the feel of this client. It really outdoes MIRC in the look and feel department. Not to mention that it has built in encryption for private messages/queries. There is SSL support and support for proxies(like TOR), sound, voice-chat, and has a scriptable interface.&lt;br /&gt;&lt;br /&gt;The current &#39;stable&#39; release isn&#39;t portable though, you need one of the development releases. The most current one will be fine.</description><link>http://portabilly-tea.blogspot.com/2007/11/kvirc.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-309668833322614139</guid><pubDate>Mon, 19 Nov 2007 01:47:00 +0000</pubDate><atom:updated>2007-11-18T17:54:00.921-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">Prism</category><title>Portable Prism -Final-?</title><description>I did a quick once by of Prism. Same as &lt;a href=&quot;http://portabilly-tea.blogspot.com/2007/11/portable-prism-update.html&quot;&gt;Webrunner&lt;/a&gt;, and them same as other Mozilla apps for that matter. I can&#39;t actually recommend anyone use this, as https connections are a pain to setup with this and require loads of testing to make a proper &quot;Webapp&quot; file. But there it is. I&#39;m going to uninstall Prism now.</description><link>http://portabilly-tea.blogspot.com/2007/11/portable-prism-final.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-2070554079636478903</guid><pubDate>Sun, 18 Nov 2007 18:40:00 +0000</pubDate><atom:updated>2007-11-18T10:49:25.910-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">USB</category><category domain="http://www.blogger.com/atom/ns#">Web Runner</category><title>Portable Prism Update</title><description>In my attempts to begin working on a portable I looked at my previous posts covering making Firefox and Thunderbird both portable. I figured, sure why not and behold the same method works on Webrunner. But tthere is a trick, you need a basic profile. And to create that you need the profile manager(which webrunner also has).&lt;br /&gt;&lt;br /&gt;First start webrunner via command line:&lt;br /&gt;&lt;code&gt;Webrunner -p -turbo&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;And then make yourself a profile folder. Copy it whereever you plan to store your data on your Device and then from command line fire off:&lt;br /&gt;&lt;code&gt;webrunner -profile &quot;[Profile path on USB device]&quot; -turbo&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Note I haven&#39;t tested this on Prism yet, but you can expect an update soon.</description><link>http://portabilly-tea.blogspot.com/2007/11/portable-prism-update.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-5011777847143395388</guid><pubDate>Tue, 13 Nov 2007 16:01:00 +0000</pubDate><atom:updated>2007-11-13T08:17:21.471-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Launcher</category><category domain="http://www.blogger.com/atom/ns#">Menu</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>USB Launchers 1</title><description>This is something I&#39;ve had on my USB drives for more than a year and I swear by it. &lt;a href=&quot;http://www.pegtop.net/start/&quot;&gt;PStart&lt;/a&gt; launcher is a program launcher that not only allows you to launch apps from you usb in means of relative paths, but can allow you you store paths relative to the root of your US device via the implementation of a variable made by the launcher itself. You not only have the ability to store folders and apps, but notes and reminders(color coding optional) and can see how much free space is on your device as well as view hardware and system information. Settings are also stored in xml.&lt;br /&gt;This is certainly something you need to put in your USB tool box.</description><link>http://portabilly-tea.blogspot.com/2007/11/usb-launchers-1.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-4314104811057361838</guid><pubDate>Fri, 09 Nov 2007 16:32:00 +0000</pubDate><atom:updated>2007-11-11T02:29:40.725-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">Mozilla</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">Thunderbird</category><title>Make your own Portable Thunderbird</title><description>Wow, Two in one go...I&#39;m a super man!&lt;br /&gt;&lt;br /&gt;Here it is, making the Official build of Thunderbird portable. In case you didn&#39;t already notice the post about &lt;a href=&quot;http://portabilly-tea.blogspot.com/2007/11/making-your-own-portable-firefox.html&quot;&gt;making Firefox portable&lt;/a&gt; with the Official build, you may want to take a peek. Not that much of a difference in this post. Same song and dance, different app.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;Thunderbird -&lt;span style=&quot;font-style: italic;&quot;&gt;profile&lt;/span&gt; &quot;[&lt;span style=&quot;font-style: italic;&quot;&gt;Profile path&lt;/span&gt;]&quot; -&lt;span style=&quot;font-style: italic;&quot;&gt;turbo&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;[&lt;span style=&quot;font-style: italic;&quot;&gt;Profile path&lt;/span&gt;] can be anything, relative, absolute, as long as you don&#39;t end it with a trailing back slash.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&quot;E:\Thunderbirddata\Profile&quot;&lt;/code&gt; Works&lt;br /&gt;&lt;code&gt;&quot;E:\Thunderbirddata\Profile\&quot;&lt;/code&gt; Fails with a program crash.&lt;br /&gt;&lt;br /&gt;With this you won&#39;t have to invoke &lt;code&gt;-CreateProfile&lt;/code&gt; to make a new profile, Thunderbird does that for you in the specified directory, and -turbo makes Thunderbird load faster.&lt;br /&gt;&lt;br /&gt;I used the information from my post concerning Firefox, which based of the information supplied here.&lt;br /&gt;http://kb.mozillazine.org/Command_line_arguments</description><link>http://portabilly-tea.blogspot.com/2007/11/make-your-own-portable-thunderbird.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-2554936279272230638</guid><pubDate>Fri, 09 Nov 2007 16:07:00 +0000</pubDate><atom:updated>2008-03-21T13:29:38.370-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Alternative</category><category domain="http://www.blogger.com/atom/ns#">FireFox</category><category domain="http://www.blogger.com/atom/ns#">Mozilla</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><title>Making your own Portable Firefox</title><description>Firefox.exe -profile \profiles\ProfileName&lt;br /&gt;&lt;br /&gt;This may upset some people but I wanted to do it for the sake of doing it. What I present for you is a method of running Firefox From your USB drive/device and have the security to know it was the Official Mozilla build that you are using. This can be performed from DOS, a shortcut, a program launcher, etc. And right about now you&#39;re waiting for the ultimate weapon so here it is.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;Firefox -&lt;span style=&quot;font-style: italic;&quot;&gt;profile&lt;/span&gt; &quot;[&lt;span style=&quot;font-style: italic;&quot;&gt;Profile path&lt;/span&gt;]&quot; -&lt;span style=&quot;font-style: italic;&quot;&gt;turbo&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Now [&lt;span style=&quot;font-style: italic;&quot;&gt;Profile path&lt;/span&gt;] can be anything, relative, absolute, as long as you don&#39;t end it with a trailing back slash.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&quot;E:\Firefoxdata\Profile&quot;&lt;/code&gt; Works&lt;br /&gt;&lt;code&gt;&quot;E:\Firefoxdata\Profile\&quot;&lt;/code&gt; Fails with a program crash.&lt;br /&gt;&lt;br /&gt;To make it even better you don&#39;t need to invoke &lt;code&gt;-CreateProfile&lt;/code&gt; to generate a profile, you just need to provide a specified directory. And Firefox will make one for you. Sweet eh? And yes, I included &lt;code&gt;-turbo&lt;/code&gt; not for good measure, but because it makes Firefox load that much faster. Much faster than just UPX&#39;ing it. I&#39;ll be making a similar post concerning Thunderbird.&lt;br /&gt;&lt;br /&gt;I used the information supplied here to help make this post.&lt;br /&gt;&lt;a href=&quot;http://kb.mozillazine.org/Command_line_arguments&quot;&gt;http://kb.mozillazine.org/Command_line_arguments&lt;/a&gt;</description><link>http://portabilly-tea.blogspot.com/2007/11/making-your-own-portable-firefox.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-3989372338173142971</guid><pubDate>Tue, 06 Nov 2007 16:57:00 +0000</pubDate><atom:updated>2007-11-06T03:53:48.936-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Do</category><category domain="http://www.blogger.com/atom/ns#">Mozilla</category><category domain="http://www.blogger.com/atom/ns#">Portable</category><category domain="http://www.blogger.com/atom/ns#">Prism</category><category domain="http://www.blogger.com/atom/ns#">Web Runner</category><title>Portable Prism</title><description>Since Mozilla unveiled the &quot;site specific browser&quot; &lt;a href=&quot;http://wiki.mozilla.org/WebRunner&quot;&gt;WebRunner&lt;/a&gt;, which loads a specific web app/site and only that w/o using much of a UI and relying on the web app to be the only user interface you need. Currently Mozilla has changed the name and has adopted the name &lt;a href=&quot;http://wiki.mozilla.org/Prism&quot;&gt;Prism&lt;/a&gt;. And while I love the idea I can honestly say that I don&#39;t find it too practical making it portable. I&#39;ll be ready to back down on that should I be wrong,  but for right now I find it highly unlikely.&lt;br /&gt;&lt;br /&gt;This site &lt;a href=&quot;http://abraham.wordpress.com/2007/10/29/mozilla-prism-portable/&quot;&gt;here&lt;/a&gt;(in Spanish) made it portable but never once goes into the details of what was done.&lt;br /&gt;http://abraham.wordpress.com/2007/10/29/mozilla-prism-portable/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So that means I guess I&#39;ll be going to the challenge of outdoing this person and providing details. That is of course if there is any major demand to do so, unless I feel it should be done just to do so.</description><link>http://portabilly-tea.blogspot.com/2007/11/portable-prism.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-2687597704862966387</guid><pubDate>Tue, 06 Nov 2007 00:36:00 +0000</pubDate><atom:updated>2008-03-28T17:37:57.015-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Meebo</category><title>Meebo makes more updates!</title><description>&lt;a href=&quot;https://www.meebo.com&quot;&gt;Meebo&lt;/a&gt; now has voice and video conferencing, for any network. As well as the ability to develop plugins for their Instant Messaging web-form.</description><link>http://portabilly-tea.blogspot.com/2007/11/meebo-makes-more-updates.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-1790413542043033503</guid><pubDate>Sun, 04 Nov 2007 23:01:00 +0000</pubDate><atom:updated>2007-11-04T16:34:03.462-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Don&#39;t</category><category domain="http://www.blogger.com/atom/ns#">Extraction</category><category domain="http://www.blogger.com/atom/ns#">Music</category><category domain="http://www.blogger.com/atom/ns#">Winamp</category><category domain="http://www.blogger.com/atom/ns#">Winamp5</category><title>What is this extra crap in Winamp&#39;s installer?!</title><description>I decided to try Winamp5 today as a request and write up a short review(in much protest) about how it functions and the process of making it portable. It used to be as easy as using &lt;a href=&quot;http://portabilly-tea.blogspot.com/2007/10/extraction-software.html&quot;&gt;Universal Extractor&lt;/a&gt; and then renaming some folders and paths. Now on the other hand, you have different fingers. Winamp is easy to use and can have a very simple and minimalistic interface is very customizable. If you try to use &lt;a href=&quot;http://legroom.net/software/uniextract&quot;&gt;Universal Extractor&lt;/a&gt; you&#39;ll be in for a world of frustration over what goes where and what to change. You&#39;ll also find about 5MB or more of useless data should you you feel brave enough to attempt this method of rolling your own portable Winamp. After searching around some forums I found that the easiest method would be to simply get the installer and do a quick install, make a copy, and then uninstall Winamp.&lt;br /&gt;&lt;br /&gt;For those who feel brave enough to extract the files manually, you may be interested to peek at some of the useless extra files.</description><link>http://portabilly-tea.blogspot.com/2007/11/what-is-this-extra-crap-in-winamps.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-3545170311097493075</guid><pubDate>Wed, 31 Oct 2007 16:57:00 +0000</pubDate><atom:updated>2007-11-04T16:34:27.430-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Extraction</category><category domain="http://www.blogger.com/atom/ns#">Multi</category><category domain="http://www.blogger.com/atom/ns#">USB</category><title>Extraction Software</title><description>If you hate having to use more than one program for extracting files from compressed archives(zip, 7zip, rar/lhz, etc) then I&#39;m sure the idea of finding a solution for each is less than desirable. You may want to check out &lt;a href=&quot;http://legroom.net/software/uniextract&quot;&gt;Universal Extractor&lt;/a&gt;. This tool handles everything from Setup-Installers to Zip files. And was written mostly with Auto-it. The last release was in February of this year and is very useful for extracting anything. It comes in a handy 7zip file for fast downloading or in an installer if you like it enough to run on your home machine.</description><link>http://portabilly-tea.blogspot.com/2007/10/extraction-software.html</link><author>noreply@blogger.com (Echo Error)</author></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8824905977334320061.post-6474407279728856394</guid><pubDate>Sat, 13 Oct 2007 19:50:00 +0000</pubDate><atom:updated>2007-10-14T01:23:17.055-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Music</category><category domain="http://www.blogger.com/atom/ns#">Video</category><title>KMplayer</title><description>If you&#39;re looking for a something to play almost any file you throw at it, KMPlayer is the choice. Period. I&#39;m rather impressed on how well it plays various media relatively no lag. With a pleasing skinnable interface, it handles many forms of media, Divx, MKV, OGM, AVI, etc. And when I say it can handle MKV it can. Where VLC and rulesPlayer are simply able to run MKV format video... KMPlayer dominates it. I&#39;d give a rather humoring simile on The App&#39;s performance but I&#39;m supposed to be informative(Thanks Katja). Anyway, there is a nifty option in the configuration menu that allows you to save setting to the application folder. That or you could just make a file named &#39;KMPCfg.ini&#39; with the following lines added to it:&lt;br /&gt;&lt;br /&gt;[\Software\KMPlayer\KMP2.0\OptionArea]&lt;br /&gt;ConfigUseIni=int:1&lt;br /&gt;&lt;br /&gt;I must add that this app is smaller than rulesPlayer, for those of you that use it on your USB drives and are always looking for a more efficient use of space. You can grab a copy of KMPlayer &lt;a href=&quot;http://www.kmplayer.com/forums/index.php&quot;&gt;here&lt;/a&gt;.</description><link>http://portabilly-tea.blogspot.com/2007/10/kmplayer.html</link><author>noreply@blogger.com (Echo Error)</author></item></channel></rss>