blog.costan.us blog.costan.us

blog.costan.us

Victor Costan

Wednesday, April 30, 2014. Restoring Ruby 2.0 on Ubuntu 14.04. For some reason, Ubuntu 14.04 sets up MRI 1.9.1 as the default Ruby ( /usr/bin/ruby. And friends) version, even if Ruby was installed using the ruby2.0. Package. This post outlines a quick and dirty method for restoring Ruby 2.0 as the default Ruby version. Issue the following commands in a shell. Sudo rm /usr/bin/ruby /usr/bin/gem /usr/bin/irb /usr/bin/rdoc /usr/bin/erb. Sudo ln -s /usr/bin/ruby2.0 /usr/bin/ruby. Sudo gem update - system.

http://blog.costan.us/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.COSTAN.US

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

April

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 15 reviews
5 star
9
4 star
1
3 star
3
2 star
0
1 star
2

Hey there! Start your review of blog.costan.us

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • blog.costan.us

    16x16

  • blog.costan.us

    32x32

CONTACTS AT BLOG.COSTAN.US

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Victor Costan | blog.costan.us Reviews
<META>
DESCRIPTION
Wednesday, April 30, 2014. Restoring Ruby 2.0 on Ubuntu 14.04. For some reason, Ubuntu 14.04 sets up MRI 1.9.1 as the default Ruby ( /usr/bin/ruby. And friends) version, even if Ruby was installed using the ruby2.0. Package. This post outlines a quick and dirty method for restoring Ruby 2.0 as the default Ruby version. Issue the following commands in a shell. Sudo rm /usr/bin/ruby /usr/bin/gem /usr/bin/irb /usr/bin/rdoc /usr/bin/erb. Sudo ln -s /usr/bin/ruby2.0 /usr/bin/ruby. Sudo gem update - system.
<META>
KEYWORDS
1 victor costan
2 method
3 discussion
4 conclusion
5 no comments
6 email this
7 blogthis
8 share to twitter
9 share to facebook
10 share to pinterest
CONTENT
Page content here
KEYWORDS ON
PAGE
victor costan,method,discussion,conclusion,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels ruby,ubuntu,ubuntu packages,munin configuration,graph strategy cgi,html strategy cgi,nginx configuration,server {,echo
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Victor Costan | blog.costan.us Reviews

https://blog.costan.us

Wednesday, April 30, 2014. Restoring Ruby 2.0 on Ubuntu 14.04. For some reason, Ubuntu 14.04 sets up MRI 1.9.1 as the default Ruby ( /usr/bin/ruby. And friends) version, even if Ruby was installed using the ruby2.0. Package. This post outlines a quick and dirty method for restoring Ruby 2.0 as the default Ruby version. Issue the following commands in a shell. Sudo rm /usr/bin/ruby /usr/bin/gem /usr/bin/irb /usr/bin/rdoc /usr/bin/erb. Sudo ln -s /usr/bin/ruby2.0 /usr/bin/ruby. Sudo gem update - system.

INTERNAL PAGES

blog.costan.us blog.costan.us
1

Victor Costan: December 2009

http://blog.costan.us/2009_12_01_archive.html

Sunday, December 6, 2009. Fat iPhone Static Libraries: One File = Device Simulator Code. This post explains how to build a static iPhone library that contains ARM code (for iPhones and iPod Touches) and x86 code (for the simulator), in a single file. This is useful for companies which do not wish to expose their source code when distributing iPhone code, e.g. AdMob. The currently accepted practice. Open a Terminal, cd into your library's Xcode project directory, and issue the following commands. Tool, bu...

2

Victor Costan: August 2010

http://blog.costan.us/2010_08_01_archive.html

Sunday, August 15, 2010. Helper Testing in Rails 3. This post shows how to test both simple and complicated testers in Rails 3. The method outlined here should work in Rails 2.3 as well, but it might not be the best method. The skeleton helper testcase class generated by Rails 3 inherits from ActionView: TestCase. Simple helpers can be tested by comparing their return value with a golden string. For more complex helpers, use render :text. The code listing below demonstrates this. In the helper's output.

3

Victor Costan: March 2013

http://blog.costan.us/2013_03_01_archive.html

Sunday, March 31, 2013. Setting Up munin on Ubuntu Server 13.04 with nginx. This post explains how to configure munin. On a single Ubuntu 13.04 server that uses nginx. Monitoring is supposed to save time by debugging and predicting / avoiding catastrophes. However, setting up munin on Ubuntu was a time-consuming trial-and-error process for me. The official instructions. Run the following command to install the packages needed for munin. Sudo apt-get install munin munin-node spawn-fcgi libcgi-fast-perl.

4

Victor Costan: Quick Fix for Ugly Font Rendering in Windows Browsers

http://blog.costan.us/2011/02/quick-fix-for-ugly-font-rendering-in.html

Tuesday, February 8, 2011. Quick Fix for Ugly Font Rendering in Windows Browsers. This post presents a quick fix for the broken font rendering problem. On Windows browsers. The quick fix disables @font-face. CSS directives on Windows, using JavaScript. The next sections present the code, and describe the motivation behind this solution. All the code is standard JavaScript, except for $(window).load. I didn't want to degrade the experience for all my other users, so taking out the @font-face. Regardless o...

5

Victor Costan: Getting MRI 1.9.2 on Ubuntu 11.10

http://blog.costan.us/2011/10/getting-mri-192-on-ubuntu-1110.html

Tuesday, October 18, 2011. Getting MRI 1.9.2 on Ubuntu 11.10. The release of Ubuntu 11.10 (Oneiric) brings much-needed updates to the Ruby packaging. We can now get a sane Ruby environment in Ubuntu with a few commands. Sudo apt-get install ruby1.9.1-full. Sudo update-alternatives - set ruby /usr/bin/ruby1.9.1. Sudo env REALLY GEM UPDATE SYSTEM=1 gem update - system. This sets up a fully working MRI 1.9.2 environment, with an up-to-date version of Rubygems. Subscribe to: Post Comments (Atom).

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

github.com github.com

Victor Costan · GitHub

https://github.com/costan

Http:/ blog.costan.us. Interface for ISO 7816 Smart Cards. Jul 14, 2015. Automatically starts and stops the daemons in a Rails application. Sep 17, 2012. Security in webapps slides. Slides for the 6.470 lecture on Security in Web Applications. Feb 28, 2012. A Ruby Gem Library for Ethernet Communication. Jan 13, 2012. Slides for the 6.470 lecture on Server Admin and Deployment. Jan 20, 2011. Html css js slides. Slides for the 6.470 lecture on HTML, CSS and JavaScript. Jan 14, 2011. Jan 14, 2011.

transientneha.blogspot.com transientneha.blogspot.com

Neha Narula: Who Really Owns Your Phone?

http://transientneha.blogspot.com/2013/01/who-really-owns-your-phone.html

Sunday, January 6, 2013. Who Really Owns Your Phone? I was working on some text about interoperability on the web, and found myself getting up in arms about how far we've strayed from the initial ideals of the internet. The web was founded on principles of open, democratic access. Any computer could put up a website; given an internet service provider, any user could connect to it. So, just avoid the app store, right? The debate over HTML5 websites vs. native apps on mobile is an excellent example of...

costan.us costan.us

statementofobjectives - Victor Costan's Personal Web Site

http://www.costan.us/statementofobjectives

This is the Statement of Objectives that I have submitted in support of my application to MIT's PhD program in Computer Science. It reflects what I hope to accomplish over the next few years. Better, with a few friends. No legions required. Now, I want to share this rediscovered joy with others, and hopefully reduce the migration of smart hackers to management, consulting, and finance. Open-source project. I have also published my research findings in the Lecture Notes in Computer Science for the CAR...

costan.us costan.us

bio - Victor Costan's Personal Web Site

http://www.costan.us/bio

Victor Costan got infected with a passion for coding at the age of 10, and proceeded to earn a M.Eng in Computer science from MIT. Victor also holds a B.S. in Management that he pursued as he fell prey to the belief that great software requires legions of developers manipulating bloated code bases in repetitive ways.

costan.us costan.us

recruiters - Victor Costan's Personal Web Site

http://www.costan.us/recruiters

Information for Job Recruiters. I have been accepted into the PhD program of my dreams, and I expect to graduate sometime around 2017. Until then, please contact me at victor@costan.us. You can get my latest resume here. My latest MIT transcript is available here. C) Victor Costan, 2007.

costan.us costan.us

myprojects - Victor Costan's Personal Web Site

http://www.costan.us/myprojects

Ruby on Rails and iPhone. I wanted to do an iPhone application. Two of my friends wanted to learn Ruby on Rails. The result was a stock trading simulation game, with an iPhone user interface, and a Ruby on Rails web site. The game is available in the iTunes App Store, and its website is http:/ istockplay.com. I separated the reusable code in StockPlay, and put it into the ZergSupport. Open-source toolkit, available on GitHub under the MIT license. It's also available on GitHub under the MIT license.

costan.us costan.us

socialnetworks - Victor Costan's Personal Web Site

http://www.costan.us/socialnetworks

Follow my work on GitHub. Follow me on Twitter. Connect with me on LinkedIn. Friend me on Facebook.

costan.us costan.us

myschedule - Victor Costan's Personal Web Site

http://www.costan.us/myschedule

C) Victor Costan, 2014.

gwhiz.wordpress.com gwhiz.wordpress.com

Installing Leopard From DMG | gWHIZ

https://gwhiz.wordpress.com/2006/09/21/installing-leopard-from-dmg

Apple, Mac OSX, Yosemite, iChat for Windows, iPhone emulator and such. Laquo; How To Install OS From DMG? Installing Leopard From DMG. EDIT DEUX: Thanks to DIGG this is really taking off. There are a variety of really good ‘other’ methods outlined in the comments. Apparently LOTS of people have found the following useful. I hope you will too. In return, if you’d favorite the gWHIZ blog at Technorati. I’d really appreciate it as I’m trying to break into their top 50,000 blogs by years end.]. However, I wi...

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL LINKS TO THIS WEBSITE

