Skip to content

Instantly share code, notes, and snippets.

View a-bashtannik's full-sized avatar
🚀
Focusing

Andrew Bashtannik a-bashtannik

🚀
Focusing
View GitHub Profile
@a-bashtannik
a-bashtannik / update-to-php84.sh
Created May 8, 2025 14:56
Update your existing PHP package setup collection to version PHP 8.4
#!/bin/bash
# Colors for output
GREEN='\033[0;32m'
RED='\033[0;31m'
YELLOW='\033[0;33m'
NC='\033[0m' # No Color
echo -e "${YELLOW}PHP Packages Update Script to Version 8.4${NC}"
echo "----------------------------------------------------"
@a-bashtannik
a-bashtannik / virtualbox-windows-10-guest-on-ubuntu-host.md
Created October 20, 2020 17:31
Virtualbox 6.1 Windows 10 guest is very slow on Ubuntu 20.04 host

How to resolve Windows 10 guest OS running slow on Ubuntu 20.04 host

  • 4GB Base Memory
  • ICH9 Chipset
  • 2 CPU (not 4, 8 or more).
  • Enable Nested VT-x/AMD-V
  • Paravirtualization interface: Hyper-V
  • Enable Nesting pages
  • VBoxSVGA Graphic Controller
  • 256 MB Video Memory