Here's a step by step guide to convert a Virtualbox .ova to a Vagrant box.
- List your VMs to find the VM id you want to convert:
$ VBoxManage list vms
"testing" {a3f59eed-b9c5-4a5f-9977-187f8eb8c4d4}
- You can now package the .ova VM as Vagrant box:
| <?php | |
| /* | |
| * | |
| * Use the examples below to add your own servers. Coded by clone1018 [?] | |
| * | |
| */ | |
| $title = "Simple Server Status"; // website's title | |
| $servers = array( | |
| 'Google Web Search' => array( | 
| Regex for matching ALL Japanese common & uncommon Kanji (4e00 – 9fcf) ~ The Big Kahuna! | |
| ([一-龯]) | |
| Regex for matching Hirgana or Katakana | |
| ([ぁ-んァ-ン]) | |
| Regex for matching Non-Hirgana or Non-Katakana | |
| ([^ぁ-んァ-ン]) | |
| Regex for matching Hirgana or Katakana or basic punctuation (、。’) | 
| /** | |
| * Created by Ishank Gulati on 14/10/16. | |
| * Observer as per Observer design pattern. | |
| */ | |
| public interface RVObserver { | |
| void update(RecyclerViewItemClickListener listener); | |
| } | 
| /* -------------- FOR LINUX USERS ---------------- */ | |
| 1) Go to directory: "/usr/share/dbeaver" | |
| 2) Edit "dbeaver.ini" file | |
| 3) In that file add "-Duser.timezone=UTC" this line under "-vmargs" tag | |
| 4) Save it and restart dbeaver. | |
| 5) Enjoy with correct date without any date conversion. | |
| Finally your dbeaver.ini file will look like this: | |
| -startup | 
| /* -------------- FOR LINUX USERS ---------------- */ | |
| 1) Go to directory: "/usr/share/dbeaver" | |
| 2) Edit "dbeaver.ini" file | |
| 3) In that file add "-Duser.timezone=UTC" this line under "-vmargs" tag | |
| 4) Save it and restart dbeaver. | |
| 5) Enjoy with correct date without any date conversion. | |
| Finally your dbeaver.ini file will look like this: | |
| -startup | 
| /* -------------- FOR LINUX USERS ---------------- */ | |
| 1) Go to directory: "/usr/share/dbeaver" | |
| 2) Edit "dbeaver.ini" file | |
| 3) In that file add "-Duser.timezone=UTC" this line under "-vmargs" tag | |
| 4) Save it and restart dbeaver. | |
| 5) Enjoy with correct date without any date conversion. | |
| Finally your dbeaver.ini file will look like this: | |
| -startup | 
| <?php | |
| /** | |
| * Based on http://www.wenigersh.com/blog/post/maintenance-mode-for-symfony-2-applications | |
| * | |
| * Includes support of user permisson check (here: check if user has role ADMIN), so admins can still surf the site while in maintenance mode | |
| * Be aware that if you clear the cache (to start maintenance in prod environment) your sessions might be cleared as well, so people get logged out | |
| * The config.yml will move the sessions to /app/sessions/[environment] | |
| * | |
| * Also be aware that you need at least Symfony 2.6 for this permission check. For older versions the call is different | |
| * @see http://symfony.com/blog/new-in-symfony-2-6-security-component-improvements | 
| /** | |
| * Very simple way to check if a file exists on this domain. | |
| * Use with the jQuery library. | |
| * | |
| * Important: Works only on the same domain. | |
| * Cross-domain-requests have to be done in another way (see JSONP)! | |
| * | |
| * Use: console.log( "/data/list.json".fileExists() ); | |
| */ | |
| String.prototype.fileExists = function() { | 
Here's a step by step guide to convert a Virtualbox .ova to a Vagrant box.
$ VBoxManage list vms
"testing" {a3f59eed-b9c5-4a5f-9977-187f8eb8c4d4}