» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with install + Ubuntu

ISO Master - The Ultimate CD/DVD image (iso,nrg) Editor

ISO Master is a graphical editor for ISO images with support for ISO9660, RockRidge, and Joliet file names. It is useful for extracting, deleting, or adding files and directories to or from an ISO image. It is based on the bkisofs and GTK2 libraries.

(...)
Read the rest of ISO Master - The Ultimate CD/DVD image (iso,nrg) Editor (147 words)


© admin for Ubuntu Geek, 2008. | Permalink | No comment | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Howto install and configure gDesklets in Ubuntu hardy

gDesklets is a system for bringing mini programs (desklets), such as weather forecasts, news tickers, system information displays, or music player controls, onto your desktop, where they are sitting there in a symbiotic relationship of eye candy and usefulness. The possibilities are really endless and they are always
there to serve you whenever you need them, just one key-press away. The system is not restricted to one desktop environment, but currently works on most of the modern Unix desktops (including GNOME, KDE, Xfce).

(...)
Read the rest of Howto install and configure gDesklets in Ubuntu hardy (174 words)


© admin for Ubuntu Geek, 2008. | Permalink | 3 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

How to install Ms OFFICE 2003 in Ubuntu

Install WINE 1.0 or greater for this you need to download latest wine from here or if you are using Hardy you can install it from ubuntu repos using the following comamnd.


sudo aptitude install wine

After wine has been installed -

Put your MS office 2003 cd in your drive and in terminal type following:

cd /media/cdrom0

wine autorun.exe

And follow instructions as if you were installing it on windows.

Now on your desktop right click -->Create launcher for each below

Create launchers for each application:

in Command field type this

For excel

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"

For Word

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE"

For powerpoint

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE"

For Access

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"

You are almost done.

Now if you are having problem running your macro then you need to install Dcom98.

Dcom98 contains three dlls from Windows 98: ole32, oleaut32, and rpcrt4. Use winetricks to install it:

In terminal type:

wget http://www.kegel.com/wine/winetricks

sh winetricks dcom98

The winetricks script will set to override globally, and if you have any other programs installed in that wineprefix it may affect them. If that happens, you can fix it through winecfg.

That's it Now you have running MS OFFICE 2003 on your ubuntu.

Ubuntu: OnlyUbuntu Tutorials

How to install Ms OFFICE 2003 in Ubuntu

Install WINE 1.0 or greater for this you need to download latest wine from here or if you are using Hardy you can install it from ubuntu repos using the following comamnd.


sudo aptitude install wine

After wine has been installed -

Put your MS office 2003 cd in your drive and in terminal type following:

cd /media/cdrom0

wine autorun.exe

And follow instructions as if you were installing it on windows.

Now on your desktop right click -->Create launcher for each below

Create launchers for each application:

in Command field type this

For excel

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"

For Word

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE"

For powerpoint

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE"

For Access

env WINEPREFIX="/home/your_username/.wine" wine "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"

You are almost done.

Now if you are having problem running your macro then you need to install Dcom98.

Dcom98 contains three dlls from Windows 98: ole32, oleaut32, and rpcrt4. Use winetricks to install it:

In terminal type:

wget http://www.kegel.com/wine/winetricks

sh winetricks dcom98

The winetricks script will set to override globally, and if you have any other programs installed in that wineprefix it may affect them. If that happens, you can fix it through winecfg.

That's it Now you have running MS OFFICE 2003 on your ubuntu.

Ubuntu: Only Ubuntu

Updating git on ubuntu " Piku's Blog

installing git on ubuntu

git: del.icio.us tag/git

LXDE - Lightweight X11 Desktop Environment for Ubuntu

LXDE is a new project aimed to provide a new desktop environment which is lightweight and fast. It’s not designed to be powerful and bloated, but to be usable and slim enough, and keep the resource usage low. Different from other desktop environments, we don’t tightly integrate every component. Instead, we tried to make all components independent, and each of them can be used independently with few dependencies.

(...)
Read the rest of LXDE - Lightweight X11 Desktop Environment for Ubuntu (184 words)


© admin for Ubuntu Geek, 2008. | Permalink | 5 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Howto Setup a DLINK WUA-2340 USB Wireless Adapter in Ubuntu Hardy

So you want to have a working wireless setup in Hardy and you happen to have a D-Link WUA-2340 Wireless USB adapter.



We will be using ndiswrapper to install the driver for the adapter, so we should ensure all components of it are installed:

sudo apt-get install ndiswrapper-common ndiswrapper-utils-1.9

Now would be a good time to start to download the driver, grab it from here

Now unzip the file:

cd directory where you downloaded the zip

unzip WUA2340_driver_140.zip

Now we need to setup ndiswrapper to use the driver we just downloaded.

Firstly, we need to get ndiswrapper itself setup properly.

sudo depmod -a

sudo modprobe ndiswrapper

sudo ndiswrapper -m

The preceding incantation will load the ndiswrapper module and ensure that it loads automatically at startup. To ensure the module loaded correctly now is a good time to check it:

sudo lsmod | grep ndiswrapper

You should see a couple of lines with 'ndiswrapper' in them, if you don't then the module did not load correctly. It's beyond the scope of this howto to troubleshoot that issue unfortunately.

Now that ndiswrapper is installed and loaded up we need to install the driver.

cd 20071112-WUA-2340-S0026

