其他分享
首页 > 其他分享> > Debian-11.3安装后的配置

Debian-11.3安装后的配置

作者:互联网

Debian-11.3 安装后的配置:

1.设置主板时间为本地时间,默认为UTC时间,与Windows不同,如果双系统,时间有时差
sudo timedatectl set-local-rtc true

2.移除无用软件
sudo apt remove --purge gnome-games gnome-chess gnome-klotski gnome-mines gnome-mahjongg gnome-sudoku gnome-nibbles gnome-robots gnome-2048 gnome-taquin gnome-tetravex aisleriot four-in-a-row hitori lightsoff quadrapassel swell-foop tali iagno uim xterm rsyslog malcontent xiterm+thai goldendict kasumi hdate-applet thunderbird fonts-arphic-ukai fonts-arphic-uming

3.安装常用的软件程序
sudo dpkg --add-architecture i386
sudo dpkg-reconfigure dash

sudo apt install rsync csh flashrom vim vim-gtk3 tree android-tools-adb android-tools-fastboot git subversion ssh cmake gcc g++ cgdb gparted unrar rar p7zip dos2unix minicom picocom tftp device-tree-compiler u-boot-tools bison flex tk mtd-utils libncurses5 libncurses5-dev libssl-dev fxload sdcc winbind ibus-pinyin libusb-1.0-0 libusb-1.0-0-dev librxtx-java libx11-6:i386 libc6-dev-i386 libpng16-16:i386 libfontconfig1:i386 libjpeg62:i386 libtiff5:i386 libxau6:i386 libxext6:i386 libsm6:i386 libxi6:i386 libxrender1:i386 libxrandr2:i386 libxft2:i386 libncurses5:i386

sudo apt install verilator iverilog gtkwave ngspice octave octave-communications octave-signal gcc-riscv64-unknown-elf

4.grub配置
GRUB_TIMEOUT_STYLE=hidden
GRUB_CMDLINE_LINUX="net.ifnames=0"

5.禁止开机FAT32文件系统检查
编辑/etc/fstab中FAT32分区最后一列pass参数为0关闭文件系统检查。

6.软件源
deb https://mirrors.ustc.edu.cn/debian/ bullseye main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ bullseye-updates main contrib non-free
deb https://mirrors.ustc.edu.cn/debian/ bullseye-backports main contrib non-free
deb https://mirrors.ustc.edu.cn/debian-security/ bullseye-security main contrib non-free

 

标签:non,gnome,sudo,11.3,i386,edu,安装,Debian,cn
来源: https://www.cnblogs.com/lyuyangly/p/16380491.html