Technoholik

Your Digital Companion

Monday, October 27

[git] Add git PATH to Windows

Please ensure msysgit is installed on your local machine.
For setting up PATH, the path to git install is required which is generally "C:\Program Files (x86)\Git"
It can be slightly different depending on type of Machine (x86/x64). Check yours before continuing.

Now open Windows Environment Variables/Path Window

  • Right-Click on My Computer
  • Click Advanced System Settings link from the left side column
  • Click Environment Variables in the bottom of the window
  • Then under System Variables look for the path variable and click edit
  • Add the pwd to git's bin and cmd at the end of the string like this:
;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\Git\cmd
Test it out in PowerShell; type git and see if it recognizes the command.

Tuesday, September 16

cygwin : Developing for UNIX (POSIX Environment) on Windows


Cygwin is free software that provides a Unix-like environment and software tool set to users of any modern versions of MS-Windows (XP with SP3/Server 20xx/Vista/7/8).

Thursday, April 10

The Heartbleed Bug


The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).
The Heartbleed bug allows anyone on the Internet to read the memory of the systems protected by the vulnerable versions of the OpenSSL software. This compromises the secret keys used to identify the service providers and to encrypt the traffic, the names and passwords of the users and the actual content. This allows attackers to eavesdrop on communications, steal data directly from the services and users and to impersonate services and users.

Sunday, April 6

Google Now, now on your desktop !

From now on you can get the Google Now experience on your PC as well. Google Now is Google's response to Apple Siri - the voice assistant  and was earlier limited to Android & iOS devices only.
Users can experience the same on their Desktops and Laptops running Windows/OSX as well through Google Chrome.Google Now on Chrome shows a subset of the Now cards on our mobile device, and uses device's location.

Saturday, April 5

Review :: Samsung Galaxy Note Pro ::

 Bigger Displays and trimmed bezel has been the common trait in every series of Samsung devices, be it S-Series phones, tabs and now the Note Tab. Samsung's Galaxy Note clearly personifies that bigger can be better. Back in 2012, with debut of Galaxy Note smartphone in 2012, the world got to experience a new range of devices termed as “Phablet” or the 5 incher devices. And Samsung plans to do the same in Tablets with Note
Pro.

Wednesday, March 26

Connecting your Blogger blog to Google Analytics

You can track traffic to your Blogspot domain on Blogger with Google Analytics. Follow these steps to add the tracking code.
  1. Log in to your Blogger account.
  2. Navigate to your blog's Settings > Other tab.
  3. If you already have a Google Analytics account, simply enter your blog's Google Analytics tracking ID.
  4. Click Save to finish.
Once you complete the steps above, you should see data in your Analytics account within 24 hours. However, you can also check your account within a few hours to see if data has begun to appear. To do this, go to your report and change the date range to the current day (by default, the ending date range is set to the previous day). If you see pageviews appear in your reports, your property is collecting data.Data will be visible normally after 24 hours.