Urgent.News

What's breaking now, across thousands of outlets.

Tech

Proton 11.0-2 Enables More Titles With Steam Play / Linux Gaming

Just in time for those that enjoy their Linux / Steam Play gaming on weekends, Valve and CodeWeavers today released Proton 11.0-2 as the newest stable release of this Wine 11.0 downstream that powers Steam Play for running Windows games gracefully on Linux...

We haven't written up this one. Phoronix has the full story — the link below goes straight to it.

Read the original at phoronix.com →

More in Tech

UNDERSTANDING THE GIT WORKFLOW

Git is a version control system. Version control, also known as source control, is the practice of tracking and managing changes to software code.

  • Git tracks changes to code in software projects.
  • Initialize repository with git init to store tracking info.
  • git add stages files for commit with descriptive message.

More from Friday 21 August →