0310 aws byobu hollywood

螢幕擷取畫面 2026-03-10 193924.png

螢幕擷取畫面 2026-03-10 193650.png

螢幕擷取畫面 2026-03-10 194509.png

0317 ec2 wordpress phpmyadmin

螢幕擷取畫面 2026-03-17 204439.png

sudo mysql
CREATE DATABASE wp1;
CREATE USER 'user1'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON wp1.* TO 'user1'@'localhost';
FLUSH PRIVILEGES;
EXIT;
wget [<https://tw.wordpress.org/latest-zh_TW.zip>](<https://tw.wordpress.org/latest-zh_TW.zip>)
sudo apt install unzip
unzip [latest-zh_TW.zi](<https://tw.wordpress.org/latest-zh_TW.zip>)

chown ubuntu:ubuntu wordpress

image.png

螢幕擷取畫面 2026-03-17 191717.png

stop instance 再 start 之後 ip 會變

0324 vite

https://github.com/fanliart/TNUA0324#

螢幕擷取畫面 2026-03-24 203643.png

0331 hivemqtt