0
votes
1answer
11 views
Eclipse 3.5 / Statet / R Console not working on Ubuntu linux
Hi,
I had Eclipse 3.4 working nicely with the R Console over rJava. I want to get Sweave working in Eclipse, but need Eclipse 3.5 / statet 0.8 to do it.
When I try to start the r …
0
votes
1answer
40 views
gccgo linking Error in Ubuntu 9.10 karmic ?
Hi
I am trying to compile go file using gccgo , i installed on my ubuntu 9.10 machine . when i compiled
$gccgo -c hello.go
hello.o file is generated , while trying to link an …
3
votes
3answers
52 views
Why doesnt “tail” work to truncate log files?
I'm trying to manage my log file size using a cron script. I basically want to delete all but the last 2000 lines of the log file every night. I'm trying to run this command, but …
1
vote
1answer
28 views
Bash-script printing a pdf to a pdf in Linux
The question probably sounds a little odd, but the actual task is relatively simple, I swear!
I'm automatically generating some PDFs from a webform, using PDFCreator to merge a ge …
2
votes
3answers
25 views
How to convert .rpm file into .deb file in Fedora 10
Hi I am using 64 bit fedora10 linux. I have created rpm file for my software. It works fine. But my software doesnot works good or ubuntu and debian linux because they want .deb fi …
0
votes
0answers
70 views
What’s so hard about an OS upgrade from 32-bit to 64-bit? [closed]
Windows and Ubuntu can't do upgrades from 32-bit to 64-bit. Why isn't it just a matter of copying over 64-bit versions of the files?
(I'm asking this here as I would think there i …
0
votes
1answer
20 views
Add a changing icon to Ubuntu Panel
What would be the most simple way of adding and changing an icon in the Ubuntu (Gnome) Panel? I'm looking for something as simple as shell scripting, but I'm not restricted to that …
0
votes
1answer
23 views
Eclipse behaves strangely on Ubuntu 9.10. My buttons won’t work after the upgrade!
Everything was fine until I did an upgrade from Ubuntu 9.04 to 9.10. Since then, Eclipse just doesn't respond properly. The following are the symptoms I can see:
When I click on …
0
votes
2answers
48 views
Tomcat6 + Ubuntu + Servlet
I am trying to make servlet.
I have installed tomcat6 on ubuntu with admin examples and docs. I am able to run the examples provided. But when i try to make my own servlet it doe …
0
votes
0answers
24 views
sub.domain.localhost [closed]
I'm doing web development (LAMP) on Ubuntu 7.10. To be able to develop locally, I do the following for each new site:
- create a new site file in /etc/apache2/sites-available and d …
0
votes
1answer
30 views
mod_perl and inheriting STDIN in child process
Hi everyone,
I have this old Perl script that is supposed to act as a proxy of sorts between HTTP-based clients and non-HTTP Java server: the client POSTs some data to this Perl s …
0
votes
0answers
14 views
Create Subdomain(s) on Virtual Host on Ubuntu [closed]
Hello,
i m using ubuntu & wants to Create Subdomain on Virtual Host for local host.
i have already created server name on my local host but now wants to Create Subdomains on V …
2
votes
1answer
50 views
save Exceptions to file in python
Hello, I want to save all following Exceptions in a file. The reason why I need this is because the IDLE for python 3.1.1 in Ubuntu raises an Exception at calltipps, but close to f …
0
votes
4answers
53 views
Tomcat 6 can’t find mysql driver
Hey,
There is a similar question here but regarding the class path.
http://stackoverflow.com/questions/1585811/classnotfoundexception-com-mysql-jdbc-driver
I've had everything wo …
1
vote
0answers
89 views
Ubuntu 9.10 + MonoDevelop + Debug + NUnit
I am a Linux noob and I would like to debug a unit test.
If I run my test in MonoDevelop it goes green but if I try to debug everything freeze and I have to stop the debugger. My …
