Lunesta nightmare

For the love of Christ, what a hell were they thinking... This is amazingly creepy..
And I'm not alone with the thought...
I dreamt that the creepy Lunesta Butterfly was violating my ear while I slept
The Creepy Lunesta Butterfly
Buenos Aires my ass... Buenos Aires might be in June, this place is a hell hole during summer.

I dreamt that the creepy Lunesta Butterfly was violating my ear while I slept
The Creepy Lunesta Butterfly
Slowly unwinding from work and getting ready to get the hell out of here, and, even tho the freaking heat is getting on my nerves, last night caught a nice movie on cable, Happy-Go-Lucky, it was the first "new" movie that I see complete in quite a while.
cp -R "/Volumes/Mighty Mouse/Mighty Mouse Installer.app/Contents/Resources/ui/Mighty Mouse.ape" \
~/Desktop/
cp -R "/Volumes/Mighty Mouse/Mighty Mouse Installer.app/Contents/Resources/ui/Mighty Mouse.prefPane" \
~/Desktop/
cd ~/Desktop/
cd "Mighty Mouse.ape/Contents"
cp Info.plist Info.plist.ORIG
<key>APELeopardCertified</key>
<true/>
<key>APESnowLeopardCertified</key>
<true/>
cp -R "Mighty Mouse.prefPane" ~/Library/PreferencePanes/
cp -R "Mighty Mouse.ape" ~/Library/Application Enhancers/
~/Library/Application Enhancers/.
Labels: Apple, Aqua interface, MBP 13, Mouse pointer shape, Scripts, Snow Leopard
It has been a while since I post something about books and the crap I'm reading in general.
Labels: Apple, MBP 13, Screen Shots, Snow Leopard
cp template.HOSTNAME.FQDN.cfg $HOSTNAME.cfg
emacs $HOSTNAME.cfg
sudo cp $HOSTNAME.cfg /etc/nagios/objects/
sudo emacs /etc/nagios/objects/commands.cfg
sudo emacs /etc/nagios/nagios.cfg
cfg_file=/etc/nagios/objects/localhost.cfg
cfg_file=/etc/nagios/objects/$HOSTNAME.cfg
sudo emacs /etc/httpd/conf.d/nagios.conf
sudo /usr/bin/nagios -v /etc/nagios/nagios.cfg
## -----------------------------------------------
## History
## -----------------------------------------------
## sudo /usr/bin/nagios -v /etc/nagios/nagios.cfg
define host{
name HOSTNAME-host
use generic-host
check_period 24x7
check_interval 5
retry_interval 1
max_check_attempts 10
check_command check-host-alive
notification_period 24x7
notification_interval 120
notification_options d,u,r
contact_groups HOSTNAME-contactgroup
register 0
}
define host{
use HOSTNAME-host
host_name HOSTNAME.FQDN
alias Description here
address ip.address.here
}
define contact{
contact_name HOSTNAME-contact
use generic-contact
alias Description here
email 1@email.com, 2@email.com, 3@email.com
}
define contactgroup{
contactgroup_name HOSTNAME-contactgroup
alias Description here
members HOSTNAME-contact
}
# SERVICE DEFINITIONS
define service{
name HOSTNAME-generic-service
active_checks_enabled 1
passive_checks_enabled 1
parallelize_check 1
obsess_over_service 1
check_freshness 0
notifications_enabled 1
event_handler_enabled 1
flap_detection_enabled 1
failure_prediction_enabled 1
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 2
contact_groups HOSTNAME-contactgroup
notification_options w,u,c,r
notification_interval 120
notification_period 24x7
register 0
}
define service{
name HOSTNAME-service
use HOSTNAME-generic-service
max_check_attempts 4
normal_check_interval 5
retry_check_interval 1
register 0
}
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Connectivity
check_command check_ping!100.0,20%!500.0,60%
}
# Define a service to check the disk space of the root partition
# on the local machine. Warning if < 20% free, critical if
# < 10% free space on partition.
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Partition /
check_command check_local_disk!20%!10%!/
}
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Partition /boot
check_command check_local_disk!20%!10%!/boot
}
# Define a service to check the number of currently logged in
# users on the local machine. Warning if > 20 users, critical
# if > 50 users.
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Current Users
check_command check_local_users!20!50
}
# Define a service to check the number of currently running procs
# on the local machine. Warning if > 250 processes, critical if
# > 400 users.
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Total Processes
check_command check_local_procs!250!400!RSZDT
}
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Current Load
check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
}
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Swap Usage
check_command check_local_swap!20!10
}
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Service SSH
check_command check_ssh
}
define service{
use HOSTNAME-service
host_name HOSTNAME.FQDN
service_description Service HTTP
check_command check_http
}
# EoF #
Labels: CentOS 5, Linux, Monitoring, Network monitoring, Scripts
IP calculator Widget
UNIX perms calculator Widget
Telephone
defaults write com.apple.dock no-glass -boolean YES; killall Dock
Labels: Apple, links, MBP 13, Programs, Snow Leopard
2010-12-01 14:33:33 status installed man-db 2.5.7-2ubuntu1
2010-12-01 14:33:40 status installed hicolor-icon-theme 0.11-1
2010-12-01 14:33:42 status installed python-gmenu 2.30.0-0ubuntu4
2010-12-01 14:33:42 status installed desktop-file-utils 0.16-0ubuntu2
2010-12-01 14:33:45 status installed python-support 1.0.4ubuntu1
2010-12-01 14:33:46 status installed grub-common 1.98-1ubuntu8
2010-12-01 14:34:01 status installed grub-pc 1.98-1ubuntu8
2010-12-01 14:35:43 status installed linux-image-2.6.32-26-generic 2.6.32-26.48
2010-12-01 14:35:45 status installed libpango1.0-common 1.28.0-0ubuntu2.1
2010-12-01 14:35:45 status installed libpango1.0-0 1.28.0-0ubuntu2.1
2010-12-01 14:36:16 status installed flashplugin-installer 10.1.102.65ubuntu0.10.04.1
2010-12-01 14:36:16 status installed flashplugin-nonfree 10.1.102.65ubuntu0.10.04.1
2010-12-01 14:36:16 status installed libpurple-bin 1:2.6.6-1ubuntu4.2
2010-12-01 14:36:16 status installed libpurple0 1:2.6.6-1ubuntu4.2
2010-12-01 14:36:16 status installed linux-image-generic 2.6.32.26.28
2010-12-01 14:36:16 status installed linux-generic 2.6.32.26.28
2010-12-01 14:36:17 status installed linux-headers-2.6.32-26 2.6.32-26.48
2010-12-01 14:36:18 status installed linux-headers-2.6.32-26-generic 2.6.32-26.48
2010-12-01 14:36:18 status installed linux-headers-generic 2.6.32.26.28
2010-12-01 14:36:18 status installed linux-libc-dev 2.6.32-26.48
2010-12-01 14:36:19 status installed openssl 0.9.8k-7ubuntu8.4
2010-12-01 14:36:19 status installed pidgin-data 1:2.6.6-1ubuntu4.2
2010-12-01 14:36:19 status installed pidgin 1:2.6.6-1ubuntu4.2
2010-12-01 14:36:20 status installed xserver-common 2:1.7.6-2ubuntu7.4
2010-12-01 14:36:20 status installed xserver-xorg-core 2:1.7.6-2ubuntu7.4
2010-12-01 14:36:21 status installed indicator-sound 0.2.6-0ubuntu1
2010-12-01 14:36:22 status installed libc-bin 2.11.1-0ubuntu7.5
Labels: Linux, Lucid Lynx, Thinkpad T43, Ubuntu, Updates