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

Best Free and Open Source Alternatives to Apple AirDrop

AirDrop is a proprietary wireless ad hoc service. The service transfers files among supported Macintosh computers and iOS devices by means of close-range wireless communication. AirDrop is not available for Linux. We recommend the best free and open source alternatives.

The post Best Free and Open Source Alternatives to Apple AirDrop appeared first on Linux Today.

Beelzebub: Open-source honeypot framework

Beelzebub is an open-source honeypot framework engineered to create a secure environment for detecting and analyzing cyber threats. It features a low-code design for seamless deployment and leverages AI to emulate the behavior of a high-interaction honeypot.

The post Beelzebub: Open-source honeypot framework appeared first on Linux Today.

How to Install Tiny Tiny RSS Using Docker on PC (Ultimate Guide)

This article will show you how to install Tiny Tiny RSS on Linux using Docker and then how to add a new RSS feed, add plugins, themes, and more.

The post How to Install Tiny Tiny RSS Using Docker on PC (Ultimate Guide) appeared first on Linux Today.

How to Install Speedtest Tracker to Monitor Your Internet Speed

Learn how to install Speedtest Tracker with Docker and monitor your internet speed with real-time results.

The post How to Install Speedtest Tracker to Monitor Your Internet Speed appeared first on Linux Today.

Zellij: A Modern Terminal Multiplexer for Linux

In the world of Linux, terminal multiplexers are essential tools for developers, system administrators, and power users, as they allow you to manage multiple terminal sessions within a single window, making your workflow more efficient and organized.

The post Zellij: A Modern Terminal Multiplexer for Linux appeared first on Linux Today.

Chezmoi: Manage Your Dotfiles Across Multiple Linux Systems

Chezmoi is an incredible CLI tool that makes it easier to manage your system and software configuration dotfiles across multiple systems.

The post Chezmoi: Manage Your Dotfiles Across Multiple Linux Systems appeared first on Linux Today.

How to Change Java Version on Ubuntu (CLI and GUI)

Discover a step-by-step guide to change the default version of Java using the CLI and GUI methods on the Ubuntu system.

The post How to Change Java Version on Ubuntu (CLI and GUI) appeared first on Linux Today.

Microsoft’s WSL May Soon Embrace Arch Linux

Arch may soon become an officially offered distro on Microsoft's Windows Subsystem for Linux, expanding its reach to Windows users.

The post Microsoft’s WSL May Soon Embrace Arch Linux appeared first on Linux Today.

15 Best Free and Open Source Console Email Clients

To provide an insight into the quality of software that is available, we have compiled a list of 15 console email clients. Hopefully, there will be something of interest for anyone who wants to efficiently manage their mailbox from the terminal.

The post 15 Best Free and Open Source Console Email Clients appeared first on Linux Today.

You Can Now Install Ubuntu on WSL Using the New Tar-Based Format

Starting from WSL version 2.4.8, we can install Ubuntu on WSL from a tar file, without using the Microsoft Store on Windows.

The post You Can Now Install Ubuntu on WSL Using the New Tar-Based Format appeared first on Linux Today.

GamingOnLinux Latest Articles

Steam Deck update gets a small battery life boost with the Frame Limiter

Valve released a new Steam Deck Beta Client update for February 14th, showing the love to battery life with a little extra juice..Read the full…

Deckbuilder fans should check out this new Humble Bundle

If you love deckbuilders you may want to take a look at the just launched Deckbuilder Bonanza Humble Bundle as there's a few treats inside..Read the…

Get over 30 games including Hardspace: Shipbreaker right now via Prime Gaming

Here's the up to date list of games available on Amazon Prime Gaming for February 14th, and what compatibility you can expect for Linux / SteamOS and…

SteamOS-like Bazzite Linux has some nice growth thanks to great handheld PC support

There's no need to wait on Valve releasing SteamOS 3 for everyone thanks to Bazzite. Some really impressive work continues to go into it, and it…

Get Tomb Raider I-III Remastered and STAR WARS: Bounty Hunter cheap in Fanatical's Prestige Collection

Another great deal you can grab here with Fanatical's Prestige Collection - Build your own Bundle (BundleFest 2025), with a whole bunch of quality…

Metal Gear Solid Delta: Snake Eater releases in August

KONAMI announced that Metal Gear Solid Delta: Snake Eater is going to be launching on August 28th, with pre-orders now live. Another that was…

