i installed portable ubuntu on my xp system...after that i entered ip in that system with restat my ubuntu...but now it is giving error that
** (gnome-settings-daemon:3178): WARNING **: cannot open display:
cannot open display:
Run 'gnome-panel --help' to see a full list of available command line options.
pls help me in this...
thnx ...
Hi.
I have an existing mysql replication set up (Windows 2008 to Ubuntu 9.04) and created several new tables in the master database. These are not showing up in the slave database.
Do new tables automatically get copied to the slave DB, or do I need to set up replication again?
Thanks!
...
Hi guys, I would like to install Visual Studio 2008 and MS SQL Server 2008 on Ubuntu OS which I have in my PC, however, I don't know how. May I have some tips please? Thanks.
...
Having issues with a rails 2.2.2 app running on a VPS (Ubuntu 8.10): looking for github repos, posts, anything that covers the right way of setting up email processing. For example, should it be using sendmail or smtp?
...
I've got lighttp configured to start and serve django via fastcgi on ubuntu. When I have only a single site enabled (via ubuntu's apache-like conf-available, conf-enabled mechanism), everything runs beautifully. When I enable a second site, my url rewrites seem to stop working correctly, though the fcgi processes are started and serving ...
Hello,
I run an Ubuntu 8.04 shared host (VMWare) with Apache + Passenger (= Mod Rails), MySQL and Acts_As_Ferret (in server mode). It's too slow at the first requests. I do a lot of REST operations on it and have very few users.
Now I want to do a fresh installation...
Which setup (based on Ubuntu) do you recommend for a really snappy...
Hey guys,
I recently installed Ubuntu Jaunty and I'm encountering a problem when I try to run Aptana Studio under it. Any interaction with the internal browser crashes the system. I checked the log and after some Googling came to the conclusion that it was crashing due to the incompatibilty with XULRunner 9.0 which is installed on my sy...
I'm having a pretty hard time with this!
I have installed the java documentation at:
file:///usr/share/doc/openjdk-6-jre/api/index.html
And loading that file up does show me all the documentation.
However, I would like to browse it directly from within eclipse and see the documentation when I hover over a class. For example, when...
I've created a ubuntu/debian package that installs an application that depends on R. When installing I want the package to install R from the repository at:
deb http://cran.uk.r-project.org/bin/linux/ubuntu jaunty/
because this repository contains the up to date version of R. I've tried adding the package to the sources.list file from ...
I want to set up an svn repository on my Ubuntu desktop that may be accessed from the outside (over the internet).
Any recommended tutorials? I have looked around but get stuck with most of them...
...
I'm trying to install ubuntu on an usb, the problem is, I don't want to dual boot once done, I want to keep my windows but boot ubuntu using virtualbox and use the usb as my harddrive for ubuntu, but how?
Virtualbox will not recognize the usb as a harddrive when installing the iso
...
have not tested on windows. but in ubuntu when u disconnect from the network, start ur Apache, and enter localhost in any browser, it does not shows ur localhost page, it is suppose to show.
...
Is there a way to use Ubuntu Linux for developing iPhone applications destined to be listed on Apples app store ?
...
I'm trying to compile the following Objective-C program on Ubuntu Hardy, but for some reasons, I'm getting warnings.
#import <Foundation/Foundation.h>
int main (int argc, char *argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSLog (@"Hello");
[pool drain];
return 0;
}
Output of the compiler:
$ gc...
Hello,
I have an application that requires JRE to run on Windows. I have now migrated to Ubuntu and trying to run that application using WINE. But I get the error "No Java Found".
Thanks in advance...
Zaheer
...
Hey!
Say - anyone attempted to setup Ogre in Eclipse on Ubuntu?
I'm attempting to run through this here tutorial, it refers to a file called bootstrap in the eclipse workspace/ogreproject/ directory.
This so called bootstrap is severely absent and as such my attempt has been thwarted.
...
I want to be able to distribute a program in Linux without distributing the source with it. The current solution is distributing a tar.gz with a precompiled binary. What is the easiest way to have this binary be placed in the Applications Menu? Is there a way to do this that is common across most linux distributions, but Ubuntu, Fedora, ...
I am trying to learn to use buffer overflow attack in Ubuntu. Unfortunately, I cannot turn off Address Space Layout Randomization (ASLR) feature in this OS, which is turned on by default. I have tried some work around found in some fedora books:
echo "0" > /proc/sys/kernel/randomize_va_space
but for some reason the protection's still ...
I'm having real problems getting PDO_MYSQL working.
I started by just trying to install the PDO_MYSQL driver via PECL, however when this didnt work I looked round to see if there where any issues reported. It seems that there may be a conflict between the embedded version of PDO and PDO_MYSQL. To that end i decided to reinstall all it'...
I've been getting more and more comfortable using vi on a daily basis, but one thing that bothers me is that when I use it on Ubuntu it behaves differently than when I use it on CentOS (and probably other places). I actually prefer the way it works in CentOS.
Here are three things that are really bothering me on Ubuntu:
In CentOS ins...