<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hackspherelabs.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=68.52.0.0%2F16</id>
	<title>Hack Sphere Labs Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hackspherelabs.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=68.52.0.0%2F16"/>
	<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Special:Contributions/68.52.0.0/16"/>
	<updated>2026-08-26T18:07:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Modifications_To_This_Wiki&amp;diff=212</id>
		<title>Modifications To This Wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Modifications_To_This_Wiki&amp;diff=212"/>
		<updated>2011-11-17T14:37:26Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: Created page with &amp;quot; *http://www.mediawiki.org/wiki/Extension:PasswordProtected&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
*http://www.mediawiki.org/wiki/Extension:PasswordProtected&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Light&amp;diff=184</id>
		<title>Light</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Light&amp;diff=184"/>
		<updated>2011-11-10T16:06:56Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: Created page with &amp;quot;*http://www.nytimes.com/2008/08/12/science/12ligh.html&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*http://www.nytimes.com/2008/08/12/science/12ligh.html&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Notes&amp;diff=183</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Notes&amp;diff=183"/>
		<updated>2011-11-10T16:06:17Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*http://rankmyhack.com/&lt;br /&gt;
*http://en.wikipedia.org/wiki/GNU_Hurd&lt;br /&gt;
&lt;br /&gt;
Dell Streak 5&lt;br /&gt;
*http://www.pcmag.com/article2/0,2817,2395667,00.asp&lt;br /&gt;
*http://en.community.dell.com/dell-blogs/direct2dell/b/direct2dell/archive/2011/10/28/dell-mobile-security-for-android-officially-certified-for-government-use-by-disa.aspx&lt;br /&gt;
*http://www.pcmag.com/article2/0,2817,2395667,00.asp&lt;br /&gt;
&lt;br /&gt;
ToGet&lt;br /&gt;
*http://www.sciencemag.org/journals&lt;br /&gt;
*More Journals&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=91</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=91"/>
		<updated>2011-10-25T17:59:39Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: /* winetricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;br /&gt;
&lt;br /&gt;
===Office 2k7 SP2===&lt;br /&gt;
&lt;br /&gt;
Download from:  http://www.microsoft.com/download/en/confirmation.aspx?id=5&lt;br /&gt;
&lt;br /&gt;
Install with:&lt;br /&gt;
&lt;br /&gt;
 WINEPREFIX=~/win32 wine office2007sp2-kb953195-fullfile-en-us.exe&lt;br /&gt;
&lt;br /&gt;
==Winetricks==&lt;br /&gt;
&lt;br /&gt;
The droid font downloader in winetricks is broken.  The url is part of the google git project atm.  Either the maintainer of winetricks will update or kernel.org will change.  I just chose to remove the droid font install from the winetricks script.  I think you could create a .netrc file with password information in it but I did not test it or do it this way. &lt;br /&gt;
&lt;br /&gt;
If you visit:  http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/ and generate a password in a webbrowser then put it in ~/.netrc , then run the script without comments...might work.&lt;br /&gt;
&lt;br /&gt;
This is what I did:&lt;br /&gt;
&lt;br /&gt;
 sudo nano -w /usr/bin/winetricks&lt;br /&gt;
&lt;br /&gt;
Search for:  do_droid&lt;br /&gt;
You should see this:&lt;br /&gt;
&lt;br /&gt;
 do_droid() {&lt;br /&gt;
     w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
     w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
     w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 load_droid()&lt;br /&gt;
 {&lt;br /&gt;
     # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
     DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
     do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
     do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
     do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
     do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
     do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
     do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
     do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
     do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
     do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Comment it out with:&lt;br /&gt;
&lt;br /&gt;
 #do_droid() {&lt;br /&gt;
 #    w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
 #    w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
 #    w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
 #load_droid()&lt;br /&gt;
 #{&lt;br /&gt;
 #    # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
 #    DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
 #&lt;br /&gt;
 #    do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
 #    do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
 #    do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
 #    do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
 #    do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
 #    do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
 #    do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
 #    do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
 #    do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
Save then execute the command from the installation section.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=90</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=90"/>
		<updated>2011-10-25T17:57:48Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: /* =Office 2k7 SP2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;br /&gt;
&lt;br /&gt;
===Office 2k7 SP2===&lt;br /&gt;
&lt;br /&gt;
Download from:  http://www.microsoft.com/download/en/confirmation.aspx?id=5&lt;br /&gt;
&lt;br /&gt;
Install with:&lt;br /&gt;
&lt;br /&gt;
 WINEPREFIX=~/win32 wine office2007sp2-kb953195-fullfile-en-us.exe&lt;br /&gt;
&lt;br /&gt;
==winetricks==&lt;br /&gt;
&lt;br /&gt;
The droid font downloader in winetricks is broken.  The url is part of the google git project atm.  Either the maintainer of winetricks will update or kernel.org will change.  I just chose to remove the droid font install from the winetricks script.  I think you could create a .netrc file with password information in it but I did not test it or do it this way. &lt;br /&gt;
&lt;br /&gt;
If you visit:  http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/ and generate a password in a webbrowser then put it in ~/.netrc , then run the script without comments...might work.&lt;br /&gt;
&lt;br /&gt;
This is what I did:&lt;br /&gt;
&lt;br /&gt;
 sudo nano -w /usr/bin/winetricks&lt;br /&gt;
&lt;br /&gt;
Search for:  do_droid&lt;br /&gt;
You should see this:&lt;br /&gt;
&lt;br /&gt;
 do_droid() {&lt;br /&gt;
     w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
     w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
     w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 load_droid()&lt;br /&gt;
 {&lt;br /&gt;
     # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
     DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
     do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
     do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
     do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
     do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
     do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
     do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
     do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
     do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
     do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Comment it out with:&lt;br /&gt;
&lt;br /&gt;
 #do_droid() {&lt;br /&gt;
 #    w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
 #    w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
 #    w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
 #load_droid()&lt;br /&gt;
 #{&lt;br /&gt;
 #    # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
 #    DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
 #&lt;br /&gt;
 #    do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
 #    do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
 #    do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
 #    do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
 #    do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
 #    do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
 #    do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
 #    do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
 #    do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
Save then execute the command from the installation section.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=89</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=89"/>
		<updated>2011-10-25T17:57:35Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: /* Office 2007 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;br /&gt;
&lt;br /&gt;
===Office 2k7 SP2==&lt;br /&gt;
&lt;br /&gt;
Download from:  http://www.microsoft.com/download/en/confirmation.aspx?id=5&lt;br /&gt;
&lt;br /&gt;
Install with:&lt;br /&gt;
&lt;br /&gt;
 WINEPREFIX=~/win32 wine office2007sp2-kb953195-fullfile-en-us.exe&lt;br /&gt;
&lt;br /&gt;
==winetricks==&lt;br /&gt;
&lt;br /&gt;
The droid font downloader in winetricks is broken.  The url is part of the google git project atm.  Either the maintainer of winetricks will update or kernel.org will change.  I just chose to remove the droid font install from the winetricks script.  I think you could create a .netrc file with password information in it but I did not test it or do it this way. &lt;br /&gt;
&lt;br /&gt;
If you visit:  http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/ and generate a password in a webbrowser then put it in ~/.netrc , then run the script without comments...might work.&lt;br /&gt;
&lt;br /&gt;
This is what I did:&lt;br /&gt;
&lt;br /&gt;
 sudo nano -w /usr/bin/winetricks&lt;br /&gt;
&lt;br /&gt;
Search for:  do_droid&lt;br /&gt;
You should see this:&lt;br /&gt;
&lt;br /&gt;
 do_droid() {&lt;br /&gt;
     w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
     w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
     w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 load_droid()&lt;br /&gt;
 {&lt;br /&gt;
     # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
     DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
     do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
     do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
     do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
     do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
     do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
     do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
     do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
     do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
     do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Comment it out with:&lt;br /&gt;
&lt;br /&gt;
 #do_droid() {&lt;br /&gt;
 #    w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
 #    w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
 #    w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
 #load_droid()&lt;br /&gt;
 #{&lt;br /&gt;
 #    # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
 #    DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
 #&lt;br /&gt;
 #    do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
 #    do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
 #    do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
 #    do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
 #    do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
 #    do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
 #    do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
 #    do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
 #    do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
Save then execute the command from the installation section.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=88</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=88"/>
		<updated>2011-10-25T17:53:24Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;br /&gt;
&lt;br /&gt;
==winetricks==&lt;br /&gt;
&lt;br /&gt;
The droid font downloader in winetricks is broken.  The url is part of the google git project atm.  Either the maintainer of winetricks will update or kernel.org will change.  I just chose to remove the droid font install from the winetricks script.  I think you could create a .netrc file with password information in it but I did not test it or do it this way. &lt;br /&gt;
&lt;br /&gt;
If you visit:  http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/ and generate a password in a webbrowser then put it in ~/.netrc , then run the script without comments...might work.&lt;br /&gt;
&lt;br /&gt;
This is what I did:&lt;br /&gt;
&lt;br /&gt;
 sudo nano -w /usr/bin/winetricks&lt;br /&gt;
&lt;br /&gt;
Search for:  do_droid&lt;br /&gt;
You should see this:&lt;br /&gt;
&lt;br /&gt;
 do_droid() {&lt;br /&gt;
     w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
     w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
     w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 load_droid()&lt;br /&gt;
 {&lt;br /&gt;
     # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
     DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
     do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
     do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
     do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
     do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
     do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
     do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
     do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
     do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
     do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Comment it out with:&lt;br /&gt;
&lt;br /&gt;
 #do_droid() {&lt;br /&gt;
 #    w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
 #    w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
 #    w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
 #load_droid()&lt;br /&gt;
 #{&lt;br /&gt;
 #    # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
 #    DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
 #&lt;br /&gt;
 #    do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
 #    do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
 #    do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
 #    do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
 #    do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
 #    do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
 #    do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
 #    do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
 #    do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
Save then execute the command from the installation section.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=87</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=87"/>
		<updated>2011-10-25T17:52:28Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: /* winetricks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;br /&gt;
&lt;br /&gt;
==winetricks==&lt;br /&gt;
&lt;br /&gt;
The droid font downloader in winetricks is broken.  The url is part of the google git project atm.  Either the maintainer of winetricks will update or kernel.org will change.  I just chose to remove the droid font install from the winetricks script.  I think you could create a .netrc file with password information in it but I did not test it or do it this way. &lt;br /&gt;
&lt;br /&gt;
If you visit:  http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/ and generate a password in a webbrowser then put it in ~/.netrc , then run the script without comments...might work.&lt;br /&gt;
&lt;br /&gt;
This is what I did:&lt;br /&gt;
&lt;br /&gt;
 sudo nano -w /usr/bin/winetricks&lt;br /&gt;
&lt;br /&gt;
Search for:  do_droid&lt;br /&gt;
You should see this:&lt;br /&gt;
&lt;br /&gt;
 do_droid() {&lt;br /&gt;
     w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
     w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
     w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 load_droid()&lt;br /&gt;
 {&lt;br /&gt;
     # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
     DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
     do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
     do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
     do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
     do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
     do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
     do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
     do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
     do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
     do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Comment it out with:&lt;br /&gt;
&lt;br /&gt;
 #do_droid() {&lt;br /&gt;
 #    w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
 #    w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
 #    w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
 #load_droid()&lt;br /&gt;
 #{&lt;br /&gt;
 #    # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
 #    DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
 #&lt;br /&gt;
 #    do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
 #    do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
 #    do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
 #    do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
 #    do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
 #    do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
 #    do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
 #    do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
 #    do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
Save then execute the command from the installation section.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=86</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=86"/>
		<updated>2011-10-25T17:47:37Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: /* Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;br /&gt;
&lt;br /&gt;
===winetricks===&lt;br /&gt;
&lt;br /&gt;
The droid font downloader in winetricks is broken.  The url is part of the google git project.  I just chose to remove the droid font install from the winetricks script.  I think you could create a .netrc file with password information in it but I did not test it or do it this way.  This is what I did:&lt;br /&gt;
&lt;br /&gt;
 sudo nano -w /usr/bin/winetricks&lt;br /&gt;
&lt;br /&gt;
Search for:  do_droid&lt;br /&gt;
You should see this:&lt;br /&gt;
&lt;br /&gt;
 do_droid() {&lt;br /&gt;
     w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
     w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
     w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 load_droid()&lt;br /&gt;
 {&lt;br /&gt;
     # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
     DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
     do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
     do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
     do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
     do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
     do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
     do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
     do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
     do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
     do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
Comment it out with:&lt;br /&gt;
&lt;br /&gt;
 #do_droid() {&lt;br /&gt;
 #    w_download ${DROID_URL}$1&#039;;hb=HEAD&#039;   $3  $1&lt;br /&gt;
 #    w_try cp -f &amp;quot;$W_CACHE&amp;quot;/droid/$1 &amp;quot;$W_FONTSDIR_UNIX&amp;quot;&lt;br /&gt;
 #    w_register_font $1 &amp;quot;$2&amp;quot;&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
 #load_droid()&lt;br /&gt;
 #{&lt;br /&gt;
 #    # See http://en.wikipedia.org/wiki/Droid_(font)&lt;br /&gt;
 #    DROID_URL=&#039;http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=data/fonts/&#039;&lt;br /&gt;
 #&lt;br /&gt;
 #    do_droid DroidSans-Bold.ttf        &amp;quot;Droid Sans Bold&amp;quot;         560e4bcafdebaf29645fbf92633a2ae0d2f9801f&lt;br /&gt;
 #    do_droid DroidSansFallback.ttf     &amp;quot;Droid Sans Fallback&amp;quot;     64de2fde75868ab8d4c6714add08c8f08b3fae1e&lt;br /&gt;
 #    do_droid DroidSansJapanese.ttf     &amp;quot;Droid Sans Japanese&amp;quot;     b3a248c11692aa88a30eb25df425b8910fe05dc5&lt;br /&gt;
 #    do_droid DroidSansMono.ttf         &amp;quot;Droid Sans Mono&amp;quot;         133fb6cf26ea073b456fb557b94ce8c46143b117&lt;br /&gt;
 #    do_droid DroidSans.ttf             &amp;quot;Droid Sans&amp;quot;              62f2841f61e4be66a0303cd1567ed2d300b4e31c&lt;br /&gt;
 #    do_droid DroidSerif-BoldItalic.ttf &amp;quot;Droid Serif Bold Italic&amp;quot; b7f2d37c3a062be671774ff52f4fd95cbef813ce&lt;br /&gt;
 #    do_droid DroidSerif-Bold.ttf       &amp;quot;Droid Serif Bold&amp;quot;        294fa99ceaf6077ab633b5a7c7db761e2f76cf8c&lt;br /&gt;
 #    do_droid DroidSerif-Italic.ttf     &amp;quot;Droid Serif Italic&amp;quot;      bdd8aad5e6ac546d11e7378bdfabeac7ccbdadfc&lt;br /&gt;
 #    do_droid DroidSerif-Regular.ttf    &amp;quot;Droid Serif&amp;quot;             805c5f975e02f488fa1dd1dd0d44ed4f93b0fab4&lt;br /&gt;
 #}&lt;br /&gt;
&lt;br /&gt;
Save then execute the command from the installation section.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=85</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=85"/>
		<updated>2011-10-25T17:46:32Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: /* Office 2007 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
===Install===&lt;br /&gt;
&lt;br /&gt;
(10.25.11)&lt;br /&gt;
&lt;br /&gt;
This works great:&lt;br /&gt;
&lt;br /&gt;
From forum post:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
{{ Note| You should never run wine commands as root.  Run it as your user. }}&lt;br /&gt;
&lt;br /&gt;
...to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
&lt;br /&gt;
{{Note | See winetricks section below!!!}}&lt;br /&gt;
&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
You could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;br /&gt;
&lt;br /&gt;
{{ Note| I did not have to run via command or script like the guy does though.  To execute the software I could just open it from the applicaiton menu. }}&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=84</id>
		<title>Archlinux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Archlinux&amp;diff=84"/>
		<updated>2011-10-25T17:05:48Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: Created page with &amp;quot;==Office 2007==  From:  https://bbs.archlinux.org/viewtopic.php?id=86436   The link is down, however to get office 2007 working for me I installed bin32-wine, winetricks and then...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Office 2007==&lt;br /&gt;
&lt;br /&gt;
From:  https://bbs.archlinux.org/viewtopic.php?id=86436&lt;br /&gt;
&lt;br /&gt;
 The link is down, however to get office 2007 working for me I installed bin32-wine, winetricks and then ran:&lt;br /&gt;
 $ WINEARCH=win32 WINEPREFIX=~/win32 winecfg&lt;br /&gt;
 and set windows to xp and then ran:&lt;br /&gt;
 $ WINEPREFIX=~/win32 winetricks msxml3  gdiplus riched20 riched30 vcrun2005sp1 allfonts&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine setup.exe&lt;br /&gt;
 and then to actually use any of the executables you must cd to the directory. IE:&lt;br /&gt;
 $ cd ~/win32/drive_c/Program Files/Microsoft Office/Office12&lt;br /&gt;
 $ WINEPREFIX=~/win32 wine ./EXCEL.EXE&lt;br /&gt;
&lt;br /&gt;
note that you could set WINEPREFIX in your bash_profile, or make 32bit wine your default (then you only have to do WINEARCH=win32 winecfg). Anyway the two main problems I had were accidentally emulating 64bit (I know Wine Is Not Emulation) windows instead of 32 bit. Also I found that the programs hang if I didn&#039;t cd into the directory, probably because the dlls are linked with the local directory. Anyway everything works this way.&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Yaourt&amp;diff=83</id>
		<title>Yaourt</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Yaourt&amp;diff=83"/>
		<updated>2011-10-25T14:22:50Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: Created page with &amp;quot;==Installation== http://archlinux.fr/yaourt-en&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
http://archlinux.fr/yaourt-en&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=ComicPress&amp;diff=75</id>
		<title>ComicPress</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=ComicPress&amp;diff=75"/>
		<updated>2011-10-20T16:11:47Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: Created page with &amp;quot;Install WP http://comicpress.org/download/ http://comicpress.org/forum/viewtopic.php?t=3522&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Install WP&lt;br /&gt;
http://comicpress.org/download/&lt;br /&gt;
http://comicpress.org/forum/viewtopic.php?t=3522&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
	<entry>
		<id>https://wiki.hackspherelabs.com/index.php?title=Titanium&amp;diff=74</id>
		<title>Titanium</title>
		<link rel="alternate" type="text/html" href="https://wiki.hackspherelabs.com/index.php?title=Titanium&amp;diff=74"/>
		<updated>2011-10-20T14:22:40Z</updated>

		<summary type="html">&lt;p&gt;68.52.46.192: Created page with &amp;quot;Melting Titanium *Melting point, 1941 K, 1668 °C, 3034 °F. Boiling point, 3560 *http://www.youtube.com/watch?v=z0_nuvPKIi8&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Melting Titanium&lt;br /&gt;
*Melting point, 1941 K, 1668 °C, 3034 °F. Boiling point, 3560&lt;br /&gt;
*http://www.youtube.com/watch?v=z0_nuvPKIi8&lt;/div&gt;</summary>
		<author><name>68.52.46.192</name></author>
	</entry>
</feed>