Last Updated on 3. December 2022 by Victor Karp This tutorial explains how to run Linux Mint on your Windows computer in a window like any other application by using the program VirtualBox. What is a VirtualBox? VirtualBox is a program that allows you to install other operating systems in a safe container on your […]
Year: 2021
A short beginner’s guide to growing plants
Last Updated on 10. November 2022 by Victor Karp This article helps you getting started with growing plants at home. It is meant for people who never had a plant or didn’t have much luck with plants they bought or received as a gift. How to pick an easy starter plant Taking care of your […]
How to install the latest version of git-cola on Debian/Ubuntu
Last Updated on 12. March 2023 by Victor Karp This tutorial explains how to install the latest version of git-cola, a GUI for git, from its source files. This is useful if you want to use a version that is newer than the one in the software repositories of your Linux distribution. There are two […]
How to run TortoiseHg from source on Debian/Ubuntu
Last Updated on 19. February 2022 by Victor Karp This tutorial explains how to run TortoiseHg from source code files and install dependencies on a Debian/Ubuntu based Linux distribution. TortoiseHg is a GUI for the distributed source control management tool Mercurial. This is useful for distributions like Linux Mint, which does not have TortoiseHg available […]
How to use enums in the Godot Engine
Last Updated on 14. March 2023 by Victor Karp This Godot Engine tutorial explains how to create enums, compare enum values, get enum items and their names and how to format them. What are enums? Enum is short for “enumeration”. Enums are often used for selecting something from a list, where every item is mutually […]
How to bake animations, rigid bodies and cloth in Blender
Last Updated on 31. May 2022 by Victor Karp This tutorial explains how to convert a single animation frame, a rigid body or a keyframe of a cloth simulation to a static mesh in Blender. I’ve originally written it as a short response to a thread in the Blender Steam Community. Baking animations is useful […]
How to get the most recent Xonotic version by using autobuilds
Last Updated on 31. May 2022 by Victor Karp You can download the latest regular version of the free first person shooter from the official Xonotic website. But this version (0.8.2 at the time of writing this article) is severely outdated and does not have all the new changes that were made after its release. […]
How to run an application on Linux from the terminal
Last Updated on 22. May 2022 by Victor Karp This tutorial explains how to run an application on Linux from the terminal by typing the application name. This allows you to run AppImages, scripts or any executable file from a terminal, even though you have not installed it via any type of package manager. The […]
How to disable dynamic grid snapping in Blender
Last Updated on 28. October 2022 by Victor Karp This tutorial explains how to disable the dynamic grid size adjustment in Blender. It also teaches you how to snap to a custom grid size in 2D and 3D viewports. The problem with Blender’s grid snapping If you move an object in the 3D viewport with […]
How to make levels for Xonotic – Easy Quickstart Guide
Last Updated on 31. May 2022 by Victor Karp This tutorial is a quickstart guide on how to set up the tools to create levels for the free open source shooter Xonotic. It explains how to download and install all necessary files and start the NetRadiant, Xonotic’s editor. Step 1: Get the very latest Xonotic […]