ubuntu

code::blocks CPU spike

I'm using Code::Blocks 8.02 in Ubuntu 9.10. If I leave Code::Blocks open for several hours, I notice that it's consuming a LOT of CPU. If I actually click on the application, the CPU usage immediately drops. Is anyone else having this problem? Is there a solution? ...

Eclipse 3.5 and Ubuntu 9.10, subversion client does not work

Hi, I had installed Eclipse 3.5 Yoxos on my Ubuntu 8.04 for month, and run fine. I had upgraded to 9.10 last week, and the subversion plugin does not work since upgrade. When I try to update or commit, Subversion work for hours without any progress in console or progress bars. I can delete files or add them to SVN, but commands wich in...

How do I index documents in SOLR?

Hi there, Im running Solr 1.4 on Ubuntu 10.04 (installed via apt-get solr-tomcat) and it seems to be working fine. Im having some difficulty finding any coherent info on how to index documents though. Im new to SOLR so bear with me! I have a folder (/mnt/folder) that is a mounted windows share, which contains Word and PDF files that I wo...

Is Ubuntu a stable development environment, or does it lack support compared to a Mac?

Is Ubuntu a stable development environment, or does it lack support compared to a Mac? ...

Bash completion for Maven escapes colon

I added bash completion for Maven following the docs: http://maven.apache.org/guides/mini/guide-bash-m2-completion.html Everything works well except for goals that use a colon. For instance, instead of mvn eclipse:eclipse completion escapes the colon mvn eclipse\:eclipse Any suggestions how this can be fixed? I'm using Ubuntu 8.1...

svn: Item <folder> is out of date

[answer auto-selected by bounty system against my will] I'm using subclipse, and always when delete a folder in Eclipse, and try to commit it, the following errors raise: svn: Item <folder> is out of date svn: DELETE of <folder>: 409 Conflict (http://myintranet) Deleting and commiting via command line works fine, but what's wrong wit...

dtruss on linux

Hi, Is there anytool lik dtruss which can run on linux (ubuntu)? http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/dtruss.1m.html Thank you. ...

Convert .cshrc to .bashrc

I am new to Linux and I am trying to compile some code that needs environment variables set first. The script is in cshrc, but whenever I try to run that code I get "if: badly formed number" errors. I want to run it in bash instead. Is there an easy way to convert cshrc to bashrc? ...

How to copy files from local machine to server using SSH file transfer protocol?

I have an Ubuntu 9.10 desktop machine which I use locally. I am setting up a server on a hosting provider. The server will run a very minimal version of Ubuntu server LTS (only LAMP and email server no GUI). I want to write a script (scheduled as a cron job) that will allow me to upload local files onto the server. I want to use [SFTP][...

m and s keys do not work over vnc connection to ubuntu server

I'm new at setting a lot of this up, so bear with me. I installed Ubuntu 10.4 server on a 64 bit machine. Then I added vnc so I could manage it while it's racked. I start the server, SSH to it, and run vncserver :1 At this point, all keys work fine. Next I exit out of the SSH session and fire up my client vnc app. I connect via the I...

ubuntu server vs desktop edition

I have a dilemma of selecting between ubuntu edition for development server. I have seen that ubuntu server dosen't have a GUI(though can be installed later). My question : is there any specific difference in desktop and server edition that will help in development of web app? ...

Mono winforms app fullscreen in Ubuntu?

Just wondering if there's a known way of getting a Mono System.Windows.Forms application to go fullscreen on Ubuntu/Gnome. Mono is 2.4.2.3 Ubuntu is 9.10 Doing it on Windows requires a pinvoke, clearly not going to work here. This is what I get setting window border to none, window position to centre, and state to maximised: Update...

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...

Where does Upstart log to?

I'm trying to figure out why an Upstart job is not starting on startup, but I don't see anything in the syslog about failed attempts. Where does Upstart log to? System: Ubuntu 8.04 description "simple test daemon" start on startup script chdir /home/me exec /usr/bin/python daemon.py & end script I can start the process manually,...

Building ubuntu server packages

I have developed some C++ apps on my Ubuntu desktop. I want to create installation packages so that I can install them on a Ubuntu server. Can anyone provide guidelines on how to create an Ubuntu server package? ...

Django sessions don't work with Apache installed on Ubuntu

In production server I can't login to my website. I know that it is some bug of Django with MD5 crypt or something like that, but unfortunately I don't remember what I should do. I am searching the answer since half day, but I can't find this website where was explained this problem. DO you know how I can do sessions working. ...

Developing on Windows -> Deploying on a Virtual Machine?

Is there an easy way to integrate with VirtualBox such that I could develop under the host, Windows, and deploy and run scripts via a mounted folder in a guest linux system? I'm looking to develop for Linux under Windows, kind of. ...

Is there a .def file equivalent on Linux for controlling exported function names in a shared library?

I am building a shared library on Ubuntu 9.10. I want to export only a subset of my functions from the library. On the Windows platform, this would be done using a module definition (.def) file which would contain a list of the external and internal names of the functions exported from the library. I have the following questions: How ...

How to pipe the output of a command to file on Linux

I am running a task on the CLI, which prompts me for a yes/no. After selecting a choice, a vast amount of info scrolls on the screen - including several errors. I want to pipe the output to a file so I can see the errors - but a simple '>' is not working since the command expects a keyboar input. i am running on Ubuntu 9.1 ...

Lamp panel::Ubuntu

Hi I just install ubuntu 10.04. I use to use wamp server on windows that have manager panel. Is lamp have such panel, or I have to time manually? Thanks, Yosef ...