❗ All the information provided on this tutorial are for educational purposes only. I'm not responsible for any misuse of this information. If you like the app buy it
https://egpu.io/boot-camp-egpu-setup-guide/ https://www.reddit.com/r/eGPU/comments/qqbtrl/windows_11_egpu_does_it_work/ https://www.reddit.com/r/eGPU/comments/l7er2t/blackmagic_egpu_w_windows/h1qr5il/ https://www.reddit.com/r/eGPU/comments/l7er2t/blackmagic_egpu_w_windows/
Install the AMD Drivers before plugging in your eGPU and disable the internal GPU in device-manager, note that I have a working windows 10 with my razer core x plugged in. It doesn't crash but I also still have code 12 (in device manager - go to your egpu), which means it's basically useless that it is working for now, since "it doesn't have any ressource to work with (aka an external monitor... which it has....)".
Hope you can make it work and maybe just maybe u find a solution for error code 12. Cheers
scenario: you have a windows vm failing to boot with INACCESSIBLE_BOOT_DEVICE
and changing the
disk type to ide or something else causes another bsod. how to you get it to boot up again without
a physical machine?
download the stable virtio drivers from here, in iso form: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso
add the iso to your qemu/virt manager config as a cd/dvd drive
windows should send you to the recovery mode screen, but if it doesn't you might have to run a windows install iso to get to it.
// Toggleable dark mode for those of us that care about that kind of thing. | |
const toggleButton = '<button class="sidebar__toolbar-button rc-tooltip rc-tooltip--down js-button" aria-label="Toggle Dark Mode">D</button>'; | |
function addDarkModeToggle() { | |
const sidebarToolbar = $('.sidebar__toolbar'); | |
// wait for the sidebar toolbar to be visible | |
// this will also be false if the toolbar doesn't exist yet | |
if(!sidebarToolbar.is(':visible')) { | |
setTimeout(addDarkModeToggle, 250); |
var ThemeEnabler = { | |
isThemeOn: false, | |
controls: null, | |
onAppLoaded: async function() { | |
this.checkCookie() | |
do { |
#!/bin/sh | |
# | |
# ztncui - ZeroTier network controller UI | |
# Copyright (C) 2017-2019 Key Networks (https://key-networks.com) | |
# Licensed under GPLv3 - see LICENSE for details. | |
# | |
TOKEN=`sudo cat /var/lib/zerotier-one/authtoken.secret` | |
echo -e "This is the list of networks avaialble on this Network Controller:" |
sudo apt update | |
# sudo apt upgrade | |
sudo apt install -y libcurl4-openssl-dev libplist-dev libzip-dev openssl libssl-dev libusb-1.0-0-dev libreadline-dev build-essential git make automake libtool pkg-config | |
git clone https://github.com/libimobiledevice/libirecovery | |
git clone https://github.com/libimobiledevice/idevicerestore | |
git clone https://github.com/libimobiledevice/usbmuxd | |
git clone https://github.com/libimobiledevice/libimobiledevice | |
git clone https://github.com/libimobiledevice/libusbmuxd | |
git clone https://github.com/libimobiledevice/libplist |
import requests | |
import json | |
import os | |
import youtube_dl | |
PANOPTO_BASE = "https://cardiff.cloud.panopto.eu" | |
""" | |
Place the value of your .ASPXAUTH token in the following variable | |
""" |
################################################################################## | |
# ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - ABANDONED FOR NOW # | |
################################################################################## | |
# | |
# NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x. | |
# USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT | |
# OCCUR USING CHROMECAST / GOOGLE HOME. | |
# | |
# COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP. | |
# SUGGESTIONS? WRITE A COMMENT BELOW. |
#!/bin/bash | |
# based on | |
# https://learn.adafruit.com/read-only-raspberry-pi/ | |
if [ $(id -u) -ne 0 ]; then | |
echo "Installer must be run as root." | |
echo "Try 'sudo bash $0'" | |
exit 1 | |
fi |