Jan
21
How to Update Linux Mint
Published 11:01 Jan 21, 2025 by @ezra.
#UNIX/Linux# Linux Mint 22.1 Xia just released.
To update your Linux Mint to 22.1 Xia, you need to:
Backup your ...
Jan
07
How to scroll inside GNU/screen
Published 09:01 Jan 07, 2025 by @ezra.
#UNIX/Linux# Screen has its own scroll buffer, as it is a terminal multiplexer and has to deal with several buffe...
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' h...
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
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 requ...
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
01
Raspberry Pi RealVNC can not be connected
Published 15:05 May 01, 2024 by @ezra.
#UNIX/Linux# What's wrong
I just reinstalled the bookworm version of Raspberry OS for my 4B model. After enabled ...
Apr
29
Reinstall GRUB for Ubuntu
Published 03:04 Apr 29, 2024 by @ezra.
#UNIX/Linux# So I accidentally damaged my Ubuntu EFI data today, which caused my system to fail to start. Now, I ...
Apr
29
Uninstall after make install
Published 02:04 Apr 29, 2024 by @ezra.
#UNIX/Linux# How to uninstall after "make install"
Method #1 (make uninstall)
Step 1: You only need to follow thi...
Apr
12
How to increase swap space on your Raspberry Pi
Published 17:04 Apr 12, 2024 by @ezra.
#UNIX/Linux# To increase swap space on your Raspberry Pi, you can follow these steps:
Check Current Swap Space
Be...
Apr
12
The ultimate guide on using systemd to autostart scripts on the Raspberry Pi
Published 17:04 Apr 12, 2024 by @ezra.
#UNIX/Linux# I keep hearing of users that have problems with crontab -e to autostart their scripts and I believe ...