Written by Saman Sadeghi on August 15, 2008 and has been viewed 893 views times.
I have to admit that I absolutely love Office 12, OpenOffice just doesn’t compare! So, I needed to install Office 2007 into Ubuntu. If you do too, follow along with my handy guide!
Install Wine
First off, you need to install Wine. I won’t get into what it is, but you can get more information on the Official Wine site.
- Add the Wine repository’s key to your system’s list of trusted APT keys by entering the following into the Terminal (Applications->Accessories->Terminal):
sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
- Add the repository to your system’s list of APT sources, again in the Terminal:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
- Update APT’s package information by running the following command (once again, in the Terminal)
sudo apt-get update
- If you’re on your Ubuntu machine now, you can install Wine by clicking this link. If not, you can install by going to Applications->Add/Remove and searching for Wine.

Configure Wine
Now for the fun stuff!
- Open Wine. You can do so by clicking Applications->Wine->Configure Wine or by hitting ALT+F2 and entering:
winecfg
- Under the Applications tab, set the Windows Version to Windows Vista.

- Under the Drivers tab, click Autodetect to assign a driver letter (D:\) to your CDROM drive (/media/cdrom0)

- Install winetricks by entering the following into the Terminal:
sh winetricks msxml3 dotnet20 gdiplus riched20 riched30 vcrun2005sp1
This will automatically install the following components:
Microsoft XML Parser

Microsoft .NET Framework 2.0

Microsoft PowerPoint Viewer 2003

Microsoft Visual C++ 2005 SP1

When wintricks is finished, it will let you know:

- Navigate to following folder: ~/.wine/drive_c/windows/system32/
You can do this via your Home folder (once at your Home folder, hit CTRL+H to display hidden files).
- We need to make a backup of a .dll file; rename rpcrt4.dll to rpcrt4.bak
- Download a new version of rpcrt4.dll and place it in the Wine system32 folder (from step 5)
- Open up the Wine Configuration tool again (ALT+F2, winecfg) and click the Libraries tab. In the New override for library field, enter in rpcrt4.dll and hit the Add button.

Install Microsoft Office 2007
Now that Wine is all set up, you can install Office 2007!
- Navigate to your CD-ROM drive and click setup.exe.
- Enter your product key
- Click the giant Install Now button (I noticed that the installation progress stays at 0% for a while, but your mileage may vary)!

If you click the Customize button, you can chose which components that you want to install. You can also enter your name, initials and company name. This information will be embedded into every document that you create, just like in the PC version.


