Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
Latest Comments by 14
Jonathan Blow states he is open to a Linux port of The Witness with Vulkan, but never with OpenGL
29 January 2017 at 4:24 am UTC

From what I've heard about The Witness, I would be very interested in getting it for Linux. But his words don't inspire any hope.

Avorion, a procedural co-op space sandbox is now on Linux and it looks awesome
29 January 2017 at 4:13 am UTC

The synopsis sounded cool but I gotta say that, other than the HD resolution, it looks like it came out in 1996.

Major Stable Steam client update, Xbox controller config support, vastly improved Linux client
21 January 2017 at 3:49 am UTC

Wow. I didn't expect it to come so soon. woot! It's nice.

EDIT: Sweet! Steam reconnected after my computer went to sleep last night. One more little thing not to miss in Windows.

Some thoughts on switching from Ubuntu to Antergos for Linux gaming
21 January 2017 at 3:37 am UTC Likes: 1

It was cool to see this headline. I remember many weeks ago when you tweeted some frustration about Ubuntu. I replied (among many I'm guessing) to give a good look into Antergos. I use regular Arch myself, but the buy-in price (time wise) is higher. I went the familiar pattern of Ubuntu > Mint > Arch. I've been on Arch for a good while, maybe two years, and I love it. It makes me like my computer. It definitely feels like MY computer, more than Windows 7 did.

To all of us commenters:
I don't think it's cool to attempt convincing someone why they should switch distros unless they ask for it. We all have reasons for liking the different ones out there.

Discord announce their Linux client is now officially supported and out of beta
17 January 2017 at 2:36 am UTC Likes: 1

Using a Debian server, here is how you install Murmur:
apt-get install mumble-server
systemctl enable mumble-server


Keep your system updated with security patches automatically:
apt-get install unattended-upgrades
vim /etc/apt/apt.conf.d/20auto-upgrades

Make sure the contents are thus:
APT::Periodic::Update-Package-Lists "10";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::Download-Upgradeable-Packages "10";
APT::Periodic::AutocleanInterval "30";


When you're ready to go live, open ports 64738 (TCP and UDP) to your server's IP address.

Every now and then, like every month or two, you should log into the server and run:
apt-get update && apt-get upgrade
Once it's done, if you notice a new kernel installed, you should reboot the server.

Want to dig in more? There is a config file at /etc/mumble-server.ini. It's fine to run at defaults if you don't want to go through the file.
If you need help with networking, like NAT or dynamic public IP or DNS issues, let me know.

Eco - Global Survival Game, an incredibly interesting looking game that's already on Linux
16 January 2017 at 2:04 am UTC Likes: 1

The eco message is pretty strong in this game (the whole point), so perhaps that will turn some people off. I'm not one of those folks, however, so I'm looking forward to it. It looks like I could have a lot of fun playing in that world of consequences.

Discord announce their Linux client is now officially supported and out of beta
15 January 2017 at 5:20 am UTC Likes: 1

Quoting: PicoboomI don't need people telling me to use open-source software, I need open-source people telling people like me --- normal, non-technically-minded people --- how to use their software. Until then I'll make do with what tools are avalable to me.
If your cry for help is serious, I can probably write short instructions for you to run a Murmur server if you know how to install Linux. Murmur is one of the easiest things to host. Maintenance of the server can be set up to be mostly automatic as well. The process of doing so is pretty short.

Worms W.M.D has enabled cross-platform multiplayer in the latest patch
15 January 2017 at 5:11 am UTC

Hey, I can finally consider buying it!

The latest Steam Beta Client fixes a nearly 4 year old Linux issue, fixes other Linux issues
15 January 2017 at 3:50 am UTC

There are three problems that have always been around that I assumed were not going to change:
1) If I let my computer go to sleep without exiting Steam first, I'll have to exit and relaunch it so I can sign in. If I don't go through that routine, I won't be logged in and nothing in Steam will work.
2) When I hit the X to close to tray (behavior in Windows), it goes to my task bar (KDE).
3) When I double-click on the Steam tray icon, nothing happens. In Windows, I like it to open my Friends list.

These issues are not really big ones, but it's never fun getting used to features and having them taken away.