Installed SunClock on Linux Mint, which looked like this. (Yeah, it looks okay, I guess). And few configuration changes after reading a bit of documentation along with installing the “big maps...Read More
Today we’re going to be installing the PC (Windows) version of Nuclear Strike, published by Electronic Arts, on Linux Mint 21 Cinnamon Edition running Wine version 6.0.3. Before we begin, weR...Read More
July 18 – I just tried to connect to Facebook. I’ve heard it is the best, most secure social networking service I can use. They even included an account recovery code! I’d better hold onto it in...Read More
If you want to create a new Wine Prefix in Linux the following command (from the terminal) will create a 32bit Wine Prefix. WINEPREFIX="$HOME/.wine-name" WINEARCH=win32 winecfg Should you requi...Read More
Upgrading Wine 4.x to 5.0 on Linux Mint 19.3 Cinnamon 64bit. Commands in terminal. sudo dpkg –add-architecture i386 wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq....Read More
If you want to have more than 10 Simultaneous Transfers in Filezilla I have found editing the following two files worked for me. First make a backup of any files you are going to edit. Edit your filez...Read More
Here is a quick list of the linux file system (FS) directories and what they are for. This has helped me find my way around a fair bit. /bin – binaries, basic binary files/programs – eve...Read More
Here is a good command that will give you a list of services and whether or not they have started. From your terminal window / command prompt run: systemctl list-unit-files --type=service and it will ...Read More
I have finally got GZDoom Builder running under Wine in Linux Mint. I’m going to write this down before I forget what steps I’ve taken. 🙂 To make this work; I did / had / was running:...Read More
I had numerous MTS video files from my camera all with the names 00000.mts and 00001.mts et cetera. Not really helpful. When looking at the files in the file explorer (nemo, Linux Mint) I didn’t...Read More
Once you have found how long it takes for Linux Mint to Boot you can then find which programs / services are taking the longest to run by running the “systemd-analyze blame” command from a...Read More