802.1
ARM
ARMv8
BIOS
Bakery
Bash
C
C906
Clash
Cloudflare
Coding
Compiler
Debian
Docker
DokuWiki
Ethernet
GCC
GNU/Linux
Git
Internet
Issue
JavaScript
Markdown
Music
Network
OBS Studio
PCIe
PHY
Plugin
Python
RISC-V
RV-Dock
Regex
SD
SQL
SSH
Self-Develop
Server
Shell
Storage
TCP/IP
TSN
Tips
Tmux
Tool
Trace32
TypeScript
VS Code
Vim
WSL
Windows
Xterm
eMMC
When debugging a Bash shell script, we may find that it runs slowly.
Therefore, it's important to know some of the details hidden in Bash
and learn some tricks.
Is $() or `` Really Necessary?
In th…
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…
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…
Booklist
<https://linuxcommand.org/index.php>
The Linux Command Line
By William Shotts
Attachment:
This book is a broad overview of living on the Linux command line. Unlike some books that co…
read more…
read more…
Change prompt
change prompt temporarily
* Run export PS1='Combination of '.
e.g.
Change Prompt Permanently
* Open the ~/.bashrc with editor.
* Search and change the PS1 variable to 'Comb…
read more…
read more…
There are many reasons for this problem, and I will keep updating this page with possible causes.
The graphics card is not working
How to confirm
If you are using Nvidia, run nvidia-smi to see if…
read more…
read more…
Use gnome-tweak-tool
* Install gnome-tweak-tool and run it with:
* Then you can change the scaling factor to suit your needs. As in the example below, the scale factor is changed to 1.25.…
read more…
read more…