0
votes
1answer
18 views
About compiling Linux kernel in Debian Live
Hi all,
This is my first time compiling Linux kernel. I am using Debian Live. I used kernel-package to compile and I also added a new system call to return an arbitrary integer va …
2
votes
1answer
28 views
What’s the best route to get your own software into Debian and Fedora?
Say I am able to follow the packaging guides and have figured out how to make a working .deb and .rpm, how can I get distros to actually include my software?
What's firstly the qu …
0
votes
0answers
25 views
Does Debian has a x86-64 distrio? [closed]
Looks like Debian only has AMD64 and IA64 versions, but does not have a x86-64 version, is this correct?
Or AMD64 includes x86-64?
0
votes
1answer
26 views
.deb package conffiles problem
I am distributing one of my applications using a .deb package, but have a problem relating to one of the files.
The distribution includes a database file which is constantly upda …
0
votes
0answers
23 views
A Development Machine in VirtualBox - (Debian-min vs ArchLinux vs recommend-one).
I have few years of exp on linux, mainly ubuntu (dual-boot). Now i am shifting to windows, and installing linux in VirtualBox (PUEL). I am looking for a light-weight distro for dev …
0
votes
3answers
56 views
What’s the simplest way to keep track of where my program is installed?
While I'm working on it, I have my application's location hardcoded:
public static string MYPROGRAM_PATH = "/path/to/my/workspace";
Obviously this won't work once I package and …
0
votes
5answers
96 views
Python 2.6 on Debian stable. Where should the executable go?
I am building python2.6 from source on Debian Stable.
( ./configure make make altinstall )
I don't want it to conflict with anything existing, but I want it to be in the default …
1
vote
6answers
85 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
56 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 …
2
votes
2answers
82 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.
…
0
votes
0answers
26 views
In Debian, I want to remove a directory from home [closed]
In Debian, I want to remove a directory from my home directory. It is displaying a mesage directory not empty, i could not see any file inside the directory.(tried ls -l) How to r …
0
votes
2answers
53 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
0answers
27 views
Purpose of debian “sites-available” and “sites-enabled” dirs [closed]
I'm a noob, please be nice.
Can anyone tell me, in a nutshell, what the purpose of these two directories are in Debian?
/etc/apache2/sites-enabled
/etc/apache2/sites-available …
2
votes
2answers
43 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 …
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 …
