I'm following this tutorial to set up an existing set of files for a web application, run on Tomcat6, packaged through NetBeans on Ubuntu 10:
http://netbeans.org/kb/docs/web/quickstart-webapps.html#setting
And I'm stopped at the first step because it says to create a new project, and under categories select Java Web. This isn't a cate...
I added some settings to .bash_profile and closing/opening terminal doesn't seem to have the path's I added there i.e. doing echo $BLAH results in a empty line.
(running the latest version of ubuntu)
do I use .profile instead?
...
Why is this happening when I use the grails help feature?
nobody@nobody-desktop:~$ grails help create-app
Welcome to Grails 1.3.2 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /home/nobody/Downloads/grails-1.3.2
Base Directory: /home/nobody
Resolving dependencies...
Dependencies resolved in 2454...
I'm trying to build and install M2Crypto on Ubuntu 10.04 LTS. I downloaded and untarred M2Crypto-0.20.2.tar, and from the M2Crypto-0.20.2 directory I tried python setup.py build. I got an error because I don't have swig. So I ran sudo apt-get install swig. Then I tried python setup.py build again and got:
/usr/lib/python2.6/distutil...
Hello,
I am working in the communication between two programs, one in C++ and the other in Java, connected using standard sockets. Both programs run under UNIX (Ubuntu) within the same machine and share information for a period of time in regular basis. At some point of the execution and always at the same point it gets stuck since the ...
I am using rabbitmq-server as a ampq server with python client on Ubuntu 10.04 64 bit OS.
Rabbitmq-server now fails to start. I uninstalled and installed the latest rabbitmq-server 1.8.0 but still I could not make rabbitmq to work.
I want to other alternative with less learning curve to use the ampq on ubuntu system. Can you recommend...
Hi,
I am trying to run eclipse 3.6 on ubuntu 10.04. I am getting these errors:
** (Eclipse:13709): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed
** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= ...
I've configured a IP Camera that upload images in a Ubuntu Server.
In Ubuntu server is runnig Apache http server and vsftpd (Very Simpe FTP Daemon).
I have to catch the images from a wep application,
how I have to configure the permissions ? (without security problems)
I thought that I can set the group of uploaded images to www-da...
Hi
i am trying to setup a new symfony framework project on ubuntu by following the documentation. But all the commands mentioned in the docs starting with 'php' give out the following error.
The program 'php' is currently not installed. You can install it by typing:
sudo apt-get install php5-cli
bash: php: command not found.
But php...
Hello everyone!
I want to make a cloud computing testing environment on my in-house network. I'm using Ubuntu (just to work on; i don't want to watch Gentoo compile screens all time:) and I plan to make an Eucalyptus installation for a cloud platform. I want to get the most of my Core2Quad and Core2Duo machines:) What I need a cloud for...
We have two challenges deploying our application for Ubuntu/Debian:
1. Offline installation
Many (let's say 50%) of our users will need to install offline. They will have zero internet connectivity. Thus, we need to include all possible dependencies (run time / third-party libraries, etc.) on an installation CD/DVD. It looks like perha...
I have been testing my .NET windows applications with Mono on Ubuntu and noticed that my controls are always stretched in height. Width wise appears to be fine. I have a stack of 5 comboboxes that fit nicely within a panel, but with Mono on Ubuntu the comboxes are too tall and the last comboxbox is pushed into the boundary of the panel...
I was reading the concept of OSX Services and it seemed very cool to me to have utilities like Dictionary, highlight-text-and-open-in-browser and a million other services that provide functionality based on what the user is currently doing.
I have heard it mention that this mechanism is more similar to how pipes work in *nix, rather tha...
I have ubuntu 10 installed. I installed all the opencv packages I could find in the software center. I expect that it installs some .lib files somewhere that I can reference in my project, but I can't find them. Where does it put them?
I want to use eclipse as the ide programming in c++, but I am having problems finding out how to ge...
Hello,
I am trying to build a GTK application (c++) using NetBeans. After including the gtkmm.h file I had to use the pkg-config tool to determine what it's dependencies where. I then added them to the included folders. Netbean complains that it cannot find 'giomm-2.4'. This package does not exist in /usr/lib and I cannot seem to find t...
I'm trying to get an openVPN server setup at my house. right now it is currently on a box running ubuntu server. I have everything setup and I can connect to the openVPN box and I can talk with the actual server, but I can't get out on to the LAN that the openVPN box is connected to. When I add a line to server.conf that says
push "r...
Hi, I'm facing a rather queer problem. I use an Ubuntu(Lucid Lynx-64 bit, to be specific) machine. I have a repository hg1/ which I cloned to hg2 as follows
$ hg clone hg1 hg2
However, on issuing an "hg incoming" inside the hg folder I get the following message -
Not trusting file
/media/disk/myWorks/mercurial/hg2/.hg/hgrc
fro...
hi,
whenever you install a package in ubuntu, it is added to manual install and the system will make sure it is updated and configured correctly. but i cannot find a way to remove the packages from the manual install list.
i want to do this so i let the package system to take care of that package and remove it when it is unnecessary to...
Can PowerShell on Windows by itself or using simple shell script, list files and directory this way: (or using Mac OS X or Ubuntu's shell script)
audio
mp3
song1.mp3
some other song.mp3
audio books
7 habits.mp3
video
samples
up.mov
cars.mov
Unix's ls -R or ls -lR can't seem to list it in a tree structure unf...
I want to change my OS to Ubuntu, but I have pending projects in Visual C++ and Visual Basic.
I have not worked with Ubuntu before, so will I be able to carry forward my pending work to Ubuntu? Will it work with the IDEs available in Ubuntu?
...