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

FrankenPHP: A Modern PHP App Server in Go (Install + Use)

FrankenPHP is a modern PHP app server built on Go and C that comes with a Caddy server to redefine traditional PHP servers and outshine competitors. Here's how to install it.

The post FrankenPHP: A Modern PHP App Server in Go (Install + Use) appeared first on Linux Today.

How I Turned My Raspberry Pi Into a Private Internet Archive

After the Internet Archive breach, I built my own private Internet archive using a Raspberry Pi and ArchiveBox. Here's how I did it.

The post How I Turned My Raspberry Pi Into a Private Internet Archive appeared first on Linux Today.

OpenELA Publishes Code for Devs Who Want to DIY RHEL 9.5

Wanna build your own RHEL clone? OpenELA’s got all the source code you need, ready to download for free.

The post OpenELA Publishes Code for Devs Who Want to DIY RHEL 9.5 appeared first on Linux Today.

Major Security Audit of Critical FreeBSD Components Now Available

The FreeBSD Foundation, in partnership with the Alpha-Omega Project, has released the results of an extensive security audit of two critical FreeBSD components: the bhyve hypervisor and the Capsicum sandboxing framework.

The post Major Security Audit of Critical FreeBSD Components Now Available appeared first on Linux Today.

ScubaGear: Open-source tool to assess Microsoft 365 configurations for security gaps

In this article we'll talk about ScubaGear - an open-source tool the Cybersecurity and Infrastructure Security Agency (CISA) created to automatically evaluate Microsoft 365 (M365) configurations for potential security gaps.

The post ScubaGear: Open-source tool to assess Microsoft 365 configurations for security gaps appeared first on Linux Today.

Rocky Linux 9.5 Released, Here’s What’s New

Rocky Linux 9.5 is now available for download, packed with updates like Podman 5.0, GCC 11.5, Node.js 22, and more.

The post Rocky Linux 9.5 Released, Here’s What’s New appeared first on Linux Today.

NVIDIA 550.135 Graphics Driver Released with Better Linux Kernel 6.11 Support

NVIDIA 550.135 is a small update that only improves support for distribution running the Linux 6.11 kernel series, which renamed drm_fbdev_generic to drm_fbdev_ttm, by using drm_fbdev_ttm when present to keep supporting direct framebuffer access on Wayland compositors to present content on newer kernels.

The post NVIDIA 550.135 Graphics Driver Released with Better Linux Kernel 6.11 Support appeared first on Linux Today.

FreeCAD 1.0 Open-Source 3D Parametric Modeler Released, Here’s What’s New

Highlights of FreeCAD 1.0 include a new built-in Assembly Workbench, the inclusion of the topological naming problem mitigation code, a new materials system for appearance properties, a new BIM workbench with better setup & management tools and better IFC support, as well as a new logo.

The post FreeCAD 1.0 Open-Source 3D Parametric Modeler Released, Here’s What’s New appeared first on Linux Today.

Grep Command in Linux

Grep is a Linux command-line utility for searching files for specific patterns that match regular expressions. In this blog post, we will explain grep with real examples.

The post Grep Command in Linux appeared first on Linux Today.

Blender 4.3 Open-Source 3D Graphics App Introduces Experimental Vulkan Backend

Four months after Blender 4.2 LTS, the Blender 4.3 release introduces an experimental Vulkan backend on Linux and Windows systems to render the user interface. However, there are some limitations like lack of support for GPU subdivision and OpenXR, and slower performance compared to the OpenGL backend.

The post Blender 4.3 Open-Source 3D Graphics App Introduces Experimental Vulkan Backend appeared first on Linux Today.

GamingOnLinux Latest Articles

Engineering puzzle game Poly Bridge 3 gets Steam Deck Verified with a major update

Highly rated, and now you can take it happily on the go, Poly Bridge 3 had a big upgrade and it's now Steam Deck Verified..Read the full article on…

Monster catcher Cassette Beasts adds Steam Workshop support and a new battle mode

Cassette Beasts from Bytten Studio is a brilliant spin on the whole monster catching genre, and a fresh update out now continues expanding it..Read…

Steam Deck update has fixes for performance issues in long sessions and Remote Play Together

Valve pushed out a new stable Steam Deck Client update which includes some pretty essential sounding bug fixes..Read the full article on…

Horizon Zero Dawn Remastered now Steam Deck Verified

Well there's a surprise. Horizon Zero Dawn Remastered from Guerrilla Games / Nixxes Software and PlayStation Publishing has been given the Steam Deck…

S.T.A.L.K.E.R. 2: Heart of Chornobyl review - works on Linux Desktop with Proton but poorly on Steam Deck

