linuxupdate

Our Linux specific news, guides, and reviews.

Screenshot of the email notification regarding this error on a colourful pink and orange background.

PHP Warning: Module “mysqli” is already loaded in Unknown on line 0

I recently encountered this error on a new server, and it turned out it was a result of a mismatch between the PHP version selected within Plesk and the PHP version in the CloudLinux PHP Selector. To resolve this, ensure that the correct PHP version is selected under both by heading to the PHP: And […]

PHP Warning: Module “mysqli” is already loaded in Unknown on line 0 Read More »

How To: Stop GNOME auto-printer discovery on Fedora/Ubuntu/Mint

Note: April 8th 2022. This may no longer work. It worked at the time of writing, but my printers keep coming up again now. Modern GNOME based distros automatically discover and install printers on your network and there’s no easy way to disable this. In the past disabling cups-browsed was enough, but we also now need to

How To: Stop GNOME auto-printer discovery on Fedora/Ubuntu/Mint Read More »

Enable Secure DNS on Brave/Chromium Browsers on Fedora

Out of the box Fedora applies organisation management to Chromium based browsers, and while heading to chrome://policy doesn’t show any policies even being applied (the only one has Error as its status), browsers such as Brave will prevent you from enabling Secure DNS as long as organisation management policies are enabled showing the message “This

Enable Secure DNS on Brave/Chromium Browsers on Fedora Read More »

disable-intel-turboboost service status

How To: Disable Intel Turbo Boost on Linux using systemd + intel_pstate

My laptop has issues with coil whine, resulting in me needing to disable Intel Turbo Boost. I usually use a GNOME Extension like CPU Power Manager but at the time of writing that extension isn’t compatible with GNOME 40, and isn’t much use for non-GNOME users. Firstly elevate to sudo with sudo -i, then: nano

How To: Disable Intel Turbo Boost on Linux using systemd + intel_pstate Read More »

Affinity Designer with Edge on Linux and GNOME Text Editor on the latest Windows 10 build

Hands-on with WSLg, the official WSL GUI

Microsoft announced on Wednesday that WSLg, the Microsoft-developed WSL GUI, is finally available for Windows Insiders in the Dev Channel after teasing it previously. This brings official support for Linux GUI apps to run alongside Windows ones, potentially ending the need for some people to dual-boot Windows and Linux. What works? Clipboard copy/paste ✅ Sound

Hands-on with WSLg, the official WSL GUI Read More »

Top 5 GNOME Themes: November 2020

This month we’ve picked some of the best looking GNOME/GTK3 themes available from Pling. Almost every theme we’ve picked has dark/light variants and some have coloured variants too. We’ve used the Papirus icon pack available here. Venta X Dark Screenshot: Download URL: https://www.pling.com/p/1396612 Ant Screenshot: Download URL: https://www.pling.com/p/1099856/ Orchis Screenshot: Download URL: https://www.pling.com/p/1357889/ Materials Original

Top 5 GNOME Themes: November 2020 Read More »

How To: APFS write support for Fedora

Download dependencies: sudo dnf install fuse fuse-devel libicu-devel bzip2 bzip2-devel cmake clang git zlib-devel Clone from Github: git clone https://github.com/sgan81/apfs-fuse.git cd apfs-fuse git submodule init git submodule update Then build: mkdir build cd build cmake .. Finally run make to build the software. make To mount a drive, use apfs-fuse /dev/<device> <mount-directory> To mount a

How To: APFS write support for Fedora Read More »