VirtualTam's bookmarks
39 bookmarks found
-
- https://minimal.guide/Home
- https://github.com/kepano/obsidian-minimal
- https://github.com/kepano/obsidian-minimal-settings
- https://forum.obsidian.md/t/share-your-minimal-theme-screenshots-configuration/8983
- https://github.com/dvcrn/obsidian-filename-heading-sync
- https://github.com/zsviczian/obsidian-excalidraw-plugin
- https://github.com/lynchjames/obsidian-mind-map
- https://www.eleanorkonik.com/its-not-just-a-pretty-gimmick-in-defense-of-obsidians-graph-view/
- https://medium.com/@ensleytan/using-obsidians-graph-view-for-real-99fd94153514
- Obsidian TTRPG
- Zsolt's Visual Personal Knowledge Management
-
Mutagen Extension for Docker Desktop
2023-01-07 Create synchronized caches of macOS and Windows filesystem contents in ext4 volumes inside the Docker Desktop VM
-
-
- https://atlas.ripe.net/
- https://www.ripe.net/manage-ips-and-asns/resource-management/faq/independent-resources/phase-three/what-is-a-local-internet-registry-lir
- https://labs.ripe.net/Members/stephane_bortzmeyer/using-ripe-atlas-to-debug-network-connectivity-problems
- https://github.com/RIPE-Atlas-Community/ripe-atlas-community-contrib
- https://www.bortzmeyer.org/dns-over-tls-atlas-measures.html
-
-
-
- https://hub.docker.com/r/cnadiminti/dynamodb-local/
- https://github.com/cnadiminti/docker-dynamodb-local
- https://dwmkerr.com/run-amazon-dynamodb-locally-with-docker/
- https://github.com/aws-samples/aws-dynamodb-examples
- https://github.com/aws-samples/dynamodb-tictactoe-example-app
- https://github.com/RickZee/dynamodb-gui
-
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!
-
Apache Ivy ™
2018-03-05