- Create 10GB FreeBSD image using QEMU.
- Run the VM using xhyve.
- Mount host directory.
- Resize the image.
- OSX
- Homebrew
| #include <iostream> | |
| inline constexpr bool debug{false}; | |
| template <typename... T> | |
| inline void debug(const T &... msg) | |
| { | |
| if constexpr(debug) { | |
| printf(msg...); | |
| } |
| # Latex files | |
| *.aux | |
| *.glo | |
| *.idx | |
| *.log | |
| *.toc | |
| *.ist | |
| *.acn | |
| *.acr |