blog.reachvikas.com blog.reachvikas.com

blog.reachvikas.com

Home |  Life of an IT guy

Specify gem version in ruby script. Posted on 20 Feb 2015. Amazon has recently launched AWS SDK for Ruby version 2. This was a good move, but unfortunately version 2 is not compatibe with version 1. Due to this my ruby scripts which were using old gem failed to work when I updated aws-sdk gem. This is how I tackled it. Now, that I have both the old and new version of them gems, I altered my old scripts to work with the v1 gem and the new ones to work with v2 gem. Continue reading →. Posted on 15 Sep 2014.

http://blog.reachvikas.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.REACHVIKAS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 8 reviews
5 star
0
4 star
5
3 star
2
2 star
0
1 star
1

Hey there! Start your review of blog.reachvikas.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

CONTACTS AT BLOG.REACHVIKAS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Home |  Life of an IT guy | blog.reachvikas.com Reviews
<META>
DESCRIPTION
Specify gem version in ruby script. Posted on 20 Feb 2015. Amazon has recently launched AWS SDK for Ruby version 2. This was a good move, but unfortunately version 2 is not compatibe with version 1. Due to this my ruby scripts which were using old gem failed to work when I updated aws-sdk gem. This is how I tackled it. Now, that I have both the old and new version of them gems, I altered my old scripts to work with the v1 gem and the new ones to work with v2 gem. Continue reading →. Posted on 15 Sep 2014.
<META>
KEYWORDS
1 about me
2 recent posts
3 and mac osx
4 that sublime text
5 older posts
6 coupons
7 reviews
8 scam
9 fraud
10 hoax
CONTENT
Page content here
KEYWORDS ON
PAGE
about me,recent posts,and mac osx,that sublime text,older posts
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Home |  Life of an IT guy | blog.reachvikas.com Reviews

https://blog.reachvikas.com

Specify gem version in ruby script. Posted on 20 Feb 2015. Amazon has recently launched AWS SDK for Ruby version 2. This was a good move, but unfortunately version 2 is not compatibe with version 1. Due to this my ruby scripts which were using old gem failed to work when I updated aws-sdk gem. This is how I tackled it. Now, that I have both the old and new version of them gems, I altered my old scripts to work with the v1 gem and the new ones to work with v2 gem. Continue reading →. Posted on 15 Sep 2014.

INTERNAL PAGES

blog.reachvikas.com blog.reachvikas.com
1

Networking in VMware Fusion |  Life of an IT guy

http://blog.reachvikas.com/2014/08/Networking-in-VMware-Fusion

Networking in VMware Fusion. I am in a long flight from Sydney to Dallas and was looking to kill some time. What can be better than writing a post for my blog :). I have seen and helped many people struggling with networking. In VMware Workstation or VMware Fusion. Common problems are unable to connect (ping/ssh/rdp) to the virtual machine from host or other VMs in the farm. When someone installs a VM (Linux or Windows), the very first requirement if often to have the ability to SSH or RDP it. Vikas@Vika...

2

Hardware RAID Monitoring on Citrix XenServer 6.2.0 |  Life of an IT guy

http://blog.reachvikas.com/2014/05/Hardware-Raid-Monitoring-on-Citrix-XenServer

Hardware RAID Monitoring on Citrix XenServer 6.2.0. Recently, I had installed Citrix XenServer 6.2.0. On IBM x3650 M2. Rack server and it had a LSI Logic 1068E. Now, I had to set up health monitoring for raid disks. Few minutes on Google lead me to mpt-status. And I found my new friend. The steps are pretty simple. Download the below RPMs. RPMs? Yes, Citrix Xenserver is toned down version of a 32-Bit Red Hat based distro. In fact, I found some CentOS 5.X packages installed on the server. Id 9 IBM-ESXS MB...

3

mount could not find any free loop device |  Life of an IT guy

http://blog.reachvikas.com/2014/05/Add-loop-devices

Mount could not find any free loop device. If you like to play with lots of ISO files at the same time, you will inevitably encounter the below error while mounting the ISO files as loop devices. Root@vikas027: # mount -a mount: could not find any free loop device root@vikas027: #. I have a PXE Kickstart Server. For which I need to mount numerous ISO (RHEL, OEL, Ubuntu, Debian, etc) files at the same time so that the can serve as Kickstart installation trees and yum repositories.

