<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://erik.thauvin.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Erik's Wiki</title>
    <subtitle></subtitle>
    <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/"/>
    <id>http://erik.thauvin.net/wiki/</id>
    <updated>2012-05-17T04:20:54+00:00</updated>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
<link rel="self" type="application/atom+xml" href="http://erik.thauvin.net/wiki/feed.php" />
    <entry>
        <title>Remove missing files with SVN? - created</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/linux/rmmissingsvn?rev=1333931870&amp;do=diff"/>
        <published>2012-04-09T00:37:50+00:00</published>
        <updated>2012-04-09T00:37:50+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/linux/rmmissingsvn?rev=1333931870&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>The following command will rm all missing files from the current subversion repository:


svn rm $( svn status | sed -e '/^!/!d' -e 's/^!//' )</summary>
    </entry>
    <entry>
        <title>Linux Tips and Tricks - added Remove missing files with SVN</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/linux?rev=1333931730&amp;do=diff"/>
        <published>2012-04-09T00:35:30+00:00</published>
        <updated>2012-04-09T00:35:30+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/linux?rev=1333931730&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>*  Changing the case of a variable or filename in a shell script
	*  Cisco 675 DSL Modem
		*  Modem Configuration
		*  Ping Test
		*  Syslog Setup
		*  TFTP Upgrade Steps

	*  CPAN Perl Module Installation
	*  Deleting Files
	*  Extracting files from an RPM archive
	*  Fixing a stuck RPM database
	*  GCC Compiling Flags for SunOS
	*  Getting around Too Many Args error
	*  How to clone a local git repository to a remote server?
	*  How to compile a source package?
	*  How to create a sendmail con…</summary>
    </entry>
    <entry>
        <title>How to clone a local git repository to a remote server? - created</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/linux/clonelocalgit?rev=1332960022&amp;do=diff"/>
        <published>2012-03-28T18:40:22+00:00</published>
        <updated>2012-03-28T18:40:22+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/linux/clonelocalgit?rev=1332960022&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>On the remote server:
mkdir newproject
cd newproject
git init --bare
On the local machine:
git remote add origin ssh://user@my.server.com/path/to/repo/newproject
git push --all origin</summary>
    </entry>
    <entry>
        <title>PlayGround - removed</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/playground/playground?rev=1316769345&amp;do=diff"/>
        <published>2011-09-23T09:15:45+00:00</published>
        <updated>2011-09-23T09:15:45+00:00</updated>
        <id>http://erik.thauvin.net/wiki/playground/playground?rev=1316769345&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
    </entry>
    <entry>
        <title>Fast Shutdown/Reboot - created</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/win/fastreboot?rev=1308209486&amp;do=diff"/>
        <published>2011-06-16T07:31:26+00:00</published>
        <updated>2011-06-16T07:31:26+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/win/fastreboot?rev=1308209486&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>To speed up shutdown:
shutdown.exe -s -t 00 -f

To speed up restart:
shutdown.exe -r -t 00 -f

Create shortcuts for both commands for faster access.</summary>
    </entry>
    <entry>
        <title>Windows Tips and Tricks - added Fast Reboot tip</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/win?rev=1308209086&amp;do=diff"/>
        <published>2011-06-16T07:24:46+00:00</published>
        <updated>2011-06-16T07:24:46+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/win?rev=1308209086&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>*  Auto Complete with Tab in DOS
	*  Configuring Windows Time Service under Windows 2000
	*  DHCP Controls
	*  DNS Cache Control
	*  DOSKEY Directory Listing Shortcut
	*  Emulating UNIX Directory Listing
	*  Fast Shutdown/Reboot
	*  How to Change the Location of the My Documents Folder
	*  Kill an unkillable process
	*  Running InstallShield Installers in Silent Mode
	*  Running Windows Diagnostics
	*  TCP-IP Stack Repair (Vista)
	*  XP Run Commands</summary>
    </entry>
    <entry>
        <title>Running Windows Diagnostics - created</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/win/windowsdiagnostics?rev=1299493498&amp;do=diff"/>
        <published>2011-03-07T10:24:58+00:00</published>
        <updated>2011-03-07T10:24:58+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/win/windowsdiagnostics?rev=1299493498&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>Windows Vista and Windows 7 have a built-in utility that can check for problems with the computer’s memory. Although the Windows Memory Diagnostic tool often kicks in automatically when it senses an issue, you can also run if manually if the computer is behaving erratically and you suspect the memory chips might be involved.</summary>
    </entry>
    <entry>
        <title>Erik's Wiki</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/start?rev=1296433265&amp;do=diff"/>
        <published>2011-01-31T00:21:05+00:00</published>
        <updated>2011-01-31T00:21:05+00:00</updated>
        <id>http://erik.thauvin.net/wiki/start?rev=1296433265&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>The Wiki is Out There!

GooglME

GooglME is a simple front-end for Google SMS.

mobibot

mobibot is the #mobitopia IRC channel bot. 

Tips &amp; Tricks

A collection of Tips and Tricks I've collected over the years.

YahooME

YahooME is a simple front-end for Yahoo! SMS search services.</summary>
    </entry>
    <entry>
        <title>mobibot - Mobibot v0.5.0</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/mobibot?rev=1284547748&amp;do=diff"/>
        <published>2010-09-15T10:49:08+00:00</published>
        <updated>2010-09-15T10:49:08+00:00</updated>
        <id>http://erik.thauvin.net/wiki/mobibot?rev=1284547748&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>mobibot is the #mobitopia IRC channel bot.




If you have any feature suggestions, please email me.




Do you have a tip on using mobibot? Post it here.



News

Sept 15, 2010

Mobibot v0.5.0 is now running on the #mobitopia IRC channel.

The following was changed:</summary>
    </entry>
    <entry>
        <title>How to convert a JSEE keystore to an OpenSSL PEM?</title>
        <link rel="alternate" type="text/html" href="http://erik.thauvin.net/wiki/tips/java/keystoretopem?rev=1267960155&amp;do=diff"/>
        <published>2010-03-07T11:09:15+00:00</published>
        <updated>2010-03-07T11:09:15+00:00</updated>
        <id>http://erik.thauvin.net/wiki/tips/java/keystoretopem?rev=1267960155&amp;do=diff</id>
        <author>
            <name>erik</name>
        </author>
        <summary>First, use KeyTool GUI to export the keystore in a Private Key and Certificates (PKCS#12) format.

Second, issue the following command with OpenSSL:
openssl pkcs12 -in file.pfx -out file.pem
You might also want to read this.

Comments

 TJ on Jan 5, 2005</summary>
    </entry>
</feed>

