Questions tagged [ubuntu-10.10]

For issues relating to using Ubuntu, version 10.10.

Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

188 questions
4
votes
1 answer

HOpenGL - OpenGL window remains minimized

Following some well-known OpenGL Haskell tutorial, I've made my first HOpenGL program. Here's the code: import Graphics.Rendering.OpenGL import Graphics.UI.GLUT main = do (progname, _) <- getArgsAndInitialize createWindow "Hello World" …
Arnthor
  • 2,563
  • 6
  • 34
  • 54
4
votes
1 answer

Git push fails when modified files are included in push, but succeeds when added or deleted files

I've been using git for a few months and have never run into problems. I met my match today. I have a system running Ubuntu 10.10 (new system). I put my keys in place to access the server, and can ssh in just fine. I cloned my repos just fine. …
Calvin Froedge
  • 16,135
  • 16
  • 55
  • 61
4
votes
2 answers

disable ubuntu 10.10 screensaver using command

Does anyone know how to disable ubuntu 10.10 screensaver by just using command or edit conf? because I can only ssh to the machine to turn the screensaver off thx.
Katrin
  • 881
  • 1
  • 11
  • 23
4
votes
4 answers

How to run a program with python 3.x

I use ubuntu 10.10, and I have both Python 2.x and Python 3.x. I have a program that needs to run with python 3.x (blender 2.5x). How do I run a program with python 3.x?
Lordi Lordi
  • 41
  • 1
  • 3
4
votes
4 answers

How to set the ssh key to the user git while installing gitolite on Ubuntu 10.10

I am trying to configure a git server on an Ubuntu Server 10.10 with gitolite and following the tutorial On Ubuntu for Gitolite. I first create a user git with the following command : sudo adduser git I set a password to this user. Then, I generate…
obo
  • 1,652
  • 2
  • 26
  • 50
4
votes
3 answers

how to tell ubuntu apt-get to install eclipse in other than the default version

eclipse is installed with apt-get in version 3.5: sudo apt-get install eclipse-platform however I would like to install 3.6. how to specify that?
oshai
  • 14,865
  • 26
  • 84
  • 140
4
votes
2 answers

How can I force Eclipse to use Sun Java?

Before installing Eclipse, I had OpenJDK as the default JVM. Recently I changed it to Sun Java. I did this because Eclipse Helios was running really slow. Unfortunately, it is still slow... Do you have any ideas how to force it to use Sun Java? I…
Dan
  • 179
  • 1
  • 4
  • 8
4
votes
1 answer

is my 8080 being listened?

I run the following command on ubuntu 10.10. Could anyone tell me what does the result mean? ubuntu@ip-XX-XXX-XX-XXX:~$ netstat -nao | grep 80 tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN off (0.00/0/0) tcp6 0 …
ZZZ
  • 3,574
  • 10
  • 34
  • 37
3
votes
1 answer

PyGTK Icon Blurry in Ubuntu

When using an SVG file as the icon of a PyGTK window set by the function: set_icon_from_file("icon.svg"), the icon appears blurry when viewed from the Alt-Tab view and Unity Launcher Bar in Ubuntu 11.10. Is there a simple way to prevent the icon…
Kevin Gurney
  • 1,411
  • 11
  • 20
3
votes
2 answers

How to get JOGL on Ubuntu 11.10 to work

any help greatly appreciated. Problem: Ubuntu 11.10 not playing nice with Java's JOGL Summary of what has been established: JDK ok Environment variables ok JOGL Jars and lib ok Test file used ok Very unlikely to be EBKAC file permissions ok Problem…
xxjjnn
  • 14,591
  • 19
  • 61
  • 94
3
votes
0 answers

**make: *** [out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.dex] Error 1****

Im new to Linux.Im porting android on devkit8000(copy of beagleboard) but getting so many errors in compiling the android source code.Below is the result of "make" command. ============================================ PLATFORM_VERSION_CODENAME=REL …
zeaster
  • 31
  • 1
  • 4
3
votes
1 answer

Installing Rails 3.0.9 on Ubuntu 10.10 with RVM - no rails command in path

This seems similar to a number of other questions posted, but is actually a different problem and with different (newer) versions (hence, the new question). On a moderately fresh installation of Ubuntu 10.10 Maverik, I attempted to install Rails…
DavidJ
  • 4,369
  • 4
  • 26
  • 42
3
votes
1 answer

Problem with the arithmetics in the bash scripting

I'm trying to cut a video into 2-minute clips using FFMpeg. I am using Ubuntu 10.10. Here is my code: #!/bin/sh COUNTER=0 BEG=0 MIN=`ffmpeg -i ${1} 2>&1 | grep "Duration" | cut -d ' ' -f 4 | sed s/,// | cut -d ":" -f 2` echo…
DocWiki
  • 3,488
  • 10
  • 39
  • 49
3
votes
3 answers

Using Xnest between Mac OS X (Snow Leopard) and Ubuntu 10.10

I just installed an Ubuntu 10.10 desktop on a system to do some development work. I would like to run the X server environment on my MacBook instead of keyboard hopping (the graphics system on the Ubuntu box is not so great). Poking around on the…
AlanObject
  • 9,613
  • 19
  • 86
  • 142
3
votes
3 answers

Problem recompiling using make command in ubuntu

I m trying to modify some C++ files in ns2 and then recompile using make command. Although new .o file is created after make, the output is similar to that of previous C++ file (before modifying). can someone suggest what may be the reason behind…
user697451
  • 33
  • 3
1 2
3
12 13