Tag Cloud

Posts Tagged ‘operating’

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 install Linux software from source

To install Linux software from source first requires the right type of file: i.e. a file with the extension tar.gz or tar.bz2.

Typical installations: Go to Terminal and follow the rest of the instructions.

1.) How to install from a tar.gz file.

tar xvzf package.tar.gz
cd package
./configure
make
make install

2.) How to install from a tar.bz2

tar xvjf package.tar.bz2
cd package
./configure
make
make install

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.

Categories
Bookmarks
Get Adobe Flash playerPlugin by wpburn.com wordpress themes