4

How to host a website on AWS using S3 |  Life of an IT guy

http://blog.reachvikas.com/2014/05/How-To-host-a-website-on-S3

How to host a website on AWS using S3. I have read many blogs, forums and youtube videos to host a website using Amazon Simple Storage Service (S3). I ran into some issues while hosting my website which I will address in this post. I will cover the issue of Apex (or naked or bare) Domains too. For first 12 months. So lets start with what do you need to get this done. Amazon Web Service Account. First and foremost, register a domain name with any of the big players like GoDaddy. And click on S3. These two...

5

How to create a GitHub blog - Jekyll with GitHub Pages |  Life of an IT guy

http://blog.reachvikas.com/2014/05/How-To-Create-A-GitHub-Blog

How to create a GitHub blog - Jekyll with GitHub Pages. This is my first blog post and it is for someone who is looking to create a blog with minimum efforts or is completely new to GitHub Pages. And of course Web development. There could be numerous options to improve this write up, I welcome everyone to post their issues and comments. So lets start with what do you need at the first place. Disqus Account (to enable comments). Linux Server (I have used CentOS 6 but you can use any Linux distro). Account...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

LINKS TO THIS WEBSITE

backdrift.org backdrift.org

How to fix yum [Errno -1] Metadata file does not match checksum - Backdrift Backdrift

http://backdrift.org/fixing-yum-error-errno-1-metadata-file-does-not-match-checksum

How to fix yum [Errno -1] Metadata file does not match checksum. I recently upgraded my local yum repository server to RHEL6. After upgrading I noticed the below error when my el5 clients would attempting to install packages from the local repo with yum. Errno -1] Metadata file does not match checksum Trying other mirror. Choose the checksum type used in repomd.xml and for packages in the metadata. The default is now "sha256" (if python has hashlib). The older default was "sha", which is. 5 Responses to ...

backdrift.org backdrift.org

X Forwarding Sudo SSH Session - Backdrift Backdrift

http://backdrift.org/x-forwarding-sudo-ssh-session

X Forwarding Sudo SSH Session. Many environments make use of sudo to delegate access to administrative or application user accounts. This can make ssh X forwarding tricky because your environment changes as you sudo to another user. This is a workaround that will allow you to continue your ssh X forwarding session while running sudo as another user. How to SSH X Forward Sudo. Once you have your local X11 environment working and tested you’re ready to proceed x forwarding sudo. For x11 on a non-linux OS:.

linuxquestions.org linuxquestions.org

Two password questions

http://www.linuxquestions.org/questions/linux-security-4/two-password-questions-876374

Visit the LQ Articles and Editorials. This forum is for all security related questions. Questions, tips, system compromises, firewalls, etc. are all included here. Welcome to LinuxQuestions.org. A friendly and active Linux Community. Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Visit the following links:. If you have any problems with the registration process or your account login, please contact us. PAM can be used...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

4

OTHER SITES

blog.reachmarketing.com blog.reachmarketing.com

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@blog.reachmarketing.com. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.

blog.reachmobile.co blog.reachmobile.co

ReachMobile Blog | Mobile Marketing BlogReachMobile Blog | Mobile Marketing Blog

Affordable Mobile Marketing for USA Customers. Bands & Entertainment. Bars & Nightclubs. Pizza & Takeout. Salons & Spas. Tips To Enhance Your Business Through Mobile Marketing. August 17, 2015. Text Message Marketing Company. Mobile Marketing Advice To Boost Your Business. August 16, 2015. Text Message Marketing Company. Tips And Tricks To Mobile Marketing Design. August 14, 2015. Text Message Marketing Company. Mobile marketing is the exciting new trend in marketing plans. It can feel exciting to ex...

blog.reachnetwork.pro blog.reachnetwork.pro

REACH Network PPC Blog | Helping to enhance your PPC performance

44 12 2444 3148. Traffic quality on REACH Network: Adometry score, Integral Ad science and Blocking Controls. May 13, 2014. Introducing New Traffic Sources on REACH Network. April 04, 2014. A Peek into the World of 2nd Tier PPC Networks. January 13, 2014. UTM Tags and How They Benefit PPC Advertising. December 23, 2013. 4 Ways to Save Money With PPC Advertising. December 16, 2013. Smart PPC Campaign Budgeting. December 02, 2013. Are You Making These 6 PPC Mistakes? November 25, 2013. November 13, 2013.

