ubuntu-10.04

CouchDB 0.11 on Ubuntu 10.04

Dears, i have successfully installed CouchDB 0.11 on Ubuntu 10.04 based on the Installation instruction in couchdb wiki for ubuntu 10.04. with appending " --bindir=/usr/bin --sbindir=/usr/sbin --localstatedir=/var --sysconfdir=/etc" in ./configure and CouchDB Running successfully and got " {"couchdb":"Welcome","version":"0.11.0"}" B...

How do I fix this installation problem with multicore Solr on Ubuntu 10.04?

Following instructions from the two sites below, I've installed Tomcat 6 and Solr 1.4. http://gist.github.com/204638 https://wiki.fourkitchens.com/display/TECH/Solr+1.4+on+Ubuntu+9.10+and+CentOS+5 I have successfully got it up and running on a server running 9.04 with multicore support, but on the 10.04 I can't seem to get it to work...

How do I activate #pragma pack on ubuntu 10.4 gcc 4.4.3

I am trying to activate #pragma pack(push, 8) on ubuntu 10.4 (8.10 would also be nice), which uses gcc 4.4.3, but I can't get it to work. Is there something more that need to be done? There is not even a warning if I compile with -Wunknown-pragmas so gcc seems at least to acknowledge it as a known pragma. It would be nice to use the pa...

what is cairo required by GTK 2.9 to compile (on Lucid Lynx)?

I have been trying to run configure to prepare the make file for GTK 2,9 on a fresh Linux box (running Ubuntu 10.04 Lucid Lynx). it complained about some dependencies, including: glib-2.0 atk (1.29.2) pango (1.20) cairo (1.6) I managed to find the glib 2.22.0, downloaded the atk but did not compile yet, did not start the pango yet, ...

Error after installing Django (supposed PATH or PYTHONPATH "error")

Hi all, I guess this is a PATH/PYTHONPATH error, but my attempts failed so far to make django working. System is Ubuntu 10.04, 64bit: mx:~/webapps$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS" Python version: 2.6.5: @mx:~/webapps$ python -V Python 2.6.5 ...

Ubuntu One Folder Sync Filter

Hi, I am trying to modify the Ubuntu One File syncing python scripts to not including things like .iso's. I have got as far as finding this file: /usr/share/pyshared/ubuntuone/u1sync/constants.py Inside is this piece of code: import re # the name of the directory u1sync uses to keep metadata about a mirror METADATA_DIR_NAME = u".ubun...

Running Trac 0.12 on Ubuntu 10.04 - Error

I've installed trac 0.12 on my ubuntu 10.04, running the tracd internal webserver. When i access the page at http://127.0.0.1/myTracProject, I get the error message: Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.7-py2.6.egg/trac/web/api.py", line 376, in send_error 'text/html') File "...

Is there any major difference between XAMPP and LAMP

Recently I sent my CV to a small company, which required a web developer, but condition was, that the one should know how to work with LAMP. So I took part in contest, but today I started to think are those packages as similar as I think. So could anyone tell me, are they? I am using: XAMPP (Basispaket) version 1.7.1 on Windows 7 ...

how can I build cabal-install on eeePc 701 / Ubuntu Netbook Remix 1.6 (Lucid)

Not a programming question, but the first time I see something like this. UNR 1.6 (based on Ubuntu 10.04) installs the 6.12.1 version of GHC. So, in order to build cabal-install-0.8.2, I have to install the libghc6- packages of parsec, mtl, network and zlib. Then, after launching 'sh ./bootstrap.sh', I get: Checking installed packages ...

correct configuration for apache and mod_python

hi all, how you must configure Apache 2.2 or mod_python?, to avoid the following error: MOD_PYTHON ERROR ProcessId: 5399 Interpreter: '127.0.1.1' ServerName: '127.0.1.1' DocumentRoot: '/var/www' URI: '/cgi-bin/wps/' Location: None Directory: '/usr/lib/cgi-bin/' Filename: '/usr/lib/cgi-bin/wps/' ...

