Xvnc terminal server

Install vnc server and xinetd

yum -y install vnc-server xinetd

Configure xinetd:

chkconfig xinetd on

Create /etc/xinetd.d/xvncserver

service vnc-640x480x8
{
  protocol = tcp
  socket_type = stream
  wait = no
  user = nobody
  server = /usr/bin/Xvnc
  server_args = -inetd -query localhost -once -geometry 640x480 -depth 8 -SecurityTypes none
}

service vnc-800x600x8
{
  protocol = tcp
  socket_type = stream
  wait = no
  user = nobody
  server = /usr/bin/Xvnc

Errors after installing new modules

* user warning: Table 'aggregator_category' already exists query: CREATE TABLE aggregator_category ( cid int NOT NULL auto_increment, title varchar(255) NOT NULL default '', description longtext NOT NULL, block tinyint NOT NULL default '0', PRIMARY KEY (cid), UNIQUE KEY title (title) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/html/includes/database.mysql.inc on line 172.

zoneminder CentOS install notes

Stuff I did after installing CentOS to get zoneminder running

yum install kmod-xfs # For my /opt filesystem
yum install gcc gcc-c++ # Compilers
yum install mysql ffmpeg gnutls-utils phpmyadmin
yum install ffmpeg-devel mysql-devel libjpeg-devel openssl-devel gnutls-devel
# PERL modules
yum install perl-Date-Manip
yum -y install perl-LWP-UserAgent-Determined
yum -y install perl-PHP-Serialization

./configure --with-webdir=/var/www/html --with-cgidir=/var/www/cgi-bin ZM_DB_PASS=zmnewpass
make
make install

2009 Vegetable garden

We planted a vegetable garden on March 21, 2009

Looking at the garden from the west side, starting at the left (north):
Row 1

Better Boy tomato
maturity: 70-75 days, expected May 30 - June 5
Red Beefsteak tomato
maturity: 90 days, expected June 20
Sweet 100 tomato
2 plants, maturity: 65 days, expected May 25

Row 2, 3

Sugar Dots sweet corn
2 rows, 80 days to harvest, expected June 10

Row 4

Installing zoneminder on Fedora 10

Install Fedora 10 (I used the Mauriat Miranda's Guide):
You may need to put /var on a separate file system. I ran out of inodes when my SQL database and event filters filled the file system of inodes before running out of space. I chose to create an xfs filesystem for /var (we'll see if that holds)
Zoneminder needs mySQL and Apache, so install them if you didn't during the F10 install; I also like phpMyAdmin:
yum -y install mysql-server httpd phpMyAdmin

Mozilla Thunderbird add-ons

Addressbooks Synchronizer 0.9.0
Contacts Sidebar 0.7.1
DictionarySearch 3.0.0
Duplicate Contact Manager 0.6
filtersimportexport 1.3.6.2
FoxClocks 2.5.11
Get all mails 1.0.9
Mail Redirect .07.4
NestedQuote Remover 0.8.1
Quote Colors 0.2.8
Remove Duplicate Messages 0.1.06
SmartSave Thunderbird Extension 0.1.5.2
Thunderbird Message Filter Import/Export 1.3.6.7