VirtualTam's bookmarks
80 bookmarks found
-
Proxmox: Networking, Firewall, Security
2018-05-15 - https://pve.proxmox.com/wiki/Network_Configuration
- https://pve.proxmox.com/wiki/Firewall
- https://pve.proxmox.com/wiki/Fail2ban
- https://forum.proxmox.com/threads/how-to-implement-fail2ban-on-host.3583/
- https://forum.proxmox.com/forums/proxmox-ve-networking-and-firewall.17/
- https://myatus.com/p/guide-firewall-and-router-with-proxmox-extending-its-us/
- https://www.kiloroot.com/secure-proxmox-install-sudo-firewall-with-ipv6-and-more-how-to-configure-from-start-to-finish/
- https://blog.waccabac.com/gestion-du-pare-feu-de-proxmox-ve-4/
-
QEMU Advent Calendar 2016
2018-05-02 -
Vagrant and VirtualBox "NAT Network" adapter
2018-04-27 - https://github.com/hashicorp/vagrant/issues/2779
- https://github.com/hashicorp/vagrant/issues/6252
- https://github.com/hashicorp/vagrant/issues/7635
- https://www.virtualbox.org/manual/ch06.html
- https://www.vagrantup.com/docs/virtualbox/networking.html
- https://superuser.com/questions/1155262/network-interface-available-only-when-running-vm-through-virtualbox-but-not-thr
- https://unix.stackexchange.com/questions/29999/why-are-my-two-virtual-machines-getting-the-same-ip-address
-
Here are the steps I used to migrate a CentOS 7 VM from (presumably?) an ESXi server, to a local VirtualBox environment.
The LVM volumes were not detected at boot, and after the boot timeout, the OS fell back to the Dracut emergency shell.
- get a CentOS minimal installation CD
- check the VM's resources and peripherals:
- ensure there are no floppy drives (!)
- setup CPU and RAM resources
- check virtual drives
- add an SCSI optical drive if needed
- optional: convert the virtual drive images from VMDK to VDI
- mount the CentOS installation disc
- boot on the installation disc:
- select "Troubleshooting", then "Rescue"
- let the rescue utility detect filesystems and mountpoints
$ chroot
to the detected environment- backup files:
/etc/fstab
/boot/grub/grub.cfg
- under /boot, backup the initrd and initramfs for the current configuration (these will be overwritten)
- compare the current
/etc/fstab
with the output of$ lsblk
and$ blkid
- if needed, manually edit /etc/fstab to use the appropriate block device UUIDs, identifiers and mountpoints
- regenerate GRUB configuration:
$ grub2-mkconfig -o /boot/grub2/grub.cfg
- if needed, reinstall GRUB:
$ grub-install /dev/sda
- rebuild initrd:
$ mkinitrd --force /boot/<initrd_image> <kernel_version>
- rebuild initramfs:
$ dracut --force <kernel_version>
- exit the chroot
- unmount the installation disc
- reboot
- optional but highly recommended: cross your fingers
- ...
- profit!
-
-
- https://github.com/docker-library/official-images#architectures-other-than-amd64
- https://hub.docker.com/u/arm32v7/
- https://forums.docker.com/t/automated-build-raspberry-pi-based-image-on-docker-hub/4155/7
- https://www.ecliptik.com/Cross-Building-and-Running-Multi-Arch-Docker-Images/
- https://stackoverflow.com/questions/44925788/dockerfile-compile-in-local-machine-but-fails-in-docker-hub-for-automated-build
- https://github.com/alexellis/docker-arm
- https://github.com/resin-io-projects/armv7hf-debian-qemu
- https://github.com/cmosh/alpine-arm
-
VCV - Open-source virtual Eurorack DAW
2017-10-21 - https://github.com/VCVRack
- https://vcvrack.com/manual/
- https://www.reddit.com/r/vcvrack/
- https://www.synthtopia.com/content/2018/01/22/open-source-synthesis-behind-the-scenes-with-vcv-rack-creator-andrew-belt/
Core modules:
- https://github.com/VCVRack/AudibleInstruments
- https://github.com/VCVRack/Befaco
- https://github.com/VCVRack/ESeries
- https://github.com/VCVRack/Fundamental
Community modules:
- https://github.com/VCVRack/community
- https://github.com/modlfo/VultModules
- https://github.com/Strum/Strums_Mental_VCV_Modules
- https://github.com/IohannRabeson/VCVRack-Simple
- https://github.com/Phal-anx/MS-Modules
- https://github.com/martin-lueders/ML_modules
- https://github.com/luckyxxl/vcv_luckyxxl
- https://github.com/jeremywen/JW-Modules
- https://github.com/dekstop/vcvrackplugins_dekstop
- https://github.com/av500/vcvrackplugins_av500
- https://github.com/antoniograzioli/Autodafe
- https://github.com/antoniograzioli/Autodafe-Drums
- https://github.com/david-c14/SubmarineFree
- https://github.com/JerrySievert/CharredDesert
- https://github.com/almosteric/FrozenWasteland
- https://github.com/sebastien-bouffier/Bidoo
- https://github.com/squinkylabs/SquinkyVCV
Patches: