ubuntu

Setting subdomain in ubuntu in LAN

I have created some domain in /etc/hosts files 192.168.0.11 domain-11.com 192.168.0.12 domain-12.com 192.168.0.13 domian-13.com and also created a files in /etc/apache2/site-avalaiable/ in respective machine like in machine 192.168.0.11 added a file domain-11.com my /etc/apache2/sites-available/domain-11.com files contains <...

How to draw this window ?

Can I create a window without this topbar? : I want a window like this: ...

Problems after installing Ubuntu 10.10 on windows Vista

Hi folks, I just got done installing Ubuntu 10.10 on my Windows Vista as a separate partition and now my Vista wont boot (in fact I am not seeing an option to choose another OS, every time it defaults to Ubuntu) I really dont want to loose all my data on Vista. How do I get my Vista back? Steps I took: From Windows, Disk managem...

eclipse3.5.2 freezes on ( eclipse-pdt ) ctrl+enter on ubuntu lucid

i installed eclipse from the standard ubuntu repository $ aptitude install eclipse and then added the Galileo repository Galileo Update Site - http://download.eclipse.org/releases/galileo/ and from the programming laguage section i selected php development tools (pdt) sdk feature PHP Development Tools (PDT) SDK Feature 2.1.1...

Why urllib2 doesn't work for me ?

I have installed 3 different python script on my ubuntu 10.04 32 bit machine with python 2.6.5. All of these use the urllib2 and I always get this error: urllib2.URLError: <urlopen error [Errno 110] Connection timed out> Why ? Examples: >>> import urllib2 >>> response = urllib2.urlopen("http://www.google.com") Traceback (most recen...

html2image not working

Hi, This is displaying when I try to run html2image command for html to image conversion: "html2image: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory" ...

Thunderbird opens as a tiny blank window.

Every time I open Thunderbird on Ubuntu Lucid it opens as a tiny window (maybe 2px wide by 15px high) in the top left corner of my desktop. When I expand the window it's just blank. The behavior started after I restarted the application because every time I sent and email it would open that same blank little window. I fixed this once ...

Install software without being a sudoer on ubuntu.

I created a new user account for a friend on my VPS. How do I let him install software for his own account that wont effect other users and not have to add him to the sudoers file? ...

Install Ruby 1.9.2 on Ubuntu not using RVM?

Hi, Is it possible to install Ruby 1.9.2 on Ubuntu not using RVM? ...

How come whenever I run 'gvim' from Terminal in Ubuntu 10.04 Linux, I get a GLib-GObject-CRITICAL gvim error?

When I run gVim from Terminal in Ubuntu 10.04 with Gnome I get this error: (gvim:6226): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed It looks like that everytime except that the number in between the parans (gvim: ) is always slightly different. How can I fix this with out having to run gksudo gv...

How to abort a active download of a package in Ubuntu?

I was downloading a package from a terminal. Actually i want to install some package 'A'. But,by mistake installing some other package 'B'. So, i wanted to stop the download of that package 'B' and start downloading 'A'. But, i couldnt able to do that. I reset my network connnection. I could stop downloading the package B. But, the admin...

Sourcing rvm from my Ubuntu .profile only works manually, not at login

I'm having trouble getting the Ruby Version Manager rvm to source from my Ubuntu 10.04 .profile. The code: [[ -s "$HOME/.rvm/scripts/rvm" ] && . "$HOME/.rvm/scripts/rvm" ...never does what I expect it to (i.e. give me the rvm program when I open a new shell or start a new session); but if I execute source .profile in a new shell af...

External Hard Drive not recognized on Ubuntu

Hi Folks, By mistake I formatted my Windows Vista while installing Ubuntu. Few people suggested me to use Photorec to get the data back. I just installed TestDisk on my machine. My question is: I want to recover the lost data onto an External Harddrive, but when I am trying to connect this drive, its giving me an icon on the desktop and ...

How remove a program installed with distutils ?

I have installed a python application with this setup.py: #!/usr/bin/env python from distutils.core import setup from libyouandme import APP_NAME, APP_DESCRIPTION, APP_VERSION, APP_AUTHORS, APP_HOMEPAGE, APP_LICENSE setup( name=APP_NAME.replace(" ","-").lower(), version=APP_VERSION, description=APP_DESCRIPTION, author=...

#include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h> doesn't include ogre headers correctly

Using Ubuntu 10.10 I have compiled and installed the latest Ogre and CEGUI libraries. I can #include for example but when I try to add the CEGUI headers I have issues. #include <CEGUI/RendererModules/Ogre/CEGUIOgreRenderer.h> This in turn includes OgreBlendMode.h and OgreTextureUnitState.h but doesn't have the OGRE/ in front of it. ...

Are there any repos of libreoffice for ubuntu x64?

I have not found any repos yet... ...

Howto set a bridge on Ubuntu?

Hi! I would like to set up an bridge between wire and wireless on my Ubuntu. I have done this tutorial. But it doesnt work. dhclient cant discover any provider. But why? sheevaplug-debian:~# dhclient br0 Internet Systems Consortium DHCP Client V3.1.1 Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please...

Can't Configure Android SDK in Eclipse in Ubuntu After Upgraded to 10.10

I have installed eclipse 5.2 in ubuntu 10.10. In the 'Install New Software', it show Android Developments Installed. And when i goto preferences window, Android is not listed in the left panel. Already i was running Android SDK in ubuntu 10.04, after i upgraded ubuntu OS, eclipse is not showing the Android. ...

How to make svn automatically detect delete's and move's of the file (shell, Ubuntu)

Hello! Вeing a happy user of git I now have to switch back to svn in one of the projects. I use it through the shell in Ubuntu and look for some command which may be similar to "git add ." - looking for all the files and folders being added, deleted or moved and making appropriate changes in the repository. Does it exist? It seems so s...

Assign Static ip to ubuntu

I have installed ubuntu server edition in virtual box. I have already assigned static ip to my host operating system which is Windows Server. I have another ip which I want to assign my guest Ubuntu Server. I known how to assign following things in ubuntu but I don't know how can I find these things from windows. I have another extra ip ...