Skip to main content

Euro trip. Chapter1: Bucovice-Prague-Nuremberg-Leipzig-Dresden

   Begin to write something every time is complicated for me. Any way i should start. So this trip was somehow unplanned. Where to go, stay ... everything planned on way. 
  Trip started 2nd of July from Bucovice to Prague. Made reservation on "Hotel Globus" for one night. After check-inn we went to centre walk, see landmarks  of Prague. Additional we have a lunch at asian cafe. 
   3rd July. Next our plan was drove from Prague to Munich stay one night in camp hostel, visit Munich Zoo. But plans changed on way and we decided drove first Nuremberg to see my friend. Made reservation at "Azimut Hotel". As we arrived earlier check-inn was after 3PM, parked car and we decided not to waste time go and see Nuremberg. We have a lunch some soup and german sausage. And also for 30 euros we took city tour by bus about 2 hour. We saw almost whole city with information (recommended). Evening we meet my friend have a lunch thanks special thanks Fagani. Before driving to Leipzig i discovered that my car needs green sticker which i need to buy from TUV center. It's costs 6 euro. You just need car registration document. 
  4th July. Morning we went to see Nuremberg zoo. Expected to see animals but most of them seem went to holidays ))). Afternoon friend invited to his apartment. Thanks his wife she prepared delicious "boyrek" that's was so tasty.  About 4PM took way to Leipzig. City was very nice. I liked it. Evening went to see city centre. By our chance there was "Wine festival". We tasted some of german sweet wines. Plans for next day was drove to Dresden.
  5th July. Route took about 1:30 hours. As previous cities we liked city. Parked car near hotel, made check-inn after all we went to city centre for what we come here. Shopping)))). We were at some malls. Super excited. Dresden also one of cities which on 2nd WR almost destroyed. City planned very well. 
   6th July. After checkout again we walked through one of mall which in city centre. After completely run out we decided drove back to Bucovice. About 4hr not ending driving. Finally about 10PM we arrived. 
   This trip is my first trip with car which i drove and enjoyed whole trip with my love.

Hotels where we stayed:
  • Hotel Globus Prague 
  • Azimut Hotel Nuremberg
  • City Suite Art Leipzig
  • Hotel & Apartments Altstadperle  Dresden

Car survived trip: Skoda Fabia 1.4 16v 2004



German Emission Sticker

Overall: 1268 km by car 







Comments

Popular posts from this blog

Reset root pass in ESXi 5.5

    In this post i will show how to reset root password in ESXi 5.5. For this first we need any bootable linux distributor. In my example i used Ubuntu 16.04.     Boot from Ubuntu disk. Select try Ubuntu, wait for loading. After full loading open Terminal. Type fdisk -l for list all partitions hypervisor/system image is located on the first 250 MB partition (/dev/sda5) which contains the state.tgz file. Mount /dev/sda5 to /mnt sudo -s mount /dev/sda5 /mnt. Go to the /mnt cd /mnt . Copy state.tgz to /tmp folder cp state.tgz /tmp , cd /tmp. Unarchive state.tgz tar xzf state.tgz then   tar xzf local.tgz Go to the /etc directory in /tmp folder  cd etc/ . For deleting resetting password open shadow file with nano shadow  delete the password hash of ESXi root account. Close nano editor. Re add etc/ folder to local.tgz : tar czf local.tgz etc after it readd local.tgz to state.tgz: tar czf state.tgz local.tgz . Copy state.tgz mnt/ folder: cp state.tgz /mnt/ . umount /mnt 

Service Hosting - KVM documentation

Host System Requirements: Minimum host system requirements 6 GB free disk space. 2 GB RAM. Recommended system requirements One core or thread for each virtualized CPU and one for the host. 2 GB of RAM, plus additional RAM for virtual machines. 6 GB disk space for the host, plus the required disk space for the virtual machine(s). KVM Hypervisor Requirements: an Intel processor with the Intel VT-x and Intel 64 virtualization extensions for x86-based systems; or an AMD processor with the AMD-V and the AMD64 virtualization extensions. Installing the Virtualization Packages: To use virtualization on OL7, at minimum, you need to install the following packages: # yum install qemu-kvm libvirt qemu-kvm: This package provides the user-level KVM emulator and facilitates communication between hosts and guest virtual machines. qemu-img: This package provides disk management for guest virtual machines. The qemu-img package is installed as a dependency of the qemu-kvm package. libvirt: