How to transfer Stardew Valley save files between PCs, Macs and iOS Devices

I love Stardew Valley, and it’s super exciting that save games can be transferred between multiple platforms. It’s not difficult if you know how, but sometimes it’s the little things where you get stuck – so before I forget again, here’s what I’ve been able to transfer and how. I have the game on PC (from Steam) and from the Apple App Store on multiple iOS devices. I’ve also got it working on my Mac, and I can transfer my game onto all these platforms.

The game saves themsevles are text files inside a folder. We need the whole folder, which is named something like YourName_123456789. Even if you have two save games with the name name, the number will be different. To transfer a game, simply copy the whole folder in question onto the target platform.

Here’s where you find the game save files:

Read more

Removing the latest Kernel in CentOS

I’ve had a power cut recently, which seems to have corrupted the latest Kernel I have installed on my CentOS 6 server. I can boot into the previous one just fine, but of course if I forget to make a choice on startup, the server doesn’t start up. That’s annoying.

Thankfully there are ways to either fix the latest version, remove it, and even exclude a particular version from future updates. Here’s what worked for me on CentOS 6:

Read more

Including Custom Posts on Archive Pages in WordPress

By default, Custom Posts don’t show up on regular Archive Pages. They still show regular posts, but none of the Custom Post Types are included. I suppose you’d have separate pages with custom queries for that. In my project however, which consists mainly of Custom Posts, it made sense to use the regular WordPress queries … Read more

How to fix “active developer path does not exist” with git on macOS

I’ve recently removed Xcode from my ageing MacBook. Ever since then, I’m getting an error when I try to run git from the command line. The error goes something like this: xcrun: error: active developer path (“/Library/Developer/CommandLineTools”) does not exist That’s because Xcode had installed several command line tools provided by Apple, and one of … Read more

How to add FTP sync in Visual Studio Code

To my delight I found out how to add an FTP destination to Visual Studio Code. It’s an extension called sftp by liximomo, available for free from the VS Marketplace. Here’s how to install, configure and use it on both Mac and Windows.

Obtain it by selecting the extensions symbol in the sidebar (the bottom one, consisting of four little squares) and enter sftp in the search box. Click the green install option to proceed.

Read more