S.T.A.L.K.E.R. 2: Heart of Chornobyl from GSC Game World has now been released and after playing it pre-release, I've had a damn fun time with…

FromSoftware owner Kadokawa confirms Sony sent an 'initial letter of intent' to acquire them

Recently I covered that Kadokawa, the owner of ELDEN RING developer FromSoftware, were potentially being acquired by Sony and now Kadokawa have…

Euro Truck Simulator 2 - Greece lands December 4, SCS continue updating legacy art assets for both truck sims

SCS Software have announced that Euro Truck Simulator 2 - Greece is set for release on December 4th. Plus, they're continuing to update the visuals…

ROSE is a free rogue-lite arena shooter where you sacrifice your body parts to progress

A free game to play midweek? Why not eh? You really should check out ROSE, a violent rogue-lite arena shooter where you sacrifice your body parts to…

Vehicular combat shooter Mad Mechs looks like one to watch

With various types of customizable vehicles and dynamic maps, Mad Mechs looks like good fun if you want over the top action..Read the full article on…

Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller

Take this with a pinch of salt as you always do with leaks, but it appears Valve may be prepping a Steam Controller 2, along with a new controller…

NVIDIA stable driver 550.135 released for Linux

While NVIDIA continues working on new features for their 565 series, and they have their current new-feature branch 560.35.03, they also have the…

Fighting Fantasy Classics plans to add full Steam Deck support

Fighting Fantasy Classics is a library app from Tin Man Games that collects together all your favourite Fighting Fantasy gamebooks from the 1980s to…

Check out Miniatures, a short mixture of strange tales

Here's one for you if you're short on time, and want to experience something a bit unique. Miniatures released recently from developer Other Tales…

Hotloop is a twin-stick shooter where you fling yourself around using gravity from planets

Need some fresh twin-stick shooting fun? Hotloop looks like a nice one, with an interesting gravity mechanic to throw your ship around using gravity…

Sony reportedly looking to acquire Kadokawa, owner of ELDEN RING dev FromSoftware

According to a report from Reuters, Sony are currently in talks to buy Kadokawa Corporation, the owner of ELDEN RING developer FromSoftware..Read the…

The Binding of Isaac: Rebirth gets online co-op in the latest update with Repentance+

Available in Beta for The Binding of Isaac: Rebirth, is the new The Binding of Isaac: Repentance+ update that brings online co-op..Read the full…

Arcane Wilds is a western-themed fantasy RTS now on Steam

Now in Early Access, Arcane Wilds gives a slightly different take on the base-building RTS genre and comes with Linux support..Read the full article…

Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched

Two big things have arrived. The first is that you can attempt to grab the sleek looking Steam Deck OLED: Limited Edition White right now, and the…

Single-player survival horror game Sorry We're Closed out now and should work great on Steam Deck

This looks awesome and quite weird, especially if you love your retro-infused games. Sorry We're Closed is the first release from à la mode…

Devs of chill arcade freeriding game SNØ: Ultimate Freeriding use the Steam Deck as their performance target

SNØ: Ultimate Freeriding is a recent discovery that looks wonderful. A chill arcade freeriding game where it's just you against the raw…

Direct3D to Vulkan translation layer DXVK v2.5.1 released fixing GTA Trilogy Definitive Edition and an anisotropic filtering regression

Following on from the rather large DXVK 2.5 update a week ago, a smaller bug-fix release is out now for the Direct3D to Vulkan translation layer used…

Unofficial PC port of Zelda: Majora's Mask, 2 Ship 2 Harkinian has a big new release out

Released originally back in May, 2 Ship 2 Harkinian allows you to play Nintendo's Zelda: Majora's Mask properly on PC and a new release just…

OpenRA for classic RTS games like Red Alert has a new playtest with enhanced visuals, revamped map editor

OpenRA is a free and open source project to play classic strategy games like Red Alert, Command & Conquer, and Dune 2000. It's also used as the…

Linux kernel 6.12 is out now with real-time capabilities, more gaming handheld support

Here it is, another big Linux kernel release is out now. Linux kernel 6.12 is an exciting one too with a big feature finally landing..Read the full…

Half-Life: Blue Shift remake mod Black Mesa: Blue Shift - Chapter 5: Focal Point released

Black Mesa: Blue Shift is a remake of the classic Half-Life: Blue Shift, made as a mod for the Half-Life remake Black Mesa. A big new update just…

Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update

To celebrate that Half-Life 2 has turned 20, Valve has made it free to claim and keep for a limited time. Not only that, but Episodes One and Two are…

Linux GPU Configuration Tool 'LACT' adds NVIDIA support

No longer just for the AMD camp, Linux GPU Configuration Tool 'LACT' has a fresh release out that brings in NVIDIA support..Read the full article on…

