Language Selection

English French German Italian Portuguese Spanish

Leftovers: Gaming

Filed under
Gaming
  • Blitzkrieg 3 RTS Is Getting a Linux Release

    Blitzkrieg 3, a new strategy game developed by Nival Interactive, will be getting a Linux release, at least this are the latest reports from the German media.

  • The Most Popular Linux Gaming Articles For 2014

    Here is a look back at the most popular articles on GamingOnLinux for 2014, it was a seriously crazy year for us here, and for everyone in Linux gaming, so let's see what happened! We had a few downers, but most of it was great stuff that I am proud to be a part of.

  • LISA, A Quirky Side-scrolling RPG, In Beta For Linux

    Lisa is a quirky side-scrolling RPG set in a post-apocalyptic wasteland. It has a nice style to it, and very positive reviews on Steam.

  • GOL Cast: Bringing Humanity To New Worlds In Civilization: Beyond Earth

    After a bit of a wait it's finally possible for you to bring your penguins to space and colonize new worlds in the name of Torvalds. But how does Civilization: Beyond Earth fare, what are its strengths and weaknesses? Let's find out.

    Civilization: Beyond Earth is the newest installation in the long standind series of Civilization games and, as you all are probably aware, instead of allowing you to become the most powerful nation on Earth it brings you onto an unexplored planet far away as humanity's last resort to save itself from an overpopulated home.

  • GOG's Installer Encryption Proving To Be Difficult For Linux Users
  • Control a Spinning Car in Roundabout on Steam for Linux

    Roundabout, a weird arcade driving game developed and published on Steam by No Goblin, has also reached the Linux platform and is now available with 34% discount.

  • The Way of Life Is a New Adventure Game Made in Just 24 Hours

    The Way of Life, an adventure game developed in just 24 hours, has made its way on Steam for Linux. It's not ready yet and is still under development, but the first three levels have been provided for free.

  • Transport Tycoon's OpenTTD Remake Ends 2014 with a Great Release

    OpenTTD is an open source simulation game based on the popular Microprose title Transport Tycoon written by Chris Sawyer. It's been around for quite some time and it's still played by many gamers, even today. A new major release is in the making and the first Beta has been released.

  • The Itch Games Store Are Working On An Open Source Client

    The Itch.io games store has always been nice, but icing on the cake is that they are now creating an open source desktop client in Qt 5.

    It's in the very early stages, but could be something to give it a boost over other smaller stores. Desura is also working to bring their re-open sourced client back to Linux, and GOG are bringing out a closed source client. Looks like desktop clients are becoming a big thing again.

  • New Desura Client Available For Linux, Open Source Again

    Finally, Desura has a new client available for Linux. Bad Juju Games haven't officially announced it anywhere on Desura yet, but it is available to download.

    It has been open sourced again thanks to Bad Juju Games who moved it to the GPL3 license, and removed the need to sign a contributor agreement, but the Desura name and logo are still subject to certain terms (fair enough).

  • TIMEframe, A Game Played In Slow Motion Plans A Big Update With Linux Support

    TIMEframe was originally created for the Ludum Dare game jam competition by Random Seed games and an updated version has been in development.

    It looks like a pretty interesting concept, and they need help by getting votes on Steam Greenlight. Sadly, the original doesn't have Linux support, so it's great the updated version will.

  • Remixing open source games with Creative Commons content

    One of the great things about open source is that you're free to modify and redistribute it in whichever way you like. This is real creative freedom that I support. All of my apps and games are open source. A while back, I helped fund the opening of some game music and art assets to the public. Being in the public domain (or having a Creative Commons license, as these art assets now do) allows for public remixing and free use of the content. Gotta love that.

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.