More RSS Injection Testing
I am playing around with my RSS feeds and see what items that can be added to them.
Tagged TestingI am playing around with my RSS feeds and see what items that can be added to them.
Tagged TestingThis is a test of rss injection, for another project.
To add a line break in an excel cell:
Windows:
Alt + Enter
Mac:
Control + Option + Return
I have been slack about keeping my BSD server up to date. I have a replacement box ready to install FreeBSD 7, but I noticed that 7.1 is about ready to move to RELEASE and 8 should be out shortly. Until the I decide which way I want to move, I have decided to update to the latest version of 6.x.
# uname -a
FreeBSD xxx.xxx.org 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #0: Wed Feb 13 06:44:57 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
*default host=cvsup.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs
*default delete use-rel-suffix compress
src-all tag=RELENG_6_4
ports-all tag=RELENG_6_4
doc-all tag=RELENG_6_4
cd /usr/src && make cleanworld
cvsup -L 2 ./cvsupfile
# cd /usr/src
# make buildworld
# make buildkernel
# make installkernel
# nextboot -o "-s" -k kernel
# reboot
# fsck -p
# mount -u /
# mount -a -t ufs
# swapon -a
# cd /usr/src
# mergemaster -p
# make installworld
# mergemaster –Ui
# reboot
# uname -a
# FreeBSD leon.agitators.org 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sat Jan 3 15:31:37 EST 2009 root@xxx.xxx.org:/usr/obj/usr/src/sys/GENERIC i386
Open Disk Utility and use the New Image from Folder menu item to create an image. Use uncompressed and use the CD/DVD master option.
Use hdiutil to convert cdr to iso
cd ~/Desktop
hdiutil makehybrid -iso -joliet -o Master.iso Master.cdr
This will create an ISO/Joliet .iso file.
Ah good old FreeBSD sometimes you forget that you actually have to patch it. While I am fairly good about keeping my release current, this is one of the few times that I have had to update because of an exploit that concerned me enough that I patched because of it. FreeBSD-SA-07:09.random.asc
Seeing this I also noticed my documentation on updating was out of date, especially in light of a few FreeBSD ports that now make it easier. This is the quick and dirty way of updating a 6.2 FreeBSD System
Dependencies: portmanager, portsnap, pkg_version
# freebsd-update fetch
# freebsd-update install
# uname -a
# shutdown -r now
# uname -a
# portsnap fetch
If you are running Portsnap for the first time, extract the snapshot into /usr/ports:
# portsnap extract
If you already have a populated /usr/ports and you are just updating, run the following command instead:
# portsnap update
# pkg_version -vIL=
# portmanager -u