VirtualTam's bookmarks
224 bookmarks found
-
Continuous Integration memes
2018-05-06 You broke the build https://cdn-images-1.medium.com/max/1200/1*oEv-Ze3mwMgvx0Gk5Ce91A.jpeg I know Continuous Integration https://memegenerator.net/img/instances/81767213/i-know-continuous-integration.jpg So easy https://memegenerator.net/img/instances/67239657/continuous-integration-so-easy-a-caveman-can-do-it.jpg Engage https://memegenerator.net/img/instances/72078018/continuous-integration-engage.jpg
-
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!
-
Agile memes
2018-01-16 I have altered the product scope https://conversionxl.com/wp-content/uploads/2017/06/BNqDJGTGxFVpGaitiULiXNa88zNYiPhIkUwMu0sM59NuStK2VLcX-ZxGqlk9mXFG-Nb9hq6wejSNyArRZ1ppGOWhR0L5G8FS7vte-YiiRoxSaSdF72YnMtRSY9NLW4352rQUk6SW.jpg Key stakeholder https://i.pinimg.com/236x/95/82/ec/9582ec2d0801bdc4d9602bc15c3ac250--rick-moranis-ghostbusters-tech-humor.jpg Rebel SCRUM https://memegenerator.net/img/instances/500x/76938443/you-rebel-scrum.jpg Estimates https://pbs.twimg.com/media/BnzVZ4QCAAAh-6X.jpg Kanban Style https://memegenerator.net/img/instances/67497538/kanban-style.jpg Such agile http://weknowmemes.com/generator/uploads/generated/g1392129292595512104.jpg Not the manifesto! https://image.slidesharecdn.com/waterscrumfall2015-151017224509-lva1-app6892/95/waterscrumfall-by-andrew-hiles-26-638.jpg?cb=1445122117 Slices of Waterfall https://theagilesphere.files.wordpress.com/2016/02/aaeaaqaaaaaaaajnaaaajdgymgi1zdczltawytatnda4ys1ingm1lwywzguyn2jiode1mg.jpg We have Gantt charts http://i.qkme.me/3unlv7.jpg
Collections:
- https://twitter.com/agile_memes
- http://anagilemind.net/2015/02/07/collection-of-agile-related-memes/
- http://anagilemind.net/2015/03/12/more-agile-related-memes/
- http://anagilemind.net/2015/07/31/a-few-more-agile-related-memes/
- http://tiny-giant-books.com/blog/agile-memes-part-1/
- https://controlyourchaos.wordpress.com/2012/03/12/agile-memes/