24

SOCIAL ENGAGEMENT



OTHER SITES

blog.costafrancesco.eu blog.costafrancesco.eu

Home - Francesco Costa

2011-08] Padova - Lienz. 2012-08] Firenze - Bellaria. Dopo che l'hai comprato. Passo 3: Esplorazione degli ambienti di lavoro. Audio Italiano su film Inglese MKV. Spostare Installazione di Windows Xp. Postato in Windows Disaster. Canon Pixma 495 su Ubuntu 14.04. Postato in Ubuntu in Generale. Incompatibilità Sata 1 e Sata 2. Postato in Hardware Problem. Quante volte avete spostato hard disk da un computer all'altro? Oggi ho dovuto collegare un disco Seagate 7200.11 ad una scheda madre Asus A7-V600-X.

blog.costainnovations.com blog.costainnovations.com

Blog Costa Innovations | Tecnologia para mudar o mundo

Tecnologia para mudar o mundo. Análise EC2 vs Droplets. Análise EC2 vs Droplets. 10 de novembro de 2016. Leia mais Leia mais. Amazon lança Inspire, uma nova plataforma de ensino on-line. Amazon lança Inspire, uma nova plataforma de ensino on-line. 28 de junho de 2016. Leia mais Leia mais. YouTube terá sua primeira série exclusiva. YouTube terá sua primeira série exclusiva. 24 de junho de 2016. Leia mais Leia mais. Anatel autoriza transferência de concessões da GVT para Vivo. 23 de junho de 2016. Mercador...

blog.costakreuzfahrten.de blog.costakreuzfahrten.de

C Blog, der offizielle Blog von Costa Kreuzfahrten - Neuigkeiten, Routen, Urlaubserfahrungen | Herzlich Willkommen im "C" Blog! Neuigkeiten und Routen - Hier entdecken Sie die ganze Welt von Costa. Teilen Sie mit uns und anderen Ihre Kreuzfahrte

Ldquo;C„ Blog - Der offizielle Blog von Costa Kreuzfahrten. Die Regeln in unserem Blog. C" Blog, Ihr Online-Treffpunkt für Ihre Storys. 5426 BESICHTIGUNG VON MONTEVIDEO (Ausflug inbegriffen). 27 Februar 2015 12:25. Gelassenheit.das ist das erste Wort, das mir in den Sinn kommt, wenn ich an den Ausflug in Montevideo zurückdenke! Ein Ausflug, der Sie kulturell, vor allem aber auch persönlich bereichert! D3d1348d-5ab0-4915-bdcb-70f8d5eeba3d 0 .0. Zwischen Himmel und Meer - Wieder rund um die Welt. Doch das ...

blog.costaloc.com blog.costaloc.com

Blog de la Costa del Sol en français. Informations, golf et actualités.

Téléphone * 34 628 133 548. Horaires 10:00 à 20:30. Blog Costa del Sol. De la Costa del Sol, a Arroyo de la Miel. Twister, le passage de la terreur. Le bateau mystérieux. Trains, manèges. De bois constituent quant. De la Costa del Sol font des après-midi. Et des soirées. Les moments les plus animés. Attractions, la variété. Les bars et restaurants à. Tivoli World, Avda. De Tivoli, s/n, Arroyo de la Miel. 29630, Málaga. 34 952 44 50 45. Parc des Crocodiles Tooremolinos. Des crocodiles de Torremolinos.

