Skip to main content

Posts

Keystore Errors and possible causes

You might have played with the keystore and java security objects many times.Some of these errors happen when you install it first time # Java's default cacerts password is "changeit", unless you're on a Mac, where it's "changeme". # Better to execute it as root, hence sudo su sudo su - -c /usr/java6_64/bin/keytool -import -trustcacerts -file /tmp/ServerCertficate.crt -keystore /usr/java6_64/jre/lib/security/cacerts -alias diaryfolio_Certificate #No need of any password while viewing (Just press enter) /usr/java6_64/bin/keytool -list -v -keystore /usr/java6_64/jre/lib/security/cacerts   >/tmp/java6.abc Common Errors 1.  Keytool Error with Java lang Exception  keytool error: java.lang.Exception: Input not an X.509 certificate This may be caused due to - Not specifying an alias name correctly? - Space or incorrect blanks - Check in the certificate (.crt file), if there are any headers or footers before —–BEGIN CERTIFICATE—– or a...

Graphical representation and statistics

Just wanted to note down some excellent links which shows stats and representation of various data. Some of these tools and powerful and very useful in dissecting data into more meaningful chunks   Office of National Statistics UK - Page showing Population and various other human stats   Google Chart tools    and Playground Fusioncharts - good for applications and Developers OECD - Better Life Index  

UK House Price Index and graphs

UK House Price Index Graphs - Aggregated from various indexes including Land registry House price Index Rightmove House price Index ONS House price Index Halifax House price Index Nationwide House price Index All the historical Data has been shared at : Diaryfolio Google Docs  link Please also check:  http://www.diaryfolio.com/2012/10/planning-to-buy-house-one-stop-shop.html Nationwide Index Halifax Index    RightMove Index     Land Registry Index      Community and Local Index    Please also check the one Stop shop before purchasing house http://www.diaryfolio.com/2012/10/planning-to-buy-house-one-stop-shop.html DataSnapshot  UK House Price Chart

Internet Explorer Security zone and Caspol utility

Everyone working in IT industry must have faced issues with Internet explorer and security zone. Code Access Security Policy tool (CASPOL) is very useful tool to identify the problems related to security zone. A simple command cd /d c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 caspol –lg will easily show the security zones of particular web-pages For a detailed list of flags and Details , please follow below links Some  good links to follow Setting Trust Level Microsoft Caspol Some  good links to follow    

Raspberry Pi based college and University Projects

I've become a huge fan of Raspberry Pi(RPi) and I was wondering the options it provides to students to do their college/University projects. So let me just give some headsup and then you are on own feet with your creativity. Basics Buy Raspberry Pi. I prefer the ModelB with 512MB RAM - Link Extend it - Edimax Wifi adapter , Wireless Mouse and Keyboard Bread board Suggested Projects and Ideas [ad#ad-3] i2c connected 1-wire masters Security Camera and storage Camera Control using commands Car camera   Raspberry Pi Store Pi Store is now open public  

Planning to buy a house? One Stop Shop

Hope everyone wants to get into the housing ladder. It seems simple, but its NOT. You need to thoroughly invest time before you buy a house. It may be your once in life investment. This has been written mainly for UK house market. Please also see some older articles before you read down Is Renting Cheaper than Buying? Renting vs Buying by NYTimes Should you Rent or Buy Calculator Tools and Sites RightMove , Zoopla aka FindaProperty , Globrix PropertyBee  Plugin - Seller psychology with amended, re-listed prices of properties Mouseprice   or Zoopla - Sold house prices School Finder - Quickly view good schools and ratings Historical Prices - Rightmove , Zoopla Mortgage calculators / Loan / Rate Information All type of mortgage calculations  at MSE MoneyAdvice Calculator Google Mortgage Comparison Mortgage meter  - To show average lending rates from Banks Land Reg Price Calculator - Showing CAGR and price estimation Loanmunge...

Siteminder Custom Agent Installation

I was trying to install single sign-on for an application. This has to be enabled using Siteminder Custom Agent and we wrote a test program to check the connectivity. This blog will note down the main hurdles and solutions if found. Issues Encountered Following Parameters should be configured at Siteminder Policy Server end. This should be tied up in the Custom agent level as well. - Siteminder Policy Server IP - Policy Server Connection Minimum value - Policy Server Connection Maximum value - Policy Server Connection Step value - Policy Server Connection Timeout value - Policy Server Connection Accounting Port - Policy Server Connection Authentication Port - Policy Server Connection Authorization Port - An agreed unique Agent Name - Agent Secret agreed between agent and Policy Server - Agent IP (client/custom agent IP) - The resource page to protect Error while initializing the STUB program.   The error was mainly focussed on Linking the libraries. FATA...