28 Mar 10

It’s been almost year since I and my partners started fiddling with idea of providing hosted Application Life Cycle Management to startups and small companies, slowly but steadily we started building specs for it , we looked at all existing applications and tried to analyze what are the problem in using these applications and than we concluded that one thing which can make us stand out is simplicity, ease of use and sensible way of doing things. With this objective in our mind we started building BootStrapToday, we tried to keep things as simple as possible and along with keeping it simple we tried to make complex tasks possible on demand by user.

Today I am announcing the official launch of BootStrapToday to readers of this blog, a maiden product by my company Sensible Softwares Pvt Ltd

Below are some snapshot of BootStrapToday , off course there is more to it , to know more about BootStrapToday visit our website.

Project & User Dashboard

AccountHome

Easy WikiPage Edit

Source Browser

We have free account as well as 30 day trial for our premium account.

There is sandbox account available for those who don’t want to signup before getting feel of it.

Sandbox URL : https://sandbox.bootstraptoday.com Username: bst  Password: sandbox

Looking forward to hear your feedbacks on BootStrapToday

Filed under: General

Trackback Uri






24 Mar 10

I want to blog regularly but so far I have failed in my endevours to take blogging as regular affair. After going through this presentation I have found new motivation to try again, Merlin has hit the bulls eye in this presentation of his, no fancy stuff pretty simple and obvious thing but than you need to figure out what is obvious sometimes. Enjoy the presentation and keep rhyming

Find you obsession. Everyday explain it to one person you respect. Edit everything, skip shortucts, and try not to be a dick.Get Better

View more presentations from merlinmann.
I want to blog regularly but so far I have failed in my endevours to take blogging as regular affair. After going through this presentation I have found new motivation to try again, Merlin has hit the bulls eye in this presentation of his, no fancy stuff pretty simple and obvious thing but than you need to figure out what is obvious sometimes. Enjoy the presentation and keep rhyming

Filed under: General,non-techanical

Trackback Uri






23 Feb 10

I just go a mail on Subversion mailing list informing that today is the 6th Birthday of Subversion for those who are thinking what is Subversion they can read here.

So Subversion has come along pretty well since it’s 1.0 release 6 years back and this day I would like to thank all developers who have put in there efforts to make Subversion what it is today; it stands tall among the many commercial tools.

So how I celebrated the Subversion’s birthday I went to svnforum.org and tried to answer queries of people as thats the way you can help Subversion adoption to grow among masses.

Developers are doing there bit by developing it; so we as a part of community need to contribute in what ever way possible.

This day I wish many many happy returns of the day to Subversion and want to congratulate Subversion community for great going looking ahead to more great accomplishments in future.

Filed under: OpenSource

Trackback Uri






9 Jan 10

I have been thinking for a while to write about my experiences but was refraining from this for some reason or the other but today something happened that I can’t hold my anger against the shity policies of companies in India; I will illustrate three experiences of my life which forced me to believe that India is still way behind when it comes to serving customers and listening to there problems and promptly providing the solutions.

So I will start with my latest problem which I am facing with Tata Indicom broadband connection; I took a plan of RS 1300 6GB combo so it was all goody goody initially when I didn’t used much of my allotted usage of 6 GB free usage which I had; than this month I had to download some linux operating system from internet that started the nightmare experience it was 3.7 GB of download still less than my free usage and the very next morning I got a call that you have exceeded your credit limit of RS 1700 and you need to make a payment of 3100 I am still trying to figure out from where the hell that figure of RS 1700 came from; if I do a flat conversion of 6 GB of free usage with their rate 0.9/MB it leads out to some where around RS 5000 I was totally surprised with this and in next two days my line was barred; I didn’t had a option there I went to the office of tata indicom and made the payment of RS 3100 and it took them more than a day to restore my line.
I haven’t even realized that my lines are fully working I got another call next day asking me to make a payment of RS 1500 and since I was afraid that my line might get disconnected again which may cause another day of work getting lost so I made the payment immediately but I was even not able come out of two back to back payments I got another call from them today that I have exceeded my credit limit again and I need to make a payment of RS 2300 I was so badly pissed of I called the customer care and asked what the hell is going on and he had more shocking news for me sir your billed amount is RS 7000 and your unbilled usage is RS 11000 I was shocked WTF and than I asked him to check again than he started saying actually the correct unbilled usage will start reflecting in 48 hours that amount is not correct that was some respite for me.
I was told I can check my unbilled usage from tataindicom site but there another tragedy stuck me I had registered to that site already but never received the first time pin I told the same thing to customer support executive, he tried to reset password but it was in vein he kept getting that customer not registered and I kept getting you are already registered and you can not registered again.
He told me sir you will have to write a mail; now I have to write two mails the first one which I had already written for increasing my credit limit and another to fix my account on tataindicom.
I hope they will not f*** any more as I have already given up with them. I am planning to change ISP any suggestions are welcome.

I think this story has taken quite out of me I will write other two experiences some other day, keep watching this space for more bitter realities of customer support in India.

Filed under: General,non-techanical,review

Trackback Uri






13 Dec 09

Few days back I was trying to create database in a batch job using createdb.exe and I encountered this problem createdb.exe prompts for password and there is no way of passing password from command line as an argument.
I tried to find out how to do this but in vein there is no way you can pass password as an command line argument; than after looking around for sometime and googling I found two ways of doing it

  • Setting up PGPASSWORD environment variable : This method is not preferable as it’s insecure more for further details read this


  • Setting up password in pgpass.conf : The file is to be located
    %APPDATA%\postgresql\pgpass.conf

File has the following format

hostname:port:database:username:password

Each of the first four fields may be a literal value, or *, which matches anything.

