Howto Boot debian in text mode instead of graphical mode (GUI)

August 29th, 2007


View original post


This is very useful tip for all debian users

You can prevent automatic running of the GUI when you boot your debian machine by disabling your login manager be it KDM, GDM or XDM from running at boot time. To disable the login manager from automatically running at boot up, run the following command as root

#update-rc.d -f gdm remove

Replace gdm with kdm or xdm if they are what you use.

To start X manually, you would then have to login at the command prompt and enter the command startx.

To reset your login manager so that it runs at boot up, do

#update-rc.d -f gdm defaults

Tags: , , , ,

View source post

Ubuntu Next Version is 8.04 with code name Hardy Heron

August 29th, 2007


View original post


Announcing the Hardy Heron (Ubuntu 8.04), the next version of Ubuntu that will succeed Gutsy Gibbon (Ubuntu 7.10, due for release in October 2007). Not only will the Ubuntu community continue to do what it does best, produce an easy-to-use, reliable, free software platform, but this release will proudly wear the badge of Long Term Support (LTS) and be supported with security updates for five years on the server and three years on the desktop. We look forward to releasing the Hardy Heron in April 2008.

With the opening of each new release cycle of Ubuntu, we have more and more opportunity at our fingertips. Not only are our friends in the upstream world constantly innovating and extending their applications and software, but the Ubuntu community continues to see incredible growth in its diverse range of areas such as packaging, development, documentation, quality assurance, translations, LoCo teams and more. Each new release gives us all an opportunity to shine, irrespective of which bricks in the project we are laying, and this is at the heart of our belief - working together to produce an Operating System that will empower its users and shape the IT industry, putting free software at the corner-stone of our direction.

Most people only ever see the end-user view of Ubuntu, running it on their desktops, servers and mobile devices around the world. For these users, Ubuntu provides a simple, convenient means to do what they want to do easily, effectively and without unnecessary complexity. For many of us though, we want to open up the hood and understand how the system works and how to extend and grow it. Thousands of us get out of bed every day, united behind Ubuntu, ready to make a difference, working together to make our vision happen.

Read more here

Tags: , , , , , ,

View source post

Booting On PXE And On A Customized Debian System

August 29th, 2007


View original post


Booting On PXE And On A Customized Debian System

This document describes how to boot
on a Debian system with a PXE boot. It is not recommended to use
this tutorial for many PXE clients, but you can use it for network
deployement, for example.

Read more…

View source post

Mount and Unmount ISO,MDF,NRG Images Using AcetoneISO (GUI Tool)

August 29th, 2007


View original post


AcetoneISO is CD/DVD image manipulator for Linux.Using this tool it is very easy to Mount and Unmount ISO,MDF,NRG Images

AcetoneISO Features

  • Mount and Unmount ISO, MDF, NRG (if iso-9660 standard)
  • Convert / Extract / Browse to ISO : *.bin *.mdf *.nrg *.img *.daa *.cdi *.xbx *.b5i *.bwi *.pdi
  • Play a DVD Movie ISO with most used media players
  • Generate an ISO from a Folder or CD/DVD
  • Generate MD5 file of an image
  • Encrypt an image
  • Split image in X megabyte
  • Compress with High Ratio an image
  • Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
  • Service-Menu support for Konqueror
  • Restore a lost CUE file of *.bin *.img

Preparing Your System

You need to install kommander ( it consists of an editor and a program executor that produce dialogs that you can execute), which is required by AcetoneISO. You also need p7zip (a file archiver with highest compression ratio) to compress and extract ISO images.

sudo apt-get install kommander p7zip

Install AcetoneISO in Ubuntu

First you need to download latest AcetoneISO .deb package from here

wget http://belnet.dl.sourceforge.net/sourceforge/acetoneiso2/AcetoneISO2_1.0.2-all.deb

Now you should be having AcetoneISO2_1.0.2-all.deb file you need to install this file using the follwoing command

sudo dpkg -i AcetoneISO2_1.0.2-all.deb

This will complete the installation

Now you need to go to Application > Accessories > AcetoneISO

Once it opens you should see similar to the following screen

Tags: , , , , , , , , , , , , , , , , , ,

View source post