1. A Note on Installing FreeBSD on KVM + DHCP

    If you install FreeBSD on KVM, you encounter a problem where you are able to install it over the network, but not be able to get it to obtain an IP address after the initial reboot.

    The solution is to add the following in /etc/rc.conf:

    synchronous_dhclient=“YES”

    And …

    read more
  2. Linux: CentOS CR for CentOS 6.0

    reallinux:

    CentOS has been criticized heavily earlier this year, mainly because of the big delay their distribution normally has (compared to the original RHEL releases).
    One of the problems that comes with this delay is that security fixes that RedHat writes for their latest release are unavailable for…

    Linux: CentOS …

    read more
  3. bash: Field Separator Variable

    sys-log:

    By default when using a for loop in bash the field separator is set to a space.

    Example:

    [bcane@bcane \~]\$ for x in list:like:this; do echo \$x; done
    list:like:this

    One of the cool things about bash is that you can change this by setting a …

    read more

« Page 4 / 4