The Walking Dead, The Expanse and more in the Telltale Collection Humble Bundle

Now this is a fantastic deal not to be missed if you're an adventure game fan. The Telltale Collection Humble Bundle is live now..Read the full…

Inspired by SSX, arcade snowboarding game Tricky Madness is now in Early Access

After a new snowboarding game built like the classics? Tricky Madness is out in Early Access and includes Linux support..Read the full article on…

New Hearts of Iron IV DLC lets you rewrite German history, pushing player counts up to a new peak

Paradox Interactive have now released Hearts of Iron IV: Götterdämmerung, a Germany-focused expansion to their popular historical strategy…

Get a bunch of tactical games in the Kalypso Humble Bundle

In need of some more real-time strategy and role-playing games? The Let's Get Tactical Bundle could be what you're after..Read the full article on…

Hybrid gaming controller MoveMaster has a new website, shipping to the UK now available and 10% off

MoveMaster is a thoroughly odd, unique and very interesting device that you might want to take a look at to change the way you game..Read the full…

Avowed from Obsidian gets a release date, and pre-orders with earlier access if you pay £80

The continuing trend of getting you to pay more to play just a few days earlier continues. Avowed from Obsidian Entertainment does look like bloody…

Get a fresh look at Half-Life 2 RTX in a new video plus the Steam page is now live

Half-Life 2 RTX looks like it's coming along quite nicely, if you're a fan of everything being a bit shinier..Read the full article on GamingOnLinux.

EVERSPACE 2 fixes videos playback on Linux and Steam Deck with Proton

In the latest little update to EVERSPACE 2, it's a good one for players on Desktop Linux and Steam Deck, as it includes an important fix..Read the…

Team Fortress 2 gets an update to improve matchmaking

Yup, Valve are still updating and improving Team Fortress 2, and another fresh upgrade is out now improving the matchmaking experience..Read the full…

Old Skies from Wadjet Eye Games looks like one to remember with a new trailer

If you're a lover of point and click adventure games, you're going to want to watch the new trailer for Old Skies from Wadjet Eye Games..Read the…

The latest from Prime Gaming - November 14 edition - lots for Steam Deck / Linux

Here we go again! Each week Prime Gaming, part of what you get with a subscription to Amazon Prime, add and remove various games you can claim to…

Temtem: Swarm is a survivor-like bullet heaven with cute creatures to evolve out now

Available now in Early Access, survivor-like bullet heaven Temtem: Swarm is another game entering the crowded but popular genre from developer…

Minecraft-like free and open source game VoxeLibre (formerly MineClone2) hits over 500K downloads

Originally called MineClone2, VoxeLibre is a free and open source sandbox game that's inspired by Minecraft and it recently hit a big milestone..Read…

Classic Unreal Tournament and Unreal now easier to download free thanks to OldUnreal (updated)

Epic Games announced back at the end of 2022 that they were pulling a whole bunch of classics like Unreal Tournament and Unreal from stores, along…

Old School Rally gets split-screen support, new stages and a new car

Old School Rally is properly awesome. Bringing back some fond memories for me of playing Colin McRae Rally on the original PlayStation and now it…

Godot Engine 4.4 dev 4 released with interactive in-game editing

An exciting new feature for game developers has begun to land in the free and open source Godot Engine, with the start of interactive in-game…

Little Big Adventure – Twinsen's Quest a remake of the original classic is out now

Little Big Adventure – Twinsen's Quest from [2.21] and Microids is out now. It's a remake of the original classic with a graphical makeover and…

Train finally returns to Counter-Strike 2 in the latest big update

Train! It's back! A fan favourite map returns that was annoyingly missing from the release of Counter-Strike 2. But it's now back and looking better…

Mesa 24.2.7 out now and Mesa 24.3 may come sooner than expected

The latest update for the open source graphics drivers is here with Mesa 24.2.7 out now. Plus we might see Mesa 24.3 a bit sooner than expected..Read…

Yawnoc is chaotic top-down shooter rogue-lite inspired by Conway's Game of Life and other cellular automata

With the source code available along with the game, Yawnoc is a chaotic top-down shooter rogue-lite inspired by Conway's Game of Life and other…

GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'

GOG going back to their roots a little here with the announcement of the GOG Preservation Program, with an aim to ensure various games get to live on…

Grand Theft Auto: The Trilogy – The Definitive Edition gets updated, needs a fix on Steam Deck

Rockstar Games decided to update the Grand Theft Auto: The Trilogy – The Definitive Edition which includes Grand Theft Auto: Vice City, Grand…

Chrono is a puzzler about time-controlling objects in the world

For fans of Portal and other first-person puzzle games, the indie game Chrono from Portuguese developer David Simoes is all about time-controlling…