<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gregory A. Lussier</title>
	<atom:link href="http://gregoryalussier.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregoryalussier.com</link>
	<description>IT Consultant</description>
	<lastBuildDate>Fri, 05 Mar 2010 18:34:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Asterisk 1.6.2.4 with Asterisk Addons 1.6.2 and MySQL on CentOS 5.4 i386</title>
		<link>http://gregoryalussier.com/2010/02/23/install-asterisk-1-6-2-4/</link>
		<comments>http://gregoryalussier.com/2010/02/23/install-asterisk-1-6-2-4/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 04:28:03 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Telecom]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=194</guid>
		<description><![CDATA[This is a complete tutorial on how to install CentOS 5.4 and then Asterisk and MySQL on any computer. I will soon be posting a template virtual machine in the form of a torrent file

Note: you can install Putty and SSH into your CentOS box once it&#8217;s installed. You will then be able to copy [...]]]></description>
			<content:encoded><![CDATA[<p>This is a complete tutorial on how to install CentOS 5.4 and then Asterisk and MySQL on any computer. I will soon be posting a template virtual machine in the form of a torrent file<br />
<br />
Note: you can install Putty and SSH into your CentOS box once it&#8217;s installed. You will then be able to copy and paste lines easily from the code boxes below.<br />
</p>
<ol>
<li>Download CentOS 5.4 i386 from <a href="http://isoredirect.centos.org/centos/5/isos/i386/">http://isoredirect.centos.org/centos/5/isos/i386/</a></li>
<li>Install CentOS 5.4
<ol>
<li>Boot from the CD or DVD.</li>
<li>Type

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">linux text</pre></div></div>

</li>
<li>Press Enter.</li>
<li>Move to skip using TAB key and press Enter. This step will prevent your computer to test the media. You can test it if you want but it&#8217;s quite long.</li>
<li>Press Enter on the OK button.</li>
<li>Choose the language and keyboard and press OK.</li>
<li>Choose Yes and press OK.</li>
<li>Choose &#8220;Remove all Linux partitions on this drive and create default layout&#8221; and press &#8220;OK&#8221;.</li>
<li>Confirm by clicking on Yes.</li>
<li>Don&#8217;t review the partitioning layout.</li>
<li>Press Yes to configure your ethernet adapter.</li>
<li>Enable IPv4 by going down to IPv4 using the arrow key and press spacebar to select it.</li>
<li>Click OK.</li>
<li>Click OK for both DHCP and DNS.</li>
<li>Choose your time zone.</li>
<li>Type a password you&#8217;ll remember.</li>
<li>Press OK.</li>
<li>Unselect GNOME (don&#8217;t select anything).</li>
<li>Press OK.</li>
<li>Press OK for the log.</li>
<li>Wait for the package installation.</li>
<li>Eject the media and press Reboot.</li>
</ol>
</li>
<li>Post-installation steps
<ol>
<li>Select &#8220;Firewall Configuration&#8221; and then press &#8220;Run tool&#8221;.</li>
<li>Disable the security level and select Disabled for SELinux. (Note that it&#8217;s only suitable for a hobby system)</li>
<li>Press OK.</li>
<li>Press Exit.</li>
<li>Login using user &#8220;root&#8221; and the password you chose during the installation</li>
</ol>
</li>
<li>Install Webmin
<ol>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>root
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.sourceforge.net<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>webadmin<span style="color: #000000; font-weight: bold;">/</span>webmin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1.500</span><span style="color: #000000; font-weight: bold;">/</span>webmin-<span style="color: #000000;">1.500</span>-1.noarch.rpm?<span style="color: #007800;">use_mirror</span>=iweb
rpm <span style="color: #660033;">-i</span> webmin-<span style="color: #000000;">1.500</span>-1.noarch.rpm</pre></div></div>

</li>
</ol>
</li>
<li>Update and upgrade the install
<ol>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #660033;">-y</span> upgrade</pre></div></div>

</li>
<li>Reboot the computer.</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #660033;">-y</span> update</pre></div></div>

</li>
<li>Reboot the computer.</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #660033;">-y</span> update</pre></div></div>

</li>
<li>Make sure to repeat the update step until no more updates appear.</li>
</ol>
</li>
<li>Download and install Asterisk
<ol>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> kernel-devel kernel-xen-devel <span style="color: #c20cb9; font-weight: bold;">gcc</span> gcc-c++ libtermcap-devel ncurses-devel doxygen curl-devel newt-devel
yum <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel mysql-connector-odbc
yum <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> mysql mysql-devel mysql-server
chkconfig mysqld on
service mysqld start
yum <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php-mysql php-mbstring php-mcrypt
chkconfig httpd on
service httpd start
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>odbcinst.ini <span style="color: #666666; font-style: italic;"># replace 'Driver=/usr/lib/libmyodbc.so' with 'Drive=/usr/lib/libmyodbc3.so' and uncomment the whole MySQL part.</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>html
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.sourceforge.net<span style="color: #000000; font-weight: bold;">/</span>project<span style="color: #000000; font-weight: bold;">/</span>phpmyadmin<span style="color: #000000; font-weight: bold;">/</span>phpMyAdmin<span style="color: #000000; font-weight: bold;">/</span>2.11.10<span style="color: #000000; font-weight: bold;">/</span>phpMyAdmin-2.11.10-all-languages.tar.gz?<span style="color: #007800;">use_mirror</span>=iweb
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zxvf</span> phpMyAdmin-2.11.10-all-languages.tar.gz
<span style="color: #c20cb9; font-weight: bold;">rm</span> phpMyAdmin-2.11.10-all-languages.tar.gz <span style="color: #666666; font-style: italic;"># press Y and Enter</span>
<span style="color: #c20cb9; font-weight: bold;">mv</span> phpMyAdmin-2.11.10-all-languages phpmyadmin
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>src
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> asterisk
<span style="color: #7a0874; font-weight: bold;">cd</span> asterisk
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.asterisk.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>telephony<span style="color: #000000; font-weight: bold;">/</span>asterisk<span style="color: #000000; font-weight: bold;">/</span>asterisk-1.6.2.4.tar.gz
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>downloads.asterisk.org<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>telephony<span style="color: #000000; font-weight: bold;">/</span>asterisk<span style="color: #000000; font-weight: bold;">/</span>asterisk-addons-1.6.2-current.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zxvf</span> asterisk-1.6.2.4.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zxvf</span> asterisk-addons-1.6.2-current.tar.gz
<span style="color: #c20cb9; font-weight: bold;">mv</span> asterisk-1.6.2.4 asterisk
<span style="color: #c20cb9; font-weight: bold;">mv</span> asterisk-addons-1.6.2.0 asterisk-addons
<span style="color: #c20cb9; font-weight: bold;">rm</span> asterisk-1.6.2.4.tar.gz
<span style="color: #c20cb9; font-weight: bold;">rm</span> asterisk-addons-1.6.2-current.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> asterisk
<span style="color: #c20cb9; font-weight: bold;">make</span> clean
.<span style="color: #000000; font-weight: bold;">/</span>configure <span style="color: #660033;">--disable-xmldoc</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> menuselect
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> samples
<span style="color: #c20cb9; font-weight: bold;">make</span> config
chkconfig asterisk on
service asterisk start
asterisk <span style="color: #660033;">-vvvvvvvvc</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> ..
<span style="color: #7a0874; font-weight: bold;">cd</span> asterisk-addons
<span style="color: #c20cb9; font-weight: bold;">make</span> clean
.<span style="color: #000000; font-weight: bold;">/</span>configure
<span style="color: #c20cb9; font-weight: bold;">make</span> menuselect
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> samples
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>asterisk<span style="color: #000000; font-weight: bold;">/</span>cdr_mysql.conf
<span style="color: #666666; font-style: italic;"># Modify this file according to your</span>
<span style="color: #666666; font-style: italic;"># MySql configuration. Use PhpMyAdmin</span>
<span style="color: #666666; font-style: italic;"># for the most straight forward</span>
<span style="color: #666666; font-style: italic;"># installation.</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>global<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">hostname</span></span>=localhost
<span style="color: #007800;">dbname</span>=asterisk
<span style="color: #007800;">table</span>=cdr
<span style="color: #007800;">password</span>=MYPASS
<span style="color: #007800;">user</span>=astrealtime
<span style="color: #007800;">port</span>=<span style="color: #000000;">3306</span>
<span style="color: #007800;">sock</span>=<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
<span style="color: #007800;">userfield</span>=<span style="color: #000000;">1</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>asterisk<span style="color: #000000; font-weight: bold;">/</span>res_mysql.conf
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>general<span style="color: #7a0874; font-weight: bold;">&#93;</span>
dbhost = localhost
dbname = asterisk
dbuser = astrealtime
dbpass = MYPASS
dbport = <span style="color: #000000;">3306</span>
dbsock = <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>asterisk<span style="color: #000000; font-weight: bold;">/</span>extconfig.conf
<span style="color: #666666; font-style: italic;"># uncomment and modify the following:</span>
queues =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; mysql,general,queues
queue_members =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; mysql,general,queue_members
sippeers =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; mysql,general,sip
sipusers =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; mysql,general,sip
voicemail =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; mysql,general,voicemail_users
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>odbc.ini
<span style="color: #7a0874; font-weight: bold;">&#91;</span>astrealtime<span style="color: #7a0874; font-weight: bold;">&#93;</span>
Description     = Asterisk realtime and other FUNC_ODBC access
Driver          = MySQL
Socket          = <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
Server          = localhost
User            = astrealtime
Pass            = MYPASS
Database        = asterisk
Option          = <span style="color: #000000;">3</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>asterisk<span style="color: #000000; font-weight: bold;">/</span>res_odbc.conf
<span style="color: #666666; font-style: italic;">#</span>
; Environment variables
<span style="color: #7a0874; font-weight: bold;">&#91;</span>ENV<span style="color: #7a0874; font-weight: bold;">&#93;</span> 
&nbsp;
; Connections
<span style="color: #7a0874; font-weight: bold;">&#91;</span>astrealtime<span style="color: #7a0874; font-weight: bold;">&#93;</span>
enabled =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #c20cb9; font-weight: bold;">yes</span>
dsn =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; astrealtime
username =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; astrealtime
password =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; MYPASS
pre-connect =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #c20cb9; font-weight: bold;">yes</span>
idlecheck =<span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000;">3600</span>
<span style="color: #666666; font-style: italic;">#</span></pre></div></div>

</li>
</ol>
</li>
<li>MySQL: Import <a href="http://www.gregoryalussier.com/upload/sql.txt">the following file</a> into PhpMyAdmin using the SQL or Import function.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2010/02/23/install-asterisk-1-6-2-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to install Windows 7 from a USB drive?</title>
		<link>http://gregoryalussier.com/2010/01/05/how-to-install-windows-7-from-a-usb-drive/</link>
		<comments>http://gregoryalussier.com/2010/01/05/how-to-install-windows-7-from-a-usb-drive/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:23:23 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=186</guid>
		<description><![CDATA[
Plug the USB drive.
Open a command prompt (Start Menu, All Programs, Accessories, right click on Command Prompt and select Run as Adminstrator).
Type in the following commands:


DISKPART
LIST DISK 
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT

After the LIST DISK command, locate the number of your USB drive and use it in the SELECT DISK command.

Insert the [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Plug the USB drive.</li>
<li>Open a command prompt (Start Menu, All Programs, Accessories, right click on Command Prompt and select Run as Adminstrator).</li>
<li>Type in the following commands:
<ol>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">DISKPART
LIST DISK 
SELECT DISK <span style="color: #cc66cc;">1</span>
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION <span style="color: #cc66cc;">1</span>
ACTIVE
FORMAT FS=NTFS
ASSIGN
<span style="color: #00b100; font-weight: bold;">EXIT</span></pre></div></div>

<p>After the LIST DISK command, locate the number of your USB drive and use it in the SELECT DISK command.
</li>
<li>Insert the Windows 7 installation disk in the DVD reader or mount it using whatever software you like (Daemon Tools Lite, Alcohol 120%, etc.)</li>
<li>Supposing D: is the letter of the drive where Windows 7 is mounted, and H: is the letter of your USB drive:

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">D: <span style="color: #b1b100; font-weight: bold;">CD</span> BOOT
<span style="color: #b1b100; font-weight: bold;">CD</span> BOOT
BOOTSECT.EXE /NT60 H:</pre></div></div>

</li>
<li>Drag and drop the content of the Windows 7 Installation DVD in the USB drive.</li>
<li>You are ready to install Windows 7 using the bootable USB drive you just created.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2010/01/05/how-to-install-windows-7-from-a-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source PDF Reader</title>
		<link>http://gregoryalussier.com/2010/01/05/open-source-pdf-reader/</link>
		<comments>http://gregoryalussier.com/2010/01/05/open-source-pdf-reader/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 06:44:40 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=184</guid>
		<description><![CDATA[Adobe Reader&#8217;s the most common and known PDF reader but it&#8217;s 335 MB and the new versions tend to eat RAM to support intensive overloaded graphic interface. I recently discovered a small open source PDF reader for Windows. It&#8217;s amazingly small (1.4 MB) and does nothing more than reading PDFs. I personally use it as [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Reader&#8217;s the most common and known PDF reader but it&#8217;s 335 MB and the new versions tend to eat RAM to support intensive overloaded graphic interface. I recently discovered a small open source PDF reader for Windows. It&#8217;s amazingly small (1.4 MB) and does nothing more than reading PDFs. I personally use it as my main PDF previewer, and use Adobe Acrobat for editing and other manipulations. You can get it on its official site <a title="Sumatra PDF Viewer" href="http://blog.kowalczyk.info/software/sumatrapdf/download.html">Sumatra PDF viewer</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2010/01/05/open-source-pdf-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Windows XP from a USB drive</title>
		<link>http://gregoryalussier.com/2010/01/04/install-windows-xp-from-a-usb-drive/</link>
		<comments>http://gregoryalussier.com/2010/01/04/install-windows-xp-from-a-usb-drive/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 00:39:44 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=178</guid>
		<description><![CDATA[I had a laptop with no optical media drive and needed to install Windows XP. Windows Vista and 7 are built in with handy features to create bootable USB drive installations, but not Windows XP. I found this great tool Win Setup from USB (4.4 mb direct download .exe) to do so.

Copy the content of [...]]]></description>
			<content:encoded><![CDATA[<p>I had a laptop with no optical media drive and needed to install Windows XP. Windows Vista and 7 are built in with handy features to create bootable USB drive installations, but not Windows XP. I found this great tool <a title="WinSetupFromUSB" href="http://gregoryalussier.com/upload/winsetupfromusb.exe" target="_blank">Win Setup from USB</a> (4.4 mb direct download .exe) to do so.<span id="more-178"></span></p>
<ol>
<li>Copy the content of your Windows XP installation CD to a local directory (C:\XP)</li>
<li>Run the WinSetupFromUSB tool.</li>
<li>Click RMPrepUSB button.</li>
<li>Choose the drive in the top listbox.</li>
<li>Choose &#8220;XP Bootable [NTLDR]&#8221; under &#8220;BOOT OPTIONS&#8221;.</li>
<li>Select &#8220;Boot as HDD (2PTNS)&#8221; under &#8220;FILESYSTEM and OVERRIDES&#8221;</li>
<li>Select &#8220;NTFS&#8221; under the same title.</li>
<li>Click &#8220;Prepare Drive&#8221;.</li>
<li>Click &#8220;OK&#8221; a couple times.</li>
<li>Get back to the first WinSetupFromUSB screen.</li>
<li>Select &#8220;Removable&#8221; under &#8220;Force Target disk type&#8221;.</li>
<li>Click the &#8220;Browse&#8221; button and select C:\XP</li>
<li>Click on &#8220;GO&#8221; button at the bottom and wait a few minutes for the files to copy.</li>
</ol>
<p>* Make sure the BIOS of the machine can handle booting on USB devices.</p>
<p>** After the first reboot of Windows XP&#8217;s installation, you must use the integrated bootloader on the USB device to choose &#8220;Windows XP Pro Second Part of the Installation&#8221;. (You&#8217;ll see what I mean when booting on it).</p>
<p><a href="http://gregoryalussier.com/wp-content/uploads/2010/01/winusb-ss.jpg"><img class="alignnone size-full wp-image-179" title="winusb-ss" src="http://gregoryalussier.com/wp-content/uploads/2010/01/winusb-ss.jpg" alt="" width="366" height="410" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2010/01/04/install-windows-xp-from-a-usb-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free protection against viruses, malware, spyware</title>
		<link>http://gregoryalussier.com/2009/12/30/free-protection-against-viruses-malware-spyware/</link>
		<comments>http://gregoryalussier.com/2009/12/30/free-protection-against-viruses-malware-spyware/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:20:36 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=176</guid>
		<description><![CDATA[I have seen more infected computers during the holidays than all year long. People are on the Internet clicking everywhere and downloading malware. The most popular kind of malware seems to be the fake antiviruses: Windows Defender Suite, Antivirus Live, etc. Fortunatly, a lot of people face the same problem and post solutions on how [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen more infected computers during the holidays than all year long. People are on the Internet clicking everywhere and downloading malware. The most popular kind of malware seems to be the fake antiviruses: Windows Defender Suite, <a href="http://www.2-spyware.com/remove-antivirus-live.html">Antivirus Live</a>, etc. Fortunatly, a lot of people face the same problem and post solutions on how to get rid of them. Let me give you a hint on what to download and run if it happens to you.</p>
<p><span id="more-176"></span>First of all, any computer should be protected with a good real-time protection such as Norton, McAfee, Panda, Avast, Kaspersky, BitDefender, F-Secure, etc. I highly recommend the new <a href="http://www.symantec.com/fr/fr/norton/internet-security">Norton Internet Security 2010</a> (works amazingly smoothly and efficiently on my Windows 7 64 bits desktop, paid 19,99$ for a 3PC activation 1 year license at boxing day sale). The malware I was talking about -fake antiviruses- seem to get past major antiviruses including the big <a href="http://www.symantec.com/fr/fr/business/endpoint-protection">Symantec EndPoint 11.0 for enterprise</a>s. In fact, I realized that free software such as <a href="http://www.malwarebytes.org/mbam.php">Malwarebytes&#8217; Anti-Malware</a> was more effective against malware than any retail antivirus on the market. Most of the time, a complete scan of a PC with <a href="http://www.malwarebytes.org/mbam.php">MBAM</a> will do the trick. Sometime the malware will prohibit a new installation of <a href="http://www.malwarebytes.org/mbam.php">MBAM</a> or running the process. You have to rename the setup and the executable.</p>
<p><a href="http://www.malwarebytes.org/forums/index.php?showtopic=17583">Some people on the MBAM forum</a> suggested giving it the name of winlogon.exe, since no malware will kill that particular process. It worked for me in most cases. If you have more serious cases, you can install <a href="http://www.avast.com/fre/download-avast-home.html">Avast </a>to get a boot-time scan, use the free bootable <a href="http://www.free-av.com/en/tools/12/avira_antivir_rescue_system.html">Avira Antivir Rescue System</a>, install <a href="http://security.symantec.com/sscv6/WelcomePage.asp">Norton Security Scan</a>, run scans and try to figure out what&#8217;s the matter.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2009/12/30/free-protection-against-viruses-malware-spyware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Packet Tracer</title>
		<link>http://gregoryalussier.com/2009/12/23/cisco-packet-tracer/</link>
		<comments>http://gregoryalussier.com/2009/12/23/cisco-packet-tracer/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 20:35:24 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Telecom]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=173</guid>
		<description><![CDATA[Finally, these are the Packet Tracer files I have done for the third CCNA Cisco Network Academy Class.
Packet Tracers
I will soon be publishing my own CCNA overview guide. Stay tuned to get a link to a free PDF of its BETA version.
]]></description>
			<content:encoded><![CDATA[<p>Finally, these are the Packet Tracer files I have done for the third CCNA Cisco Network Academy Class.<br />
<a href="http://gregoryalussier.com/cisco">Packet Tracers</a><br />
I will soon be publishing my own CCNA overview guide. Stay tuned to get a link to a free PDF of its BETA version.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2009/12/23/cisco-packet-tracer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Virtualbox Guest Additions for CentOS 5.4 Guest?</title>
		<link>http://gregoryalussier.com/2009/12/02/how-to-install-virtualbox-guest-additions-for-centos-5-4-guest/</link>
		<comments>http://gregoryalussier.com/2009/12/02/how-to-install-virtualbox-guest-additions-for-centos-5-4-guest/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 17:17:09 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=146</guid>
		<description><![CDATA[
Versions
Sun VirtualBox Graphical User Interface
Version 3.0.12 r54655
CentOS 5.4 i386


VirtualBox is an x86 virtualization software developed by Sun Microsystems as part of its Sun xVM virtualization package. This is a complete tutorial on how to install VirtualBox Guest Additions on a Linux CentOS 5.4 i386 host operating system.

Login as root on the guest operating system (CentOS [...]]]></description>
			<content:encoded><![CDATA[<ul>
<strong>Versions</strong></p>
<li>Sun VirtualBox Graphical User Interface<br />
Version 3.0.12 r54655</li>
<li>CentOS 5.4 i386</li>
</ul>
<p><span id="more-146"></span><br />
VirtualBox is an x86 virtualization software developed by Sun Microsystems as part of its Sun xVM virtualization package. This is a complete tutorial on how to install VirtualBox Guest Additions on a Linux CentOS 5.4 i386 host operating system.</p>
<ol>
<li>Login as root on the guest operating system (CentOS 5.4)</li>
<li>Click on Devices, and then on Install Guest Additions.<br />
<img class="alignnone size-full wp-image-150" title="guest" src="http://gregoryalussier.com/wp-content/uploads/2009/12/guest.gif" alt="guest" width="292" height="314" /></li>
<li>Open a Terminal window by clicking on Applications, Accessories and Terminal.</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># yum install gcc kernel kernel-devel -y</span>
<span style="color: #666666; font-style: italic;"># reboot</span></pre></div></div>

</li>
<li>After the reboot, open up a new terminal window.</li>
<li>Enter the following commands:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># cd /media</span>
<span style="color: #666666; font-style: italic;"># dir</span>
VBOXADDITIONS_3.0.12_54655
<span style="color: #666666; font-style: italic;"># cd VBOXADDITIONS_3.0.12_54655</span>
<span style="color: #666666; font-style: italic;"># sh VBoxLinuxAdditions-x86.run</span></pre></div></div>

</li>
<li>Click on System, Shut Down</li>
<li>At next boot, the guest additions&#8217; installation will be completed</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2009/12/02/how-to-install-virtualbox-guest-additions-for-centos-5-4-guest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Facebook Dislike Button Firefox Add-On</title>
		<link>http://gregoryalussier.com/2009/11/09/facebook-dislike-button-firefox-add-on/</link>
		<comments>http://gregoryalussier.com/2009/11/09/facebook-dislike-button-firefox-add-on/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:48:38 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=79</guid>
		<description><![CDATA[Later this week, some websites announced a Firefox plugin to give Facebook users the ability to dislike posts. As Facebook users know, the &#8220;Like&#8221; button is working since about a year and has really been useful in case a user wants to &#8220;Like&#8221; a post, but without commenting it. I gave the Firefox plugin a [...]]]></description>
			<content:encoded><![CDATA[<p>Later this week, some websites announced a Firefox plugin to give Facebook users the ability to dislike posts. As Facebook users know, the &#8220;Like&#8221; button is working since about a year and has really been useful in case a user wants to &#8220;Like&#8221; a post, but without commenting it. I gave the Firefox plugin a chance, knowing there were great chances it was crap, poorly secured, and sending confidential data to a third-party server, like most of the Facebook apps, but unlike most of the plugins from Mozilla.</p>
<p><img class="size-full wp-image-84 alignnone" title="lapresse" src="http://gregoryalussier.com/wp-content/uploads/2009/11/lapresse2.png" alt="lapresse" width="373" height="87" /></p>
<p><span id="more-79"></span><span style="font-size:1.5em"><a href="https://addons.mozilla.org/en-US/firefox/addon/47023">Download the add-on</a></span><br />
<strong>Or copy and paste the following URL to your browser:<br />
</strong><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/47023">https://addons.mozilla.org/en-US/firefox/addon/47023</a></strong></p>
<p>Like 8 000 users did at the time. You can see that more than 75K people have downloaded it since then. The version of the add-on has also changed from the time I downloaded it. I was really cautious about security and started analysing security of this software.</p>
<p>This add-on doesn&#8217;t seem to send any data, except the &#8220;Dislike&#8221; parameter, which means this isn&#8217;t malicious software (at first sight). But in fact, it sends in clear text all the requests, which requires to authentication at all. This is totally hackable by anyone who finds out the same code as I did. <span style="background:yellow">I could then &#8220;dislike&#8221; a post in someone else&#8217;s name. This add-on is highly insecure and I don&#8217;t recommend you install it until the final release.<br />
</span></p>
<p><strong>Nelson Dumais from La Presse published<a href="http://blogues.cyberpresse.ca/technaute/dumais/?p=1006179"> the letter</a> I sent him yesterday</strong></p>
<p><a href="http://blogues.cyberpresse.ca/technaute/dumais/?p=1006179">Nelson Dumain, Technaute, La Presse</a> (French version only)</p>
<p><strong>References</strong></p>
<p><a href="http://techtified.com/2009/11/new-firefox-plugin-will-let-you-dislike-stories-on-facebook/" target="_blank">Techified: New Firefox plugin will let you dislike stories on Facebook</a><br />
<a href="http://lifehacker.com/5397444/dislike-02-adds-a-disapproving-dislike-button-to-facebook" target="_blank">LifeHacker: Dislike adds a disapproving dislike button to Facebook</a><br />
<a href="http://mashable.com/2009/11/05/facebook-dislike-firefox-plugin/" target="_blank">Mashable: Facebook Dislike Firefox Plugin</a><br />
<a href="http://www.allfacebook.com/2009/11/new-firefox-plugin-lets-users-dislike-facebook-feed-stories/" target="_blank">All Facebook: New Firefox plugin lets users dislike Facebook feed stories</a><br />
<a href="http://news.cnet.com/8301-27076_3-10391043-248.html" target="_blank">CNET: New Facebook Firefox plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2009/11/09/facebook-dislike-button-firefox-add-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quebec Students Banking Review</title>
		<link>http://gregoryalussier.com/2009/10/28/student-banking-accounts/</link>
		<comments>http://gregoryalussier.com/2009/10/28/student-banking-accounts/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:01:55 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=74</guid>
		<description><![CDATA[
If you are a full-time post-secondary student and pay a montly fee for your bank account, you should read this carefully. Let&#8217;s review the major banks free accounts for students in Canada.
I have made a simple Excel table to compare the different student plans. You can get it here.
RBC Royal Bank, Scotia Bank, National Bank [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gregoryalussier.com/upload/banking.pdf"><img class="alignright size-full wp-image-75" title="major" src="http://gregoryalussier.com/wp-content/uploads/2009/10/major.gif" alt="major" width="175" height="179" /></a></p>
<p>If you are a full-time post-secondary student and pay a montly fee for your bank account, you should read this carefully. Let&#8217;s review the major banks free accounts for students in Canada.</p>
<p><span id="more-74"></span>I have made a simple Excel table to compare the different student plans. You can get it <a href="http://www.gregoryalussier.com/upload/banking.pdf" target="_blank">here</a>.</p>
<p>RBC Royal Bank, Scotia Bank, National Bank of Canada, Desjardins, Bank of Montreal, TD Canada Trust and the Laurentian Bank have been compared and reviewed to see which one of them provides the best services for their postsecondary student clients.</p>
<p>The best bank account for students is at RBC Royal Bank if you can afford to keep a minimum amount of 500,00 $ in a separate account. It gives the opportunity to have unlimited transactions on RBC ATMs and Interac point-of-sales, to pay no fees for a Visa Rewards card, and the ability to use as many checks as needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2009/10/28/student-banking-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Bandit</title>
		<link>http://gregoryalussier.com/2009/10/21/67/</link>
		<comments>http://gregoryalussier.com/2009/10/21/67/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:41:26 +0000</pubDate>
		<dc:creator>Gregory A. Lussier</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregoryalussier.com/?p=67</guid>
		<description><![CDATA[RSS Bandit gives you the opportunity to read your favourite RSS feeds in an Outlook-like software. You can read the latest news as if they were emails. The best part of it is that you can synchronize RSS Bandit with your online RSS aggregator (NewsGator or Google Reader). These online applications are quite useful if [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-68" title="RSS_Bandit_final.256.logo" src="http://gregoryalussier.com/wp-content/uploads/2009/10/RSS_Bandit_final.256.logo.png" alt="RSS_Bandit_final.256.logo" width="60" height="46" /><a href="http://www.rssbandit.org">RSS Bandit</a> gives you the opportunity to read your favourite RSS feeds in an Outlook-like software. You can read the latest news as if they were emails. The best part of it is that you can synchronize RSS Bandit with your online RSS aggregator (NewsGator or Google Reader). These online applications are quite useful if you want to read your news from one computer to another.<span id="more-67"></span>RSS, Really Simple Syndication, is a family of web feed formats used to publish frequently updated works &#8211; such as blog entries, news headlines, audio and video, in a standardized format. You can think of RSS feeds as the outline of the news. You see the first 2 or 3 sentences of an article with a picture and the title. If you want to read it, you click on it, otherwise you just jump to the next news. It&#8217;s as if you were managing your emails, you can delete, move, tag, store, or print them.</p>
<p>Many websites have their own feeds. The feeds I follow include CBC, BBC, New York Times, CNN, La Presse, The Globe and Mail, Times, GregoryALussier.com/Feed&#8230; To find an RSS feed, just open up Google and type the newspaper&#8217;s name followed by the keyword RSS.</p>
<p><img class="size-full wp-image-72 alignleft" title="rss" src="http://gregoryalussier.com/wp-content/uploads/2009/10/rss.jpg" alt="rss" width="429" height="368" /></p>
]]></content:encoded>
			<wfw:commentRss>http://gregoryalussier.com/2009/10/21/67/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
