New Host
by admin on Aug.16, 2009, under Uncategorized
In the process of moving to a new host and possibly picking new blogging software.
Banana and Peanut Butter Smoothie
by admin on Sep.28, 2008, under Uncategorized
- 1 cup cold soy milk
- 1 banana, may have to slice depending on your blender
- 2 tablespoons peanut butter
- honey to taste
Some recipes say to save a slice of banana and some crushed peanuts for garnish, I do not bother with this as I am just making it for myself.
This isnt my recipie I found it somewhere on the web but I dont know who to give credit to.
Been a while
by admin on Apr.21, 2008, under Uncategorized
I have been pretty busy lately, switched to a new department where I am back doing research. I have a few things I want to write about and hopefully I will have time to do that this weekend. I would now but I am off to read more about Django, pretty good book on it here www.djangobook.com
Solaris Zone docs
by admin on Nov.29, 2007, under Uncategorized
Just a place holder for the sun doc I am reading on Solaris Zones/Containers.
System Administration Guide: Solaris Containers-Resource Management and Solaris Zones
Enable remote ZFS web administration
by admin on Nov.28, 2007, under Solaris
Not really much to say just wanted to post this little snippet so I can do a ZFS writeup latter on.
To enable the nsmcwebserver to listen to remote connections with out having to run “netservices open” and turn on all services to accept remote connection. The following three commands will
svccfg -s svc:/system/webconsole \
setprop options/tcp_listen = true
svcadm refresh svc:/system/webconsole/usr/sbin/smcwebserver restart
Official Sun docs here
Hope this little tidbit helps someone else if they are lucky enough to stumble upon it.
Internet is back
by admin on Nov.15, 2007, under Blog
If there is anyone out there reading this blog or checking on it I now have internet again and will be updating it shortly.
mRemote
by admin on Oct.15, 2007, under Software
Ok so I know this is a Linux blog and it seems like all I keep writing about is Windows software hopefully this will be the last app for awhile.
Anyways I dont know how many people need a good application to do RDP, Telnet, SSH and VNC on windows but if you do then I suggest mRemote. I have found the app on LifeHacker and been using it all day at work. I have to say I am very impressed with it.
Updating WordPress with Subversion
by admin on Oct.13, 2007, under Software
The link here is the best way to update a WordPress blog.
Quick summery for myself so I do not have to look at the link anymore.
$ cd blog
$ svn sw http://svn.automattic.com/wordpress/tags/2.3.3/
Find new tags here http://svn.automattic.com/wordpress/tags
Again short post mainly get this out and bookmark it for myself, if you want to read the article follow the link above .