I'm Ashwani Kumar.
I believe in sharing ideas, knowledge.


Coz it's a best way to keep your brain juicy.

About me

I love the idea of open source, web-presence, communication, & making things work. When not giving anything back to community, I enjoy photography, swimming, movies.
Have a look around, read some of my stuff.


MyPhoto-Missing

Catch me

Contact at

aryan.ashwani@gmail.com

Stack Overflow

theashwanik

Check Connectivity to Servers Without Login

- - posted in Technical | Tagged as telnet,ssh,connectivity | Comments

There are times when you would want to check connectivity to your servers without actually login or SSH. You can use telnet on port 22. But here are few other ways:

OpenVPN on Raspberry Pi

- - posted in Technical | Tagged as Raspberry,PI,OpenVpn | Comments

Everyone loves something Free.

Open and Free wireless is everywhere, but should you be connecting to it. The answer is NO. You shouldn.t be connecting to it, dont connect to your social networks, don't check your bank account on it unless you want somebody else to be able to sneak on it.

The solution? A virtual private network, or VPN. A VPN extends your own private network into public places, so even if you.re using Starbucks. Wi-Fi connection, your Internet browsing stays encrypted and secure.

IP Address GeoCoding and Plotting on Map

- - posted in Technical | Tagged as ipaddress,geocoding,webattacks,IP-block | Comments

Sometimes back I had setup ssh on raspberry pi and allowed to login from internet, obviously using the public key encyption. After few days I noticed that lot of people/systems were trying to login and failing from various different IPs. So I block them using Fail2ban. I am Not gonna talk about Fail2ban, as its completely vast topic on its own.