August 24, 2009
This article shows how to create multiple VPS-es using OpenVZ and how to configure those VPS-es as a Rails prod/testing server.
It is an updated and improved version of http://wiki.openvz.org/Quick_installation
Why OpenVZ?
+ low overhead, good performace (claiming only 3% penalty)
+ soft memory allocation
+ free
+ relatively easy to install/manage
- requires both host and to guest OS be Linux
- no GUI on guest machines
Leave a Comment » |
Uncategorized | Tagged: linux, openvz, production, rails, server, testing, ubuntu, vps |
Permalink
Posted by vladzloteanu
July 25, 2009
1 Comment |
Uncategorized | Tagged: 3rdrail, aptana, aptana issues, editors, java, linux, netbeans, radrails, rails, rubymine, sun, ubuntu, ubuntu 9 |
Permalink
Posted by vladzloteanu
July 17, 2009
Problem: forked a project from Git, made some changes, wanted to push the changes. Got this error:
git push
fatal: protocol error: expected sha/ref, got ‘
*********’
You can’t push to git://github.com/user/repo.git
Use git@github.com:user/repo.git
Read the rest of this entry »
1 Comment |
Uncategorized | Tagged: git, git error, git push, git push error |
Permalink
Posted by vladzloteanu
July 13, 2009
A lot of GitHub projects are dedicated to creating a Rails Start-up application that should have the most used functionalities in any web application, like:
- user authentication
- profile management
- user roles
- users management
- integration with other authentication systems (OpenID, FacebookConnect, etc)
Some of the most well known are listed below:
Read the rest of this entry »
3 Comments |
Uncategorized | Tagged: authentication, authlogic, baseapp, openid, rails, startup apps, users management |
Permalink
Posted by vladzloteanu
July 2, 2009
For writing a short ToDo list, taking some notes from a conference or saving an interesting shell command, an Ubuntu user needs a simple sticky notes desktop widget. Tomboy Notes is the easyest to use but in the same time very well featured, and it is bundled in Gnome Desktop.
Read the rest of this entry »
Leave a Comment » |
Uncategorized | Tagged: ext2, ext3, fs-driver, linux, sticky notes, tomboy notes, ubuntu, windows |
Permalink
Posted by vladzloteanu
June 28, 2009
I am creating a new page on my blog, regarding Ruby and Ruby on Rails Design Patterns links.
Regarding Ruby Design patterns, there are (in my opinion) 2 major resources: The “Ruby Design Patterns” book of Russ Olsen and the Ruby Best Practices Blog. The Design page is about the rest of them
.
A first link: a slideshow regarding common design patterns (Observer, Decorator, Factory, Command) implemented both in Java and Ruby. Enjoy.
Leave a Comment » |
Uncategorized | Tagged: commander, decor, design patterns, factory, observator, rails, ruby |
Permalink
Posted by vladzloteanu
June 25, 2009
When something goes wrong in Windows (I can’t boot, not even in safe mode), and I really really need that data, the first thing that crosses my mind is to use a Ubuntu Live CD. However, if Win was not shut down correctly, the ntfs partition can not be mounted.
Recovery disks are plenty on the internet. They all come bundled with all kinds of little programs to help you debug/recover your data. What if such a recovery disk would give you a standard win(explorer) inteface, with network access, disk utils, debugging tools? A trully Win Live CD.
Read the rest of this entry »
Leave a Comment » |
Uncategorized | Tagged: bartpe, linux, live cd, utilities, windows |
Permalink
Posted by vladzloteanu