| by Arround The Web | No comments

PHP 8.2 Released, How to Install in Ubuntu 22.04 | 20.04 via PPA

PHP finally released 8.2.0 release after 7 release candidates. Here are the new features and how to install guide for all current Ubuntu LTS. PHP 8.2.0 allows to mark a class as readonly, which will add the readonly modifier to every declared property, and prevent the creation of dynamic properties. Moreover, using the AllowDynamicProperties attribute […]

Read More
| by Arround The Web | No comments

The Lightweight Midori Browser Revived [official AppImage/Deb]

Remember Midori? The lightweight web browser that was default in Elementary OS and Bodhi Linux revived! Midori was a popular lightweight web browser used the WebKitGTK rendering engine and GTK UI toolkit. The development of the project was however discontinued more than 3 years ago. And, Ubuntu even removed it from system repository since Ubuntu […]

Read More
| by Arround The Web | No comments

Mozilla Firefox 107 Available to Install via Ubuntu PPA

A new monthly release of Firefox web browser to be released soon! Users of Mozilla team PPA should already received the updates. Though it’s not officially announced at the moment of writing, user can however check what’s new in the release via the Github Releases page. And, here are the changes in Firefox 107 according […]

Read More
| by Arround The Web | No comments

Firefox 104 Released with Performance & Battery Optimization

Mozilla Firefox got a new monthly update recently, with minor new features, performance improvements and some bug-fixes. According to the release note, Firefox 104 adds one more video site, Disney+, for displaying subtitles in the pop-out videos (Picture-in-Picture). When the browser is minimized or occluded, and for background tabs, the UI will now be throttled […]

Read More
| by Arround The Web | No comments

Chromium Snap Package to Finally Get back VAAPI Hardware Decoding

The Chromium browser package (Snap version) in Ubuntu Software is missing VAAPI hardware decoding support. Ubuntu developer team is finally working on get the feature back! As you may know, Ubuntu now includes the chromium web browser in the system repository as Snap package that runs in sandbox. However, the package is missing the graphics […]

Read More
| by Arround The Web | No comments

Firefox 102 Available to Download! New ESR, Geoclue Support

Mozilla Firefox 102 is available to download now. See what’s new and how to install the browser package. For Linux users, Firefox 102 now support Geoclue if available for geolocation. The release also added subtitles and captions display in Picture-in-Picture (pop-out video) for more websites, including HBO Max, Funimation, Dailymotion, Tubi, Disney+ Hotstar, and SonyLIV. […]

Read More
| by Arround The Web | No comments

How to Fix Error 404 Not Found on WordPress

When visiting a website, we might ever see an Error 404 Page Not Found message in the web browser. The issue is usually on the webserver, on the server level, or on the application level. In this article, we will show you how to fix 404 error not found on WordPress. We will also explain […]

The post How to Fix Error 404 Not Found on WordPress appeared first on Linux Today.

Read More
| by Arround The Web | No comments

Web VMStat: A Real Time System Statistics (Memory, CPU, Processess, etc) Monitoring Tool for Linux

Web-VMstat—it’s a small application written in Java and HTML which displays live Linux system statistics, such as Memory, CPU, I/O, Processes, etc. taken over vmstat monitoring command line. It’s all presented on a pretty Web page with charts (Sm…

Read More