Oswaldo hotel http://www.hoteloswaldo.hu http://www.booking.com/hotel/hu/oswaldo.html?tab=1&error_url=%2Fhotel%2Fhu%2Foswaldo.en-gb.html%3Flabel%3Dgog235jc%3Bsid%3D49ea1271fa9a98a6c49929da2657b58f%3B&do_availability_check=on&label=gog235jc&lang=en-gb&sid=49ea1271fa9a98a6c49929da2657b58f&checkin_monthday=9&checkin_year_month=2011-4&checkout_monthday=10&checkout_year_month=2011-4# http://www.tripadvisor.com/Hotel_Review-g274887-d664796-Reviews-Hotel_Oswaldo-Budapest.html Chesscom http://www.hotelchesscom.hu/ Drivein http://www.driveinnhotel.com/location.html
Protected: Pozemky Rača, Bernolakovo
There is no excerpt because this is a protected post.
Presentation about application migration to Cloud at GTUG
URL: http://blog.gtug.sk/2011/01/fotoreportaz-zo-stretnutia-gtug4.html Migration from J2EE to the Cloud – Ladislav Gažo a Marta Pšenková p1/2 (Video) – Cloud Presented by Seges Company Cast 1: http://www.youtube.com/watch?v=Mh4KChFr_9s Code: http://code.google.com/p/acris/wiki/PortableObjects TwigPersist – http://code.google.com/p/twig-persist/ Cast 2: http://www.youtube.com/watch?v=hddNIH8DkB8 Tomcat, GlassFish, UpScale only for Enterprise apps,
ElasticSearch and other Indexing Tools
elasticsearch. elasticsearch. [1] features: uses CURL to submit queries uses JSON to format data (and fields) how about Tokenizers and Filters? it’s elastic and distributed: automatically changes master indices (when one of the nodes goes down) Indices are broken down
CheetSheet: LVM
Working with LVM Preate Physical Volume # pvcreate /dev/sda2 Create Volume Group # vgcreate vg0 /dev/sda2 # vgscan Create Logical Volume # lvcreate -n lv0 –size 32g vg0 Make File System # mkfs.ext3 /dev/vg0/lv0 Create Logical Volume # mkdir /vz