Bài đăng

Reset trial navicat

 @echo off echo Deleting HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Update reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Update /f echo Delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration[version and language] for /f "tokens=*" %%i in ('REG QUERY "HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium" /s ^| findstr /L "Registration"') do (     reg delete "%%i" /va /f ) echo Deleting Info and ShellFolder under HKEY_CURRENT_USER\Software\Classes\CLSID for /f "tokens=*" %%k in ('reg query "HKEY_CURRENT_USER\Software\Classes\CLSID"') do (     reg query "%%k" /f "Info" /s /e | findstr /i "Info" >nul && reg delete "%%k" /f     reg query "%%k" /f "ShellFolder" /s /e | findstr /i "ShellFolder" >nul && reg delete "%%k" /f ) echo Finish pause

link br

 https://github.com/elzabrowser/elza https://github.com/BonBon-exchange/bonbon-browser/tree/main https://github.com/beakerbrowser/beaker?tab=readme-ov-file https://github.com/win32ss/supermium https://raw.githubusercontent.com/nerdyslacker/desktop-web-browsers/main/README.md https://github.com/snaildos/Fifo-Browser

Các lỗi tôi đã gặp ở phía sever chạy php laravel

Lỗi lượng request lớn cpu và ram ko đủ để tải   Lỗi mạng sever kết nối duy trì ko ổn định  Lỗi nhảy ip sever   Lỗi quá nhiều file trong 1 thư mục dẫn tới lỗi inode 

Cách click trong game telegram

function sendTouchEvent(x, y, element, eventType) { const touchObj = new Touch({ identifier: Date.now(), target: element, clientX: x, clientY: y, radiusX: 2.5, radiusY: 2.5, rotationAngle: 10, force: 0.5, }); const touchEvent = new TouchEvent(eventType, { cancelable: true, bubbles: true, touches: [touchObj], targetTouches: [], changedTouches: [touchObj], shiftKey: true, }); element.dispatchEvent(touchEvent); } async function tapElement (element) { const { x, y } = element.getBoundingClientRect() const intX = parseInt(x) const intY = parseInt(y) const touchstart = 'touchstart' const touchend = 'touchend' sendTouchEvent(intX, intY, element, touchstart) await new Promise(resolve => setTimeout(resolve, 100)) sendTouchEvent(intX, intY, element, touchend) } const elemetToTouch = $x('//*[@id="root"]/main/div/div[2]/div[2]/div/div[1]/button/h5')[0] tapElement(elemetToTou

Cài certbot

  sudo apt install certbot python3-certbot-ngin

Sửa lỗi initramfs ubuntu wmware

 Nhìn cái đường dẫn dạng /dev/... gõ fsck đường dẫn chọn yes tất cả  khi xong gõ exit -> enter