blog.costamar.com blog.costamar.com

Blog Costamar.com | tips de viaje, noticias y consejos sobre turismo

Diez lugares que no debes perderte si visitas Argentina. Argentina es uno de los destinos turísticos más visitados en América del Sur y no es por simple capricho, pues es un país que tiene mucho por ofrecer. Desde bellos escenarios naturales, lagos, montañas y nevados, hasta hermosas playas y una gastronomía…. Los diez mejores lugares para visitar en Chile. Los cinco arcos formados por la naturaleza más bellos del planeta. Los cinco mejores destinos para las chicas viajeras. El Caribe es sin duda una de ...

blog.costan.us blog.costan.us

Victor Costan

Wednesday, April 30, 2014. Restoring Ruby 2.0 on Ubuntu 14.04. For some reason, Ubuntu 14.04 sets up MRI 1.9.1 as the default Ruby ( /usr/bin/ruby. And friends) version, even if Ruby was installed using the ruby2.0. Package. This post outlines a quick and dirty method for restoring Ruby 2.0 as the default Ruby version. Issue the following commands in a shell. Sudo rm /usr/bin/ruby /usr/bin/gem /usr/bin/irb /usr/bin/rdoc /usr/bin/erb. Sudo ln -s /usr/bin/ruby2.0 /usr/bin/ruby. Sudo gem update - system.

blog.costanzomaterassi.it blog.costanzomaterassi.it

Blog CostanzoMaterassi | Dormi meglio, vivi meglio!

Dormi meglio, vivi meglio! Il sonno in vacanza, cosa fare per evitare difficoltà nel dormire. Mesi e mesi passati a sognare e pianificare una vacanza di riposo, svago e sane abitudini, e poi ci si ritrova a perdere il buon sonno ancora prima della partenza, sovraccaricando la routine quotidiana con mille cose da fare: portare a termine il lavoro, lasciare la casa in ordine, pagare le tasse in scadenza, preparare la valigia. Non si capisce perché a ogni minimo cambiamento nella vita quotidiana diventi tut...

blog.costapress.com.ar blog.costapress.com.ar

CostaPress > Prensa, comunicación y difusión en el Partido de La Costa

Http:/ costapress.weebly.com.

blog.costarealty.com.mx blog.costarealty.com.mx

Costa Realty - Casas en Venta en Cancún y Riviera Maya

Universidades de Cancún parte II. 8 agosto, 2015 /. La semana pasada se escribió un artículo presentando alguna de las universidades de Cancún, su ubicación, instalaciones, logros, etc. Hoy continuaremos con el tema presentando otras universidades que tiene esta bella ciudad. Universidad del Caribe. Es una de las 7 universidades reconocida por la SEP (Secretaria de Educación Pública) y cuenta con profesores. Universidades de Cancún Parte I. 3 agosto, 2015 /. 31 julio, 2015 /. 10 julio, 2015 /. Hola de nu...

blog.costarica-vacation-villa.com blog.costarica-vacation-villa.com

costarica-vacation-villa blog

Welcome to Tamarindo, Costa Rica. Posted on 24. Jun, 2011 by admin. Costa Rica, Tamarindo. Posted on 24. Jun, 2011 by admin. Posted on 24. Jun, 2011 by admin. Costa Rica Vacation Rentals. Posted on 24. Mar, 2011 by admin. Posted on 24. Mar, 2011 by admin. Posted on 24. Mar, 2011 by admin. The Beach / La Playa – Tamarindo Costa Rica. Posted on 17. Dec, 2010 by admin. The Height of Luxury in Guanacaste. Posted on 15. Dec, 2010 by admin. Costa Rica Retirement: Lower Costs, Higher Lifestyle. Tweet Source: Fi...

blog.costarica.cidadeinteligente.info blog.costarica.cidadeinteligente.info

Notícias do Plano Municipal de Saneamento Básico de Costa Rica - MS

Plano Municipal de Saneamento Básico de Costa Rica - MS. Costa Rica - MS. Encontre aqui as últimas novidades e informações importantes sobre o Plano Municipal de Saneamento Básico de Costa Rica - MS. Entrega do Plano Municipal de Saneamento Básico. Hoje, 27 de janeiro de 2014, às 14 horas haverá a entrega final do Plano Municipal de Saneamento Básico de Costa Rica ao Comitê de Coordenação! Notícias publicadas sobre o Plano Municipal de Saneamento Básico de Costa Rica. Costa Rica em foco. Relatório dos Pr...