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

4 Useful Free and Open Source systemd CLI/TUI Configuration Tools

Discover 4 essential free and open-source systemd CLI/TUI configuration tools that simplify your system management tasks and enhance your productivity.

The post 4 Useful Free and Open Source systemd CLI/TUI Configuration Tools appeared first on Linux Today.

Wine 10.15 Released with Unicode 17 Support

Discover the latest Wine 10.15 release featuring enhanced Unicode 17 support. Explore new capabilities and improvements for a seamless experience.

The post Wine 10.15 Released with Unicode 17 Support appeared first on Linux Today.

Proxmox Datacenter Manager 0.9 Beta Arrives with Debian 13

Discover the new Proxmox Datacenter Manager 0.9 Beta, now featuring Debian 13. Explore enhanced features and improved performance for your data center needs.

The post Proxmox Datacenter Manager 0.9 Beta Arrives with Debian 13 appeared first on Linux Today.

Noteahead MIDI tracker 0.12.0 released

Discover the latest features of Noteahead MIDI Tracker 0.12.0. Explore enhancements and improvements that elevate your music production experience today.

The post Noteahead MIDI tracker 0.12.0 released appeared first on Linux Today.

4 Useful Free and Open Source Distrobox GUI Tools

Discover 4 essential free and open-source Distrobox GUI tools that enhance your Linux experience. Streamline your workflow and boost productivity today!

The post 4 Useful Free and Open Source Distrobox GUI Tools appeared first on Linux Today.

Libadwaita 1.8 Arrives Alongside GNOME 49 with Improved Shortcuts and Styling

Discover the new features of Libadwaita 1.8, launched with GNOME 49, including enhanced shortcuts and stylish updates for a better user experience.

The post Libadwaita 1.8 Arrives Alongside GNOME 49 with Improved Shortcuts and Styling appeared first on Linux Today.

GStreamer 1.26.6 Adds Support for WVC1 and WMV3 Codecs to Video4Linux2

Discover how GStreamer 1.26.6 enhances Video4Linux2 with support for WVC1 and WMV3 codecs, improving video playback and streaming capabilities.

The post GStreamer 1.26.6 Adds Support for WVC1 and WMV3 Codecs to Video4Linux2 appeared first on Linux Today.

MKVToolNix 95.0 MKV Manipulation Tool Improves the Chapter Generation Feature

Discover MKVToolNix 95.0, the ultimate MKV manipulation tool that enhances chapter generation features for seamless video editing and organization.

The post MKVToolNix 95.0 MKV Manipulation Tool Improves the Chapter Generation Feature appeared first on Linux Today.

Linuxiac Weekly Wrap-Up: Week 37 (Sep 8 – 14, 2025)

Discover the latest in the Linux world with our Weekly Wrap-Up for Week 37 (Sep 8 – 14, 2025). Stay informed on trends, updates, and insights.

The post Linuxiac Weekly Wrap-Up: Week 37 (Sep 8 – 14, 2025) appeared first on Linux Today.

9to5Linux Weekly Roundup: September 14th, 2025

Discover the latest in Linux news with the 9to5Linux Weekly Roundup for September 14th, 2025. Stay updated on trends, releases, and community highlights.

The post 9to5Linux Weekly Roundup: September 14th, 2025 appeared first on Linux Today.

GamingOnLinux Latest Articles

The cute co-op game LEGO Voyagers has released and it's Steam Deck Verified

LEGO Voyagers is the cutest looking co-op game and it's available today, along with it getting Steam Deck Verified for the release..Read the full…

Car combat game FUMES improves support for controllers and Steam Deck

FUMES really is awesome and it has an Overwhelmingly Positive rating on Steam which it gained quickly after release, and the developer keeps…

Love a challenge? Check out the Humbling Soulslike Bundle of games

Humble Bundle have another great selection of games if you love a challenge in the Humbling Soulslike Bundle..Read the full article on GamingOnLinux.

DRAGON BALL GEKISHIN SQUADRA works great on Linux PCs and Steam Deck

Bandai Namco Entertainment released DRAGON BALL GEKISHIN SQUADRA, a free to play MOBA set in the Dragon Ball universe and it works well on Linux /…

Super Mario Bros Remastered open source fan project brings an impressive remake to PC

Nintendo likely won't be happy about this one, so get it while it's hot, Super Mario Bros Remastered is out now and open source..Read the full…

S.T.A.L.K.E.R.: Legends of the Zone Trilogy gets a big upgrade and Steam Deck improvements

GSC Game World continue improving the recent S.T.A.L.K.E.R.: Legends of the Zone Trilogy release, with version 1.3 out for all three titles..Read the…

