User:Mbooth

From FedoraProject

(Redirected from MatBooth)
Jump to: navigation, search

Contents

Mat Booth

Mat Booth is a software engineer who works commercial SCADA systems by day and hacks on Fedora and other Open Source software by night.

Email: fedora(at)matbooth.co.uk

Website: www.matbooth.co.uk

Activities Within Fedora

Package Maintenance

A comprehensive list of the packages I maintain in Fedora can be seen in the Package Database. What follows is a brief test plan for some of the packages I maintain.

Random Notes

New Installation Checklist

 sudo yum install -y gnome-tweak-tool
 su -c 'echo "ic:/raid        /mnt/raid       nfs noauto,comment=systemd.automount    0 0" >> /etc/fstab'
 if [ -n "$BASH_VERSION" -o -n "$KSH_VERSION" -o -n "$ZSH_VERSION" ]; then
 #  [ -x //usr/bin/id ] || return
 #  [ `//usr/bin/id -u` -le 100 ] && return
   # for bash and zsh, only if no alias is already set
   alias vi >/dev/null 2>&1 || alias vi=vim
 fi