Search notes:

start wifi

systemd

WPA

First determine name of interface: ip link (for example wlp0s29u1u3)
Then create a file under /etc/netctl (vim /etc/netctl/tq84-wifi) with the following content. (Use ip link to find find interface name).
Description='TQ84 wifi connection'
Interface=wlp0s29u1u3
Connection=wireless
Security=wpa
IP=dhcp
ESSID='the SSID of the wifi network'
Key='the secret code'
Finally, start wifi with netctl start tq84-wifi.

See also

Script: wifi-start

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1743240602, '18.191.32.71', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/networking/start-wifi(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78