We are still actively working on the spam issue.

Difference between revisions of "Debian"

From InstallGentoo Wiki
Jump to: navigation, search
m (Why use Debian?: made it make more sense)
(grammar and clarity)
Line 20: Line 20:
 
*Unstable is the most up-to-date, but may contain bugs because it's ''unstable''.
 
*Unstable is the most up-to-date, but may contain bugs because it's ''unstable''.
 
===Which desktop/kind?===
 
===Which desktop/kind?===
The default Debian installation .iso will install the GNOME 3, but you can also install it with KDE, XFCE, or LXDE instead, see [[GNU/Linux Ricing#Desktop Environments]]
+
The default Debian installation .iso will install the GNOME 3, but you can also install it with KDE, XFCE, LXDE, or even without any kind of graphical environment, see [[GNU/Linux Ricing#Desktop Environments]].
 
====Network Installation====
 
====Network Installation====
 
Network installation, or ''netinst'', is the minimal installer. The .iso contains only the software to boot and download more software. This is what you would want if you are installing Debian on a server, or want to build up your environment from scratch.
 
Network installation, or ''netinst'', is the minimal installer. The .iso contains only the software to boot and download more software. This is what you would want if you are installing Debian on a server, or want to build up your environment from scratch.
Line 27: Line 27:
 
After downloading your preferred installation media, burn the .iso to a CD or DVD. Then, throw away the CD/DVD and make a bootable USB using UNetBootin. <br />
 
After downloading your preferred installation media, burn the .iso to a CD or DVD. Then, throw away the CD/DVD and make a bootable USB using UNetBootin. <br />
 
<br />
 
<br />
Jam your USB flash device into a compatible hole on your machine and during boot, press whichever button allows you to select boot device. It is usually F10 or F12, but may be F2, or any other function key. <br />
+
Jam your USB flash device into a compatible hole on your machine and during boot, press whichever button allows you to select boot device. It is usually F10 or F12, but may be F2, or the Delete key. If you can't figure it out for yourself, perhaps [[Gentoo]] will fit you better. <br />
 
<br />
 
<br />
 
Your machine should now be booting your Debian installation media, and now you just have to push the right buttons when you need to. <br />
 
Your machine should now be booting your Debian installation media, and now you just have to push the right buttons when you need to. <br />
Line 53: Line 53:
  
 
<pre>apt-get dist-upgrade</pre>
 
<pre>apt-get dist-upgrade</pre>
 
 
[[Category:GNU/Linux]]
 
[[Category:GNU/Linux]]

Revision as of 19:53, 16 February 2014

Debian GNU+Linux
Plebian GNU/Linux

Debian is a GNU+Linux distribution. Debian is notable for being one of the earliest distributions, and one of the most influential. Debian comes with no proprietary software by default, nor is there any in the default Aptitude repositories, but the FSF damns Debian as they host non-free software on the same server.

Why use Debian?

  • Can be as bare as desired; often used on servers.
  • Stable is renowned for being stable.
  • Easy to customize/rice.
  • Excellent selection of software.
  • Minimal, visually appealing logo.
  • The Debian Project often does neat things, like Debian/kFreeBSD and Debian/Hurd.

Getting Debian

The average Debian .iso installation files can be found at https://www.debian.org/distrib/, and live CDs can be found at http://live.debian.net/

Which version?

Debian comes in three flavors: Stable, Testing, and Unstable.

  • Stable is most often used in servers, and by users who do not like updating often and don't mind more out-dated software.
  • Testing is more up-to-date than Stable, and is the most common for desktop usage.
  • Unstable is the most up-to-date, but may contain bugs because it's unstable.

Which desktop/kind?

The default Debian installation .iso will install the GNOME 3, but you can also install it with KDE, XFCE, LXDE, or even without any kind of graphical environment, see GNU/Linux Ricing#Desktop Environments.

Network Installation

Network installation, or netinst, is the minimal installer. The .iso contains only the software to boot and download more software. This is what you would want if you are installing Debian on a server, or want to build up your environment from scratch.

Installing Debian

After downloading your preferred installation media, burn the .iso to a CD or DVD. Then, throw away the CD/DVD and make a bootable USB using UNetBootin.

Jam your USB flash device into a compatible hole on your machine and during boot, press whichever button allows you to select boot device. It is usually F10 or F12, but may be F2, or the Delete key. If you can't figure it out for yourself, perhaps Gentoo will fit you better.

Your machine should now be booting your Debian installation media, and now you just have to push the right buttons when you need to.
If something goes wrong, you may:

  • Have corrupt install media.
  • Have a broken device.
  • Be a victim of flu vaccinations.
  • Have already installed Gentoo.

Changing APT Repositories

At some point you might want to upgrade to testing or install non freedom drivers and firmware.

You may do so by modifying sources.list with your favorite text editor.


sudo nano /etc/apt/sources.list
deb http://site.example.com/debian testing main non-free contrib
deb-src http://site.example.com/debian testing main non-free contrib
apt-get update

If you changed distributions from stable to testing or unstable

apt-get dist-upgrade