Open source non-profit platform Codeberg "suffering from hate campaigns due to far-right forces"

Codeberg are a "non-profit, community-led effort that provides Git hosting and other services for free and open source projects" and…

Tomb Raider II open source re-implementation adds Linux support

TRX, the Tomb Raider I & II: Community Edition open source re-implementation project, has continued advancing and a fresh release of both are out…

Here's all the Steam Sales and Fests for 2025

Valve have now revealed the full list of Steam Sales and Festivals that will be happening throughout 2025. So time to fill up that wishlist, mark…

Days Gone Remastered announced coming to PC as a $10 DLC in April

Catching up from a few other interesting bits announced during the PlayStation State of Play February 2025 is Days Gone Remastered. For players on…

A workaround for Final Fantasy VII Rebirth on Linux with NVIDIA GPUs has been found

While Final Fantasy VII Rebirth can work on Linux with AMD GPUs (like Steam Deck), the situation with NVIDIA GPUs has been messy. Open source to the…

Fedora threatened with legal action from OBS Studio due to their Flatpak packaging

If there's one thing you can always count on in the Linux world it's that packaging can be a nightmare. The OBS Studio team are not happy with the…

The Capcom Arcade Classics & Fighters Pack Humble Bundle has lots of goodies again

Humble are rehashing a previous bundle here that was first released around this time last year, with the launch of the Capcom Arcade Classics &…

ELDEN RING NIGHTREIGN launches in May - will have Kernel Level Anti-Cheat

ELDEN RING NIGHTREIGN is now set for launch on May 30th, and it does look great, but the anti-cheat could be a problem for Steam Deck / Linux…

Fanatical have a great Special Editions Bundle and a Simulator Collection Bundle worth a look

Two more bundles of games here to build up your collection ready for the weekend! Fanatical have launched the Build your own Special Editions Bundle…

Wayland Colour Management and HDR Protocol finally merged

After years of work across many areas, lots of discussions and more work - the Wayland Colour Management and HDR Protocol has been merged!.Read the…

Dwarf Fortress has some exciting plans for the future

With Adventure Mode out now, the Dwarf Fortress team are looking ahead and it's sounding quite exciting with some big features coming to the…

Stellar Blade confirmed for a PC release in June - Steam page now live

Hot on the heels of the recent news that Shift Up mentioned Stellar Blade would be optimized for Steam Deck and other smaller devices, we have a…

The glibc 2.41 update has been causing problems for Linux gaming

It seems a recent update to glibc with version 2.41 release at the end of January, has been causing all sorts of problems for Linux gamers that have…

Borderlands 4 confirmed for release in September with a new trailer

Gearbox and 2K have now revealed that Borderlands 4 is set for release on September 23rd, along with giving it a short new trailer..Read the full…

Marvel Rivals gets a low-quality UI fix for Bazzite Linux

Nice to see dedicated support like this from a massive game. Marvel Rivals had a small update that came with a fix for Bazzite Linux..Read the full…

Mudborne is a cozy sim about collecting and breeding frogs releasing in March with a new demo up

From the developer of chilled beekeeping sim APICO, their next game Mudborne: Frog Management Sim is set for release on World Frog Day (March 20th)…

With a unique copy and paste mechanic Ruffy and the Riverside is a demo worthy of your time

Ruffy and the Riverside is releasing with Linux support later this year (hopefully - no set date) but you can try it early thanks to a demo release…

Hearts of Iron IV: Graveyard of Empires confirmed for a March release

The most popular game from Paradox Development Studio, Hearts of Iron IV, is set for a new country pack expansion on March 4th..Read the full article…

Check out the demo for retro styled isometric solve 'em up Blackford PI

BitGlint Games have released a demo for Blackford PI, a retro styled isometric detective adventure that looks really charming..Read the full article…

Tryhard is a sports RPG about managing an underdog rugby club in New Zealand

Grapefruit Games recently revealed Tryhard, a sports RPG about managing an underdog rugby club in New Zealand..Read the full article on GamingOnLinux.

Crytek lay off 15% of staff with Crysis 4 on hold

More news on some job losses today following the Unity game engine layoffs, we have Crytek also shedding staff and shelving Crysis 4..Read the full…

Unity continues laying off staff as troubles continue

After all the mess that was the Unity fees situation, the troubles continue, with another round of layoffs at the game engine developer..Read the…

