-
Zimbra migration from 7 to 8 + 32 bit to 64 bit server
WHAT IS THE GOAL Migrate Zimbra 7 (mailboxes, documents,…) to new 64 bit server with Zimbra 8.0. STEP BY STEP GUIDE 1. PREPARE OLD SERVER name: mail.domain.tld OS: Centos 5.8 32 bit Zimbra: Zimbra 7.2.0 [zimbra@oldserver ~]$ cat /etc/redhat-release CentOS release 5.8 (Final) [zimbra@oldserver ~]$ zmcontrol -v Release 7.2.0_GA_2669.RHEL5_20120410001957 CentOS5 FOSS edition. UPGRADE to latest…
-
Mount VirtualBox shares under Ubuntu guest
Scenario: Snow Leopard (Mac OSX) as host, Ubuntu 9.10 as guest (Virtual Box virtualization). I want to share files from Leopard to Ubuntu. Create a shared folder in VirtualBox — Ubuntu guest settings Create mount directory in ubuntu sudo mkdir /mnt/Downloads Mount share (created in step one) sudo mount.vboxsf Downloads /mnt/Downloads/ URL: http://blogs.sun.com/tao/entry/virtual_box_shared_folder_between