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 /
ARCHIVE
WordPress
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
Posted on October 11 2022 / in WordPress
I used kubectl port-forward tickets-mongo-depl-54dc54c799-hvksq 27018:27017 then, in MongoDb Compass I connected to mongodb://localhost:27018
Recent Comments