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
Monday, April 21, 2008
Saturday, February 9, 2008
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/
Sunday, December 16, 2007
Thursday, November 29, 2007
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
Wednesday, November 28, 2007
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.
Thursday, November 15, 2007
If there is anyone out there reading this blog or checking on it I now have internet again and will be updating it shortly.
Monday, October 15, 2007
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.
Saturday, October 13, 2007
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 .
Saturday, October 13, 2007
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.
Sunday, September 2, 2007
– UPDATED
New file server along with a few specs.
New file server for the apt. I have decided to got with Open Solaris not for any other reason then to have full access to the ZFS file system. If you do not know anything about ZFS I suggest this wikipedia article, here. The total running capacity for the server is 3.6TB using 10 500 gig Seagate drives. Why only 3.6TB instead of 5TB well one 500 gig drives are only ~ 465 gigs and I am running the array in a mode called raidz2 which is very similar to raid 6 in its fault tolerance.
Other info on the server is a 15 hot swap drive bay Supermicro case with triple hot swap power supplies. A Supermicro Motherboard with an Intel processor and 1 gig of memory. For sata controllers I am using two of these also made by Supermicro.
The case.
Motherboard
And last the 10 500 gig harddrives.





