11
votes
5answers
553 views
Suggested resources for newbie ARM programmer?
I'm starting develop an application in embedded arm board from http://www.embeddedarm.com. I'm a newbie in developing embedded applications. I would like resources like books, online guides that will …
10
votes
5answers
7k views
How to setup a Subversion (SVN) server on GNU/Linux - Ubuntu
I have a laptop running Ubuntu that I would like to act as a Subversion server. Both for myself to commit to locally, and for others remotely. What are the steps required to get this working? Please …
7
votes
5answers
133 views
What’s the best way to turn CPAN modules into Debian packages?
Whenever I work on a system of any flavor that has a particular way of handling package management, I try to stick with that standard for managing my Perl modules. "When in Rome, etc."
For example, …
7
votes
11answers
796 views
Best way to sandbox Apache on Linux
I have Apache running on a public-facing Debian server, and am a bit worried about the security of the installation. This is a machine that hosts several free-time hobby projects, so none of us who …
6
votes
8answers
1k views
Python distutils - does anyone know how to use it?
Hello,
I wrote a quick program in python to add a gtk GUI to a cli program. I was wondering how I can create an installer using distutils. Since it's just a GUI frontend for a command line app it …
5
votes
4answers
184 views
Double-click installer in Ubuntu?
I'm trying to update our installer so a user can simply double-click on a file and have all the dependencies and our software installed easily. This is a suite of applications that will are deployed …
5
votes
6answers
3k views
How to build a Debian/Ubuntu package from source?
I have the source of a program (taken from cvs/svn/git/...) and I'd like to build a Debian/Ubuntu package for it. The package is present in the repositories, but:
It is an older version (lacking …
5
votes
9answers
700 views
Which hardware to buy for a new Linux server system?
I want to build a decently performing, but above all stable Linux system for home server use, on a reasonable budget.
Sadly, I have several bad experiences trying to install Linux on recently …
4
votes
3answers
154 views
Resources on writing a Debian/Ubuntu deb package?
I'm getting started preparing an installation script for a software package onto an Ubuntu server. I would like to write a script as a .deb package that is aware of dependencies that must be …
4
votes
4answers
309 views
How do I compile DOS programs on Debian?
For my assembly language class, we're writing DOS programs using DPMI. Unfortunately, I don't have access to a 32-bit windows machine all the time. I do have a Debian virtual machine installed on …
4
votes
1answer
325 views
Anything like the Debian Package Manager for Windows?
I know that sounds a weird request. But I was installing a bunch of packages in Ubuntu yesterday, using apt-get and I started wondering if anyone had adapted it or produced anything similar for …
4
votes
17answers
6k views
Centos or Debian as a server OS ?
What would you choose for a server used for web hosting, dns and email and why?
3
votes
3answers
159 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 much have the …
3
votes
5answers
6k views
Where to find prebuilt binaries for subversion 1.6 for Ubuntu (or Debian)?
While I can easily find the binaries for the latest version of subversion (1.6) I can't find the binaries for Ubuntu (or Debian).
The download page at tigris.org suggest to use the command:
apt-get …
3
votes
3answers
174 views
How can I automate dpkg/apt-get?
I'm trying to create a script that automatically downloads packages for new servers. However, some things like 'mysql-server' can not installed automatically cause you need to configure them in the …