blog.reachokinawa.com blog.reachokinawa.com

leaving cornfields

View my complete profile. This Blog is Moving. Friday, June 19, 2009. This Blog is Moving. Hey everyone. I have decided to change blogging platforms. I have a new blog up and running at http:/ www.reachokinawa.com. Please stop by and check it out. Friday, May 22, 2009. We're very excited to see what God has planned for us, and how He wants to use us together.  For all of you who have been praying for us, we are very thankful for your prayers.  Praise the Lord! Tuesday, April 28, 2009. I had applied for a...

blog.reachthe1.com blog.reachthe1.com

ReachThe1.com | Just another WordPress site

Just another WordPress site. August 28, 2011. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Proudly powered by WordPress.

blog.reachvikas.com blog.reachvikas.com

Home |  Life of an IT guy

Specify gem version in ruby script. Posted on 20 Feb 2015. Amazon has recently launched AWS SDK for Ruby version 2. This was a good move, but unfortunately version 2 is not compatibe with version 1. Due to this my ruby scripts which were using old gem failed to work when I updated aws-sdk gem. This is how I tackled it. Now, that I have both the old and new version of them gems, I altered my old scripts to work with the v1 gem and the new ones to work with v2 gem. Continue reading →. Posted on 15 Sep 2014.

blog.reacoms.com blog.reacoms.com

REACOMS BLOG

Trader's Manual for Success. How to use Pivot Point in Trading? How to use Pivot points in Forex trading? The strategy. We are going to show you the way we trade Forex using Pivot points. We calculate Pivot points on daily basis using daily charts . How to use Fibonacci in Trading? Fibonacci method in Forex Straight to the point: Fibonacci Retracement Levels are: 0.382, 0.500, 0.618 three the most important levels Fibonacci retracement levels are used as support . Scripscan:Avantel Ltd BSE code:532406 cm...

blog.reactconsulting.it blog.reactconsulting.it

React Development Blog | Blog italiano sullo sviluppo e le tecnologie Microsoft

Blog italiano sullo sviluppo e le tecnologie Microsoft. C# e dispatch singolo e multiplo. Cosa si intende per dispatch? Per rispondere a questa domanda, osserviamo innanzitutto gli snippet di codice qua sotto. 0; } } public. A : Base { public. 1; } } public. B : Base { public. Definite le classi Base,A,B come sopra, cosa scriverà in Console lo snippet seguente? Args) { Base b = new. Random().Next(3); if. RandInt = 1) b = new. RandInt = 0) b = new. B(); Console.Write(b.Metodo() ; }. La risposta è: dipende!

blog.reactec.com blog.reactec.com

Reactec Blog

4 main reasons why companies fail to manage HAV risks. The HSE continuous reduction process is quite clear on how to assess and mitigate risks but there are many companies who still fail to either apply or maintain this requirement. From working with hundreds of companies the following 4 reasons have consistently arisen that stops companies from being HSE compliant and protecting worker welfare. […]. This entry was posted in Health and Safety - Hand Arm Vibration. And tagged Hand arm Vibration. May 19, 2...

blog.reactif-theatre.fr blog.reactif-theatre.fr

Réactif Théâtre | Blog du Théâtre Réactif de Prévention

Réactif Théâtre – Blog du Théâtre Réactif de Prévention. CFA BTP de Saint-Benoit. Salon de l’Education 2016. Communauté d’Agglomération Maubeuge Val de Sambre. Violences faites aux femmes. CFA BTP de Saint-Benoit. Salon de l’Education 2016. Communauté d’Agglomération Maubeuge Val de Sambre. Deux Sèvres – Saison 6. Vienne – Saison 6. Charente Maritime – Saison 6. Charente – Saison 6. Laquo; Un plat pour deux » à Noisy le Grand. Proudly powered by WordPress. THEMED BY AmirMasoud Sheidayi.

blog.reactio.jp blog.reactio.jp

Reactioブログ | 障害対応の救世主Reactio(リアクティオ)

2016年7月1日 20:45 以前から 提供している電話番号は、7月末まで移行期間として利用できますが、8月になりますと電話番号を削除しますのでご注意ください。 グローバルメニュー ハンバーガーアイコン から設定画面を開き、左側の設定メニューから Twilio を選択します。