Ezra @ezra
04:10 Oct 21, 2024
之死靡它
Sep
09
Cannot Install Balena Etcher on Ubuntu 24.04
Published 20:09 Sep 09, 2024 by @ezra.
#UNIX/Linux# Trying to install these packages leads to the following errors:
E: Package 'gconf-service' has no in...
Jul
28
How Do I Properly Install KVM on Linux
Published 17:07 Jul 28, 2024 by @ezra.
#UNIX/Linux# The Kernel-based Virtual Machine (KVM) is a Linux hypervisor that supports full virtualization. When...
May
31
Help! Linux ate my RAM
Published 03:05 May 31, 2024 by @ezra.
#UNIX/Linux#
What’s going on?
Like all modern operating systems, Linux is borrowing unused memory for
di...
May
21
Windows 11 Account Picture Error 0x80070520 After Installing KB5036980
Published 10:05 May 21, 2024 by @ezra.
#Windows#
On April 23, 2024, Windows 11 preview update KB5036980 was officially released. Although this updat...
May
20
Fix Error /etc/mailcap is not in required format
Published 00:05 May 20, 2024 by @ezra.
#UNIX/Linux# So I got this error when I ran a "apt upgrade" command:
Error: '/etc/mailcap' is not in required for...
May
17
Remove empty directory trees
Published 02:05 May 17, 2024 by @ezra.
#UNIX/Linux# Suppose I have a dir tree like this:
ROOTDIR
└--SUBDIR1
└----SUBDIR2
└----SU...
May
17
How to effectively delete a git submodule
Published 02:05 May 17, 2024 by @ezra.
#Version Control# To remove a submodule you need to:
Delete the relevant section from the .gitmodules file.
Stage the...