VirtualTam's bookmarks
25 bookmarks found
-
Recapping and restoring a Harman Kardon 330C
2022-06-05 -
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!
-
Crucial MX300 & Linux
2018-01-05 - https://bbs.archlinux.org/viewtopic.php?id=173619
- https://bbs.archlinux.org/viewtopic.php?id=218390
- https://forums.linuxmint.com/viewtopic.php?t=247820
- https://linux.slashdot.org/story/15/06/16/201217/trim-and-linux-tread-cautiously-and-keep-backups-handy?SetFreedomCookie
- http://www.linuxlookup.com/review/crucial_mx300_750gb_ssd_review
- http://forums.debian.net/viewtopic.php?f=7&t=132614
"Problem solved - it was a compatibility issue! I returned the Crucial SSD drive last week and in its place purchased a Samsung EVO 850."
-
Reading game frames in Python with OpenCV - Python Plays GTA V | Python Programming Tutorials
2017-04-11 SCOOTER BROTHERS! WE'RE SCOOTER BROTHERS!
Scooter champ' algorithm:
- capture video with OpenCV
- process frames: region of interest, edge detection
- send DirectInput controls
- watch & enjoy!
src https://github.com/sentdex/pygta5/ via https://www.reddit.com/r/Python/comments/64l4pp/python_plays_gta_v_tutorial_series_creating_a/
-
http://www.tomshardware.co.uk/forum/288005-32-seagate-barracuda-st2000dm001-good-drives http://www.tomshardware.co.uk/forum/293847-32-possible-failure-seagate-barracuda-sata-st2000dm001
http://gsmartcontrol.sourceforge.net/home/ http://www.smartmontools.org/wiki/Download http://www.seagate.com/support/internal-hard-drives/desktop-hard-drives/barracuda/
-
At The Drive-In - Quarantined
2014-08-11 -
Open source racing game with a track editor. It focuses on closed rally tracks with possible stunt elements (jumps, loops, pipes). You can drive in Single-Player mode racing against the clock or completing championships. There is also an online Multi-Player mode.