Clean Up Wine Installation Settings
There are a couple of crucial cleanup and configuration steps remaining - hang in there, we’re all most done!
- Navigate back to Wine’s system32 folder (~/.wine/drive_c/windows/system32/)
- Delete the downloaded rpcrt4.dll.
- Rename rpcrt4.bak back to rpcrt4.dll.
- Open winecfg (ALT+F2, winecfg) and remove the rpct4 override we placed in the Libraries tab.
- Click the Applications tab and set the Windows Version to Windows XP.
You’re all done!
All of the Microsoft Office aplications should now have apperaed in your application menu: Applications->Wine->Programs->Microfost Office
Source
Some of the information used on this how-to was gathered from the WineHQ page for Office 2007.
Ryu Says 'Read These Related Posts!'
The AngryNetworker and I Were Having a Conversation About Linux Yesterday on Facebook and I Wanted to Share My Thoughts on the SubjectHow to install the ALEKS Java plugin in Firefox & Ubuntu 7.10 (Gusty Gibbons)Office Space: RecutMicrosoft Releases Virtual PC 2007!!I Just Installed Linux
Written by Saman Sadeghi on July 17, 2008 and has been viewed 78 views times.
Written by Saman Sadeghi on May 11, 2008 and has been viewed 630 views times.
Though it’s not a hilarious Japanese video, this one is worth the time it takes to watch it!
This prank call his hilarious!
I need to start doing this to all of the telemarketers that call us during dinner! I’d have to practice keeping a straight face though…
MMMMM... Related Posts
KerpalJapanese TV Show: Butt In FaceDJ Scratch: Imperial MarchYou Kicked My DogJapanese TV Show: Public Toilet Prank
Written by Saman Sadeghi on May 8, 2008 and has been viewed 546 views times.
By now, just about everyone knows about the
Twitter Command Line Client for Linux. Ever since I started using it, I fell in love and I’ve been looking for something similar for Windows. Well, I’ve finally found it:
The Twitter CLI is a simple tool that lets you post updates to
Twitter from the Windows Command Line or, my favorite, the
Run dialog.
Download
The small file is located at Phalacee.com.
Installation
- Extract the contents of the Twitter CLI.zip file into your Windows folder, which is located at:
C:\Windows
- Open the Twitter.bat file in Notepad (right-click, then choose Edit) and enter your Twitter user name and password in the appropriate fields:
set username=YourTwitterUserName
set password=YourTwitterPassword
- Save the file and close Notepad.
Update Twitter Via Command Line
Now you are able to Tweet via your Windows Command Line:
- Hit the Windows Key+R
- Type in the following:
twitter ""
Enter your status between the quotes.
- Hit OK or the Enter on your keyboard.
That’s all there is to it! If you want your update to read: I’m eating over my keyboard and making a mess! You would enter:
twitter "I'm eating over my keyboard and making a mess!"
Notes
- The message must be less than 140 characters, which is Twitter’s limit.
- It’s not necessary to use quotation marks in your update but will be needed if you’re inputting a URL in your message:
twitter "I just added a great picture to Flickr http://tinyurl.com/6r95ur"
Integration With Facebook
You can have this Twitter Window Command Line Client update your Facebook status by using the TwitterSync Facebook application (technically, the CLI client is still updating Twitter. The TwitterSync app just polls your Twitter feed and updates your status). I use it on my Facebook profile.
I prefer this application over Twitter’s Facebook app because it doesn’t add the prefix of: “is twittering:”, though you can add any prefix, if you wish. Also, because you can update Twitter via SMS, you can update your Facebook status via text message! Or, if you don’t want to, TwitterSync wont update if the tweet has a specific prefix (that you set). So, if you sent something like “from cellphone: I hate traffic!!”, then it wouldn’t update your Facebook status!
MMMMM... Related Posts
View Samanathon.com From A Command Line InterfaceCustomize The Command PromptInternet Explorer 7’s Kiosk ModeInternet Explorer Command-line SwitchesShutdown Multiple Windows Machines From The Command Prompt
Written by Saman Sadeghi on April 20, 2008 and has been viewed 709 views times.
This tip is for those of us who attending the University of Phoenix and are running Linux: The ALEKS program in the Center for Mathematics Excellence does not support our OS!
I tried installing the Java plugin while running Internet Explorer 6 through WINE, but it was not successful! Luckily, I was able to install the plugin and can now use ALEKS through Firefox, while in Ubuntu (I’m not sure if these instructions are distro specific, but they do work for Ubuntu 7.10).
ALEKS does have an article that covers Firefox 1.0 and Linux, though we need to change a few variables, here’s a step-by-step (if you need more detailed help, just post your question below):
- Make sure you have “Sun Java 6 Web Start” installed. Use apt-get or Synaptec to check.
- Download the ALEKS plugin: aleksPack10.jar (6.4M)
- Save the plugin into your Home directory:
/home/{YOURUSERNAME}
- We need to find your Java plugin directory, open Terminal and type:
locate /lib/ext/
- Note the plugin location. For me, the output was:
/usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/ext/
- In Terminal, type the following (if you’re output from Step 5 was different, supplement it in Step 6):
cp aleksPack10.jar /usr/lib/jvm/java-6-sun-1.6.0.03/jre/lib/ext/
- Restart Firefox
Tanooki Mario Suggests You Read These Related Posts:
How To Fix WordPress 2.1 Not Displaying Full Text In FeedsWould You Install A iPhone Plugin For Your Blog?WordPress Plugin: 404 NotifierThe AngryNetworker and I Were Having a Conversation About Linux Yesterday on Facebook and I Wanted to Share My Thoughts on the SubjectWhy I Love Google Browser Sync