26 Apr 2024
I recently bought a Lenovo Yoga 7 and installled Ubuntu on it. To my great frustration the wifi doesn't work out of the box and finding a working solution took some time.sudo apt-get update
sudo apt-get install make gcc linux-headers-$(uname -r) build-essential git
git clone git://github.com/lwfinger/rtw89.git
cd rtw89
make
sudo make install
sudo modprobe rtw89pci
Ansible
Published 2024-04-26
DevOps
Notes
Various notes on Ansible that I have collected.
Read the post →Using Linode/Akamai for your S3 storage in Laravel
Published 2024-05-05
Laravel
Web development
Implementing a S3 bucket from Linode/Akamai in your Laravel application
Read the post →Simplifying Your Code with Advanced Operators in PHP
Published 2024-05-05
PHP
Web development
Ready to write PHP code like a pro? Learn how to use advanced operators to make your code more concise and readable, and take your skills to the next level.
Read the post →