BIOS
Clash
Cloudflare
Debian
GCC
GNU/Linux
Git
Internet
Issue
OBS Studio
SSH
Shell
Tips
Tmux
Tool
VS Code
Vim
WSL
Windows
Xterm
1 2 3 Older Posts >
Run gcc -E -D BOOTDIR=$(pwd) -P -x c boot/arch/riscv/boot0.lds
* -E Preprocess only; do not compile, assemble or link.
* -D Define macro.
* -P Inhibit generation of linemarkers in the output …
read more…
read more…
I want to use ssh without having to enter a password every time I log on to the server.
Since there is no ssh-copy-id command in Windows, I tried to create
~/.ssh/authorized_keys in the server and c…
read more…
read more…
I have had my computer for 6 years. For the last few days, every time the computer
cold boots, it stops at the above screen. After reading the following blog,
I tried replacing the battery () and …
read more…
read more…
* Open /etc/default/grub and append the following code to it.
* Run sudo update-grub
* Run cat /boot/grub/grub.cfg to confirm that all bootable partitions have been added to the grub menu en…
read more…
read more…
Change Style
The table below documents only the options I have used.
You can get more details from here.
Option Description Demo -bg Ba…
read more…
read more…
Steps
* Run git reflog to see the reference logsReference logs, or reflogs, record when the tips of branches and other references were updated in the local repository. .
* Run git reset --soft …
read more…
read more…
Case 1
Scenario
After upgrading from Debian 11 to Debian 12, the Settings menu cannot be opened.
Solution
Run sudo apt install gnome-control-center to install gnome-control-centergnome-control-c…
read more…
read more…
Steps
* Run sudo ifconfig to get the interface name of the USB WIFI module.
Example
* Create a file named usb_wifi (you can use other names) in the /etc/network/interfaces.d directory and a…
read more…
read more…
Manual
Get details from capture-groups-and-replacement-patterns.
Example
Replace from (?! )([\w -]+ )%"PRIu64" packet%s to %"PRIu64" $1 packet%s
Before replacement
After replacement…
read more…
read more…
Overview
is a screencast tool that displays the keys you pressed. You can get more details from <https://gitlab.com/screenkey/screenkey>.
Configuration
Here is the configuration I use frequently…
read more…
read more…