1
vote
6answers
78 views
Jar file of java
I have created a java application and packed it into a jar file on a Windows platform. Now I wants to deploy that jar file on Debian Linux.
Will the same jar file work for Debian …
0
votes
5answers
40 views
How to specify filepath in java?
I have created a java application for "Debian Linux." Now I want that that application reads a file placed in the directory where the jar file of that application is specified. So …
0
votes
2answers
44 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
2
votes
2answers
61 views
What is scala -i command-line option supposed to do ?
I'm finding the scala '-i' command line option quite useful for running some scala code and then dumping me into an interactive shell so I can prod/inspect the things it defined.
…
1
vote
1answer
21 views
Key-value pairs in configuration file on unix - can the value contain the number sign (#)??
Hi,
I'm using the openssl utility of debian in order to create a certificate.
The certificate paramemters are given in a configuration file, which is made of key-value pairs.
My …
2
votes
2answers
34 views
start-stop-daemon quoted arguments misinterpreted
Hi,
I have been trying to make an init script using start-stop-daemon. I am stuck on the arguments to the daemon. I want to keep these in a variable at the top of the script but I …
0
votes
1answer
24 views
exim4 nonstandard ports
I am trying to use exim4 on debian to relay mail, nothing more. I have a stage mail server and a production mail server (both written custom in python to do weird stuff). I also …
-1
votes
3answers
50 views
Rename a bunch of files in debian
I have thousands of files that I need to rename with the following format.
2008:09:18:17:45:48-alfanumeric-alfanumeric.wav the first part is a date.
Ex. 2008:09:18:17:45:48-703-s. …
0
votes
1answer
13 views
mod_python req.subprocess_env not “seeing” PythonOptions
I'm having trouble getting an environmental variable out of apache config. (don't ask why it's being done this way, I didn't originally code it)
This is what I have in the apache …
1
vote
2answers
45 views
Create Linux install for Qt application.
Hi, I just made a great program with Qt Creator. I'm very pleased with myself. How do I move it from my desktop to my laptop?
So, the best way would be an installer right? And …
1
vote
4answers
81 views
Regex match a string with spaces (use quotes?) in an if statement
How would I do a regex match as shown below but with quotes around the ("^This") as in the real world "This" will be a string that can have spaces in it.
#!/bin/bash
text="This i …
1
vote
9answers
147 views
How should I copyright and license my free software?
I'm all new to the open source free software thing, but any way I'm going into it pretty well (I guess!!).
Now the thing is: in the way to distribute my program, I'll have to dist …
0
votes
0answers
55 views
WGET can’t resolve host [closed]
I've got 2 machines on the same sub-net running Debian 5.0. They use the same DNS (/etc/resolv.conf), they route to the same gateway (#route) and they have the same iptables setti …
0
votes
3answers
53 views
What version is 5.2.0-8+etch13 really?
It is probably and stupid question, but what version of PHP5 is 5.2.0-8+etch13 ?
Is it really 5.2.0 ? Because maybe it is just the debian version that covers something else.
0
votes
5answers
109 views
Compiling for amd64 under i386 Debian
Cheers,
I want to avoid problems with compiling my code on amd64, yet I don't have a 64-bit CPU available and have no hopes of getting upgrade to my machine any time soon. I have …
