摘要:
转载 https://blog.csdn.net/J080624/article/details/78082745 阅读全文
摘要:
转载 https://blog.csdn.net/qq_40903527/article/details/127678795 https://www.songzixian.com/linuxcmot/1724.html 阅读全文
摘要:
1、安装iptables sudo apt-get install iptables 2、 查看系统是否安装防火墙 root@hcube-server:/# which iptables /usr/sbin/iptables root@hcube-server:/# whereis iptables 阅读全文
摘要:
debian 9 下设置快捷键打开终端设置-->键盘-->快捷键-->自定义快捷键 添加: 名称Terminal 命令:gnome-terminal 在添加快捷键ctrl+alt+T,然后再重启系统 阅读全文
摘要:
1、安装工具 使用终端命令安装优化工具 yum install gnome-tweak-tool 2、配置 gnome-tweak-tool 安装完毕后,在应用程序的“工具”中找到“优化”程序打开。 然后选择“窗口标题栏”,将里面的“最大化”、“最小化”选项打开即可。 转载:https://www. 阅读全文
摘要:
1、下载显卡驱动 https://www.nvidia.cn/Download/index.aspx?lang=cn 2、关闭nouveau驱动 2.1 在/etc/modprobe.d/blacklist.conf 中添加nouveau 到黑名单。 vim /etc/modprobe.d/blac 阅读全文
摘要:
root权限修改/etc/apt/sources.list 通过前加#注释掉deb cdrom开头的那一行 然后执行 apt-get update 转载 https://blog.csdn.net/mec_zhang/article/details/78986390 阅读全文
摘要:
步骤 1. 在我们安装任何软件之前,通过apt在终端中运行以下命令来确保您的系统是最新的很重要: sudo apt update sudo apt upgrade sudo apt install build-essential 步骤 2. 在 Debian 11 上安装 GCC。 默认情况下,GC 阅读全文
摘要:
1、 环境准备 1.1 修改 apt 的配置文件,允许安装 non-free 软件 在 /etc/apt/sources.list 中生效的行的最后加上 contrib non-free 执行: vim /etc/apt/sources.list 修改为 # deb cdrom:[Debian GN 阅读全文