Posted by sraghav on April 14, 2008
Posted in ExternaLinks, wifi | Leave a Comment »
Posted by sraghav on April 9, 2008
Startup article about SMF usage..
O’Reilly Network — Using Solaris SMF: “In most Unix environments, the startup process consists of a handful of autonomous boot scripts। They act independently of one another; unaware of what scripts have already run or which ones will run after them. When they are invoked, there is no serious error checking and no recourse if the script fails.”
Another interesting tutorial from Sun… Solaris Operating System – SMF Manifest How To Guide
Posted in ExternaLinks, SMF, Solaris | Leave a Comment »
Posted by sraghav on March 22, 2008
Posted in ExternaLinks, Rails | Leave a Comment »
Posted by sraghav on March 20, 2008
Posted in ExternaLinks, Mac, Ubuntu | Leave a Comment »
Posted by sraghav on March 19, 2008
I dont quite believe this, but havent tried this either.
Free 1 year subscription of McAfree Virus Scan Plus
I have heard about free trial licenses from such companies for a month or two or three, but never for 12 months.
I just tried to register following the link, and it does seem to work. I didnt actually download the software yet, but I would sure do that. Sometime over the weekend.
It sounds really really amazing to me. A 12 month free subscription.. great…
Posted in Blogging, ExternaLinks, JusTalk | Leave a Comment »
Posted by sraghav on March 19, 2008
An online document viewing website, you upload your document, the world sees it.
To me, an equivalent of blog, only not in terms of putting up content, rather organized documents.
Home | Scribd
Posted in Blogging, ExternaLinks | Leave a Comment »
Posted by sraghav on March 12, 2008
I was talking to this friend of mine who moved his website from blogspot to wordpress. WordPress have nicer templates, some really cute.
I felt like doing that as well, already last week. But, wordpress has some limitations, e.g. their free account does not allow html template editing. And without editing html, it wont be possible to track site statistics with google Analytics. I would really want to collect that kind of statistics. Though the wordpress people provide some statistics, I am not sure if they would be comparable to Google Analytics
Also, since my blog’s url contains .blogspot.com, its hard for me to switch anyway. However, there is an easier solution for this url issue. Build a blog in wordpress, and start publishing that url.
To make sure all who come and hit the old url, just enter this line in the <head> tag of the old blog page’s html code.
<meta http-equiv=”REFRESH” content=”0;url=http://new-blog-url.com“/>
Found this code sample here… html redirect
thanks google for allowing to find stuff so easily… I knew that it exists, but syntax would have been hard to figure out.
Posted in Blogging, ExternaLinks, html | 3 Comments »
Posted by sraghav on March 11, 2008
Working with computers can be frustrating…
Nothing has showcased this more than this video…
Bad Day at the Office
I hope never to reach such stage of frustration…
Posted in ExternaLinks, JusTalk | 1 Comment »
Posted by sraghav on March 8, 2008
For some time now, I was looking for the right kind of IDE to work with ruby on rails. Googling for this helped but not much.
Eventually, I came across this post somewhere which mentioned RadRails. This is a module from Aptana development studio.
In addition to the fact that this is a component of the Aptana dev suite, this component is available separately as a plugin for Eclipse as well.
And installation and configuration come very very simple. In a running version of Eclipse (I have Eclipse 3.2), look for a remote installation site. Few simple questions about which package to install etc. and you have the plug-in installed.
Here’s the url to enter in the Eclipse remote update site…
http://update.aptana.com/update/studio/3.2/ => For Aptana tools in general
http://update.aptana.com/update/rails/3.2/ => For RadRails Plugin
And it works like a charm, really. After installation, you can create a new rails project from within Eclipse GUI as well, in addition to your favourite command line methods.
Starting a server, generating components (controller, model etc..), its all possible from the GUI.
I personally like the GUI and the syntax highlighting the most.
Posted in Eclipse, ExternaLinks, Rails | Leave a Comment »