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
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...
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
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 ...
Dec
30
File System support in Ubuntu
Published 16:12 Dec 30, 2023 by @ezra.
#UNIX/Linux#
Please repleace /dev/sdXY to your device like /dev/sda1, /dev/sdb3.
How to read and write HFS+ jou...
Aug
23
Gole 1 Pro Linux Fix
Published 19:08 Aug 23, 2023 by @ezra.
#UNIX/Linux#
免责声明
Caution
本文内容仅为交流目的,不保证在任何情况下均可达到预期效果,同时所涉及操作存在一定风险,因此造成的任何损失本人概不负责,请在继续操作前慎重考虑。
此外,请...
May
18
WeChat on Ubuntu/Debian and derivatives
Published 02:05 May 18, 2023 by @ezra.
#UNIX/Linux# Wine
go to Ubuntu Kylin Archive, search and download ukylin-wine.
wget http://archive.ubuntukylin.co...
May
16
How to fix Linux on ROG Flow Z13
Published 01:05 May 16, 2023 by @ezra.
#UNIX/Linux# After install a Linux system on your ROG Flow Z13, the screen will jitter like crazy and is nearly u...
Feb
13
Script for Optimizing Images
Published 14:02 Feb 13, 2023 by @ezra.
#UNIX/Linux# Sample Script
Optimizing images is easy with this script! Img-optimizer + ImageMagicK leverages mult...
Jan
28
Deploy Django with Gunicorn and Ngnix
Published 18:01 Jan 28, 2020 by @ezra.
#Programming# 准备
首先要更新软件源,以 Ubuntu 为例:
$ sudo apt-get update -y
安装 python3、virtualenv、nginx、sqlite3、openssl:
$ s...