Skip to main content

Posts

NRE vs NRO vs FCNR Calculator

Transferring Money to India Many Non-Resident Indians (NRI) transfer/wire their money to India. But many of you are unaware that you are loosing money by just transferring money , paying income tax on your interest rates and also loosing monetary value. This article summarises various non-equity bank accounts and a calculator to show which account to choose (especially in case of a Rupee devaluation). This calculator/guide will help you to choose the best NRI account in Indian banks based on length of deposit, rate and rupee value. Sample NRO vs NRE vs FCNR Calculator. (Please wait as it might take time to load .....) Loading plunk... Comparing NRI accounts would help you to decide which type of account to choose. Below Table shows a summary of the various accounts available. (Please refer to individual banks for accurate data) NRO vs NRE vs FCNR NRO NRE FCNR Definition Non Resident Ordinary Rupee Account Non Resident External Rupee Account Foreign Currency De

Intranet Single SignOn (SSO) and Trusted URIs for locked Firefox

Firefox can be customised to any extend using config files. Hence your corporate admin would be playing with certain files as mentioned in this post  (and this ). In Summary, they edit "local-settings.js" or "channel-prefs.js" file. They add an entry to link to a mozilla.cfg file (or any config file), to put all the settings. pref("general.config.filename", "mozilla.cfg"); You could manipulate the "mozilla.cfg" file of your own (but next update from your company would wipe it down) or override those updates. A  simple way to update & enable Single Sign-on on my Company's internally locked firefox.  Steps to follow.. about:config Search and add/edit following "network.negotiate-auth.trusted-uris" =  "google.com,sso.department.abcd.com:443"      #<list of your exceptions comma separated> "network.negotiate-auth.delegation-uris" =  "google.com,sso.department.abcd.com:443"   

Arithmetic/Math calculations using shell script & Perl

Unix Shell scripts are perfect when it comes to simple automation tasks. But the in-built calculations are quite poor compared to rest of its functionality. The main issues I've faced using out-of-box shell script functions like expr, bc, echo are Unable to calculate decimal places correctly Error handling very poor (even divide by 0) and goes out of control. Hard to control precision Escape characters and regex increases complexity with formula Object Oriented programs like Java/Python/.NET are excellent for arithmetic calculations. But this involves another level of coding and program installation. The trick I used is to use PERL which is built in almost all *nix distributions. Some of the advantages of using PERL within shell script are Easy to embed Perl commands into shell scripts Most of *nix distro have PERL inbuilt Reduced regex or escape character usage Can put formulae into config file and can loop them into the shell script precision, error handling

cURL-Siteminder Automation (Automating Authentication)

I have discovered that cURL is intelligent than humans !! cURL is surrounded by a huge list of command-line options which makes it even powerful than browser itself Scenario in our company Siteminder protects web-pages and web-services under particular FQDN/realm Siteminder integrates with SSO/LDAP. Hence a Userid/Password is always displayed when u enter our FQDN We wanted to automate data collection and measurement via automated mechanism and cannot bypass siteminder security Some Definitions Siteminder Realm - A domain which shares an authentication database and servers. There is a single name-space for principal name/instance pairs within a realm. A realm is also a logical collection of clients and servers registered in the database. SSO - Single Sign-on by various mechanisms. We had One time password (OTP) also in our devices which needs manual entry as its tied to a human user. How it can be achieved cURL can do the magic !! Install cURL (hopefully most of *

Putty Tunnels and Accessing remote IP blocked via firewall

This article will show step by step instructions How to setup tunnelling in Putty . This is extremely useful if a port is not opened over firewall but you can hop to a server with access and from there you can hop to another and so on.. Essentially it forwards port if you have access to atleast one port. Create a new SSH session - and save it. And click on load to load the settings. Choose the server and port  where you have already got access and firewall works. (eg.  ServerA, Port: 22) Select Tunnels from the Left Menu, specify the Source Port and Destination: The tunnel is created between the REMOTE UNIX box and your local machine (localhost). So, the source port will be the port on the REMOTE UNIX box  to which you want to talk to at a specific port which you can't access (eg Port 37150). And the destination will be your localhost, which will act as the other end your tunnel session [ad#ad-3] Click Save after selecting the"Session" Open the saved sessi

Google Chromecast vs Raspberry Pi vs Apple TV vs Roku vs Cubieboard (&others)

Let the "Living Room" media entertainment start ....  Who will be the winner? Dont know, but surely, everyone loves to have a bite including samsung, htc, lg etc..   Let's try to compare the strategy , specifications and Tech Specs of Google Chromecast , Raspberry Pi, Apple TV and other less known brands For an updated list for 2015, please visit this link Apple TV  I have owned Apple TV3 from when it was released. Cost varies around £60 - £100 in the UK from various sellers.  Apple TV3 is very powerful at time of launch. A5 chip, Wi-Fi (b/g/n), HDMI, 1080p full HD, Airplay support  ( Full Specs here ) within Highly restrictive and till now NOT able to jailbreak AppleTV3 (at time of writing). Very limited set of inbuilt apps unless jailbroken. This would feel restrictive for advanced users and for poor apps (like Lovefilm) which doesn't have airplay support.  In Summary, AppleTV requires more of an apple Environment. You could buy mirroring softwares like

VMware - Ubuntu - Git - Installation experience

I was trying to install Git into a *NIX system to for testing purposes. Hence the overall steps included Installing VMware into Windows XP (Host) machine Installing Ubuntu (Guest) into VMware Sharing Folder between "Host" and "Guest" machine Proxy protected using username and password. Installing "git" into Guest virtual OS Just thought of noting down the issues I faced VMware settings and Network Adapter I have chosen 20GB hard disk space and 1GB memory (RAM) for the virtual machine.  I've disabled Floppy from the hardware list.  Choose "NAT" in Network Adapter and share host's IP address Ubuntu Installation and 3D acceleration Issues After installing Ubuntu 12.04, 12.10 and 13.04 (tried all), I found that Ubuntu desktop showed blank with no Icons. The desktop had no visible sidebar nor any menu options. These were enabled and active but corrupted and blacked out.   The fix is to disable "3D graphics" option within VM