Steam Deck SteamOS 3.6.21 released fixing Indiana Jones and the Great Circle eyes and security bugs

After being in Beta since December 2024, Valve have now released SteamOS 3.6.21 as stable for Steam Deck bringing in some bug and security…

Keep Driving is a refreshing road trip management RPG

A road trip RPG that blends in some inventory management and unique turn-based battles that has you fight off everything on the road from tractors to…

Linux gaming overlay MangoHud version 0.8 is out now with Intel GPU support, improved Wayland keybinds

After a short testing period, the Linux performance overlay MangoHud had version 0.8.0 released today to bring new features and fixes to one of my…

Excellent narrative adventure Scarlet Hollow is getting a greatly expanded "soft relaunch"

Easily one of the best narrative adventure visual novels on PC, Scarlet Hollow is getting a big juicy update in March that's basically a "soft…

Fight off pesky humans and raise spider babies in Isle Goblin, a blend of Stardew Valley and Terraria

Kilowatt Games are currently working on Isle Goblin, a curious blend of features from the likes of Stardew Valley and Terraria that I'm pretty…

KDE Plasma 6.3 is out now with big fractional scaling improvements, drawing tablet upgrades and more

KDE Plasma 6.3 has been released and it's another beautiful sounding release! Filled with new features and fixes for my favourite Linux desktop…

Monster taming roguelite Aethermancer from the devs of Monster Sanctuary gets a demo

Monster Sanctuary was good fun, so I'm real keen to see more from moi rai games. Their sticking to monster taming / capturing with Aethermancer and…

Sid Meier's Civilization VII is out now with Linux support and Steam Deck Verified

Firaxis Games / 2K have today fully launched Sid Meier's Civilization VII, along with full Native Linux support and it's Steam Deck Verified..Read…

Stellar Blade to be optimized for the Steam Deck and other "UMPC environments"

Shift Up have today released another earnings report for the end of 2024, and in it they talk about some expectations for the upcoming PC release of…

Fanatical's new Capcom Bundle has some great games to pick

For fans of Capcom games, there's another bundle giving you a chance to build up your collection. Fanatical's Build your own Capcom Bundle…

Try the new demo and trailer for Rift Riff, a fast and "strategically tight" tower defense game

If you love tower defense games, you're going to want to check out the new demo and trailer for the upcoming Rift Riff. A "strategically…

Humble's Better With a Friend bundle has some quality co-op games

Need some more games to play with your friends? Check out the Better With a Friend Humble Bundle that has 6 quality games included..Read the full…

Steam Deck Verified highlights for February 2025 - come find your next game

It's time to highlight some games you might have missed! Here's a run over what's been through Valve's Steam Deck Verified with some of my personal…

Popular game launcher Playnite will get Linux support but it's still a while away

Playnite is a very popular free and open source video game library manager, one used a lot on Windows and a developer has confirmed they will be…

Blender Studio announced Project DogWalk, a "Micro-Game" made with Godot

Blender Studio, the creative unit of the free open source Blender project, recently announced work has begun on their second video game with Project…

The Campsite is a short and sweet modern point-and-click adventure worth your time

One for your next coffee break is The Campsite, a short but sweet modern point and click adventure that looks to be worth your time..Read the full…

Commandos: Origins gets an April release date

Commandos: Origins from Claymore Game Studios and Kalypso Media is set for release on April 9th, where you get to see the beginning of this legendary…

Paranormal point-and-click adventure Slender Threads is out now

Love your modern point and click adventures? Paranormal point-and-click adventure Slender Threads from developer Blyts looks like a good one..Read…

Classic Diablo game engine DevilutionX improves gamepad support, gets lots of bug fixes

DevilutionX remains the best way to play the original Diablo on modern systems including Linux (and Steam Deck), macOS and Windows. A new update to…

Early Access wasn't enough for Alterium Shift so it's now on Kickstarter

Inspired by classics like Chrono Trigger, Secret of Mana, and Final Fantasy - Alterium Shift entered Early Access in 2023 but it's now back on…

Decky Loader for Steam Deck gets a store upgrade to show currently installed plugins clearly

Decky Loader, the popular plugin system for Steam Deck / SteamOS, has a fresh release out making the plugin store a bit more useful..Read the full…

Valve ban advertising-based business models on Steam, no forced adverts like in mobile games

Valve have updated the developer guidelines for releasing a game on Steam, making it clear that the scourge of mobile gaming advertising-based…