VirtualTam's bookmarks
79 bookmarks found
-
Eccentric Engineers - Tracks ARTE
2018-10-14 -
SHEDWORKS - Sable
2018-06-26 Trailers:
Dev & Art Team:
- https://twitter.com/ShedworksGreg
- https://twitter.com/ShedworksDan
- https://twitter.com/betterthemask
- https://twitter.com/Jbrekkie
- https://twitter.com/MartinKvale
- https://twitter.com/MacchiatoLycan
Media:
- https://twitter.com/i/moments/971351000635314176
- http://www.erictabuchi.net/filter/Photoworks/Architecture-d-entrainement
Interviews:
- http://uk.ign.com/articles/2018/06/14/e3-2018-sable-is-an-unlikely-companion-to-breath-of-the-wild
- https://www.pcgamer.com/sable-is-a-gorgeous-contemplative-exploration-game-made-by-two-friends-who-work-in-a-shed/
- https://www.forbes.com/sites/maxthielmeyer/2018/06/26/sable-developer-greg-kythreotis-talks-art-and-architecture-in-e3s-prettiest-game/#59af53bf358c
-
Qt for Python - Qt Wiki
2018-05-07 - https://blog.qt.io/blog/2018/04/13/qt-for-python-is-coming-to-a-computer-near-you/
- https://blog.qt.io/blog/2018/05/04/hello-qt-for-python/
- https://blog.qt.io/blog/2018/06/13/qt-python-5-11-released/
- https://groups.google.com/forum/#!topic/pyside-dev/pqwzngAGLWE
- https://codereview.qt-project.org/gitweb?p=pyside/pyside-setup.git;a=summary
-
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://www.youtube.com/watch?v=a1rC79DHpmY
- https://www.youtube.com/watch?v=0CGzC_iss-8
- https://github.com/tree-sitter/tree-sitter
- https://github.com/tree-sitter/tree-sitter/tree/master/highlight
- https://siraben.dev/2022/03/01/tree-sitter.html
- https://github.com/tree-sitter/tree-sitter-go
- https://fosdem.org/2018/schedule/event/code_tree_sitter/
-
-