Archive for Technical

Start and Stop MySql in Mac Os X 10.6 Snow Leopard

If you want to start MySql in Leopard, you need to call the startup item directly from the command line:

sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

And to Stop MySql

sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop

You can also make alise into your bash_profile file !

alias start_mysql="/Library/StartupItems/MySQLCOM/MySQLCOM start"
alias stop_mysql="/Library/StartupItems/MySQLCOM/MySQLCOM stop"

Leave a Comment

BarCamp Pune 6

Barcamp Pune 6 is again in town this Saturday i.e 14th Nov 2009.

For all those who are not aware of the BarCamp , Navin Kabra of PuneTech.com has written two amzing blog post about barcamp here “What is Barcamp?” and if you are student then “Why should student attend barcamp?

Will update this post with the coverage from Barcamp tomorrow.

 

Comments (1)

How to make SVN ignore some folders

I spent lots of time searching this. SVN Red book http://svnbook.red-bean.com/ do not explain it properly. So here i am trying to Explain it.

1. Make sure you have SVN_EDITOR veriable set.

2. Type following command  on Terminal

svn propset svn:ignore “*” log/

this will ignore all the logs file from your rails folder structure. You have to delete all the logs file before running this command.

3. If you want specifically Ignore only one file from directory e.g i want to ignore schema.rb from db director into rails folder structure.

svn propset svn:ignore “schema.rb” db/

4. Commit and apply changes

Done.

Leave a Comment

XmlBeans – power of XML in a Java friendly way

XMLBeans is a technology for accessing XML by binding it to Java types.

The idea is that you can take advantage of the richness and features of XML and XML Schema and have these features mapped as naturally as possible to the equivalent Java language and typing constructs. XMLBeans uses XML Schema to compile Java interfaces and classes that you can then use to access and modify XML instance data. Using XMLBeans is similar to using any other Java interface/class, you will see things like getFoo or setFoo just as you would expect when working with Java. While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also API’s that allow you access to the full XML infoset (XMLBeans keeps XML Infoset fidelity) as well as to allow you to reflect into the XML schema itself through an XML Schema Object model.

Leave a Comment

You Telecom( Iqara ) Worst ISP provider!!!

The day i started writing this blog, on very same day i lost my connection due to some technical problem in my area. And after that a very long war of words started , Between me and You Telecoms Customer Executives.

You telecom provides very good internet connection service , but they have worst customer support. More ever there Call center is in mumbai , so pune customer like me has to call mumbai. I usually make this kind of calls from Coin Box, but there call center has some faulty system too. So i was loosing my coine without even talking to them.

Some how i successfully got the number of there back office manager.
and then keep calling on that number till they solved my Problem. It took around 5 days to get my connection back.

Its not the only story with You Telecome, but its the same story with every other Broadband service provider. There are couple of Broadband Forums site online , when you tried search through those you will find such 1000 incidents and 10000 unsatisfied customer.

TRI should look into it.

At last i hope better communication with better Broadband service provider , because Internet is tomorrows Communication platform , spreading like spider  in India.

Comments (2)

WeMarathi.com – First Social Networking Website for Marathi’s

WeMarathi Logo

In recent months i developed New website by the name WeMarathi.com. This is first Social Networking website specifically developed for marathi world. Nayan Deshmukh also help me in developing the site.

There are some also active members who are helping me in building the website. I would rather say its Portal, Social Networking portal !! I tried to provide almost all the feature that i can. But as old saying , It should be used in effective way also.

Right now i can say the response is not that much good, Large number of peoples but very fewer number of members.

I think its time to do something about the portal to raise the number of users.

Comments (8)

Follow

Get every new post delivered to your Inbox.