Amber ale in time for Octoberfest, but I could not wait.
Plums allllll over the ground
We have plums all over the ground. Today I got some on my hand by accident and thought I was bleeding.
Plants are growing.
I am proud of our progress so far with our plants. None have died yet!
One of my green bell peppers
A green bell pepper is filling out really nice! Can't wait to pick it.
My craftsman tool chest
I bought this chest yesterday from a garage sale in Novato. After applying some tweeks, the shelves are functional!! I like to org
Kenmore air conditioner
The failed window air conditioner is back in my car waiting to be returned.
Poor avocado plant
Our avocado plant had to go because of it's toxic leaves that may harm our dog George.
Longest zip line!
The longest zip line is in Alaska!!!
The dog
George getting his sunlight.
Warmed kalamatta olives with fennel seeds are very good with sliced bread topped with garlic and parsley butter.
- http://www.supportdetails.com/
- http://www.bounceapp.com/
- http://zootool.com/
- http://pencil.evolus.vn/en-US/Home.aspx
- http://visualwebsiteoptimizer.com/
- http://instantblueprint.com/
- http://pixelnovel.com/timeline/
- http://0to255.com/
- http://ideone.com/
- http://lamb.cc/typograph/
- http://www.mailchimp.com/labs/inlinecss.php
- http://htmlpurifier.org/
When keeping your server up to date, having an email being sent to you with notification of updates needing to be applied, the yum-updatesd.conf file is the answer. Here is a sample of what I put into the file:
[main]
# how often to check for new updates (in seconds)
run_interval = 3600
# how often to allow checking on request (in seconds)
updaterefresh = 600
# how to send notifications (valid: dbus, email, syslog)
emit_via = dbus,email
# email to
email_to = myemailaddress@frbsf.org
# email_from
email_from = www1@frbsf.org
# server
smtp_server = server.domain.com
# should we listen via dbus to give out update information/check for
# new updates
dbus_listener = yes
# automatically install updates
do_update = no
# automatically download updates
do_download = yes
# automatically download deps of updates
do_download_deps = yes