Sponsored Content
Operating Systems Linux Debian Debian Testing (Is it Stable) Post 302768803 by bakunin on Saturday 9th of February 2013 05:54:50 PM
Old 02-09-2013
Debian is probably the distribution with the most conservative attitude of all when it comes to version acceptance. Use a "Debian Stable" if you want something which will still be running in the next ice-age. "Debian Testing" and "Debian Unstable" are by no means insecure or crash-prone, just not that rigorously tested as "Stable".

For your laptop the advatages of having newer software, which is probably farther developed by far outweighs the disadvantage of having statistically one crash more every 20 years. As long as you don't control atomic power plants or similarily sensitive things with this system you probably will come to like it. I have a "Debian Unstable" somewhere on my notebook and never had any problems with it, I mainly use Fedora Core, but that is more because of personal taste than because of any shortcoming of Debian.

I hope this helps.

bakunin
 

3 More Discussions You Might Find Interesting

1. Debian

Quickcam In Debian/testing

I have a Logitech Quickcam for Notebook and I am trying to install it. When I do the "make" command I get this error: user@host: /usr/src/modules/gspca$ make make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/modules/gspca CC=cc modules make: *** /lib/modules/2.6.24-1-686/build: No such... (1 Reply)
Discussion started by: Texasone
1 Replies

2. Debian

Debian Stable + KDE

Hello, Unix - Forums. How can I set the DE to KDE on a fresh, netinst image of Debian Stable? By default, it installs GNOME. Is there a way to change that? (1 Reply)
Discussion started by: intelinside
1 Replies

3. Debian

Need to upgrade Debian 7.8 to Debian 8.5 (Not 8.5)

Hello, I need to upgrade my Debian system 7.8 to 8.5 but by default via apt-get It moves to 8.6 version(latest stable version). I'm new to Debian so didn't figure out the solution. I've checked few suggestions over internet like editing apt source list file using snapshot archive. Please... (2 Replies)
Discussion started by: Mannu2525
2 Replies
Debian::Copyright::Stanza(3pm)				User Contributed Perl Documentation			    Debian::Copyright::Stanza(3pm)

NAME
Debian::Copyright::Stanza - single stanza of Debian copyright file VERSION
This document describes Debian::Copyright::Stanza version 0.1 . SYNOPSIS
package Header; use base 'Debian::Copyright::Stanza'; use constant fields => qw( Format_Specification Name Source Maintainer X_Comment ); 1; DESCRIPTION
Debian::Copyright::Stanza is the base class for Debian::Copyright::Stanza::Header, Debian::Copyright::Stanza::Files and Debian::Copyright::Stanza::License classes. FIELDS
Stanza fields are to be defined in the class method fields. Typically this can be done like: use constant fields => qw( Foo Bar Baz ); Fields that are to contain dependency lists (as per "is_dependency_list" method below) are automatically converted to instances of the Debian::Dependencies class. CONSTRUCTOR
new( { field => value, ... } ) Creates a new Debian::Copyright::Stanza object and optionally initialises it with the supplied data. The object is hashref based and tied to Tie::IxHash. You may use dashes for initial field names, but these will be converted to underscores: my $s = Debian::Copyright::Stanza::Header( {Name => "Blah"} ); print $s->Name; METHODS
is_or_separated($field) Returns true if the given field is to contain a 'or'-separated list of values. This is used in stringification, when considering where to wrap long lines. get($field) Overrides the default get method from Class::Accessor with Tie::IxHash's FETCH. set( $field, $value ) Overrides the default set method from Class::Accessor with Tie::IxHash's STORE. as_string([$width]) Returns a string representation of the object. Ready to be printed into a real debian/copyright file. Used as a stringification operator. COPYRIGHT &; LICENSE Copyright (C) 2011 Nicholas Bamber <nicholas@periapt.co.uk> This module is substantially based upon Debian::Control::Stanza. Copyright (C) 2009 Damyan Ivanov dmn@debian.org [Portions] This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-08-27 Debian::Copyright::Stanza(3pm)
All times are GMT -4. The time now is 11:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy