<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4455271245020504954</atom:id><lastBuildDate>Fri, 10 Feb 2012 18:35:46 +0000</lastBuildDate><category>Random</category><category>VMare</category><category>Windows Linux partition tools free</category><category>boot manager</category><category>6</category><category>elevated rights</category><category>PLoP</category><category>boot</category><category>PDF</category><category>usb</category><category>Linux FTP client</category><category>free</category><category>import</category><category>explorer</category><category>reinstall</category><category>ESX</category><category>settings</category><category>corrupt drive</category><category>vnc</category><category>vmware virtualization OEM Windows Activation</category><category>Open Source</category><category>Welcome</category><category>New</category><category>edit</category><category>windows xp</category><category>carbonite</category><category>copy</category><category>UAC</category><category>online backup</category><category>drivers</category><category>Rambalings</category><category>5</category><category>Linux</category><category>html</category><category>ce</category><category>administrator rights</category><category>windows</category><category>virtual machine</category><category>screen saver</category><category>mozy</category><category>First</category><category>webpage</category><category>VBS</category><category>backup</category><category>Windows 7</category><title>Random things in IT</title><description>If you have randomly stumbled on this blog, I first apologize... This blog started out as a note book of sorts but has quickly turned into something more. So... It may still be a little rough, but I will try and write more to the public.  It will be random comments on things that I find out, and a place for commands and web pages that I have found useful... &lt;br&gt;&lt;br&gt;Travis Epperson</description><link>http://travisepperson.blogspot.com/</link><managingEditor>noreply@blogger.com (Travis)</managingEditor><generator>Blogger</generator><openSearch:totalResults>62</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RandomThingsInIt" /><feedburner:info uri="randomthingsinit" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-6979556827919344499</guid><pubDate>Tue, 06 Dec 2011 14:52:00 +0000</pubDate><atom:updated>2011-12-06T07:15:01.165-08:00</atom:updated><title>Enable Windows 7 admin shares for local accounts (c$, etc)</title><description>If you are frustrated by the lack of access to admin shares in Vista or Windows 7 here is a reg hack to re-enable those shares.  This will allow local accounts (On the host machine) to access admin shares.  By changing this registry setting you are DISABLING UAC remote restrictions!
&lt;br /&gt;
&lt;br /&gt;
Hive: HKEY_LOCAL_MACHINE&lt;br /&gt;
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: LocalAccountTokenFilterPolicy
Data Type: REG_DWORD&lt;br /&gt;
Value: 1
&lt;br /&gt;
&lt;br /&gt;
Please be aware that this is a security hole if your systems are not patched (Not to mention zero day attacks).  Use with discretion and without blame (Me that is).
&lt;br /&gt;
&lt;br /&gt;
From Microsoft:
&lt;br /&gt;
&lt;blockquote&gt;
&lt;i&gt;How UAC remote restrictions work&lt;/i&gt;&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;i&gt;
To better protect those users who are members of the local Administrators group, we implement UAC restrictions on the network. This mechanism helps prevent against "loopback" attacks. This mechanism also helps prevent local malicious software from running remotely with administrative rights.&lt;/i&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Source: &lt;a href="http://support.microsoft.com/kb/951016/"&gt;http://support.microsoft.com/kb/951016/&lt;/a&gt;
&lt;br /&gt;
Other Source: &lt;a href="http://en.wikipedia.org/wiki/Administrative_share"&gt;http://en.wikipedia.org/wiki/Administrative_share&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-6979556827919344499?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/K5g2AbfxDiQ/enable-windows-7-admin-shares-for-local.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2011/12/enable-windows-7-admin-shares-for-local.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-7991546900419119961</guid><pubDate>Thu, 13 Oct 2011 16:49:00 +0000</pubDate><atom:updated>2011-10-13T09:53:56.534-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">elevated rights</category><category domain="http://www.blogger.com/atom/ns#">administrator rights</category><category domain="http://www.blogger.com/atom/ns#">VBS</category><category domain="http://www.blogger.com/atom/ns#">Windows 7</category><category domain="http://www.blogger.com/atom/ns#">UAC</category><title>Check to see if a VBS script has Admin rights</title><description>&lt;br /&gt;
Came across a problem today where we were running a VBS script that was obviously designed expecting UAC to be turned off. &amp;nbsp;In looking for a way to elevate the script to Admin before running, I found some code to force the script to run as administrator without having to reghack each PC. &amp;nbsp;It took a combination of sites to get the code, but here it is.&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;key = CreateObject("WScript.Shell").RegRead("HKEY_USERS\s-1-5-19\")&lt;br /&gt;
If err.number &amp;lt;&amp;gt; 0 Then&lt;br /&gt;
&amp;nbsp;Set objShell = CreateObject("Shell.Application")&lt;br /&gt;
&amp;nbsp;objShell.ShellExecute "wscript.exe", Chr(34) &amp;amp; _&lt;br /&gt;
&amp;nbsp;WScript.ScriptFullName &amp;amp; Chr(34), "", "runas", 1&lt;br /&gt;
End If&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you insert that code at the beginning of your script it will first check to see if the script has Administrative rights (Either through UAC, or XP admin) and if it doesn't it will relaunch the script using runas administrator. &lt;br /&gt;
&lt;br /&gt;
Warning: I haven't tested this in Windows XP. &amp;nbsp;I know that the Check part will work, but don't know about the relaunch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reghack to get Run As Administrator in the context menu for .VBS files:&lt;br /&gt;
http://www.sevenforums.com/tutorials/152967-run-administrator-add-vbs-file-context-menu.html&lt;br /&gt;
&lt;br /&gt;
UAC elevation code:&lt;br /&gt;
http://www.winhelponline.com/articles/185/1/VBScripts-and-UAC-elevation.html&lt;br /&gt;
&lt;br /&gt;
Check for Admin rights code:&lt;br /&gt;
http://csi-windows.com/toolkit/csi-isadmin&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-7991546900419119961?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/lAAtLwCxCSo/check-to-see-if-vbs-script-has-admin.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2011/10/check-to-see-if-vbs-script-has-admin.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-1390789728793590794</guid><pubDate>Mon, 30 Aug 2010 20:31:00 +0000</pubDate><atom:updated>2010-09-09T10:17:05.098-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">free</category><category domain="http://www.blogger.com/atom/ns#">Open Source</category><category domain="http://www.blogger.com/atom/ns#">windows</category><category domain="http://www.blogger.com/atom/ns#">reinstall</category><category domain="http://www.blogger.com/atom/ns#">drivers</category><title>Driver Backup</title><description>If you have ever had to reload a Windows system and dreaded looking for CD's or figuring out what drivers to use, then this is the program for you!&lt;br /&gt;&lt;br /&gt;DriverBackup! backs up all of your drivers and gives you a nice .bat file to run to install everything when you reinstall is complete.  Haven't tried it yet but next chance I get I will definitely be using this.  Oh and it's FREE.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/drvback/"&gt;http://sourceforge.net/projects/drvback/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Came across another tool that looks promising.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.slimdrivers.com/"&gt;http://www.slimdrivers.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-1390789728793590794?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/Vmdia0kr3lI/driver-backup.html</link><author>noreply@blogger.com (Travis)</author><thr:total>2</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2010/08/driver-backup.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-2510712154009263160</guid><pubDate>Thu, 19 Aug 2010 16:04:00 +0000</pubDate><atom:updated>2010-08-19T09:07:57.914-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">6</category><category domain="http://www.blogger.com/atom/ns#">ce</category><category domain="http://www.blogger.com/atom/ns#">vnc</category><category domain="http://www.blogger.com/atom/ns#">windows</category><category domain="http://www.blogger.com/atom/ns#">5</category><title>VNC Server for CE 5.0 and up</title><description>If you have ever needed a VNC server on a CE 5 or greater device then efonvnc is for you.  It's a basic VNC server with a few basic functions.  It has worked well for me and it's free!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/efonvnc/"&gt;http://sourceforge.net/projects/efonvnc/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-2510712154009263160?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/e_EHBbIAJYU/vnc-server-for-ce-50-and-up.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2010/08/vnc-server-for-ce-50-and-up.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-764490518950691596</guid><pubDate>Fri, 04 Jun 2010 14:11:00 +0000</pubDate><atom:updated>2010-06-04T07:27:00.872-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">settings</category><category domain="http://www.blogger.com/atom/ns#">windows xp</category><category domain="http://www.blogger.com/atom/ns#">explorer</category><title>Fix WinXP Explorer settings not being saved</title><description>Today I came across a problem where the users explorer settings were not being saved on reboot.  Settings like Screen resolution, monitor setup, and icon placement.  I first made sure he wasn't using a temporary profile. Then I deleted the following registry keys:&lt;br /&gt;&lt;br /&gt;HKCU_ software\microsoft\windows\shellnoroam\bagmru&lt;br /&gt;&lt;br /&gt;And&lt;br /&gt;&lt;br /&gt;HKCU _software\microsoft\windows\shellnoroam\bags&lt;br /&gt;&lt;br /&gt;That will force windows to recreate them and should fix any corruption that would have been causing this problem.  It would be smart to make sure that the local user has read/write access to those registry keys, but you will find that out when you try to delete the keys :)&lt;br /&gt;&lt;br /&gt;Source:&lt;br /&gt;&lt;a href="http://www.techsupportforum.com/microsoft-support/windows-xp-support/10283-windows-explorer-settings-not-being-saved.html"&gt;http://www.techsupportforum.com/microsoft-support/windows-xp-support/10283-windows-explorer-settings-not-being-saved.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-764490518950691596?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/6gvSrF2ubAo/fix-winxp-explorer-settings-not-being.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2010/06/fix-winxp-explorer-settings-not-being.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-1633465778892656433</guid><pubDate>Tue, 16 Feb 2010 16:29:00 +0000</pubDate><atom:updated>2010-02-16T08:56:43.204-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">screen saver</category><category domain="http://www.blogger.com/atom/ns#">free</category><category domain="http://www.blogger.com/atom/ns#">webpage</category><category domain="http://www.blogger.com/atom/ns#">html</category><title>Use any webpage as your screen saver FREE</title><description>Looking for free screen savers is a virtual !MINE*FIELD@&lt;br /&gt;Screen Saver sites in general tend to be full of "free" (Shareware != free) and spyware laden screen savers for download.  So when I started looking for a free screen saver that would display a webpage, I cringed a little.  I did some Google searching and found someone posted the following site on Digg (Yes it is useful once in awhile).  This screen saver is &lt;span style="font-weight:bold;"&gt;FREE&lt;/span&gt; and as far as I can tell doesn't include any spyware.  I haven't fully tested it, but it seems like a nice simple screen saver that allows you to display any website or anything that can be displayed in IE.  Check it out and let me know what you think.  &lt;br /&gt;&lt;br /&gt;HTML Screensaver:&lt;br /&gt;&lt;a href="http://myweb.tiscali.co.uk/djmclean/htmlscreensaver.html"&gt;http://myweb.tiscali.co.uk/djmclean/htmlscreensaver.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Side note: I wanted to display a nice full screen weather map while in screen saver mode.  &lt;a href="http://www.wunderground.com/auto/wxmap/"&gt;http://www.wunderground.com/auto/wxmap/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-1633465778892656433?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/ejtYC0U8Srk/use-any-webpage-as-your-screen-saver.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2010/02/use-any-webpage-as-your-screen-saver.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-7926307670732810563</guid><pubDate>Wed, 02 Dec 2009 14:00:00 +0000</pubDate><atom:updated>2009-12-02T06:10:05.846-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">usb</category><category domain="http://www.blogger.com/atom/ns#">PLoP</category><category domain="http://www.blogger.com/atom/ns#">boot manager</category><category domain="http://www.blogger.com/atom/ns#">boot</category><title>Boot to any device even if the BIOS doesn't like it</title><description>PLoP is a boot manager that can be installed or booted to via just about any boot device, and allows you in turn to boot from any other boot device.  &lt;br /&gt;&lt;br /&gt;What does that do for you? &lt;br /&gt;Well you can use a boot floppy with PLoP to boot to a USB on an old computer that normal can't boot to USB.  You can also boot PLoP off a CD or install it as a boot menu for windows or linux.  &lt;br /&gt;&lt;br /&gt;It might come in useful if you are wanting to try out the new chrome OS on USB, or maybe just trying to boot from CD on an old computer that can only boot from floppy.&lt;br /&gt;&lt;br /&gt;&lt;a href=" http://www.plop.at/en/bootmanager.html"&gt;&lt;br /&gt;http://www.plop.at/en/bootmanager.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks Steve for finding this and sending it on!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-7926307670732810563?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/cRHgUn23y1I/boot-to-any-device-even-if-bios-doesnt.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/12/boot-to-any-device-even-if-bios-doesnt.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-3490849078421272461</guid><pubDate>Mon, 30 Nov 2009 18:40:00 +0000</pubDate><atom:updated>2009-12-01T14:19:54.016-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux</category><title>Lots of Logs</title><description>Linux/Debian:&lt;br /&gt;&lt;br /&gt;This entry is one of those notes I talked about in my intro.  &lt;br /&gt;&lt;br /&gt;I was trying to forward my logs from a firewall that I setup using IPTables to a splunk server, and I ended up learning a good bit about the logging system.  I'm sure I have not done things in the most efficient manner but for my purposes it worked well.&lt;br /&gt;&lt;br /&gt;First I started logging some things using IPTables.  I logged at the info level.  As soon as I restarted the firewall the log messages started flooding my console.  I logged in with putty and continued from there.&lt;br /&gt;&lt;br /&gt;First to forward the logs I edited /etc/syslog.conf&lt;br /&gt;I added:&lt;br /&gt;  kern.* @192.168.1.5  &lt;span style="font-style:italic;"&gt;(Replace IPAddress with that of the server you are forwarding to)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will forward all alerts coming from the kernal.  You could be much more specific or do a *.* to forward EVERYTHING.  See man syslog.conf for more information.&lt;br /&gt;&lt;br /&gt;Next I restarted sysklogd:&lt;br /&gt;/etc/init.d/sysklogd restart&lt;br /&gt;&lt;br /&gt;That did it.  The logs were forwarding just fine to the splunk server.  &lt;br /&gt;&lt;br /&gt;At this point I was getting all of my logs from the firewall showing up on my console, which made the console basically useless.  First I checked my syslog.conf to see if there was an entry that was sending those logs to the console, but there weren't any.  So I did some digging and found a few sites that talked about printk.  It seems that printk controls what gets sent to your console along with any entries in syslog.conf that may point to your console.  &lt;br /&gt;&lt;br /&gt;So to fix it I typed:&lt;br /&gt;echo "4 1 1 7" &gt; /proc/sys/kernel/printk &lt;br /&gt;&lt;br /&gt;That fixed the info level logs showing up on my console and to fix it for future reboots I edited /etc/sysctl.conf and added:&lt;br /&gt;kernel.printk = 4 4 1 7&lt;br /&gt;&lt;br /&gt;I then restarted sysklogd again:&lt;br /&gt;/etc/init.d/sysklogd restart&lt;br /&gt;&lt;br /&gt;A strange thing happened though.  The alerts weren't showing up on the console or in the log files. I messed around for quite a while and finally fixed the problem by restarting klogd:&lt;br /&gt;/etc/init.d/klogd restart&lt;br /&gt;&lt;br /&gt;Update: It looks like depending on the version of klogd, and some other things I'm not yet aware of, when you restart klogd it might reset printk = 7 1 1 7 (Happened on one server but not the other).  To fix this run "/etc/init.d/klogd stop" then run "/sbin/klogd -c 4" then run "/etc/init.d/klogd start"&lt;br /&gt;&lt;br /&gt;That fixed things.  Everything seems to work well now.  Check out these web sites for further information and reference.&lt;br /&gt;&lt;br /&gt;Information about changing printk&lt;br /&gt;&lt;a href="http://old.nabble.com/Suppressing-kernel-%27printk%27s.-td15280888.html"&gt;http://old.nabble.com/Suppressing-kernel-%27printk%27s.-td15280888.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;More information about printk&lt;br /&gt;&lt;a href="http://www.de-brauwer.be/wiki/wikka.php?wakka=printk"&gt;http://www.de-brauwer.be/wiki/wikka.php?wakka=printk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Great information about IPTables&lt;br /&gt;&lt;a href="http://www.faqs.org/docs/iptables"&gt;http://www.faqs.org/docs/iptables&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-3490849078421272461?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/kcVO-gUssZA/lots-of-logs.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/11/lots-of-logs.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-9171851695309607969</guid><pubDate>Thu, 08 Oct 2009 14:44:00 +0000</pubDate><atom:updated>2009-10-08T08:05:22.268-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">PDF</category><category domain="http://www.blogger.com/atom/ns#">edit</category><category domain="http://www.blogger.com/atom/ns#">Open Source</category><category domain="http://www.blogger.com/atom/ns#">import</category><title>Edit PDF files using Open Source tools.</title><description>I recently found out that OpenOffice 3.0 has a PDF Import Extension that will allow a user to import a PDF and possibly edit it.  It depends on how the original document was created but it may be of use if you need to edit a PDF document.&lt;br /&gt;&lt;br /&gt;After downloading the Extension open OpenOffice, go to Tools, and select Extension Manager.  Add the extension you downloaded earlier.  Once you have installed the extension, you can open the pdf file using file open.  Make sure you change the file type to PDF first.  You can open the document in either Draw (The default) or Impress.  Once you are done editing the document can be exported back out as a PDF.&lt;br /&gt;&lt;br /&gt;PDF Import Extension:&lt;br /&gt;&lt;a href="http://extensions.services.openoffice.org/project/pdfimport"&gt;http://extensions.services.openoffice.org/project/pdfimport&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;OpenOffice:&lt;br /&gt;&lt;a href="http://www.openoffice.org/"&gt;http://www.openoffice.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;OpenOffice Portable (So you don't have to install anything)&lt;br /&gt;&lt;a href="http://download.cnet.com/OpenOffice-org-Portable/3000-2064_4-10526815.html"&gt;http://download.cnet.com/OpenOffice-org-Portable/3000-2064_4-10526815.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-9171851695309607969?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/cPLuGrIdjLE/edit-pdf-files-using-open-source-tools.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/10/edit-pdf-files-using-open-source-tools.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-1619531182587287351</guid><pubDate>Wed, 02 Sep 2009 13:18:00 +0000</pubDate><atom:updated>2009-09-02T06:22:38.580-07:00</atom:updated><title>PC Repair Flow Charts</title><description>There are logical steps to fixing PC problems, but sometimes you just draw a blank.&lt;br /&gt;These flow charts might be what you need to give yourself a kick start.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.fonerbooks.com/pcrepair.htm"&gt;http://www.fonerbooks.com/pcrepair.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I came across this site at one of my favorite blogs &lt;a href="http://lifehacker.com/"&gt;Lifehacker&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lifehacker.com/5350446/computer-repair-flowchart-troubleshoots-common-hardware-problems"&gt;http://lifehacker.com/5350446/computer-repair-flowchart-troubleshoots-common-hardware-problems&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-1619531182587287351?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/RL6nGf2ONdg/pc-repair-flow-charts.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/09/pc-repair-flow-charts.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-46370635217074916</guid><pubDate>Wed, 08 Jul 2009 13:28:00 +0000</pubDate><atom:updated>2009-12-04T08:53:12.674-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">copy</category><category domain="http://www.blogger.com/atom/ns#">corrupt drive</category><title>Copy it... Period!</title><description>If you have ever dealt with a corrupted hard drive you have come across this problem.  You are trying to move files from the old/corrupted hard drive and as you are copying you hit a bad file.  The copy job stops leaving you at a loss for what has copied and what hasn't.  I have spend many an hour digging through file lists making sure I copied everything I was able to.  Well I had that very same problem today and I decided that someone out there must have solved this problem.  Sure enough.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ruahine.com/download.html"&gt;Y-Copy&lt;/a&gt; is a great free program that will continue to copy files even if one has failed.  It keeps a log of files that have failed so you can let the user know what just didn't make it off the drive.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ruahine.com/download.html"&gt;http://www.ruahine.com/download.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: I first found another application that was supposed to do the same thing.  It was actually part of the &lt;a href="http://travisepperson.blogspot.com/2008/03/pc-repair-system-on-usb-thumb-drive.html"&gt;PC Repair System USB Key&lt;/a&gt; (That I wrote about before).  &lt;a href="http://www.micware.110mb.com/micp.htm"&gt;Encopy&lt;/a&gt; is a good app, but I didn't like the interface or the usability as much as I did Y-Copy.  There are many more features in &lt;a href="http://www.micware.110mb.com/micp.htm"&gt;Encopy&lt;/a&gt; so if you find Y-Copy lacking in options check it out.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.micware.110mb.com/micp.htm"&gt;http://www.micware.110mb.com/micp.htm&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-46370635217074916?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/VLUWXNNcmCY/copy-it-period.html</link><author>noreply@blogger.com (Travis)</author><thr:total>1</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/07/copy-it-period.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-2000671048128928581</guid><pubDate>Thu, 04 Jun 2009 17:19:00 +0000</pubDate><atom:updated>2009-06-04T10:29:17.984-07:00</atom:updated><title>Fix corrupted software installs</title><description>If you have ever gotten caught with an installation that has crashed or have had problems uninstalling an application, this tool might be of some help.  Many programs use "Windows Installer" to install themselves, and sometimes during installation or later when you are trying to uninstall you find that the installation information in Windows has been corrupted.  This will sometimes keep the program from being reinstalled or uninstalled.  The Windows Installer CleanUp Utility will clean out corrupted Installer data allowing you to reinstall the product (It does not remove the program).&lt;br /&gt;&lt;a href=" http://support.microsoft.com/kb/290301"&gt;&lt;br /&gt;http://support.microsoft.com/kb/290301&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[Thanks Tim for pointing me to this]&lt;br /&gt;&lt;br /&gt;If it's uninstall your having problems with check out the &lt;a href="http://travisepperson.blogspot.com/2008/08/uninstall-everything.html"&gt;Uninstall Everything&lt;/a&gt; article for a great uninstall utility that will remove even corrupt installations.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-2000671048128928581?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/ayUOLdxlaJ8/fix-corrupted-software-installs.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/06/fix-corrupted-software-installs.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-1955493072500237609</guid><pubDate>Mon, 30 Mar 2009 13:23:00 +0000</pubDate><atom:updated>2009-03-30T06:28:38.000-07:00</atom:updated><title>A couple of FREE data restore utilities</title><description>I came across a couple of new data restore utilities that look very promising.  &lt;br /&gt;&lt;br /&gt;The first is called PhotoRec.  I have seen lots of photo recovery programs but this one is open source and looks to be a very full featured program.  I haven't tested it yet but I will definitely come back to this one the next time i'm in need.&lt;br /&gt;&lt;br /&gt;http://www.cgsecurity.org/wiki/PhotoRec&lt;br /&gt;&lt;br /&gt;The second is called TestDisk.  The feature list is quite impressive, and again it's open source.  This one is a hard drive recovery program.  It focuses on recovering partitions, and boot sectors.  Again I haven't tested it but I like the look of the feature list and will try it soon.&lt;br /&gt;&lt;br /&gt;http://www.cgsecurity.org/wiki/TestDisk&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-1955493072500237609?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/YcqKoINUtEU/couple-of-free-data-restore-utilities.html</link><author>noreply@blogger.com (Travis)</author><thr:total>1</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/03/couple-of-free-data-restore-utilities.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-8365788728118363230</guid><pubDate>Tue, 17 Mar 2009 20:05:00 +0000</pubDate><atom:updated>2009-03-17T13:08:29.355-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">ESX</category><category domain="http://www.blogger.com/atom/ns#">VMare</category><category domain="http://www.blogger.com/atom/ns#">virtual machine</category><title>How to Stop a VM that is not responding AND How to Release files that give device or resource busy</title><description>Just found this posted in the VM forums and wanted to make sure and mark it.  Looks like very good steps to take when you are stuck in this situation.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://communities.vmware.com/docs/DOC-2290"&gt;http://communities.vmware.com/docs/DOC-2290&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-8365788728118363230?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/ZDNqSkS3v5s/how-to-stop-vm-that-is-not-responding.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2009/03/how-to-stop-vm-that-is-not-responding.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-214280247188503031</guid><pubDate>Fri, 22 Aug 2008 19:34:00 +0000</pubDate><atom:updated>2008-08-22T13:02:20.200-07:00</atom:updated><title>Uninstall EVERYTHING!</title><description>Have you ever come across a program that just wouldn't uninstall?  Either it threw some error while trying to uninstall, or there was no uninstall to be found.  Or what about those programs that say they have uninstalled, but when you look around they have left TONS of files and registry entries.  I came across a program that is the answer to all of your uninstall pains.  &lt;br /&gt;&lt;br /&gt;Revo Uninstaller allows you to run the program's normal uninstall, but then does some special Magic and scans for both files and registry settings left by the uninstaller.  So if the program you are trying to uninstall fails, Revo Uninstaller will forcibly delete the program for you.  Even if the program uninstalls correctly you will be surprised how many files and registry settings are left lying around.&lt;br /&gt;&lt;br /&gt;Revo Uninstaller also comes with a great feature called hunter that allows you to drag a cross hair onto any program that you want to delete (even if it doesn't show up in add and remove programs) and it will forcibly uninstall it for you.  There are many other tools packed into this little program such as a start up optimizer and cache cleaner.&lt;br /&gt;&lt;br /&gt;Now for the great part... It's FREE!  And it can run off a USB drive...  That's right you don't even have to install it!  So go ahead follow the link and get cracking... Er Uninstalling!&lt;br /&gt;&lt;br /&gt;Revo Uninstaller Home Page:&lt;br /&gt;&lt;a href="http://www.revouninstaller.com/"&gt;http://www.revouninstaller.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;First Look by Cnet:&lt;br /&gt;&lt;a href="http://www.download.com/Revo-Uninstaller/3000-2096_4-10687648.html"&gt;http://www.download.com/Revo-Uninstaller/3000-2096_4-10687648.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-214280247188503031?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/2v00dHIEHGs/uninstall-everything.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/08/uninstall-everything.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-2639077558024984750</guid><pubDate>Wed, 06 Aug 2008 15:05:00 +0000</pubDate><atom:updated>2008-08-06T08:43:36.468-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Windows Linux partition tools free</category><title>Free Partition Tools</title><description>Windows, and Linux:&lt;br /&gt;&lt;br /&gt;Changing the partition sizes can be a pain, especially if you don't want to lose the data on the drive.  You could buy something like partition magic, but I recently came across two alternatives that work just as good or better and are FREE.  Both can change partitions sizes without needing to format or loose any data that is on the existing partitions.&lt;br /&gt;&lt;br /&gt;Gparted:&lt;br /&gt;Gparted is both free and open source (those two things are not always the same).  It's part of the Linux GNOME protect.  So if your into Linux this is a great tool for you, and if your into Windows it's also a great tool for you too!  You see it supports NTFS, FAT, and FAT32 (Standard windows file systems).  You don't even have to be a Linux guru, just use GParted Live.  GParted Live can be booted from a CD, USB, or even PXE.  You boot up the system and walk through a few easy steps and your done!  I have used this twice already and its really great!  It has a nice GUI and seems to work really well.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://gparted.sourceforge.net/index.php"&gt;http://gparted.sourceforge.net/index.php&lt;/a&gt;&lt;br /&gt;&lt;a href="http://gparted.sourceforge.net/livecd.php"&gt;http://gparted.sourceforge.net/livecd.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;EASEUS Partition Manager:&lt;br /&gt;This is a Windows only tool I recently came across on &lt;a href="http://lifehacker.com/399871/easeus-creates-and-manages-hard-drive-partitions-for-free"&gt;Life Hacker&lt;/a&gt; (A really great Blog).  I haven't used it yet but it installs into Windows and looks very easy to use.  It's free for personal use, but not business.  It does have a very reasonable unlimited licenses for businesses though and that version supports Windows2003.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.partition-tool.com/"&gt;http://www.partition-tool.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-2639077558024984750?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/mNKfE1ky0u4/free-partition-tools.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/08/free-partition-tools.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-314135838203093538</guid><pubDate>Wed, 18 Jun 2008 19:48:00 +0000</pubDate><atom:updated>2008-06-20T06:13:58.875-07:00</atom:updated><title>Best background manager ever</title><description>Background Switcher is a wallpaper manager that can be used with multiple monitors.  It's freeware and it is by far the best wallpaper manager I have ever used!  It connects to flickr, phanfare, smugmug, picasa, facebook, and yahoo! image search.  Oh, and of course can be directed at a folder (or a list of pictures) on your computer.  It allows you to have different images on each monitor, and will switch images at an Interval of your choosing.  It can also display the images in several modes including full screen, thumbnail mosaics, 4-picture montage, or snap shot scrapbook.  Background Switcher is a really amazing program with many many options, and I would suggest it to anybody.    &lt;br /&gt;&lt;a href="http://www.johnsadventures.com/software/backgroundswitcher"&gt;http://www.johnsadventures.com/software/backgroundswitcher&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-314135838203093538?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/A6SGMh-UZVs/best-background-manager-ever.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/06/best-background-manager-ever.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-2062389100502967795</guid><pubDate>Thu, 15 May 2008 15:21:00 +0000</pubDate><atom:updated>2008-05-15T10:34:11.286-07:00</atom:updated><title>Bart is  a life saver...</title><description>BartPE Is something I have been using for a couple of years now, and it is one of the best and most useful tools that I have in my collection.  &lt;br /&gt;&lt;br /&gt;Basically it's a &lt;a href="http://en.wikipedia.org/wiki/Live_cd"&gt;Live CD&lt;/a&gt; for Windows.  It is similar to &lt;a href="http://en.wikipedia.org/wiki/Windows_Preinstallation_Environment"&gt;WindowsPE&lt;/a&gt; but is very hackable/customizable.  I use it to boot up computers that are having problems booting into Windows off the hard drive, and recover data or get a backup image of the drive.  I also have many different Network tools and other tools loaded onto the "Live" version of windows so I can pop it into a computer and have a whole list of tools at my disposal.  Now, I know that there are other "security tool" Live CDs out there already, &lt;a href="http://en.wikipedia.org/wiki/Knoppix"&gt;Knoppix&lt;/a&gt; is a really good one, but this is Windows so it's easier (for non Linux geeks) and gives you more flexibility in a Windows world.&lt;br /&gt;&lt;br /&gt;Barts out of the box is pretty basic (it has a simple custom shell), but there are several add-ons that will make it look and act just like windows.  There are several sites that are dedicated to plugins for Barts.  There are also several spin offs that use Barts as a base, but have there own system of plugins and setup.  You can also create your own plugings from normal windows programs.&lt;br /&gt;&lt;br /&gt;All in all Barts is VERY powerful and VERY useful. I might add some more posts going into some detail about how I have my CD setup, but to get started check out the links below.&lt;br /&gt;&lt;br /&gt;Main BartsPE site:&lt;br /&gt;&lt;a href="http://www.nu2.nu/"&gt;http://www.nu2.nu/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Plugin Sites:&lt;br /&gt;&lt;a href="http://oss.netfarm.it/winpe/"&gt;http://oss.netfarm.it/winpe/&lt;/a&gt; (Check out XPE!)&lt;br /&gt;&lt;a href="http://www.drowaelder.de/winpe/PEIndex.htm"&gt;http://www.drowaelder.de/winpe/PEIndex.htm&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.911cd.net/forums/"&gt;http://www.911cd.net/forums/&lt;/a&gt; (Take a look at the plugin section)&lt;br /&gt;&lt;br /&gt;Spin Offs:&lt;br /&gt;&lt;a href="http://reatogo.de/REATOGO.htm"&gt;http://reatogo.de/REATOGO.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Help:&lt;br /&gt;&lt;a href="http://www.911cd.net/forums/"&gt;http://www.911cd.net/forums/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.nu2.nu/pebuilder/help/english/"&gt;http://www.nu2.nu/pebuilder/help/english/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-2062389100502967795?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/iwmr9E0XIh4/bart-is-life-saver.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/05/bart-is-life-saver.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-670166181635769640</guid><pubDate>Fri, 18 Apr 2008 15:51:00 +0000</pubDate><atom:updated>2008-04-18T09:11:57.999-07:00</atom:updated><title>Dial-a-fix easy push button fixes for Windows</title><description>I stumbled upon a really great utility called Dial-a-fix the other day.  I was having problems with windows update not running and I started to do a little searching.  There are several things that Microsoft suggests to fix problems with windows update, but Dial-a-fix does all of them with a click of a button!  It also fixes problems with SSL, and HTTPS.  There are also some real gems buried underneath in the tools section of the program.  In the tools section you will find an options to reinstall Internet Explorer, and several other great tools!  That feature has already saved me once...  Here is the official description of the program:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;Dial-a-fix is an advanced utility for 32-bit versions of Microsoft Windows written by DjLizard in Borland Delphi 7 that repairs various Windows problems, such as:&lt;br /&gt;&lt;br /&gt;    * Windows Update errors and problems with Automatic Updates&lt;br /&gt;    * SSL, HTTPS, and Cryptography service (signing/verification) issues&lt;br /&gt;    * COM/ActiveX object errors and missing registry entries&lt;br /&gt;    * and more. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.djlizard.net/Dial-a-fix"&gt;http://wiki.djlizard.net/Dial-a-fix&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-670166181635769640?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/VaBqiQvio7o/dial-fix-easy-push-button-fixes-for.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/04/dial-fix-easy-push-button-fixes-for.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-2829562821716213768</guid><pubDate>Fri, 18 Apr 2008 15:22:00 +0000</pubDate><atom:updated>2008-04-18T08:27:00.040-07:00</atom:updated><title>Dvd Ripping</title><description>Life Hacker has posted the Five Best DVD Ripping tools and I thought it was worth pointing out.  They have some really good ones on the list, easy to use and powerful.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lifehacker.com/380702/five-best-dvd-ripping-tools"&gt;http://lifehacker.com/380702/five-best-dvd-ripping-tools &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-2829562821716213768?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/AZv6mjtLUug/dvd-ripping.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/04/dvd-ripping.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-5926316193687841684</guid><pubDate>Fri, 14 Mar 2008 15:03:00 +0000</pubDate><atom:updated>2008-03-14T09:13:06.064-07:00</atom:updated><title>PC Repair System on a USB thumb drive</title><description>Here is another great collection of utilities...  It was created to be a PC Repair toolkit that would fit on a 32MB usb drive so it doesn't take much space...  It has TONS of really great apps and they all are portable so they can run off the network or off a usb thumb drive.  Here is the list of utilities in the collection.&lt;br /&gt;&lt;br /&gt;    * DCoT Menu&lt;br /&gt;    * Active@ ISO Burner&lt;br /&gt;    * AutoCompress&lt;br /&gt;    * Brute Benchmark&lt;br /&gt;    * CCleaner&lt;br /&gt;    * CDmage&lt;br /&gt;    * DriveImage XML&lt;br /&gt;    * Double Killer&lt;br /&gt;    * DTaskManager&lt;br /&gt;    * encopy&lt;br /&gt;    * Eraser&lt;br /&gt;    * ERUNT&lt;br /&gt;    * explore2fs&lt;br /&gt;    * File Assassin&lt;br /&gt;    * Filemon&lt;br /&gt;    * Hash&lt;br /&gt;    * HDDScan&lt;br /&gt;    * ICE ECC&lt;br /&gt;    * LC ISO Creator&lt;br /&gt;    * LSASecretsView&lt;br /&gt;    * NTREGOPT&lt;br /&gt;    * Patcher&lt;br /&gt;    * PMMon&lt;br /&gt;    * ProcessExplorer&lt;br /&gt;    * ProduKey&lt;br /&gt;    * Regmon&lt;br /&gt;    * Restoration&lt;br /&gt;    * Roadkil’s CommTest&lt;br /&gt;    * Roadkil’s Disk Image&lt;br /&gt;    * Rootkit Revealer&lt;br /&gt;    * SequoiaView&lt;br /&gt;    * System Information for Windows&lt;br /&gt;    * TweakUI&lt;br /&gt;    * Universal Extract&lt;br /&gt;    * Virtual CD Control Panel&lt;br /&gt;    * What Changed?&lt;br /&gt;    * Why Reboot?&lt;br /&gt;    * WirelessKeyView&lt;br /&gt;&lt;br /&gt;Get it here:&lt;br /&gt;&lt;a href="http://dailycupoftech.com/usb-drive-systems/3/"&gt;http://dailycupoftech.com/usb-drive-systems/3/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-5926316193687841684?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/eJVhG2KM6b4/pc-repair-system-on-usb-thumb-drive.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/03/pc-repair-system-on-usb-thumb-drive.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-6770663287295137153</guid><pubDate>Thu, 13 Mar 2008 13:47:00 +0000</pubDate><atom:updated>2011-04-04T07:51:46.629-07:00</atom:updated><title>Log Me In FREE!</title><description>Have you ever wanted a free web based computer remote control product?  Well here it is...&lt;br /&gt;&lt;a href="https://secure.logmein.com/products/free/"&gt;https://secure.logmein.com/products/free/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Whats the catch? Well the only thing I can find is that it's an upsell...  They give you a trial of the PRO version and then assume that when it's over that you will be so use to the PRO features that you will pay for them...  The free one however has plenty of features for me...&lt;br /&gt;&lt;br /&gt;Update:&lt;br /&gt;I wanted to circle back around to this post and add some new findings.  First off thanks to dwproctor for the info on Team Viewer.  I really love it, and I have started to use it for remote support of friends/family (Free version is For personal use only).  Also you can install the free version and use it for a more permanent  connection to a PC like logmein. You must use their client app however, so it lacks logmein's easy web interface. &lt;br /&gt;&lt;br /&gt;I have also come across (thanks Trista) another great remote support web product.  Join.me is a really quick web based conferencing software.  It works great as a quick remote control app.  You can have the user run (No install needed) the very light weight application and gain full remote control of the users PC.  The client is web based so no install needed on either end.  http://join.me&lt;br /&gt;&lt;br /&gt;All items above have iOS (and possibly other) apps (Logmein, Team Viewer, and Join.me)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-6770663287295137153?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/nC9kyvwTV_g/log-me-in-free.html</link><author>noreply@blogger.com (Travis)</author><thr:total>1</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/03/log-me-in-free.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-4188081185625804017</guid><pubDate>Thu, 13 Mar 2008 13:35:00 +0000</pubDate><atom:updated>2008-03-13T06:46:58.542-07:00</atom:updated><title>ANT the network utility</title><description>I came across a really nice network utility the other day.  Well it's more of a collection of network utilities.  Most everything in ANT can be done via regular command line but it's just nice having access to them via a click of a button.  ANT includes these tools:&lt;br /&gt;&lt;br /&gt;# Network Port Scanner&lt;br /&gt;# Share Scanner&lt;br /&gt;# TraceRoute&lt;br /&gt;# Ping Utility&lt;br /&gt;# NetStats&lt;br /&gt;# Advanced DNS Utility&lt;br /&gt;# ARP&lt;br /&gt;# Route Configuration&lt;br /&gt;# Adapter Configuration&lt;br /&gt;# IP Configuration&lt;br /&gt;# IP Availability&lt;br /&gt;# Command Test&lt;br /&gt;# Whois Client &lt;br /&gt;&lt;br /&gt;And best of all it's FREE!  After you install it on a computer you can run ANT from the .exe file alone, so you could keep it on a USB stick or out on your network for quick access.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dreamsyssoft.com/advanced-net-tools/"&gt;http://www.dreamsyssoft.com/advanced-net-tools/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-4188081185625804017?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/MF9Tj996ULs/ant-network-utility.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/03/ant-network-utility.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-5122918602156854392</guid><pubDate>Mon, 03 Mar 2008 18:29:00 +0000</pubDate><atom:updated>2008-03-03T11:07:26.204-08:00</atom:updated><title>It's about TIME</title><description>Linux/Debian:&lt;br /&gt;To view the current Date/Time type "Date".  If you time is wrong and you want it to set automatically use NTP.  NTP is the time protocol that computers use to synchronize their clocks with others on the network/internet.&lt;br /&gt;&lt;br /&gt;The main package is ntpdate, and the server that ntpdate looks at for syncing is "/etc/default/ntpdate".&lt;br /&gt;&lt;br /&gt;After making changes to "/etc/default/ntpdate" don't forget to restart the service by typing "/etc/init.d/ntpdate restart".&lt;br /&gt;&lt;br /&gt;If you want to change the current time right away using a time server type "ntpdate [time server]", make sure to turn off ntpdate service first "/etc/init.d/ntpdate stop".&lt;br /&gt;&lt;br /&gt;If your timezone is wrong use tzconfig to change the timezone.&lt;br /&gt;&lt;br /&gt;LINKS&lt;br /&gt;NTP:&lt;br /&gt;&lt;a href="http://www.debian-administration.org/articles/25"&gt;http://www.debian-administration.org/articles/25&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;More Advanced info on NTP:&lt;br /&gt;&lt;a href="http://www.crazysquirrel.com/computing/debian/ntp.jspx"&gt;http://www.crazysquirrel.com/computing/debian/ntp.jspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-5122918602156854392?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/F31tlej_UtU/its-about-time.html</link><author>noreply@blogger.com (Travis)</author><thr:total>0</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/03/its-about-time.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4455271245020504954.post-4921735717514949350</guid><pubDate>Fri, 15 Feb 2008 22:51:00 +0000</pubDate><atom:updated>2008-02-15T15:12:49.926-08:00</atom:updated><title>Remote Desktop Hack for Windows Vista</title><description>Microsoft Vista Home Premium, Business, Ultimate:&lt;br /&gt;&lt;br /&gt;I just found a hack that will enable Multiple sessions on Remote Desktop for Windows Vista!  Just like the Windows XP hack it will allow more then one person to be logged into the computer at once (Through Remote Desktop).  That in itself is great but here is the REAL kicker (If you own Windows Vista Home Premium anyway), this hack will also enable Remote Desktop for Windows Home Premium (Which is sorely lacking thank you!)&lt;br /&gt;&lt;br /&gt;Thanks to everyone that made this Hack Possible (None of whom are me!)&lt;br /&gt;&lt;br /&gt;Side Note:&lt;br /&gt;If you are using the Windows Home Premium link (By the way it should work for all of the versions) when running the batch files the syntax is: &lt;br /&gt;batchfile.bat [Multi] [Blank]&lt;br /&gt;&lt;br /&gt;Add Multi if you want the Multiple session hack and use Blank if you want to also enable the use of Blank passwords (I don't recommend this unless you know what your doing).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.missingremote.com/index.php?Itemid=152&amp;id=1220&amp;option=com_content&amp;task=view"&gt;http://www.missingremote.com/index.php?Itemid=152&amp;id=1220&amp;option=com_content&amp;task=view&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4455271245020504954-4921735717514949350?l=travisepperson.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://feedproxy.google.com/~r/RandomThingsInIt/~3/6LaRl-cN-Mo/remote-desktop-hack-for-windows-vista.html</link><author>noreply@blogger.com (Travis)</author><thr:total>1</thr:total><feedburner:origLink>http://travisepperson.blogspot.com/2008/02/remote-desktop-hack-for-windows-vista.html</feedburner:origLink></item></channel></rss>

