Xvnc terminal server
- Read more about Xvnc terminal server
- Log in to post comments
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
UPS daemon
- Read more about UPS daemon
- Log in to post comments
Internal cameras
- Read more about Internal cameras
- Log in to post comments
Errors after installing new modules
- Read more about Errors after installing new modules
- Log in to post comments
* 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
- Read more about zoneminder CentOS install notes
- Log in to post comments
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
- Read more about 2009 Vegetable garden
- Log in to post comments
We planted a vegetable garden on March 21, 2009
Looking at the garden from the west side, starting at the left (north):
Row 1
Row 2, 3
Row 4
Installing zoneminder on Fedora 10
- Read more about Installing zoneminder on Fedora 10
- Log in to post comments
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
- Read more about Mozilla Thunderbird add-ons
- Log in to post comments
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
Yearly weather synopsis
- Read more about Yearly weather synopsis
- Log in to post comments
See the current conditions, or view the weather synopsis for the past 24 hours or 28 days.
Monthly weather synopsis
- Read more about Monthly weather synopsis
- Log in to post comments
See the current conditions, or the weather synopsis for the last 24 hours or 365 days.