0
votes
0answers
24 views
Apache virtual host configuration on debian [closed]
Migrated to Server Fault
Apache virtual host configuration on debian
Im new to apache configuration and would be really glad if someone helped me with the following.Im running apache on a virtual …
2
votes
1answer
30 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 quickest / easiest …
0
votes
1answer
31 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 updated by the app, on a …
0
votes
1answer
22 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 value greater than …
0
votes
0answers
27 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
0answers
26 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 development machine …
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 distribute my …
1
vote
6answers
87 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 Linux?
Is the …
0
votes
5answers
121 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 search path for …
0
votes
5answers
69 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 what to specify at …
2
votes
2answers
90 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.
One thing which …
0
votes
2answers
55 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
0answers
27 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 remove the directory …
2
votes
2answers
52 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 can't get the …
0
votes
0answers
29 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
I notice that …
