VirtualTam's bookmarks
11 bookmarks found
Page 1 of 1
-
- Check project import paths and compare with architechure rules defined in a configuration file
- Useful for hexagonal / onion / DDD / MVC and other architectural patterns
-
- Rust Performance 101 in 5 Minutes
- https://www.jibbow.com/posts/criterion-flamegraphs/
- https://www.notamonadtutorial.com/benchmarking-and-analyzing-rust-performance-with-criterion-and-iai/
- https://github.com/bheisler/criterion.rs
- https://github.com/bheisler/criterion.rs/issues/97 - Compare memory usage
- https://github.com/bheisler/iai
- https://github.com/tikv/pprof-rs
- https://github.com/KDE/heaptrack
-
- https://schema.org/docs/schemas.html
- https://stackoverflow.com/questions/57371445/schema-org-markup-in-emails
- https://softwareengineering.stackexchange.com/questions/328567/how-does-microdata-rdfa-compare-to-json-ld/328711#328711
- https://json-ld.org/
- https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata
- https://developers.google.com/gmail/markup/overview
- https://developers.google.com/gmail/markup/reference/formats/json-ld
- https://developers.google.com/gmail/markup/reference/formats/microdata
- https://docs.microsoft.com/en-gb/outlook/actionable-messages/adaptive-card
-
Kafka, Pulsar & RabbitMQ
2021-08-21 Articles by Eran Stiller:
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 1)
- RabbitMQ vs. Kafka – An Architect’s Dilemma (Part 2)
Article and StackOverflow response by Lovisa Johansson from CloudAMQP, seem slightly biased towards RabbitMQ:
Benchmarks by Confluent.io (Kafka creator and Cloud Provider), seem heavily biased towards Kafka:
-
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!
-
Comparing Git trees in Go · source{d} blog
2017-03-24 -
bslatkin/dpxdt · GitHub
2015-09-17 Make continuous deployment safe by comparing before and after webpage screenshots for each release.
-
Map Compare | Geofabric Tools
2014-04-07
Page 1 of 1