Debian-news is about one simple thing - news about Debian GNU/Linux and the top free distributions based on Debian GNU/Linux.


 

Debian Project News – May 14th, 2012

Welcome to this year’s tenth issue of DPN, the newsletter for the Debian community. Topics covered in this issue include…

May 20th, 2012 by cj2003

General Resolution: Diversity statement, first call for votes

Hi, This is the first call for votes for the General Resolution about a diversity statement.

May 20th, 2012 by cj2003

The Debian Installer team is pleased to announce the first alpha release of the installer for Debian Wheezy.

The Debian Installer team[1] is pleased to announce the first alpha release of the installer for Debian Wheezy.

May 20th, 2012 by cj2003

Updated Debian 6.0: 6.0.5 released

The Debian project is pleased to announce the fifth 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 adjustments for serious problems. Security advisories were already published separately and are referenced where available.

May 13th, 2012 by cj2003

The Debian Administrator’s Handbook is available

We’re pleased to announce that — after 5 months of work — the Debian Administrator’s Handbook is now available, both as a beautiful 495-page paperback and as an ebook (PDF, EPUB, MOBI formats).

May 11th, 2012 by cj2003

How To Back Up MySQL Databases With mylvmbackup On Debian Squeeze

mylvmbackup is a Perl script for quickly creating MySQL backups. It uses LVM’s snapshot feature to do so. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, creates a snapshot of the volume containing the MySQL data directory, and unlocks the tables again. This article [...]

May 10th, 2012 by cj2003

NoMachine & LXDE Installer for Ubuntu/Debian

This is the first in a line of tutorials I am working on for less experienced linux users to effectively use their VPS. I’ve been tinkering with a little script that some of you might find helpful, it’s designed to install LXDE and NoMachine on a fresh VPS installation.

May 8th, 2012 by cj2003

Encrypt Your Data With EncFS (Debian Squeeze/Ubuntu 11.10)

EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use [...]

May 8th, 2012 by cj2003

(overlapping) bits from the DPL: April 2012

Dear project members, last bits of the past DPL term and first bits of the current term, all in one. Here is a report of what has happened in DPL land last April.

May 6th, 2012 by cj2003

KVM on Debian Squeeze – My Notes

This post is my collection of notes on installing and configuring Kernel-based Virtual Machine virtualization on a Debian Squeeze (6) host. I control these VMs from my Ubuntu 12.04 desktop.

May 6th, 2012 by cj2003

Debian to include cloud software with Wheezy

The next version of the Debian GNU/Linux distribution, version 7 or Wheezy, will include software that allows users to easily set up their own cloud offerings using free software.

May 4th, 2012 by cj2003

How To Integrate ClamAV Into PureFTPd For Virus Scanning On Debian Squeeze

This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Debian Squeeze system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.

May 4th, 2012 by cj2003

Debian Local Area Network’ (Debian-LAN)

It is my pleasure to draw your attention to the ‘Debian Local Area Network’ project (Debian-LAN). The goal of Debian-LAN is to make setting up a local network with centralized user and machine management, intranet, etc. as easy as possible in Debian.

May 4th, 2012 by cj2003

Debian Project News – April 30th, 2012

Welcome to this year’s ninth issue of DPN, the newsletter for the Debian community. Topics covered in this issue include: * Deploy your own “cloud” with Debian “Wheezy” * Debian Tour in Nicaragua * Debian at ESRF * Bits from the DPL * Interviews * Other news * Upcoming events * New Debian Contributors * [...]

May 4th, 2012 by cj2003

Debian in the Google Summer of Code 2012

This year our efforts have paid off and despite there being more mentoring organizations than there were in 2011 (175 in 2011 and 180 in 2012), this year in Debian we got 81 submissions versus 43 submissions in 2011.

April 29th, 2012 by cj2003

XBMC Eden on Debian Wheezy

I bought some HTPC a few years ago to run XBMC, a neat media center solution. At the time, to avoid any problems, I installed it on top of a minimal Ubuntu Lucid installation with the official packages from the team XBMC. Recently, XBMC Eden has been released and XBMC has landed into Debian unstable. [...]

April 27th, 2012 by cj2003

Deploy your own “cloud” with Debian “Wheezy”

