Total Pageviews

Thursday, April 17, 2014

PhpMyadmin- in case of dpkg error

To force remove sql:

sudo dpkg -P --force depends mysql-server mysql-server-5.5 mysql-common mysql-server-core-5.5 php5-mysql mysql-client-5.5 mysql-client-core-5.5

Sunday, March 16, 2014

Syncing Nokia contacts with gmail contacts

http://discussions.nokia.com/t5/Cseries/Synchronise-your-contact-with-gmail/td-p/818505

Synchronise your contact with gmail

To synchronise your contact with gmail:
Menu/Settings/Configuration/Personal configuration settings: Options menu select Add new.
Select Synchronisation and enter the following values:
Account name: Google Sync (or any other name of your choice)
Server address: https://m.google.com/syncml
  User name: Your Google account username, e.g.: you@gmail.com
Password: Your Google account password
Select Contacts database: Enter contacts into the Database address field:
User name: Your Google account username, e.g.: you@gmail.com
  Password: Your Google account password
  Ensure that Calendar database and Notes database fields are empty.
Ensure that Use preferred access point is set to Yes
  Select back to exit this screen and save your settings.
Account name: Google Sync and ensure with the option that it is Activate Menu/Contacts/Synchronise
  When asked Synchronize selected data with Google Sync? select Yes

Hope it will work for you!
It was fine with my C3 nokia phone.
Remind: in gmail contact you can import csv or vcard file. And moreover, you can also export to backup (or whatever) your contacts.

Tuesday, February 11, 2014

SVN commands

New Project creation:

svnadmin create <..Project name..>

Friday, December 20, 2013

Silent Printing from Firefox browser (no Print view screen)
Here’s what you need to do to enable Firefox immediately print without showing the print preferences dialog box.
  1. Type about:config at Firefox’s location bar and hit Enter.
  2. Right click at anywhere on the page and select New > Boolean
  3. Enter the preference name as print.always_print_silent and click OK.

Tuesday, December 3, 2013

Enable (Create) OR Disable Users in SVN

How to Enable User in SVN

htpasswd -m /etc/apache2/dav_svn.passwd <<User Name>>


How to Disable User in SVN

htpasswd -D /etc/apache2/dav_svn.passwd <<User Name>

To know what could be the SVN username of the developer, open the passwd file and check what are the usernames are found on that file. If you are unsure about which username, you can remove all users, as you said, no one is using it.

Wednesday, May 1, 2013

How to change default home page in Tomcat from index.html

1. Go to /var/lib/tomcat7/conf/web.xml
2. search for  index.html or Wecome page
3. add another welcome page tag; with your default file name

Friday, October 19, 2012