The Linux Rain Linux General/Gaming News, Reviews and Tutorials

Geolocation using Python

By

Geolocating is the process of retrieving location-related information about a given IP address. And yes! It can be done using Python! So, let’s get right to it. The first thing to do is to recover the html code from the webpage using the following: import requests from bs4 import BeautifulSoup u…

Read Article

Python for Data Science: Data Visualization

By

Python can be used to generate from simple to very complex graphs. In this segment, we’ll learn how to graph using python. Simple Linear Plot The first graph we should learn how to plot is a simple linear plot. Suppose that we have the following: import matplotlib.pyplot as plt x = [1, 2, 3, 4, 5…

Read Article

Tor Browser: Anonymity and Beyond

By

There are three types of web: the surface web, the deep web, and the dark web. All that you can access using your Google browser is known as the surface web - it is visible to one and all. The deep web is all information that is under lock and key. In other words, we don’t have access to it. The d…

Read Article

The Linux Rain is Now Brave Verified ✔

By

For those of you using the Brave web browser, I'm pleased to report we (The Linux Rain) are now Brave Verified. What does this mean? Well if you're using Brave, you're probably familiar with Brave Rewards, BAT (Basic Attention Token) and all that entails. So with being a Brave Verified Creator, we…

Read Article

Security Auditing Tools For Ubuntu

By

Malware, where aren’t thou found? Well, even our wonderful Ubuntu can be infected. So what can we do about it? Hope and pray we keep our system safe and better yet, audit our systems regularly for malwares and rootkits. There are 4 system auditors for Ubuntu that we will review - lynis, rkhunter, c…

Read Article

Hacking WPA2 WiFi Networks

By

Whatever the reason for wanting to hack a wifi network, it is nonetheless doable. In fact, it’s become child’s play these days. First, let’s install aircrack-ng sudo apt-get install aircrack-ng Next, we need to put our wireless card into monitor mode. Monitor mode permits you to listen to other wirel…

Read Article

Sending an Email Using Python

By

Ever wanted to send emails using just Python? A few lines of code and you don’t even need to log into your Gmail account to email anyone in the world. In fact, you can do this in your terminal. First, open up your terminal and create a file. I will call mine “emailer.py”. nano emailer.py Now, let’s add som…

Read Article

How to Set systemd to Hibernate Instead of Suspend on Laptop Lid Close

By

In this article we'll be seeing how to change the setting that sets how systemd (the most common init system on GNU/Linux systems) handles lid closes. By default, when you close the lid on your laptop it will in most cases suspend (sleep). What if you wish to for the system to hibernate instead?…

Read Article

SSH Tunneling

By

In SSH tunneling, an encrypted channel is created between an ssh client and an ssh server. Information flowing within the encrypted tunnel is secure and thus cannot be intercepted. This type of service is in particular used when running insecure protocols such as TightVNC. They can also be used to…

Read Article

Rainbow Tables

By

All passwords in all databases are stored as hashes. Even on a Windows machine, when you set your password, the system doesn’t store the password in plain text – it doesn’t keep it in a readable format. It is instead passed through a hashing algorithm that turns the plain text password into a hash. The h…

Read Article

Featured Linux Game Reviews

Review: DiRT Rally

By

Yet another game in the porting lineup by Linux gaming heros, Feral Interactive, DiRT Rally is a racing game focussing on, you guessed it: rallying. As opposed to the largely arcade oriented DiRT Showdown released a few years prior, DiRT Rally is very much intended as a simulation, delivering…

Read Article

Review: Trigger Time

By

Trigger Time is described as a story-driven, top-down 2D shooter with a gravity gun and physics puzzle elements with some cutscenes amongst the 9 levels of shoot-em up action. Amidst a world full of indie top-down shoot-em ups, does Trigger Time deliver enough to be different? Developer: Shephf…

Read Article

Review: Spec Ops: The Line

By

The bullets screamed past Walker's ears, piercing the dust-ridden air. The only consolation of being aware of the sharp hot cracks through the air from the bullets whizzing by meant that he was still alive. His fellow Delta Force teammates, Lugo and Adams, were crouched nearby on the flanks behind…

Read Article

Review: Yooka-Laylee

By

3D platformer and Banjo-Kazooie fans rejoice - Yooka-Laylee recently landed for all major platforms, including our very own Linux. As a spiritual successor to Banjo-Kazooie in particular, and created by a team made up of former Rare members, Yooka-Laylee has been a much hyped and anticipated game.…

Read Article

Review: HITMAN - The Complete First Season

By

Here at TLR we recently had a 'first impressions' look at the newly released game in the Hitman series of video games. It is also the debut for the Hitman series on Linux, thanks to the porting efforts of Linux and Mac porting company, Feral Interactive. Having racked up more hours of gameplay and…

Read Article

Broken Age: Act 2 Review

By

Way back in early 2014 I reviewed Act 1 of Double Fine Productions's quirky and colourful adventure, Broken Age. Somewhere along the line I assume I was either hit in the head or started living under a rock (perhaps both), because it wasn't until very recently that I got to playing Act 2. I gave…

Read Article

Aveyond 4: Shadow of the Mist Linux Game Review

By

Times have been better, for Boyle Wolfbane. He and his unfortunate but loyal minions, along with his most faithful minion and pet, Fang, tried taking over the world like all of the best and most powerful dark lords do. Emphasis on 'tried', because Boyle failed. Miserably. Aveyond 4: Shadow of the…

Read Article

[Game Review] The Journey Down: Chapter Two

By

Released on the 25th of August 2014, The Journey Down: Chapter Two is the second installment in The Journey Down video game series, a classic point and click adventure inspired by much-loved classic titles such as Grim Fandango. Described as having a "Afro-Caribbean vibe", a quick look at…

Read Article

Review: Broken Age - Act 1

By

A sheltered, over-protected, bored boy in space. A girl in a fairytale style land who is thrust into becoming an offering to a giant sea monster. Talking trees. Hippy lumberjacks. Broken Age has it all. And then some. Broken Age (Act 1) is a point and click adventure game officially released by…

Read Article

Review: Euro Truck Simulator 2

By

If you've never been a real sim game buff or especially never played a game the likes of the Euro Truck Simulator series, you would probably snicker or roll your eyes at the idea of driving trucks from A to B, often long hauls, being "fun". But you know, I once thought the same thing!…

Read Article

News Elsewhere

Linux Today

Fwupd 2.0.11 Linux Firmware Updater Supports Lenovo Thunderbolt 5 Smart Docks

Coming two weeks after fwupd 2.0.10, the fwupd 2.0.11 release adds support for the Lenovo Thunderbolt 5 Smart dock, a new check-reboot-needed command for scripts to use, support for reading the SELinux state in the report failure metadata, and support for the Dell dock ownership command.

The post Fwupd 2.0.11 Linux Firmware Updater Supports Lenovo Thunderbolt 5 Smart Docks appeared first on Linux Today.

New Pumabot Botnet Brute-Forces SSH Credentials to Hijack IoT Devices

In today’s connected world, IoT devices are becoming increasingly common, powering everything from home automation to industrial systems. However, this rapid growth has also expanded the attack surface for cybercriminals. A recent discovery of the Pumabot botnet demonstrates how attackers are exploiting weak security, particularly poor SSH credential management, to breach and control vulnerable devices. […]

The post New Pumabot Botnet Brute-Forces SSH Credentials to Hijack IoT Devices appeared first on Linux Today.

Ubuntu Touch OTA-9 Released with VoLTE and Waydroid Improvements

Ubuntu Touch OTA-9 is here three months after Ubuntu Touch OTA-8 to update VoLTE support so that it works out-of-box with more carriers on several Volla devices, update Waydroid with initial support for upcoming official Android 13 images, and introduce a new Noto Color Emoji font to improve support for some newer emojis.

The post Ubuntu Touch OTA-9 Released with VoLTE and Waydroid Improvements appeared first on Linux Today.

How to Install WordPress on Debian 13

This blog post teaches you how to install WordPress on Debian 13. WordPress is an open-source web content management system written in PHP that stores data in the MySQL database system. It is among the most popular content management systems used by nearly a quarter of the top one million websites. WordPress was created as […]

The post How to Install WordPress on Debian 13 appeared first on Linux Today.

Alpine Linux 3.22.0: Not Just for Servers, Containers, and IoT

Everybody knows that Alpine Linux is a great base OS for containers and IoT devices, and it works great for running servers in data centers. We decided to test its performance on a desktop.

The post Alpine Linux 3.22.0: Not Just for Servers, Containers, and IoT appeared first on Linux Today.

Ubuntu Touch OTA-9 Rolls Out With VoLTE and Waydroid Upgrades

Ubuntu Touch OTA-9 is out with VoLTE improvements, Waydroid 1.5.1 support, emoji font upgrade, and bug fixes.

The post Ubuntu Touch OTA-9 Rolls Out With VoLTE and Waydroid Upgrades appeared first on Linux Today.

How to Restrict Users to FTP Access Only on Linux

There are situations when you want to allow a user to access a system solely through FTP, while blocking all other forms of access like SSH or shell logins. This approach is particularly useful in managed hosting environments or shared systems where limiting user capabilities can improve both performance and security. For a deeper understanding […]

The post How to Restrict Users to FTP Access Only on Linux appeared first on Linux Today.

How To Check Disk Health In Linux: A Beginners Guide

Learn how to check disk health in Linux using smartctl, badblocks, and fsck utilities. Identify failing HDDs/SSDs early and prevent data loss.

The post How To Check Disk Health In Linux: A Beginners Guide appeared first on Linux Today.

RawTherapee 5.12 Enhances Color Tools and Camera Compatibility

RawTherapee 5.12, a raw image processing program, introduces powerful new color tools, tone mappers, and better support for Canon, Sony, and Fujifilm RAW formats.

The post RawTherapee 5.12 Enhances Color Tools and Camera Compatibility appeared first on Linux Today.

5 Best Free and Open Source Text Expander Tools

A text expander can be extremely powerful as it detects when you type a keyword and replaces it while you are typing. People often use them to write quick text snippets.

The post 5 Best Free and Open Source Text Expander Tools appeared first on Linux Today.

GamingOnLinux Latest Articles

Proton Experimental gets fixes for Warframe, Enshrouded, Crysis 2 Remastered, OpenVR and more

Valve updated Proton Experimental for June 13th bringing more game fixes to Linux, SteamOS / Steam Deck to get Windows games running nicely..Read the…

Wine 10.10 brings more Media Foundation work, Mono and Unicode updates

Wine 10.10 is the latest development release of the Windows compatibility layer, which is a big part of Valve's Proton..Read the full article on…

Steam Deck and SteamOS hit 20,000 playable games

Valve's rating system for Steam Deck and SteamOS seems to have sped up recently, with 20,000 games now rated at least playable..Read the full article…

FBC: Firebreak from Remedy gets Steam Deck Verified ahead of release

FBC: Firebreak from Remedy Entertainment arrives June 17 and it has been Steam Deck Verified ready to play on the go..Read the full article on…

The Alters from 11 bit studios is out now and Steam Deck / SteamOS playable

The Alters is a brand new sci-fi game with a blend of survival, adventure, and base-building elements from 11 bit studios..Read the full article on…

The Case & Consequence Collection Humble Bundle has some top adventures

The Case & Consequence Collection Humble Bundle is out with another 7 great games. Here's your round-up of how they'll run on Linux, SteamOS /…

Starship colony building sim Stardeus gets a free weekend and big sale

Stardeus is a colony building sim set in space, where you build up your own spaceship to go off exploring and survive..Read the full article on…

Check out the demo for Paris Transylvania, a pachinko roguelike deckbuilder

Another one with a good demo during Steam Next Fest is Paris Transylvania, a pachinko roguelike deckbuilder..Read the full article on GamingOnLinux.

Nostalgic helicopter shooter Cleared Hot has funny physics and a demo worthy of your time

If you remember the days of Desert Strike or enjoy other more modern helicopter shooters, the demo for Cleared Hot is one for you..Read the full…

3DMark are planning a Linux version but no date for it yet

3DMark just released a version for macOS and they are actually planning a Linux version..Read the full article on GamingOnLinux.

Steam Beta adds controller support icons for game capsules on SteamOS

Valve have updated the Steam Beta for all platforms with bug fixes, and a controller support info tweak for SteamOS..Read the full article on…

Battlefield Heroes spiritual successor Heroes of Valor is out in Early Access

With visuals closer to the original Fortnite than grittier games like Call of Duty or Battlefield, the new Heroes of Valor is a fresh third-person…

Steam adds accessibility features to store pages and filters for searching

As Valve announced back in April, they've now added accessibility feature support to game pages on Steam pages and filters for searching..Read the…

POSTAL 2 Redux announced, a full remake of the unhinged classic

We're getting a full modern POSTAL 2 remake with POSTAL 2 Redux being announced today..Read the full article on GamingOnLinux.

The original Silent Hill is getting a remake from Bloober Team

During the recent KONAMI Press Start event, they confirmed that the original Silent Hill is now getting a remake too..Read the full article on…

RimWorld - Odyssey will bring spaceship building, exploration and a lot more content

Ludeon Studios just announced the RimWorld - Odyssey expansion and it's huge..Read the full article on GamingOnLinux.

Go back in time to the land of the dinos in the excellent demo for Theropods

Theropods is an upcoming point and click adventure that combines puzzles with a cinematic story. The demo in Steam Next Fest is quite…

The Narrative Arc Humble Bundle has more great story picks for you

Follow some great and interesting stores in the Narrative Arc Humble Bundle with 7 games available to grab for cheaps..Read the full article on…

Escape Simulator 2 to be Steam Deck optimised for Proton on Linux - releases in October

Pine Studio have confirmed their plan to launch Escape Simulator 2 in October, with a note about Steam Deck / Linux support..Read the full article on…

Great shooter Selaco gets fixed up for Steam Deck and many more bug fixes

Selaco is by far my favourite upcoming shooter in Early Access. After the recent big update, they've put out some essential fixes..Read the full…

OrangePi Neo gaming handheld with Manjaro Linux delayed until Q3 2025 with no exact date

The OrangePi Neo gaming handheld with Manjaro Linux initially sounded quite exciting, but it's now facing delays and won't be here until at least Q3…

Gears of War: Reloaded first Beta weekend starts tomorrow with SteamOS / Steam Deck support

Gears of War: Reloaded has two Beta weekends coming, with the first starting tomorrow and they've announced zero platform restrictions for it..Read…

Supply chain issues are making the Steam Deck OLED go out of stock

Valve have put up a notice in the USA and Canada, where multiple models of the Steam Deck OLED have now gone completely out of stock..Read the full…

TerraTech Legion could be the best survivor-like ever with vehicle building

I cannot stress enough the joy I felt building up a vehicle in TerraTech Legion, another survivor-like game with a build your own twist..Read the…

Craftlings refreshes the classic Lemmings with mini city-building

I had fond memories of playing tons of Lemmings on the Amiga, and now Craftlings is rekindling my love of it but with a city-building twist..Read the…

Chill out and breed fish in We Love Fish Tanks

No space for your own aquarium at home? Check out the sweet casual game We Love Fish Tanks and breed your own little world..Read the full article on…

Gunstoppable looks like just the right amount of FPS insanity

With a new reveal trailer, Gunstoppable from CAGE Studios is a momentum-fueled rogue-lite FPS that looks pretty insane..Read the full article on…

Nexus Mods new app gets more UI improvements, performance upgrades and a Linux fix

Nice to see the new cross-platform Nexus Mods app coming along. This latest update doesn't add new games but does making using it better..Read the…

Gentoo Rescue is a puzzle game with twists that will melt your mind that I'm too stupid for

Gentoo Rescue from Jagriff seems simple on the surface but it's a real brain melting puzzle game that's well worth your time..Read the full article…

Catch rocks and rockets to throw at your enemies in Galactic Glitch

Galactic Glitch is a twin-stick roguelite shooter where you get to catch and throw rockets, rocks and enemies at other enemies - and it's damn…

Spooky 2D co-op submarine sim Barotrauma is getting a big Home & Harbor expansion

Daedalic Entertainment and developers Undertow Games and FakeFish recently revealed the Home & Harbor expansion for Barotrauma..Read the full…

At Fate's End is the next game from the Spiritfarer team

From the devs of Spiritfarer, At Fate's End is an action-adventure game where you fight the ones you love and your skill tree is your family…

Manjaro KDE Plasma plans move to Wayland by default

Ubuntu isn't the only Linux distribution planning a big change, as Manjaro KDE Plasma also now plans to move to Wayland..Read the full article on…

Ubuntu 25.10 goes all-in with Wayland, dropping support for GNOME on Xorg

The Canonical Desktop Team have announced that starting with Ubuntu 25.10, they're going all-in with GNOME on Wayland..Read the full article on…

The massive Satisfactory 1.1 update is out now with controller support

The first-person open-world factory building game Satisfactory just had a massive v1.1 update, bringing controller support and a lot more..Read the…

Base-building co-op exploration adventure game Necesse hits 1.0 in October

After a big graphics overhaul last year, the co-op base-building exploration adventure Necesse is set for the big 1.0 in October..Read the full…

Direct3D to Vulkan layer DXVK v2.6.2 released

The latest release of the Direct3D to Vulkan translation layer has been released, with version 2.6.2 bringing assorted improvements..Read the full…

Dune: Awakening is out now and works well on Linux Desktop but rough on Steam Deck

Dune: Awakening from Funcom has officially arrived, and thankfully it does work rather nicely on Desktop Linux..Read the full article on…

Steam Beta improves controller support for 8BitDo Ultimate 2 Wireless, 8BitDo Pro 2 and more

This is great. Valve released a new Beta for Desktop and Steam Deck that brings Steam Input improvements for various controllers..Read the full…

Stellar Blade gets Steam Deck Verified ahead of release

Stellar Blade from SHIFT UP Corporation has been rated Steam Deck Verified by Valve ahead of the release on June 11th..Read the full article on…

Steam Next Fest - June 2025 edition is live with new demos

A celebration of upcoming games big and small and everything in between. Steam Next Fest for June 2025 is now live..Read the full article on…

Team Cherry clarify Hollow Knight: Silksong will be out before the 2025 holiday season

Team Cherry have clarified the release period for Hollow Knight: Silksong, after a bit of confusion thanks to Microsoft..Read the full article on…

Khronos Group announce the Vulkan Video Decode VP9 Extension

Another expansion of the Vulkan graphics API has arrived with the Vulkan Video Decode VP9 Extension..Read the full article on GamingOnLinux.

IGN Live 2025 Humble Bundle has a nice mixture of games

Don't miss your chance to build up your game collection with highly rated picks in the IGN Live 2025 Humble Bundle..Read the full article on…

Theme Hospital engine remake CorsixTH 0.69 Beta 1 out now

Theme Hospital open source game engine CorsixTH has a nice Beta release out with v0.69 now in testing for this classic..Read the full article on…

GOG store introduces one-click mods with Skyblivion coming soon

The GOG.com team have announced a new feature, with one-click mods available for various popular games..Read the full article on GamingOnLinux.

Upcoming MMO 'BitCraft Online' will be open source

The upcoming MMO BitCraft Online is doing something very unusual for the genre, it's going to be open source..Read the full article on GamingOnLinux.

ROG Xbox Ally Handhelds announced, the first real Steam Deck competition

Microsoft and ASUS have formally announced the ROG Xbox Ally and ROG Xbox Ally X, what is likely the first real competition for the Steam Deck..Read…

AMD revealed two more Ryzen Z2 chips for gaming handhelds

AMD have expanded their Ryzen Z2 offerings, with two more chips designed for handhelds..Read the full article on GamingOnLinux.

Mesa 25.1.3 emergency update released for AMD Radeon RX 9000 series (RDNA4)

Developer Eric Engestrom announced the release of Mesa 25.1.3, an unscheduled emergency release to fix AMD GFX12 (RDNA4 - Radeon RX 9000…