The Debian Project produces an entirely Free operating system that empowers its users to be in control of the software running their computers. These days, more and more computing is being moved away from user computers to the so-called “cloud” – a vague term often used to refer to Software as a Service (SaaS) [1] [...]

April 26th, 2012 by cj2003

Install ZFS on Debian GNU/Linux

First, the Lawrence Livermore National Laboratory has been working on porting the native Solaris ZFS source to the Linux kernel as a kernel module. So long as the project remains under contract by the Department of Defense in the United States, I’m confident there will be continuous updates.

April 26th, 2012 by cj2003

Five Best Linux Distributions

Whether you’re a beginner or you’ve been using Linux systems for years, you probably have an opinion on what the best distribution is. “Best,” is obviously a relative term, and we understand that what’s best for beginners may not be best for advanced users, and so on.

April 26th, 2012 by cj2003

Maintaining Remote Web Sites With sitecopy (Debian Squeeze/Ubuntu 11.10)

sitecopy is a tool for copying locally stored web sites to a remote web server (using FTP or WebDAV). It helps you to keep the remote site synchronized with your local copy by uploading modified local files and deleting remote files that have been deleted on the local computer. This tutorial shows how you can [...]

April 26th, 2012 by cj2003

Tutorial: setting up Gitlab on Debian 6

This tutorial teaches you how to setup Gitlab on Debian 6, Ruby 1.9.3, Phusion Passenger and Nginx. It assumes that Gitlab and the git repositories are hosted on the same machine.

April 22nd, 2012 by cj2003

Using mod_spdy With Apache2 On Debian Squeeze

SPDY (pronounced “SPeeDY”) is a new networking protocol whose goal is to speed up the web. It is Google’s alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like [...]

April 21st, 2012 by cj2003

Remotely Unlock Fully Encrypted Debian Squeeze

In the past I have written several howtos for remotely unlocking fully encrypted Debian installations. With the advent of Debian Squeeze, the developers have integrated a simple way to do so. Most stuff is provided directly by Debian itself – meaning you don’t need 3rd party scripts anymore. However it still involves a few steps [...]

April 21st, 2012 by cj2003

People behind Debian: Samuel Thibault, working on accessibility and the Hurd

Samuel Thibault is a French guy like me, but it took years until we met. He tends to keep a low profile, even though he’s doing lots of good work that deserves to be mentioned. He focuses on improving Debian’s accessibility and contributes to the Hurd.

April 20th, 2012 by cj2003

Czech municipality uses open source for nearly everything

In the Czech municipality of Grygov open source is used almost everywhere. It covers most of the applications used by the administration, offers public Internet access across the entire village and it is the basis for an SMS gateway linking the regional fire department with the volunteers in the village. The software even keeps parents [...]

April 20th, 2012 by cj2003

Debian Project News – April 16th, 2012

Welcome to this year’s eight issue of DPN, the newsletter for the Debian community. Topics covered in this issue include…:

April 20th, 2012 by cj2003

Configuring DNSSEC On BIND9 (9.7.3) On Debian Squeeze/Ubuntu 11.10

This guide explains how you can configure DNSSEC on BIND9 (version 9.7.3 that comes with Debian Squeeze/Ubuntu 11.10) on Debian Squeeze and Ubuntu 11.10. It covers how to enable DNSSEC on authoritative nameservers (master and slave) and on resolving nameservers, creation of keys and much more..

April 20th, 2012 by cj2003

Zacchiroli re-elected Debian leader

This is the first time the project has had a leader for so long, apart from the time when its founder Ian Murdock was in charge from August 1993 till March 1996,

April 20th, 2012 by cj2003

(deferred) bits from the DPL: March 2012

Dear project members, here is my monthly DPL activity report, this time for last March. It is delayed by a couple of weeks because, myself being both incumbent and candidate DPL, I preferred not to use d-d-a during the voting period unless really needed. Apologies for the delay (or the unneeded paranoia, you name it).

April 20th, 2012 by cj2003

How to setup Postgresql 9.1 Streaming Replication Debian Squeeze

This is a short HOWTO on setting up a backported Postgresql 9.1 database with streaming replication on Debian Squeeze.

April 20th, 2012 by cj2003


Debian-News is not related to the Debian Project.
All logos and trademarks on this site are property of their respective owners.