The home of William Rendell

Technical

FROM THE BLOG

Latest posts

Technical notes, renewable energy projects, useful fixes and updates.

Technical

Mount a Windows share in Centos 6

mkdir /mnt/win yum install samba-client samba-common cifs-utils Edit the /etc/fstab file and add a line like: \\winbox\getme /mnt/win cifs user,uid=500,rw,suid,username=sushi,password=yummy 0 0

Read more
Computing

TCPDUMP to sniff headers

This tcpdump command will grab the first 1024 bytes (vs. smaller 68 or so) and line buffer the output for all packets using port…

Read more
Computing

ospp.vbs

Very handy for Office 2013 installs http://technet.microsoft.com/en-us/library/ee624350.aspx

Read more
Technical

Large BaditemLimit

When moving mailboxes from Exchange x to Exchange 2010 the bad item limit is set at max of 50, if you have a mailbox…

Read more