Articles in the Linux category

  1. Why Debian/Ubuntu Linux Is to Be Preferred

    Mon 16 February 2009

    There are many Linux distributions around. However, I always come back to just one: Debian. The reason why so many people use Debian is the same reason I like it so much: software management.  With good old apt-get or the new aptitude, software is installed within minutes. Due to the vast amount of software available even the most obscure software can be installed without resorting to manually downloading and compiling.

    But the most important aspect of Debian is it's mantra of stability. It is build for servers. For people who don't want to take risks and prefer stability and security above anything else. This is also the main gripe most people have about Debian: it is often not very up-to-date regarding drivers or the latest software versions.  If that is a problem, there is still the possibility to run the testing branch of Debian, exchanging the risk on things getting broken or unstable for the availability of newer software.

    As a part-time system administrator, one of the most ideal components of Debian is its installer. Especially the "preseeding" bit. Preseeding is for Debian what Kickstart is for Red Hat and Jump start is for Sun Solaris. It allows a full unattended installation of Debian Linux on any hardware without ever touching your keyboard. This isn't new, but it is much more user friendly as opposed to, for example, kick start. 

    Debian Preseeding is very well documented and can easily be extended to run your own scripts after installation for some post-configuration.

    I currently use it to install hosts by booting them with an USB stick and using a network install. Not only are network installs often the fastest solution, assuming that a local Debian mirror is available, the system is also direct up-to-date. 

    Abount preseeding:

    [http://d-i.alioth.debian.org/manual/en.i386/apb.html

    ]1

    [http://wiki.debian.org/DebianInstaller/Preseed

    ]2

    About setting up a local Debian mirror (requires about 50 GB of storage space on a web server) 

    http://www.howtoforge.com/local_debian_ubuntu_mirror

    Tagged as : Uncategorized
  2. Why I Still Won't Switch to Linux and Keep My Mac

    Sun 01 February 2009

    The current state of Linux is amazing. If we take a look at, for example, Ubuntu Linux, we have to admit that the Linux desktop is really becoming a nice, user-friendly environment. I'm truly starting to like what I see. I considered whiping Mac OS X from my macbook, but there are some reasons why I won't. 

    • I like to mess around in Adobe Photoshop now and then. There is no serious Linux alternative.

    • I've got an iPhone, so now i'm 'stuck' with iTunes. I really like my iPhone btw.

    • I really like iPhoto, it is very easy to use and archive my photo's.

    • My entire music collection is in iTunes -> especially the song ratings are important.

    Maybe those reasons can be overcome. But for day-to-day usage, I still prefer Mac OS X above Linux. Especially software like iPhoto makes life so much easier. The hardware comes at a premium but I think it is worth it.

    Tagged as : Uncategorized
  3. Unattended Automatic Installation of Linux Nvidia Binary Driver

    Tue 13 January 2009

    As part of an unattended installation, it was necessary to install a binary nvidia graphics driver. This is a manual proces by default. However, it can be done fully automatic:

    prerequisite: install xserver-xorg-dev package or similar xorg development package.

    sh NVIDIA-.run -q -a -n -X -s

    That's all there is to it. The -q option means quiet, the -a option means accept licence, the -n action suppresses questions, the -X option updates the xorg.conf file and the -s option disables the ncurses interface.

    Tagged as : Uncategorized

Page 4 / 5