- 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.
posted by admin at 19:14
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
posted by admin at 21:54
Add the following to vi /etc/inet/ntp.conf
driftfile /etc/ntp.drift
server 0.north-america.pool.ntp.org
server 1.north-america.pool.ntp.org
server 2.north-america.pool.ntp.org
server 3.north-america.pool.ntp.org
Then run following commands
touch /etc/ntp.drift
svcadm enable svc:/network/ntp
svcadm refresh svc:/network/ntp
svcadm restart svc:/network/ntp
To make sure the ntp daemon is started run the following command “svcs | grep ntp” if the service is running you should see something like the output below.
online 20:42:57 svc:/network/ntp:default
Also the output of “ntpq -pn” will show what time server you are using by the * next to it.
bash-3.2# ntpq -pn
remote refid st t when poll reach delay offset disp
=========================================================
+216.237.126.10 132.239.1.6 2 u 10 128 377 61.31 -0.120 1.08
*217.160.254.116 209.51.161.238 2 u 78 128 377 61.33 0.359 0.50
-217.160.252.91 64.142.103.194 2 u 90 512 377 62.55 8.937 1.10
+207.5.137.134 192.168.1.114 3 u 71 128 377 75.55 4.623 0.12
Link to the ntp pool group http://www.pool.ntp.org/
posted by admin at 21:05
31
Free Online Dating from JustSayHi
posted by admin at 21:22
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.
posted by admin at 23:10
If there is anyone out there reading this blog or checking on it I now have internet again and will be updating it shortly.
posted by admin at 22:06
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.
Anyways here is the link to mRemote.
posted by admin at 21:15
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 .
posted by admin at 15:35
Ies4linux
This application is a life saver, now I know Internet Exploder is a Linux persons worst nightmare but sometimes it is an evil we must put up with. I have shown this site to a few of my web developer friends and they just love it.
Anyways wanted to post about it to share with others and say thanks to the people who wrote it.
posted by admin at 15:27