USB Preparing This is the guide I am using: https://dortania.github.io/OpenCore-Install-Guide/installer-guide/opencore-efi.html First, I am using a already hackintoshed Catalina I downloaded Ventura from App Store. Then I did the steps to create the USB Stick To mount EFI, I tried to use the tool they were suggesting MountEfi, but it did not work, but I ended
ARCHIVE
WordPress

Posted on April 29 2023 / in WordPress
If you have Windows 11, search for GPU, and make sure Optimization for Windowed Games is turned on disable Game Bar check for Places where to check for Windows Startup Programs ‣ Digital Zoom Studio update chipset find your version disable HPET you can do it in Device Manager, or there are some cmd /

Posted on January 22 2023 / in WordPress
from this to this use this html for the table propName description [...] use this regex (?:\/\*\*)(.*?)(?:\*\/)[\n](.*?):(.*?)(,|;|$) replace with $2: $3 $1 demo – here
Posted on January 9 2023 / in WordPress
Tired of using MAMP ? You should already have Apache installed on Ubuntu Install Apaache2 sudo apt update && sudo apt install apache2 restart: systemctl reload apache2 check config: apachectl configtest in /etc/apache2/apache2.conf , set your username – also can be done in ( /etc/apache2/envvars ) # These need to be set in /etc/apache2/envvars User

Posted on November 6 2022 / in WordPress
open the console / devtools and enter // Create a class for the element class PopUpInfo extends HTMLElement { constructor() { // Always call super first in constructor super(); // Create a shadow root const shadow = this.attachShadow({mode: 'open'}); // Create spans const wrapper = document.createElement('span'); wrapper.setAttribute('class', 'wrapper'); const icon = document.createElement('span'); icon.setAttribute('class', 'icon'); icon.setAttribute('tabindex',

Posted on November 1 2022 / in WordPress
enter Digital Ocean admin dashboard, click > Networking when you enter the hostname, just type @ ns1.digitalocean.com ns2.digitalocean.com
Posted on October 27 2022 / in WordPress
you can go first to the console get the name of the pod you can go to Google Cloud
Recent Comments