Top "Debian" questions

Note: Questions MUST be programming related.

How to kill zombie process

I launched my program in the foreground (a daemon program), and then I killed it with kill -9, but I …

linux shell ubuntu debian zombie-process
Version of Apache installed on a Debian machine

How can I check which version of Apache is installed on a Debian machine? Is there a command for doing …

apache debian version
Bash script prints "Command Not Found" on empty lines

Every time I run a script using bash scriptname.sh from the command line in Debian, I get Command Not …

linux bash debian
Setting Django up to use MySQL

I want to move away from PHP a little and learn Python. In order to do web development with Python …

python mysql django debian
Test a weekly cron job

I have a #!/bin/bash file in cron.week directory. Is there a way to test if it works? Can't …

linux cron debian
How to get file creation date/time in Bash/Debian?

I'm using Bash on Debian GNU/Linux 6.0. Is it possible to get the file creation date/time? Not the modification …

linux bash shell debian ls
No module named _sqlite3

I am trying to run a Django app on my VPS running Debian 5. When I run a demo app, it …

python sqlite debian python-import
ini_set("memory_limit") in PHP 5.3.3 is not working at all

I had this working before : echo ini_get("memory_limit")."\n"; ini_set("memory_limit","256M"); echo ini_get("memory_…

php memory apache2 debian
How to use the command update-alternatives --config java

I am installing Apache Solr on Linux Debian (Squeeze). I have been instructed to install sun-java jdk 1st. Then am …

java debian
How to set up 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 …

linux svn ubuntu debian