The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog. Here's an excerpt: 19,000 people fit into the new Barclays Center to see Jay-Z perform. This blog was viewed about 120,000 times in 2012. If it were a concert at the Barclays Center, it would take about 6 sold-out performances for that … Continue reading Review: Looking Back In 2012
Category: General
We Are 5 Years Old, Now!
Its been 5 years since we started - but it still feels like we only started yesterday. Its been an awesome roller-coaster ride for Josh Software, the lows always leading to new highs! Its no coincidence that our rebranded logo and website have been launched on the 5 year anniversary - this is a new … Continue reading We Are 5 Years Old, Now!
Auto login remote server by copying ssh public key to authorized keys
>While working on remote machine we often get headache of entering password for ssh login, scp files from one server to another server. Adding public key as authorized_keys on remote server solves this problem. Copying from my system to remote server cat ~/.ssh/id_rsa.pub | ssh sandip@server 'cat >> ~/.ssh/authorized_keys'Copying from remote server to my system … Continue reading Auto login remote server by copying ssh public key to authorized keys
