Create Debian system image on RISC-V starlight board
preparation:
patienceA cup of coffeeA board and a serial port debugging line, at least 16G SD card of any brand A Linux distribution that can operate skillfully (Archlinux or Ubuntu is recommended)Learn about how to use qemu and binfmt to create RISC-V simulation running environment Recommended readingGet a general idea of how to create a blo ...
Posted by Hades on Sun, 06 Mar 2022 07:11:47 +0100
Debian 11 configuration optimization guide
Original address: Debian 11 configuration optimization guide - WindSpiritIT
0x00 introduction
This article applies only to configuring Debian 11 Bullseye
The article includes both Gnome desktop and KDE desktop configurations, most of which are the same, and the differences are listed separately
The update of Gnome desktop related configurat ...
Posted by beemzet on Fri, 04 Mar 2022 09:10:15 +0100
Local application and source configuration
catalogue
1, APT introduction
2, Supply mode of APT source
3, Local APT source
1. Use the DEB package of the CD as the APT source
2. The file source list is used as the system installation source
3. View profile
4. Update repository index
4, Network APT source
1. Backup profile
2. Write configuration file
1) Aliyuan (ubuntu 16.04)
2 ...
Posted by justravis on Fri, 04 Mar 2022 02:05:01 +0100
Learning Daily: configure macvlan network for docker of Debian 10 and install openwrt as side route
1. Connect to our server via ssh
By default, docker is installed on your system. If it is not installed, please search other tutorials and install it first
2. View the network card name
Use the nmcli command to view your network card name
root@debian:~# nmcli
enp2s0: connected to Wired connection 2
...
inet4 192.168.1.6/24
route ...
Posted by knford on Sun, 23 Jan 2022 05:51:28 +0100
Guidelines for pit hopping in QEMU MIPS environment
qemu installation
There are many ways to install. For ubuntu/debian users, you can directly install apt
Official website: https://www.qemu.org/download/
sudo apt-get install zlib1g-dev
sudo apt-get install libglib2.0-0
sudo apt-get install libglib2.0-dev
sudo apt-get install libtool
sudo apt-get install libsdl1.2-dev
sudo apt-get install li ...
Posted by jebster on Fri, 14 Jan 2022 11:16:19 +0100
Construction of esp8266 Linux subsystem (WSL)-VSCode compilation environment
Construction of esp8266 Linux subsystem (WSL)-VSCode compilation environment
Install and configure wsl (I use Debian)
Install wsl View system version
cat /etc/os-release
Switch software installation source (Tsinghua image is used here) https://mirrors.tuna.tsinghua.edu.cn/help/debian/ Edit source list
sudo nano /etc/apt/source ...
Posted by Nymphetamine on Tue, 21 Dec 2021 06:27:14 +0100
linux installation software program (Debian [aptitude], Red Hat system [yum], source code installation) - with detailed methods
Install software programs
0 summary
linux, package management system (PMS), and command line tools for software installation, management and deletion.
How to use the software package management system (PMS) to install, update or delete software at the command line. Although most Linux distributions use beautiful GUI tools for package man ...
Posted by big-dog on Thu, 09 Dec 2021 19:26:57 +0100