Posts

Showing posts from July, 2015

GDS summary information

http://www.slideshare.net/AngelinaNjegus/lesson-3-from-computer-reservation-systems-to-global-distribution-systems http://locanda.sourceforge.net/features/ Global Distribution System - Automated transactions between Third-parties and booking agents in order to provision travel related services to the end customer.Links different services (rates, bookings, consolidates services across all three travel sectors - airline reservation, hotel reservations, car rentals and activities) A computer reservations system or central reservation system[1] ( CRS ) is a computerized system used to store and retrieve information and conduct transactions related to air travel, hotels, car rental, or activities An Internet booking engine ( IBE ) is an application which helps the travel and tourism industry support reservation through the Internet. It helps consumers to book flights, hotels, holiday packages, insurance and other services online. This is a much needed application for the aviation i...

AWS fixing a volume login

lsblk mount /dev/xvdf /mnt cd /mnt/var/log ls -ltr tail -n 20 auth.log cd /mnt/home/bitnami ls -ld cd chroot /mnt cd /home/bitnami ls -ld ls -ld .ssh ls -la .ssh ls -ld /home chown bitnami:bitnami /home/bitnami ls -ld . exit umount /mnt /dev/sda1 find out top 10 largest file/directories du -a /var | sort -n -r | head -n 10 du -hsx * | sort -rh | head -10