For further details the postgres documentation

Filed under: OpenSource

Trackback Uri






22 Nov 09

As always Google silently launched new version of its one of most popular application that is Orkut, I don’t exactly when it was made available as I noticed it couple of days back.
I thought to give it a try and realized that the features added are heavily inspired from Facebook, its quite apparent that Orkut was seem to be loosing to Facebook on many aspect so redoing the Orkut was always on the cards and they have done a fare job but still I haven’t found many people using the newer versions and you can not use newer features like commenting which is one of the most used features of Facebook unless other person is also on newer version.
Lets see what strategy is used by Google to move to people to newer version. One thing I liked and appreciate about changes done by Google is that you always have option to hop between versions very unlike Facebook which shifted me to lite version without my knowledge and only switched back after a month or so.

Filed under: General

Trackback Uri






10 Nov 09

Here I am going to talk about three useful and handy subcommands  of svnadmin that will help us in dumping our data and restoring it back to fresh repository, restore is very critical, as we keep on backing up data but we seldom bother about restoring it to check if everything is working fine or not. I would like to put one point across that your backup is as good as your last restore.

Dumping the repository

>>svnadmin dump /srv/svn/test > backup.dump
* Dumped revision 0.
* Dumped revision 1.
* Dumped revision 2.
* Dumped revision 3.
* Dumped revision 4.
* Dumped revision 5.
* Dumped revision 6.
* Dumped revision 7.
* Dumped revision 8.
* Dumped revision 9.
* Dumped revision 10.
* Dumped revision 11.
* Dumped revision 12.
* Dumped revision 13.

This is the simplest option for dumping the repository for purpose of backing up your repository. If you want to do an incremental back than you need to specify –incremental flag and give start and end revision for same.

Restoring the repository back

E:\mywork\prolific_prolific_20091110165216>svnadmin load /srv/svn/newrepo <  backup.dump
<<< Started new transaction, based on original revision 1
* adding path : branches … done.
* adding path : documents … done.
* adding path : tags … done.
* adding path : trunk … done.

——- Committed revision 1 >>>

<<< Started new transaction, based on original revision 2
* adding path : documents/test.txt … done.

——- Committed revision 2 >>>

<<< Started new transaction, based on original revision 3
* editing path : documents/test.txt … done.

Verify the restore

>>svnadmin verify /srv/svn/newrepo
* Verified revision 0.
* Verified revision 1.
* Verified revision 2.
* Verified revision 3.
* Verified revision 4.
* Verified revision 5.
* Verified revision 6.
* Verified revision 7.
* Verified revision 8.
* Verified revision 9.
* Verified revision 10.
* Verified revision 11.
* Verified revision 12.
* Verified revision 13.

Habit of restoring the data regularly is very important for having usable backup.

Filed under: OpenSource

Trackback Uri






24 Oct 09

Chrome malware warning on Orkut

Chrome malware warning on Orkut

Filed under: Humor

Trackback Uri






20 Oct 09

This article covers how to setup domain authentication for Subversion with Apache using mod_auth_sspi , I am running Apache 2.2 and Subversion 1.5. First of all you need to get SSPI module from its new home at sourceforge , module can be directly downloaded from here. Once you have downloaded the module extract using some zip utility there will be a bin folder inside the extracted folder and inside bin folder there will a file named mod_auth_sspi.so take this file and drop it in Apache’s modules folder.

Once you are done with above steps we now need to modify Apache’s httpd.conf to include the domain authentication for our Subversion repository make changes to httpd.conf as shown below,  first we need to ensure that we have required modules loaded

LoadModule sspi_auth_module   modules/mod_auth_sspi.so
LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

To mod_dav_svn to work you need to uncomment the line which loads mod_dav module Apache look for it and uncomment if its commented.

Now the real magic configuration starts which will enable us to authenticate Subversion users against AD domains make changes in httpd.conf as shown below

<Location /svn/myrepo>
dav svn
SVNPath “d:/svnrepos/myrepo”
# Domain Authentication settings
AuthName “Subversion domain”
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain MYDOMAINNAME
SSPIOfferBasic on
SSPIOmitDomain On
Require valid-user
# Subversion’s authorization file
AuthzSVNAccessFile “d:/svnrepos/authz”
</Location>

Once done with above changes save the file and restart Apache and try accessing the URL http://<yourservername>/svn/myrepo you will be prompted for authentication saying “Subversion Domain” enter your domain name without domain as we have SSPIOmitDomain On and based on Subversion authorization file i.e authz in our scenario you will be able to see repository or you will get forbidden error.

We are done with setting up domain authentication, in-case you face any problem with above settings feel free to write to me.

LoadModule sspi_auth_module   modules/mod_auth_sspi.so
LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

Filed under: OpenSource

Trackback Uri






7 Oct 09

Yeah you heard me right today Atlassian JIRA 4.0 was officially released after doing many beta’s and release candidate…I was expecting that it will take people with a storm with opensocial gadget JQL and many other improvements yes it did took people with storm but for some other reasons and the reason was its licensing policy you can find details of same here and my favourite one is there reason of changing the licensing that’s really cool and pretty lame at the same time for reasons of increasing the licensing cost or changing it all together.

I really doubt the fact that any hundred people company will really like to pay $4000 JIRA and the biggest one is the Enterprise license now costs you double that is $8000 and the cherry one the cake is licensing is now based on number of active named users that means that if you have 100 users and you are now 101 ; you need to run behind Atlassian to upgrade your licenses.

I want to write more on this but may be some other lets wait and watch for reactions from other people; I will be back on this topic with more detailed analysis of pros and cons of same this was just an initial outburst.

Filed under: General,Humor

Trackback Uri