Blog posts (page 4)
-
The (arguably) Best Image on the Internet - An Analysis
A while back I came across an image while randomly browsing the internet, a meme starring
PepeApu Apustaja (apparently that's the name of the cute somewhat derpy looking Pepe variation) and everyone's favourite streamer Jerma. I personally consider it to be the best image on the Internet. -
Reinventing The Wheel
The current gold standard of Wiki software would have to be MediaWiki. It is developed by the Wikimedia Foundation and is used by most Wikis on the internet, including Wikipedia and related projects. While it's certainly a very well polished piece of software that is designed to be able to handle a website within the top 10 websites (Wikipedia), it is a quite large piece of software that scales down poorly to a small Wiki hosted on a low-end server.
-
Setting up Android-x86 with Virt-Manager
Android-x86 is a project which aims to make a flavour of Android that is suitable to run natively on any regular x86-based desktop computer. It might therefore be a good option to use Android-x86 in a virtual machine you want to run Android apps on Linux, and find other options such as Anbox to either not work with your app of choice or you simply do not meet the system requirements to run Anbox.
This post will show you how to set up an Android-x86 virtual machine on Linux using Virt-Manager, a GUI frontend for QEMU, and configuring it for optimal performance and coolness.
-
Carving out your own little space
Nowadays, the internet is mainly concentrated to large, centralised social media services. You have Discord rather than IRC, Reddit rather than forums, Twitter rather than (micro)blogs, etc. And I personally find that to be quite sad.
-
The joys of package management
One of the reasons I find Linux to be largely superior over Windows is its use of package managers. For a Windows user, this might seem like a nit-pick when comparing the two operating systems but it really is a game changer. The implementation of package managers varies between different families of Linux distributions, and I'm writing with Arch Linux's package manager
pacman
in mind, but the idea and core concept is the same no matter the distro. -
5 Useful Command-line Utilities
I realise I need to make more clickbaity, more digestible blog posts so I will now expand into the territory of Top 5 lists. This is how you do it right?
The Linux terminal is an extremely powerful tool, allowing you to access and control your entire system just by typing commands. In addition, there exists a seemingly infinite amount of command-line utilities. What characterises all of these are just how lightweight they are, while not compromising in its power and flexibility.