Posts Tagged ‘Windows’
How to Download & Install Mozilla Firefox 3.5.5
This tutorial will show you how to download the latest version of Mozilla Firefox (v3.5.5.) and install on a Windows based pc.
1.) Go to http://mozilla.com/
2.) On the main page there should be a green button that looks like:

Click on it and select either “Run” or “Save” (either one will work. It depends on your preference.)
3.) If you clicked Run, the install should automatically start. If you selected save you will need to navigate to the .exe on your computer and click to run it.
(Note: If it asks you to for permissions select either “Continue” or “Allow” depending on which option it gives you. This will happen on Windows Vista.)
4.) Follow the steps in the installation to finish installing Firefox.



(Note: All of the defaults are already set, so all you should need to do is keep clicking “Next” and it will be setup correctly.)
5.) To get to the Internet you will no longer click on
![]()
you will now click on
![]()
6.) Look for our other Firefox posts on how to install Addons for Firefox and Customize its look.
Is Your PC/Laptop NIC not working correctly or at all?
Then here are some tips and settings to check before buying a new card.
1.) Check to see that the cable ends are seated properly in both the computer and the router, modem or hub/switch.
2.) Reset everything. By this I mean turn off the modem, router, or any other thing between your computer and the internet and then turn them back on. If that works then congratulations. If not try step three.
3.) Check the duplex settings. If it is set to auto negotiate chances are that is the problem and it will be a simple fix. (See instructions below.)
(Vista) Right click on the connections icon in the system tray and then click on Network and Sharing Center. In the new window in the side bar click on Manage network connections. In the window that now appears you should see all of your connections. Right click on the Local Area Connection. Click on Properties. Accept the UAC prompt or enter an administrator password. In the properties window click Configure and go to the Advanced tab. Check the Speed/Duplex Settings. If it is set to Auto Negotiate then change it to 100mb Full Duplex. Now plug in your network cable or see if the lights come on if it is already plugged in. If they come on now and were not before then you have fixed the problem!
How to run a .exe in Ubuntu 9.04
Have you just installed Linux onto your PC and then find out that your favorite application is only for windows? Well fear not because there is a way to run Windows programs in Linux.
First you must install a small application called Wine. Installing Wine is very simple.
First open the Terminal by going to: Applications => Accessories => Terminal
Then type in:
sudo apt-get install wine
Next, to run the .exe you must navigate to where it is located. For example if it is on your desktop you would type in:
cd /home/your_username/Desktop/
Lastly all you have to do is type in:
wine your_app_filename.exe
There you have it. Now you know how to install a Windows program on Ubuntu 9.04. Enjoy!!
If you found this post useful in anyway, please leave a comment. Thanks.