cd Drivers

cd WinXP_2K

sudo ndiswrapper -i netA5AGU.inf

You may get some output stating that it is changing the registers from 256 to 64, this is not an issue and you can safely ignore it.

Now make sure it installed properly:

sudo ndiswrapper -l

You should see that the driver is installed and the device is present.

Now in a perfect world, you would be done now. However network-manager in hardy will not display any wireless networks for you to connect to. Rest assured your wireless adapter is installed and working, the problem is with network-manager.

There are two ways you can go from here. The first involves setting the wireless network you want to connect to manually (this might be good if you only use your wireless connection at home). The other choice is to replace network-manager with WICD which does work properly with this setup.

The Network Administration Method

* Open System->Administration->Network
* You should see your wireless connection in the list, click the Unlock button to make changes.
* Select your wireless connection and hit the properties button.
* Deselect 'Roaming'
* Select your wireless network from the list and enter in your WPA/WEP information for the card.
* Click ok, and now you have a working wireless connection. Congrats!


Using WICD

For this method we will install WICD which is an alternative to network-manager that has the benefit of, you know, working with this adapter.

Before you start you should know:

Installing WICD will remove network-manager and ubuntu-desktop from your system. This is not an issue for day to day use but ubuntu-desktop MUST be installed for distribution upgrades to work properly (Ie, Hardy->Ibex). Before you dist-upgrade to Ibex, reinstall the ubuntu-desktop package (this will uninstall WICD).

Now that the disclaimer is out of the way, lets get going.

We need to add the WICD repository to our sources.list.

gksu gedit /etc/apt/sources.list

Append the following to the file then Save and close it:

deb http://apt.wicd.net hardy extras

Now update your packages and install WICD:

sudo apt-get update

sudo apt-get install wicd

You will be prompted if you want to install this package from an unverified repository. If you wish the installation to proceed, type Yes.

Now that WICD is installed type Alt-F2 and then /opt/wicd/tray.py to launch the tray applet. Double-clicking the applet will display a list of all wireless networks in range. Use the dropdown arrow next to your network and enter your encryption key for your network, click connect automatically at start, then click connect. Now you should be connected to your wireless network!

To make the applet load automatically at startup do the following:

* System->Preferences->Sessions
* Click Add
* Enter WICD for the name
* Enter /opt/wicd/tray.py for the command
* Enter WICD Tray Applet for the description.
* Click OK
* Click Close

Ubuntu: OnlyUbuntu Tutorials

How to convert CHM files into PDF files in Ubuntu

If you want to convert .chm file to .pdf file you need to install chm2pdf application.This is A Python script that converts CHM files into PDF files. The package supports batch conversion, command line, PDF security options, password protection and compression modes. The program has Explorer-like interface.

(...)
Read the rest of How to convert CHM files into PDF files in Ubuntu (269 words)


© admin for Ubuntu Geek, 2008. | Permalink | 5 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Howto Install Gimpshop in Ubuntu Hardy

GIMPshop is a modification of the free/open source graphics program GNU Image Manipulation Program (GIMP), intended to replicate the feel of Adobe Photoshop. Its primary purpose is to make users of Photoshop feel comfortable using GIMP.

(...)
Read the rest of Howto Install Gimpshop in Ubuntu Hardy (229 words)


© admin for Ubuntu Geek, 2008. | Permalink | 5 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Gestikk - mouse gesture recognition in Ubuntu

gestikk provides mouse gestures for you, supporting many linux window managers. With gestikk, you can easily control your PC by drawing gestures with the mouse: mouse gestures. Gestikk allows to define an infinite number of gestures, which start applications or simulate key presses. Versions >= 0.5 uses PyGTK for GUI and python-virtkey for keypresses.

(...)
Read the rest of Gestikk - mouse gesture recognition in Ubuntu (237 words)


© admin for Ubuntu Geek, 2008. | Permalink | 3 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Turn your world LDAP-tastic

I've danced around the idea of using an LDAP server for storing user accounts for several years. However, LDAP's not the kind of thing you can sneak up on. You have to stare it right in the eyes and face it down. Oh, and it helps if you have a tough-looki

Samba: del.icio.us tag/samba

Installation/FromKnoppix - Community Ubuntu Documentation

Installing ubuntu from another running linux install

knoppix: del.icio.us/tag/knoppix

Installing Eclipse Europa

Worked first time. Fantastic. Now I can install Q4E.

Eclipse: del.icio.us/tag/eclipse

Howto install gnome-do in Ubuntu Hardy and Gutsy

GNOME Do (Do) is an intelligent launcher tool that makes performing common tasks on your computer simple and efficient. Do not only allows you to search for items in your desktop environment (e.g. applications, contacts, bookmarks, files, music), it also allows you to specify actions to perform on search results (e.g. run, open, email, chat, play). Want to send an email to mom? Simply type “email mom.”

(...)
Read the rest of Howto install gnome-do in Ubuntu Hardy and Gutsy (248 words)


© admin for Ubuntu Geek, 2008. | Permalink | 15 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Ubuntu 8.04 (Hardy Heron) LAMP Server Setup

In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache, MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.

(...)
Read the rest of Ubuntu 8.04 (Hardy Heron) LAMP Server Setup (1,085 words)


© admin for Ubuntu Geek, 2008. | Permalink | 16 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under Server.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Page 1 | Next >>