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
Privacy policy
Published 2024-07-28
Privacy/data policy for the website PhilipSoerensen.com
Read the post →Converting images
Published 2024-05-14 — Updated 2024-07-28
Converting images to and from various different formats (AVIF, DNG, WEBP etc.) with Ubuntu CLI.
Read the post →Get started developing Wordpress plugins in 5 minutes
Published 2024-05-14
Developing plugins for Wordpress can be easy. Start developing customized code for Wordpress today.
Read the post →