WD Scorpio Blue external drive gives input/output error when i try formarting in ubuntu 10.04

hey everyone i/'m to fix a WD Scorpio Blue 320Gig external hard drive on ubuntu. when i insert it into the USB port it/'s undetected however "disk utility" program recognizes it as 320GB USB HDD but not partitioned when i try formating it, i get an input/output error Error creating partition table: helper exited with exit code 1: ...

how i can use windows vpn connection file in ubuntu?

i have a windows vpn. how i can use this vpn in Ubuntu 10.04. i don't what's this vpn gateway or other configuration items. my VPN file content is: [usa] Encoding=1 Type=2 AutoLogon=0 UseRasCredentials=1 DialParamsUID=14405859 Guid=0ED19D66025F914DAA2A030FDD4F0354 BaseProtocol=1 VpnStrategy=2 ExcludedProtocols=0 LcpExtensi...

eclipse (3.5 & 3.6) crashes in ubuntu...

hi there! i have a problem with eclipse within ubuntu 10.04 (x86). i installed eclipse by downloading the zip-file, not from the sources. everything worked just fine until i decided to try eclipse 3.6 which i downloaded just as i did with 3.5... well i saved 3.6 in another directory than 3.5, started it and opened a workspace that i cr...

android build source errors

i have ubuntu installed on the lenovo s10e netbook. i am not sure if this is related to the issue. i am new to source builds so i would appreciate some direction. i followed instructions on cyanogen's wiki (http://wiki.cyanogenmod.com/index.php/Building_from_source) i am stuck on the last step of 'Building CyanogenMod' after starting th...

How can I make Ubuntu Firefox render webpages similar to Windows/Mac Firefox?

I just installed Ubuntu as my core operating system and am having a bit of a panic.. Are there any strategy for making the fonts/browser defaults for browsers (and the OS in general) render similarly to Windows Vista or Mac OSX? I'm afraid accurate web design work in this environment will be total guess work.. ...

Dumping Collection to YAML file with PyYaml

Hi, I am writing a python application. I am trying to dump my python object into yaml using PyYaml. I am using Python 2.6 and running Ubuntu Lucid 10.04. I am using the PyYAML package in Ubuntu Package: http://packages.ubuntu.com/lucid/python/python-yaml My object has 3 text variables and a list of objects. Roughly it is something like...

Is there a (Linux) g++ equivalent to the /fp:precise and /fp:fast flags used in Visual Studio?

Background: Many years ago, I inherited a codebase that was using the Visual Studio (VC++) flag '/fp:fast' to produce faster code in a particular calculation-heavy library. Unfortunately, '/fp:fast' produced results that were slightly different to the same library under a different compiler (Borland C++). As we needed to produce exactly...

Getting started with GNOME

Hello all Lately I really want to start hacking my UBUNTU. I looked at the applications that are installed and interested me and stoped at "system monitor" processes really interest me . I have downloaded the code from here link text , but after I looked at it I pretty sure I need some help with it. (no idea how to run it compile and...

Is there any Iron Python plug-in for Monodevelop?

I have installed Iron Python on my Ubuntu 10.4 and Mono Develop, but there is no interaction between them. Is there any Iron Python plug-in for Monodevelop as in VS? If not, wich is the best Iron-Python IDE for Ubuntu or Debian? ...

Visual Studio 2008 ASP.NET MVC 1 (3.5 framework) Application to Mono 2.4.4 on Apache 2.2.14-5 on Ubuntu 10.04 Deployment

This is my scenario: Development Environment: Visual Studio 2008, Windows 7 Deployment Environment:; Ubuntu 10.04, Apache 2.2.14-5, Mono-runtime 2.4.4.(mono-server2 for ASP.Net 2.0 applications) I have all the dependencies installed. I'm simply trying to create an ASP.Net MVC 1 web application in Visual Studio and deploy it to Apache wi...