Saturday, July 8, 2017

Super Cool Windows 10 Features ..

HI Guys

Been a while since I have penned ..

I have been using Windows 10 for while now .. and it about time that I must admit..There are many many cool features that can make your life a lot easier..

I am going to try and put in 1 feature every day ( some features come from earlier versions as well)

Today's Feature

1. GodMode:

Right Click on your Desktop -> create a new folder ->  and name it

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

The icon will change to


Just Double Click ..enjoy the surprise...Extremely handy on personal laptops where You are the "BOSS"


2. Steps Recorder

Click on windows button , type in Steps Recorder you will get


Start Recording.

When  you stop, it will generate .zip file containing .mht file.

This file can be shared with anyone and opens in browsers.


3. "Where "

This is a windows command to search for the path of a file.


C:\>where system.ini
C:\Windows\system.ini

Restriction , it does search a folder , and the directories in the PATH variable will only be searched.

for recursive search

where /R

where /R c:\ hosts
where /R d:\images abc*.jpg

4. Minimizing Open Windows except the one you are working on


Left Click on the header (blue) bar and keeping it pressed just give it a shake and u will see all the other windows minimizing.
Do the same again and they will all open again.

5. Windows TrackPad (Mouse Pad /Touch Pad on your laptop ) Features


  • Tap one finger on the touchpad: Select an item (same as left-clicking a mouse).
  • Tap two fingers on the touchpad: Show more commands (same as right-clicking a mouse).
  • Swipe up or down with two fingers: Scroll a page up or down.
  • Pinch or stretch out two fingers: Zoom in or zoom out (magnify or shrink).
  • Swipe up with three fingers: Show all recent activity and open windows via Windows Timeline.
  • Swipe down with three fingers: Minimize everything and show the desktop.
  • Swipe left or right with three fingers : Switch between all windows that are currently open (same as Alt+Tab).
  • Tap three fingers on the touchpad: Open Cortana/search.
  • Tap four fingers on the touchpad: Open Action Center.
  • Swipe left or right with four fingers: Switch between all virtual desktops.

6. Cloud Clipboard


We all are used to pasting what was last copied , but how would it be if you were to see last 7 to 8 thing that you copied using Ctrl+C..... 
Here's what you need to do 

Click on Windows -> Settings -> System and scroll down to Clipboard and turn on History option on the right hand pane and you are all set.

Use Window key + V (instead of Ctrl V) to see history choose and paste.

Monday, January 9, 2017

Amazon Web services...a walk through the cloud


I am amazed by the wide spectrum of services that Amazon Web Services provides. 

Need to deep dive into this VIRTUAL MALL of resources that I feel can suit outfits/corporate of any size financially or strength wise. Corporate World is going to be surprised with the money saved and the value for that money they have invested in cloud. 

Today I am going to talk about various Services provided by AWS.



NETWORK AND CONTENT DELIVERY


VIRTUAL PRIVATE CLOUD i.e  VPC is A virtual private cloud (VPC) is a virtual network that closely resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of Amazon Web Services (AWS).

ROUTE 53 is Amazon DNS Services for

Register domain names
Route Internet traffic to the resources for your domain 
Check the health of your resources 

CLOUDFRONT Accelerates the delivery of websites,videos,API's

DIRECT CONNECT  Connection between ON Premise and AWS CLOUD is achieved using Direct Connect.


COMPUTE


Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. In simple words it gives us the ability to create virtual machines of different configurations

Amazon EC2 Container Service (ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP etc
You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring.

AWS Lambda lets you run code without provisioning or managing servers


STORAGE


Amazon Simple Storage Service (Amazon S3) is object storage with a simple web service interface to store and retrieve any amount of data from anywhere on the web. One can look at it as virtual disks in the cloud to store various objects like files, videos, photographs etc

Amazon Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup. Data that needs to be maintained for legal purposes etc can be stored in Glacier. Retrieval can take 4-5 hours.

AMAZON EFS is Elastic File System to me is similar to NFS but it in the cloud. It is a block based storage that can be shared between multiple Virtual machines.

STORAGE GATEWAY is used to connect S3 to on premise data centers.

Amazon Elastic Block Store (Amazon EBS) provides persistent block storage volumes for use with Amazon EC2 instances in the AWS Cloud



...to be contd

Wednesday, August 17, 2016

GST v/s Current Tax System

A friend shared this working illustrated by ICICI Analyst's, Thought its a good share!

Wednesday, December 23, 2015

SSH KEYS Authetication with PuTTY and Linux

Step 1: Run / Open PuTTYgen.exe.

Step 2: Click on Generate button and move the mouser over blank space to generate key. Give a key passphrase.

Step 3: Save Public Key, Private Key

Step 4: Copy to key that you see, in a notepad

Step 5: Login to the Linux box with the user that you want to use.

Step 6: Do not change the directory and create a new directory
             mkdir .ssh
             chmod 700 .ssh
             cd .ssh
             vi authorized_keys2 (this is name to be used)
             Insert / Paste the key copied to the notepad in step 4 above. Ensure that it is one line. This is very important.
             Save and quit the authorized_keys2 file
             chmod 600 authorized_keys

Step 7: Start PAGEANT.exe from your putty software directory. You will see the in your syspanel.
             Your will see an icon the right hand bottom corner.

Step 8: Right click on the pageant icon and choose Add Key. Give the  private key

YOU ARE DONE!!!

Open putty: save an entry as username@servername and enjoy !1