sanjayarun.blogspot.com sanjayarun.blogspot.com

SANJAYARUN.BLOGSPOT.COM

A r U n O n R a I L s . . !

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, April 23, 2009. High Availability-Installing DRBD and Hearbeat in Ubuntu. TS93-55 - 192.168.1.93 10.0.0.55. TS94-56 - 192.168.1.94 10.0.0.56. Virtual Ip - 192.168.1.95. Once you have installed Ubuntu 8.04 Server, you need to install some build tools. Apt-get install build-essential binutils cpp gcc autoconf automake1.9 libtool. Autotools-dev g make flex. Then extract the kernel source:.

http://sanjayarun.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SANJAYARUN.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 14 reviews
5 star
3
4 star
6
3 star
3
2 star
0
1 star
2

Hey there! Start your review of sanjayarun.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • sanjayarun.blogspot.com

    16x16

  • sanjayarun.blogspot.com

    32x32

  • sanjayarun.blogspot.com

    64x64

  • sanjayarun.blogspot.com

    128x128

CONTACTS AT SANJAYARUN.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
A r U n O n R a I L s . . ! | sanjayarun.blogspot.com Reviews
<META>
DESCRIPTION
A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, April 23, 2009. High Availability-Installing DRBD and Hearbeat in Ubuntu. TS93-55 - 192.168.1.93 10.0.0.55. TS94-56 - 192.168.1.94 10.0.0.56. Virtual Ip - 192.168.1.95. Once you have installed Ubuntu 8.04 Server, you need to install some build tools. Apt-get install build-essential binutils cpp gcc autoconf automake1.9 libtool. Autotools-dev g make flex. Then extract the kernel source:.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 cd /usr/src
4 make mrproper
5 make menuconfig
6 make prepare
7 make
8 cd /root
9 make install
10 modprobe drbd
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,cd /usr/src,make mrproper,make menuconfig,make prepare,make,cd /root,make install,modprobe drbd,echo 'drbd' /etc/modules,lsmod grep drbd,global {,usage count no;,common {,protocol c;,syncer {,startup {,wfc timeout 0;,disk {
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

A r U n O n R a I L s . . ! | sanjayarun.blogspot.com Reviews

https://sanjayarun.blogspot.com

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, April 23, 2009. High Availability-Installing DRBD and Hearbeat in Ubuntu. TS93-55 - 192.168.1.93 10.0.0.55. TS94-56 - 192.168.1.94 10.0.0.56. Virtual Ip - 192.168.1.95. Once you have installed Ubuntu 8.04 Server, you need to install some build tools. Apt-get install build-essential binutils cpp gcc autoconf automake1.9 libtool. Autotools-dev g make flex. Then extract the kernel source:.

INTERNAL PAGES

sanjayarun.blogspot.com sanjayarun.blogspot.com
1

A r U n O n R a I L s . . !: How to Improve Performace in Rails Application

http://www.sanjayarun.blogspot.com/2008/12/how-to-improve-performace-in-rails.html

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Wednesday, December 3, 2008. How to Improve Performace in Rails Application. 1Do not use dynamic finders like find by name. find by columnname. This will internally call a method named 'method missing' in activerecord then it will construct a query and execute it. 2Do not use rails helpers like link to. 4Avoid too many before filters. 5While writing query for eg. Model.find(:all). 9Monitor ur rails ap...

2

A r U n O n R a I L s . . !: Import data from CSV or Excel in to database

http://www.sanjayarun.blogspot.com/2008/12/import-data-from-csv-or-excel-in-to.html

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, December 4, 2008. Import data from CSV or Excel in to database. Simple Way To Import CSV/Excel data. If u have excel file then save it as CSV file. Consider a table foo and it has two columns (name,status). Put ur CSV file in config folder. Create a migration file. Put the below code in ur self.up method. Filename = "#{RAILS ROOT}/config/Datafile.csv". While (line = file.gets).

3

A r U n O n R a I L s . . !: April 2009

http://www.sanjayarun.blogspot.com/2009_04_01_archive.html

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, April 23, 2009. High Availability-Installing DRBD and Hearbeat in Ubuntu. TS93-55 - 192.168.1.93 10.0.0.55. TS94-56 - 192.168.1.94 10.0.0.56. Virtual Ip - 192.168.1.95. Once you have installed Ubuntu 8.04 Server, you need to install some build tools. Apt-get install build-essential binutils cpp gcc autoconf automake1.9 libtool. Autotools-dev g make flex. Then extract the kernel source:.

4

A r U n O n R a I L s . . !: December 2008

http://www.sanjayarun.blogspot.com/2008_12_01_archive.html

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, December 4, 2008. Import data from CSV or Excel in to database. Simple Way To Import CSV/Excel data. If u have excel file then save it as CSV file. Consider a table foo and it has two columns (name,status). Put ur CSV file in config folder. Create a migration file. Put the below code in ur self.up method. Filename = "#{RAILS ROOT}/config/Datafile.csv". While (line = file.gets). In a database...

5

A r U n O n R a I L s . . !: High Availability-Installing DRBD and Hearbeat in Ubuntu

http://www.sanjayarun.blogspot.com/2009/04/high-availability-installing-drbd-and.html

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, April 23, 2009. High Availability-Installing DRBD and Hearbeat in Ubuntu. TS93-55 - 192.168.1.93 10.0.0.55. TS94-56 - 192.168.1.94 10.0.0.56. Virtual Ip - 192.168.1.95. Once you have installed Ubuntu 8.04 Server, you need to install some build tools. Apt-get install build-essential binutils cpp gcc autoconf automake1.9 libtool. Autotools-dev g make flex. Then extract the kernel source:.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

5

OTHER SITES

sanjayarora.com sanjayarora.com

Sanjay Arora | Nextopia.com

My name is Sanjay Arora. Since 1999, we have been dedicated to growing online retailers businesses' through our innovative technology and proprietary methods. With an office in Toronto, Nextopia has grown from a small team of developers into the #1 global provider of eCommerce site search and navigation solutions. We are constantly striving to improve our business and achieve greater success, with 1600 customers. GO TO NEXTOPIA.COM. Want to learn more about nextopia? Do Not Fill This Out.

sanjayarora.org sanjayarora.org

Sanjay Arora's home on the Net

Sanjay Arora's home on the Net ;-). Information about me is here. About my family, here. About my interests, here. Link up with me online, here. My blog is here. My Corporate sites, here. Upcoming Commercial projects, here. Upcoming Social projects, here. Links coming up shortly, meanwhile visit here. Thanks for visiting my homepage. I ain't no politician, so this is it.End of Speech ;-). If you want a longer speech , you will find it here.

sanjayaroraasso.com sanjayaroraasso.com

Sanjay Arora Associates || Helping you to take the rights decision !!

Independent House / Villa. Independent House / Villa. Spaze Privy is one of the completed project by Spaze Builders. It is spread across 11 Acres and located at Sohna Road, Sector 72, Noida. The project is beautifully landscaped . . . . Ansal Esencia is a residential development. This is an ongoing project of Ansal API. It has a thoughtful design and is being developed with all the modern day amenities as . . . . Park View Grand Spa. Spaze takes pride once again by delivering exceptional comfort to you w...

sanjayaroraassociates.com sanjayaroraassociates.com

SANJAY ARORA & ASSOCIATES :: CHARTERED ACCOUNTANTS

The firm Sanjay Arora and Associates ( SAA ) has experienced significant growth since inception in 1988. Currently, the firm has two partners supported by associates and executives. SAA has a clearly laid down vision statement and service philosophy which accords each member a single minded purpose and goal.

sanjayarra.blogspot.com sanjayarra.blogspot.com

Sanjay

Http:/ all-in-onewallpapersfortollyto3d.blogspot.in. Http:/ newlatestarticlesdirectory.blogspot.com. Wednesday, 21 March 2012. ICC Cricket World Cup Trophy Winner Country. The Cricket World Cup is the premier international championship of men’s One Day International (ODI) cricket, organised by the International Cricket Council (ICC), with preliminary qualification rounds leading up to a finals tournament which is held every four years. WI won by 17 runs. Lord’s, London. WI won by 92 runs. Common Law Admi...

sanjayarun.blogspot.com sanjayarun.blogspot.com

A r U n O n R a I L s . . !

A r U n O n R a I L s . ! I am a Rails Developer having 4 experience. Let discuss more about Rails here! Thursday, April 23, 2009. High Availability-Installing DRBD and Hearbeat in Ubuntu. TS93-55 - 192.168.1.93 10.0.0.55. TS94-56 - 192.168.1.94 10.0.0.56. Virtual Ip - 192.168.1.95. Once you have installed Ubuntu 8.04 Server, you need to install some build tools. Apt-get install build-essential binutils cpp gcc autoconf automake1.9 libtool. Autotools-dev g make flex. Then extract the kernel source:.

sanjayasan.wordpress.com sanjayasan.wordpress.com

Sanjayasan's Blog

Kasus impor kapal tanpa PIB agar dituntaskan. JAKARTA (Bisnis): Kamar Dagang dan Industri (Kadin) meminta pemerintah menanggapi masalah 1.000 unit kapal niaga yang diimpor tanpa dokumen pemberitahuan impor barang (PIB) dan surat keterangan bebas pajak pertambahan nilai (SKB PPN). Kasus ini sudah berlarut-larut. Kami harap agar Kemenhub segera bergerak supaya sektor lainnya tidak terkena dampak, ujarnya kepada Bisnis.com, siang ini. Kan pelayaran itu stakeholders Kemenhub. Indonesian National Shipowne...

sanjayasecurity.blogspot.com sanjayasecurity.blogspot.com

CV. MULTI SANJAYA

Jl Sutan Syahrir No. 76 Tarok Dipo - BUKITTINGGI Telp Kantor 0752-7010898 Mobile: 08116606888, 083186880888, 08197680888. Sabtu, 07 Juni 2014. Alat Khusus Pelacak Mobil. Dapatkan harga dan kualitas terbaik hanya di Sanjaya Security. Mengetahui posisi mobil secara real time melalui sms dan web. Mematikan dan menghidupkan mesin dengan sms. Sadap suara kabin mobil. Segera kunjungi Sanjaya Security CCTV Specialist di Jl. Sutan Syahrir No.76 Bukittinggi. Telp. 0752 7010898- 09116606888. 10 pcs conector BNC RCA.

sanjayasewaht.blogspot.com sanjayasewaht.blogspot.com

SANJAYA SEWA HT DI BALI

RENTAL HT DI BALI. Sukses dan tidaknya sebuah Acara sangat tergantung pada Profesionalisme Event Organizer atau Kepanitiaan dalam mengelola Acara tersebut dari Fase Perencanaan hingga Pasca Acara. Hal ini tidak terlepas dari Lancar dan Tanggapnya Personil dalam berKoordinasi antar Bidang dalam Kepanitiaan. Dalam rangka menunjang Koordinasi dibutuhkan alat bantu yang memadai berupa Radio. Komunikasi seperti HANDY TALKY. Kami : Agus 085 339 45 8080. Thank's Ditha Cs @ Profesional for Wedding Organized.

sanjayashop.com sanjayashop.com

www.sanjayashop.com

Selamat datang di www.sanjayashop.com. Welcome : Domestic and International Customer. TAS and KOPER DAN SEPATU and SANDAL. Polo Classic / Traveltime Prosport / Aoking / Sinpad / Lanpad / Berbagai merek lain. Luggage : President / Bruno Manfred / Polo Classic Original / Polo Gear. Pusat berbagai macam models : Sepatu Sekolah Black School Shoes / Sport shoes /Casual shoes. Noted : Tanda * Harga Special @ Rp.100.000,-. Kami menyediakan online shop untuk memudahkan anda berbelanja products tersebut diatas.

sanjayasports.com sanjayasports.com

Sanjayasports.com

The domain sanjayasports.com may be for sale. Click here for details.