On the Debian system download the bind9 package with: sudo apt-get install bind9 dnsutils Next, follow what’s in this script (or type them in one at a time): chroot-bind.sh #!/bin/bash #—————— Variables——————- # ME=`/usr/bin/whoami` DIRECTORY=/etc/bind #————————————————# # Some Error Checking # if [ $UID -ne 0 ]; then echo “Sorry but you must be root…
Category: Linux
Create Visual Diagrams showing associations of client to HMC/VIOS
Most of us can keep wiki pages etc up-to-date, however, typically when a manager or someone wants a layout of the VIOS or HMC (and it’s associated LPARs) the website is NOT fully up to date. I found an article about graphviz recently (can’t remember where) and how it can help in this endeavour. Once…
Acer revo 3610 with ArchLinux and xbmc
First step is to ensure your pacman configuration is good. So view your /etc/pacman.conf. Then do the following: pacman -Syy # (Forces a reload of the package repositories) pacman -Syu # (Update the installed packages) groupadd xbmc useradd -m -d /home/xbmc -g xbmc -G audio,video xbmc passwd xbmc New Password: xxxxx pacman -S xbmc #…