welovelinux:

Ubuntu Pictograms
(via spreadubuntu)

welovelinux:

Ubuntu Pictograms

(via spreadubuntu)

Gimp 2.7.3 pre-release with single window mode

Gimp 2.7.3 pre-release with single window mode

justsomegeek:

Version 2.7.3 of the popular app finally sees a working – although not entirely finished – implementation of the much-lauded ‘Single Window Mode‘. Testers should note that Single Window mode is not default and needs to be enabled through the Windows > Single Window Mode menu.

The ppa can be added to ubuntu and ubuntu based systems

# sudo apt-add-repository ppa:matthaeus123/mrw-gimp-svn

Read the

(via justsomegeek-deactivated2011110)

Checkout the new Ubuntu fonts.
Kudos to Ubuntu for making a cool font out of the box. I still think that fonts are prettier in Mac and Windows compared to Linux. With this done I hope to see more Linux distros embracing newbies with good interfaces.

Checkout the new Ubuntu fonts.

Kudos to Ubuntu for making a cool font out of the box. I still think that fonts are prettier in Mac and Windows compared to Linux. With this done I hope to see more Linux distros embracing newbies with good interfaces.

Getting dirty with diskless Ubuntu

Last week my local LUG - Sabah Open Source Group (Kota Kinabalu Linux User Group), with Sabahan.net managed to get our hands dirty setting up diskless Ubuntu pcs in one of Intan Sabah Campus lab.

This lab was going to be used for an Open Source event organized by OSCC Mampu. The participants will be government officials especially in IT from Sabah & Sarawak.

The previous week we installed Ubuntu 10.04 on Virtualbox with Windows 7 as host. Not really impressed by the limitation of this setup and concerned about recovering Intan’s Windows operating systems after the event if we proceed with normal Ubuntu installation, we decided to go with a diskless Ubuntu approach.

So what is a diskless booting? In a diskless setup, one server will host the kernel/filesystem required by other computers. The other computers (called clients) can connect to the server and boot from there without needing its own hard drives.

Why go diskless? Currently Intan Sabah dual boots between Windows Vista & Windows 7. A one day event like this will cause a lot of work to format/reformat these computers. With diskless setup we can preserve their current hard discs. Another reason is because this is the first time for us all doing diskless installation and we wanted the challenge anyway.

At first we followed the DisklessUbuntuHowto wiki but its a little bit outdated so here’s how we did it.

  1. We used 2 servers and 1 client pc. Server 1 is running dhcp (any distro). Server 2 is running tftpd & nfs (Ubuntu Lucid). Client pc is running a stock + updated Ubuntu Lucid to copy into Server 2.
  2. Install the required packages in Server 2. (follow wiki)
  3. In Server 1, edit your dhcpd.conf to accept /tftpboot/pxelinux.0 as a boot file. Follow the wiki. The filename should be absolute path. This part is where we had trouble. 
    filename “/tftpboot/pxelinux.0”; 
  4. Follow the steps in the wiki article above.

Then just make sure to enable pxe boot in all your client pc bios. If your network is on dhcp it will automatically connect to Server 2 and run Ubuntu from there.