Mate'Morphosis is an upcoming chess-inspired puzzle game about becoming the piece you capture

What have they done to chess? Mate'Morphosis warps it into a puzzle game where you become the piece you capture where you constantly have to…

Slay the Spire 2 delayed and now arrives March 2026 - nothing to do with Silksong

Slay the Spire 2 was originally due in Early Access this year, but the developers have announced it's moving into March 2026..Read the full article…

Wine 10.15 released bringing Unicode 17 and some initial NTSYNC work

Wine 10.15 has rolled out as the latest development release on the Windows compatibility layer towards eventually the Wine 11 release next year..Read…

Valve fixes Baldur's Gate 3 issue on Steam Deck / SteamOS

Baldur's Gate 3 players on Steam Deck and SteamOS may have noticed recently it appeared like it uninstalled itself, here's what's going on..Read the…

DRAGON QUEST VII Reimagined announced for February 2026, already rated Steam Deck Playable

DRAGON QUEST VII Reimagined has been revealed and it will be launching February 2026, and we already have Valve testing it on Steam Deck ahead of…

Fanatical Bundle Fest is back and they have lots of goodies for you

Game store Fanatical has launched their latest Bundle Fest event, where they keep launching new bundles for you to fill up with some excellent…

Steel Knight's ARMIS turns Vampire Survivors into an anime inspired mecha shooter

Could be a fun twist for the genre. Steel Knight's ARMIS takes the ideas of Vampire Survivors with the upgrade system and tweaks it to be like a…

Catch bugs and fight both sides of the battles in Dicey Bugs - out now

Dicey Bugs is a cute looking roguelite bug-catching strategy game, it just released from ProdigalSon Games and has Linux / Steam Deck support..Read…

Nanuka: Secret of the Shattering Moon looks great in the new trailer

Inspired by the style of 90s animation, Nanuka: Secret of the Shattering Moon really does look great with the blend of action-platforming and some…

You have to try the demo for Berserker's Domain if you love boomer shooters

Berserker's Domain seems like it's going to rock when it's released! A shooter inspired by Quake, Doom, ULTRAKILL, and Blood with a roguelike…

Sonic Racing: CrossWorlds is getting a demo on September 17

Sonic Racing: CrossWorlds is releasing soon on September 25th, and you'll be able to try it out again on September 17 with a new demo..Read the full…

Anti-cheat looks like a no-go on Linux / SteamOS and Steam Deck for Arena Breakout: Infinite

Arena Breakout: Infinite releases soon from Morefun Studios and sadly, this is yet another online multiplayer title that will not work on Linux /…

THE FINALS gets a huge upgrade for Season 8, plus anti-cheat changes confirmed

THE FINALS is a popular online shooter which has the anti-cheat enabled for Linux / SteamOS and Steam Deck and with Season 8 it has a lot new..Read…

SpecialEffect's charity One Special Day Steam Event is live to help gamers with physical disabilities

Here's your chance to bag some great games, while also helping the important work from SpecialEffect during the One Special Day Steam Sale..Read the…

Get a whole lot of Capcom classics in the Retro Revival Pack Humble Bundle

With 65 items in total, the Capcom Retro Revival Pack Humble Bundle is an easy way to fill up your gaming collection without breaking the bank..Read…

Steam Link VR for Meta Quest on Linux now appears to work in the latest updates

If you have a wireless VR headset and a Linux system, you might be excited to know that Valve's Steam Link VR now appears to actually work..Read the…

Acclaim returns with the Acclaim Showcase - here's what was announced

Acclaim return as a game publisher and they recently held the first Acclaim Showcase, here's all that was announced during the event..Read the full…

Antivirus Survivors 2003 Professional is like an infested Windows XP as a survivor-like bullet hell

Retro Windows style as a survivor-like action roguelite? Antivirus Survivors 2003 Professional is giving me hilarious nostalgia..Read the full…

The Spell Brigade is ending Native Linux support due to multiple issues

You'll still be able to play The Spell Brigade with Valve's Proton, but the Native Linux version is no longer going to be supported or updated..Read…

No date yet for the Team Fortress 2 MvM update but Valve still working on it

Team Fortress 2 is still set for a nice upgrade to the Mann vs. Machine (MvM) game mode, with Valve providing a brief update on it..Read the full…

Get fun physics games like Hardspace: Shipbreaker, Besiege and more in the new Humble Bundle

The Phunky Physics Humble Bundle is out now and it has 9 games all definitely worth grabbing. So here's what you need to know and what's in it..Read…

NVIDIA driver 580.82.09 released for Linux - the latest recommended driver

