This tutorial explains the installation of a Samba fileserver on Debian Squeeze and how to configure it to share files over the SMB protocol as well as how to add users.
-
June 18th, 2011 by cj2003
This document covers setup of a Squid Proxy which will seamlessly integrate with Active Directory for authentication using Kerberos with LDAP as a backup for users not authenticated via Kerberos.
-
June 16th, 2011 by cj2003
In this tutorial I will describe how to configure HttpGzipModule on an nginx web server (on Debian Squeeze). HttpGzipModule allows nginx to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do.
-
June 16th, 2011 by cj2003
A few days ago I mentioned Conky, the desktop system resource monitor. I’d been meaning to install this for some time, and did so after my upgrade to Debian 6.0 “Squeeze”. And I was immediately alarmed to see that with only my web browser and email client open, I was using over 450 MB of [...]
Executive summary: Don’t use btrfs on Debian Squeeze. Longer summary: Don’t use btrfs RAID with the kernel Debian Squeeze comes with.
Mind you, on this same hardware I was able to run Unity in Ubuntu 11.04. Not that I’m going to throw over GNOME 2.30 (or Degbian Squeeze) for Unity and Ubuntu, because I am not an early adopter.
But what if you don’t want to upgrade every last package just to get the latest web browser? I’m running Debian Squeeze — the Stable distribution — and have been happily doing so since late November 2010.
-
April 30th, 2011 by cj2003
Firefox is not the defaut borwser in Debian, in this post we will try to install firefox4.0 from source in Debian Squeeze. First, download Firefox4.0 source package. Now, Open terminal and, as root, type the following commands.
-
April 11th, 2011 by cj2003
I have been playing around with Debian 6 for the past two weeks and overall quite happy with Debian but have noticed a slight sluggish feel when working with Gnome. (eg compared to Fedora 14)
-
April 10th, 2011 by cj2003
amon.so is a library that integrates with the PHP interpreter and intercepts and manipulates the system calls provided by libc6. It replace the execve() syscall with a custom function which does extra sanity checking in order to prevent that an attacker could execute arbitrary code on the system exploiting a vulnerability in a web-based application
-
April 9th, 2011 by cj2003
In this tutorial I will describe how to configure mod_compress on a Lighttpd web server (on Debian Squeeze). mod_compress allows Lighttpd to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do.
-
April 6th, 2011 by cj2003
This tutorial shows how you can enable Compiz Fusion on a Debian Squeeze desktop (the system must have a 3D-capable graphics card – I’m using an Nvidia GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
-
April 2nd, 2011 by cj2003
Debian Squeeze lives up to its name as the “universal operating system”: with the big number of supported architectures, the experimental FreeBSD architecture and its completely free kernel, this distribution keeps standing out from the crowd. It’s not plain sailing, though, as Koen Vervloesem discovers…
-
March 31st, 2011 by cj2003
This tutorial provides step-by-step instructions on how to install Xen 4.0 on a Debian Squeeze (6.0) system (AMD64) and create paravirtualized guests (don’t mix this up with fully virtualized guests, i.e. hardware virtualization (HVM)).
-
March 30th, 2011 by cj2003
Fixed ISO images for Debian 6.0.1 released. Post-release testing showed up a variety of bugs in the images produced for the 6.0.1 update release [1]:
-
March 30th, 2011 by cj2003
This tutorial shows how you can enable Compiz Fusion on a Debian Squeeze desktop (the system must have a 3D-capable graphics card – I’m using an Nvidia GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
-
March 28th, 2011 by cj2003
Over the weekend I tried installing Debian’s new release, “Squeeze”, on my Vaio TX650 laptop. I used a “net install” CD, the one that installs only the bare minimum then goes to the net for anything else.
-
March 28th, 2011 by cj2003
This document describes how to install a Postfix and Dovecot mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database.
-
March 24th, 2011 by cj2003
This tutorial shows how to create a Debian Squeeze (6.0) domU on dom0 running CentOS 5.5 x86_64.
-
March 24th, 2011 by cj2003
The following tutorial will extend the “Perfect Server…. ” for ISPConfig 3 with BIND & Courier installed in Debian Squeeze.
-
March 21st, 2011 by cj2003
The Debian project is pleased to announce the first update of its stable distribution Debian 6.0 (codename “Squeeze”). This update mainly adds corrections for security problems to the stable release, along with a few adjustment to serious problems.
-
March 19th, 2011 by cj2003
Apart from RedHat 6, Debian 6 was the most awaited thing since Polio vaccine. It took ages to brew, and when it flowed, it was … well. You will discover that in today’s review. As always, I’ll give you a human perspective on what is ultimately the geekdom singularity, the one distro that is holier [...]
-
March 19th, 2011 by cj2003
I have been a bit slack in not writing about the release of Debian GNU/Linux 6.0, which was made over a month ago now. A new Debian stable release is always a big deal, not least because it doesn’t happen very often, and it doesn’t happen on a predictable, regular schedule.
-
March 14th, 2011 by cj2003
This guide explains how you can install and use KVM for creating and running virtual machines on a Debian Squeeze server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM).
-
March 12th, 2011 by cj2003
This tutorial explains how you can configure Apache2 to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files (such as images, CSS and Javascript files) to a date in the future so that these files will be cached by your visitors’ browsers.
-
March 9th, 2011 by cj2003
This tutorial shows how to upgrade a Debian Lenny (Debian 5.0) installation on a Xen based Virtual Private Server (VPS) to Squeeze (Debian 6.0) including kernel update, dependency based boot sequencing and conversion to UUIDs.
-
March 8th, 2011 by cj2003
Another month, another load of DPL bits! In case you haven’t noticed, the big news since the last bits is that, not only we have a new stable release in Debian history (the 11th), but also that development for Wheezy is open, meaning you can now break your pet packages (not).
-
March 7th, 2011 by cj2003
Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
February 28th, 2011 by cj2003
Short version: “Dear FSF, thanks for your appreciation of Debian Squeeze achievements in getting rid of non-free firmware blobs. We still disagree on the overall freeness assessment of Debian, but I’m positive that steps like this one can further future collaboration, in the interest of both projects”.
-
February 26th, 2011 by cj2003
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
February 26th, 2011 by cj2003