mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

13K
active users

#commandline

15 posts14 participants0 posts today

Well, I finally found something for which a normal person will need to use the command line.

I was trying to play the Amnesia: The Dark Descent, and it complained that it couldn't find /usr/lib/libtheora.so.0

The solution was to make a symlink:

sudo ln /usr/lib/libtheora.so /usr/lib/libtheora.so.0

It's a simple fix, but not at all easy to figure out if you're not comfortable with the command line.