NVIDIA released driver version 580.82.09 which is the new recommended driver, although it only has a single fix but an important one for some…

Proton Experimental updated for Dune: Awakening, Tales Of Berseria, Arken Age and more

Proton Experimental was updated for September 10th to bring more Windows game fixes to Linux Desktop, SteamOS and Steam Deck. Here's all the…

Digimon Story Time Stranger rated Steam Deck Playable / SteamOS Compatible ahead of release

Digimon Story Time Stranger is coming soon from Media.Vision Inc. and Bandai Namco Entertainment Inc. and it's now it has a Steam Deck and SteamOS…

Airborne Empire an open-world city-building RPG gets a Linux / Steam Deck freezing fix

Airborne Empire is an interesting hybrid that mixes city-building, with open-world exploration and the latest update should fix it up on Linux /…

The free unusual extreme speed shooter Ecto added Linux support

Ecto is a very fast-paced shooter playable in solo or online co-op up to 8 players, where you bunny hop around blasting robots with flower guns..Read…

Build a deck of powerful programs in the cyberpunk deckbuilder Into The Grid in November

Into The Grid is a cyberpunk roguelike deckbuilder that looked very promising from the demo, and now we have a release window for November..Read the…

Harness the power of living books in the upcoming hexgrid tactics deckbuilder Tomebound

A library full of infected living books awaits you in Tomebound, an upcoming hexgrid tactics deckbuilder that plans full Linux support..Read the full…

Use a mind-controlled spork in Psycutlery, a wild free platformer with lots of gimmicks

Here's a free game that you should try out. It's called Psycutlery, an action-platformer where you bring down an abomination of evil with a piece of…

A tribute to classic 90s games and comic books, the RPG adventure Heroes of the Seven Islands is out now

Heroes of the Seven Islands is an intentionally badly drawn challenging tribute to classic role-playing video games and comic books..Read the full…

Nintendo get another problematic patent in their fight against Palworld for summoning characters

With the ongoing Nintendo and Pokemon versus Palworld lawsuit, another patent has been found recently that's rather problematic for the whole gaming…

Steam update gives wider store pages, library sorting, desktop accessibility controls and lots more

The latest update for Steam Desktop and Steam Deck is out now bringing a lot of bug fixes, along with a bunch of fun new features for all…

Wheel World adds a Native Linux version for Steam Deck with a "significant performance improvement"

Wheel World from Messhof and Annapurna Interactive released back in July to some great reviews, and now it should be even better with the latest…

Check out the fantasy comedy point and click adventure Broken Relic

Fans of classic point and click adventures will want to check out Broken Relic, a fully voiced fantasy comedy adventure from a solo developer..Read…

The first Hollow Knight: Silksong patch arrives next week - here's what's in it

Hollow Knight: Silksong is clearly a smash-hit, reaching an incredible player milestone quickly after release and Team Cherry are readying a first…

Turn everything into a weapon in Rogue Labyrinth a new action-narrative roguelite

Rogue Labyrinth is a new action-narrative roguelite from Tea Witch Games that gives you the ability to turn everything on the map into a weapon..Read…

The Boglands DLC and free update for Halls of Torment land October 28

The million+ seller Halls of Torment from Chasing Carrots is set for a sweet free update and content-filled DLC on October 28th..Read the full…

The big Call to Arms update for Valheim is out now

Valheim has been upgraded with the Call to Arms update bringing in new content along with entirely new gameplay mechanics, while we all wait for a…

SnowRunner should look a little better on Steam Deck with the new update

The excellent driving sim SnowRunner was already pretty great on Steam Deck but the latest update should make it just that little bit better..Read…

Classic open source RTS Warzone 2100 v4.6 brings better water effects, revamped options and more

Warzone 2100 continues living its best life as a free and open source project, with the classic RTS receiving another major upgrade with version 4.6…

Sci-fi adventure Ultrasound will bring a different kind of body horror

A different kind of body horror as you diagnose bizarre malformations all over a spaceship, Ultrasound is a grim (but great) looking point and click…

Tic Tactic arrives September 18 turning tic-tac-toe / noughts and crosses into a deck-building roguelike

Turning noughts and crosses into a deck-building roguelike isn't something I wasn't expecting, but it's real and Tic Tactic releases on September…

Microsoft's 6502 BASIC is now officially open source

Some fun computing history for you here as Microsoft recently open sourced Microsoft 6502 BASIC under the MIT license..Read the full article on…

Squad got a big upgrade with the 9.0 update, as the devs address Linux compatibility

Squad from Offworld recently released the 9.0 upgrade bumping it up to Unreal Engine 5, which came with some issues but it should be working well…