Archive

7th August2004

When: 10:30 – 17:00, Saturday 7th August 2004

Where: SeminarRoom1, Building 59 (Zepler), Department of Electronics & Computer Science, Southampton University.

Who was there

10th January2004

When: 13:30 – 20:30ish, Saturday 10th January 2004

Where: Isambard Kingdom Brunel Portsmouth here.

Who was there:

What happened:

  • Beverages were consumed.
  • Conversations were had.
  • Later, when the kitchen started working again, many ordered meals.

Multiple Networks

If you are DHCP configuring your interface(s) but won’t always be attached to a network with a DHCP server, then you can tweak the settings to reduce DHCP boot up delays signifcantly.

By default DHCP will wait 60 seconds before timing out when trying to get a DHCP lease. If you boot while the ethernet interface it is not connected and the interface is set to be DHCP configured, it will delay the time it takes to boot up. Open /etc/dhcp3/dhclient.conf in your favourite editor and find the settings below. Then change them as shown.

timeout 5; [continued...]

GN Uand Linux

Linux is a Unix-like kernel, released under the GNU Public License. A kernel is nothing without the tools to use it with.

The GNU organisation has produced most of the system tools used on Linux systems, and some high quality applications too, like The GIMP.

The basic argument is that without GNU, Linux would be nothing. The availability of the GNU tools enabled the Linux platform to become a viable operating system, and to acknowledge this partnership between Linux and GNU, the title GNU/Linux is usually used.

: In practise, everyone just says “Linux” in conversational [continued…]

Boot CD

Booting from CDs via grub

This is a way of getting a grub menu entry which will boot a CD on a PC which can’t boot from CD’s through the BIOS.

What you do is set the kernel to memdisk (which comes with the syslinux package) and set the initrd to the Smart Boot Manager (SBM) master boot record copied from a SBM floppy. The steps are:

  • Install syslinux, copy memdisk to /boot and then remove syslinux:
  • aptitude install syslinux cp /usr/lib/syslinux/memdisk /boot aptitude purge syslinux
  • Download SBM from their website (http://btmgr.webframe.org) and [continued…]

  • Exim Virtual Domains

    Configuring exim for virtual domains

    This will configure exim (version 3.35, as in Debian stable) to accept mail for virtual domains.

    /etc/exim/exim.conf configuration

    Specify local domains

    Exim needs to know the local domains it handles. Edit the local_domains = line in /etc/exim/exim.conf so it looks like:

    local_domains = yourdomain.com:localhost:lsearch;/etc/exim/virtual/domains

    Where yourdomain.com is your main domain exim handles mail for (i.e. not a virtual domain).

    Also local_domains_include_host should be set to true as well as local_domains_include_host_literals

    Adding a transport

    Edit /etc/exim/exim.conf and add a transport. The following must go at the top of the [continued…]

    4th February2006

    When: 10:30 – 16:30, Saturday 4th February 2006

    Where: SeminarRoom1

    [[TechTalks]]

    You’ll find slides, video and other media from the talks on the TechTalks/4thFebruary2006 page.

    Who was there

    Network Diagnostics

    A reasonable “diagnostic path” for checking your network config is:

  • Check there’s a physical connection. Do you have a link light? Is the cable the correct configuration (xover/straight through)? Is it something that’s wrong at the other end (faulty switch/switch port etc.)?
  • ifconfig Do you have a stanza for each of lo and eth0 interfaces? If no – try bringing them up with “ifup lo” and “ifup eth0”. Check that both interfaces have an ip address assigned to them.

  • ping -c 5 127.0.0.1 Can you ping the local host on the local interface? [continued…]

  • 2nd December2006

    When: 10:30 – 16:30, Saturday 2nd December 2006

    Where: SeminarRoom1

    Gallery: http://www.hants.lug.org.uk/gallery/HantsLUG_12_2006

    [[TechTalks]]

    You’ll find slides, video and other media from the talks on the TechTalks/2ndDecember2006 page.

    Who Was There

    Locked Down Gnome

    Introduction

    Note: This document is barely begun: please don’t expect to read anything useful here yet…

    In fact it’s now New Year’s Eve 2005 and nothing has happened here for months. I haven’t entirely forgotten this project though…

    Another Note: The project of which this was part has now ceased to exist as of April 2005, so I no longer have the motivation to continue with this at the moment. I may well delete this page at some stage, unless anyone finds a use for it — if so, please add a comment to this page. [continued…]