Tagged Questions

2
votes
8answers
995 views

Clone Debian/Ubuntu installation

Is there an easy way of cloning entire installed debian/ubuntu system? I want to have identical installation in terms of installed packages and as much as possible of settings. I …
0
votes
3answers
452 views

NFS problems on Debian machines

I'm trying to share some directories with NFS among Debian machines. In order to do so, I installed nfs-common and nfs-kernel-server on the server machine. It seemed that starting …
0
votes
0answers
23 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 ap …
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 va …
1
vote
5answers
232 views

Simple Bash Script to install MySQL - Need some help

I am writing a simple bash script to install MySQL on Ubuntu. #!/bin/bash apt-get update # Install MySQL5 aptitude -y install mysql-server mysql-client libmysqlclient15-dev Ho …
2
votes
1answer
29 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
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 dev …
2
votes
7answers
841 views

User script location linux (debian etch)

In the linux file system, where should user scripts be placed? I'm thinking specifically python scripts to be called by cron.
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 upda …
3
votes
3answers
125 views

Why does CPAN.pm fail to upgrade?

Clarification: I'm pretty much a Perl/CPAN noob, don't assume I know too much. I have a pretty vanilla CPAN because I just rebuild my entire Lenny 5.0.2 VPS - so I pretty …
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
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 r …
0
votes
3answers
311 views

How do I add an init.d script into a .deb

I have a project.init file in the debian directory (along with rules, control, etc), and I have dh_installinit in my rules file (in the binary-arch rule). When dpkg-buildpackage c …
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 …

1 2 3 4 5 12 next
15 30 50 per page