Tuesday, November 20, 2012

Tabs for Putty - SuperPutty

Working on different sessions on putty is always difficult if you're on production environment. SuperPutty is an organized tabbed interface for putty. A must-have for developers and adminstrators.

Best Tool for Editing PDF forms

I've been searching for a tool that can save the form data in PDF's. After trying out certain products i ended up with PDF-XChange Viewer. This is a lightweight tool and does what it says. A very good find indeed!!.

Monday, October 1, 2012

Took a Git Training

Completed 2-day training on git essentials from https://tutsplus.com/course/git-essentials/. Everyone looks at version control management/source code management as an important part of the project but never invests time on how to use these tools effectively. Its been a 'learn as you use' tool. I have used Apache SVN for like 3 years and i wouldn't say I'm an expert on it. All i have done is check in and checkout. Taking a formal training on git has enabled me to exploit the features of git which otherwise would be left untouched.

Sunday, September 11, 2011

Network connection problem in windows 7

I had been having problems with windows 7 as it was taking so much time to connect to the network(upto 15 mins…way more than what it used to be). So I finally made up my lazy mind to see whats wrong. I ran the troubleshoot test on the network connections but it didn’t solve the problem. I noticed the following

Diagnostics policy service is not running. After some googling I found out that system restore could solve the issue..nope that’s not possible any alternatives ????

Program Manager_2011-09-11_01-24-00

Finally from a forum I found out that removing all the network adapters and then rebooting the system will solve the problem. If by mistake you remove the network drivers you will have to reinstall it. 

Diagnostic Policy Service start, stops - Google Chrome_2011-09-11_14-32-53

Luckily the above method solved my problem. The network adapters got created again after I rebooted and things were happy and all good again. Hope it helps!!!!

Wednesday, August 3, 2011

A great GUI for keytool-keytool-iui

I had always used the command line arguments while creating the keystores, creating self signed certificates, importing the trusted certificates till yesterday when I thought enough is enough and started googling for “best gui keytool”. Options came up and I found this beauty I should say, the work of some “smart person”. Now there is no more complaining about using keytool. Here is a video which explains how to use it.

Digitally signing JAR files using KeyTools IUI

Tuesday, August 2, 2011

Useful book on linux commands

Being a daily user of linux, I can always find my way out but sometimes remembering the commands with arguments is quite difficult. Ofcourse there is google but nothing helps like a command book or a cheat sheet. Came across this book which always works out for me. Searching for keywords in this book just works out for me.

Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users by Christopher Negus and Francois Caen

Using wireshark with remote capturing

I have been using wireshark lately in my project. With a lot of issues coming up on the firewall port openings wireshark is a very useful software which can avoid hours of wastage. Came across a blog which has used wireshark wisely.

http://blog.nielshorn.net/2010/02/using-wireshark-with-remote-capturing/