Language Selection

English French German Italian Portuguese Spanish

Games: Deadcore, Henchman Story, Ultimate ADOM - Caverns of Chaos, and More

Filed under
Gaming
  • How to play Deadcore on Linux

    Deadcore is a platformer FPS that blends both exploration and speedrunning. The game was developed by 5 Bit Games and published by BANDAI NAMCO Entertainment. Here’s how to play Deadcore on Linux.

  • Try the new demo for the superhero satire Henchman Story releasing October 14 | GamingOnLinux

    Henchman Story is an upcoming satirical visual novel that takes aim at the world of superheroes. The developer has announced it's releasing on October 14 and there's a huge demo upgrade. Another game coming thanks to a successful Kickstarter campaign, where Silken Sail Entertainment managed to pull in over $18K back in October 2020.

  • Ultimate ADOM - Caverns of Chaos leaves Early Access with a big content update | GamingOnLinux

    Ready for more hardcore roguelike action? Ultimate ADOM - Caverns of Chaos has now left the Early Access dungeon, along with a big content update adding in a new playable class. 25 years or so after the original ADOM by some of the same team, this is a proper roguelike.

    The big new update added in a Necromancer Class, 68 new skills, 19 new spells, 20 new monsters, the faction system was expanded, you can customize your character and a whole lot more. Seems like a pretty good update overall to the game - hopefully it might now appease some classic ADOM fans.

  • Kathy Rain: Director's Cut gets a new limited-time demo for Gamescom | GamingOnLinux

    Kathy Rain: Director's Cut is the revamp of the popular 2016 adventure game. Rebuilt with the Unity game engine along with native Linux support. This new demo isn't up for long though, as you have until later tomorrow to download and try it out (although plenty of demos work outside of Steam if you back them up…).

    Set in the 90's, Kathy Rain: Director's Cut is a reimaging of the original story from 2016. Kathy is a strong-willed journalism major who must come to terms with her troubled past as she investigates the mysterious death of her recently departed grandfather.

  • Destiny 2 on Stadia finally gets cross-platform play | GamingOnLinux

    For those of you using Linux and the cloud gaming service Stadia, Destiny 2 got a huge boost recently as Bungie finally implemented cross-play.

    Sadly, Destiny 2 doesn't yet work on the Linux desktop directly through Steam Play Proton, and they've just recently added in BattlEye which makes it even more difficult to get working. Thankfully, Stadia is an option that works quite well on Linux in a Chromium browser. One issue though is that the Stadia player-base isn't exactly all that big so finding people to play with could have been an issue.

  • Have a big party in the new Tropico 6 – Festival expansion out now | GamingOnLinux

    Running an island doesn't need to be boring and now you can have a wild party in Tropico 6 as Kalypso Media today released the Tropico 6 – Festival DLC.

    Probably the most creative additional content release yet it tasks you with planning and managing celebrations, while also dealing with "The Boredom". Tropico 6 – Festival also adds a unique party planning mechanic to Tropico 6, allowing players to host 20+ types of festival. Four distinctive, themed areas will be included for players to throw spectacular shindigs, as well as new buildings such as the Dance School, Balloon and Fireworks factory to get the party started. Players will also be able to enjoy a host of new musical additions, alongside a snazzy party outfit (and paint job) for El Prez and the presidential palace.

  • Hearth & Home for Valheim releases on September 16 and there's a new trailer | GamingOnLinux

    Finally we're getting the update we've all been waiting on as Hearth & Home is releasing on September 16 for Valheim.

    This is the update Iron Gate has been teasing in short videos recently that will overhaul combat with new food options and new mechanics for blocking, staggering and stamina to give players more freedom in character builds. They haven't revealed everything coming yet but we do know there will be a bunch of new options to build too. Iron Gate is also expanding with three more developers to work on programming, animating and QA.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.