Tools for designing Architecture Diagrams with Amazon Web Services (AWS) Simple Icons

AWS Simple Icons AWS Simple Icons are an official icon set that includes icons for several AWS products and resources. Customers and partners are permitted by AWS to use them to create architecture diagrams. The icons are designed to be simple so that you can easily incorporate them in your diagrams and put them in your whitepapers, presentations, datasheets, posters or any technical material you like.   Microsoft PowerPoint Format AWS Simple Icons for PowerPoint (PPTX ) Microsoft Visio Stencil AWS Simple Icons for Microsoft Visio 2010 (VSS ) SVG and EPS Format AWS Simple Icons in SVG and EPS […]

Read more

Axis Bank Credit Card interest calculation

If you have defaulted paying your AXIS Bank Credit Card bill, then following rules will be applied to calculate the interest for the defaulted amount in the next month bill:   NO late payment fee charged if you have paid the minimum amount due 1) From transaction date to statement date (on transaction amount) 2) From Statement date till payment date (on outstanding balance) 3) From Payment date till next statement date (on balance amount) 4) From transaction date till the next statement date (fresh transaction) For example: A customer Mr. A had done a transaction on January 17, 2008 […]

Read more

Linux: finding System Hardware Information – Manufacturer, Model/Product Name, Serial Number and Physical Sockets, Processors/CPUs, Cores

Finding Hardware Manufacturer, Model/Product Name, Serial Number:   [root@ProdDB01 ~]# dmidecode -t system # dmidecode 2.7 SMBIOS 2.3 present. Handle 0x0100, DMI type 1, 25 bytes. System Information         Manufacturer: HP         Product Name: ProLiant DL385 G1         Version: Not Specified         Serial Number: UXXXXXXXXXX         UUID: 3xxxx1x1-3xx8-3xx3-4xx5-3xxxxxxxxx48         Wake-up Type: Power Switch Handle 0x2000, DMI type 32, 11 bytes. System Boot Information         Status: Firmware-detected hardware failure [root@ProdDB01 ~]#   Reference: Get Hardware Information using Dmidecode Command in Linux   Finding Physical Sockets, Processors, Model, Cores: You can find all of the details about system processor from below file […]

Read more