Linux常用记录点

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux常用记录点相关的知识,希望对你有一定的参考价值。

1、apt 切换为国内源

备份文件

cp /etc/apt/sources.list /etc/apt/sources.list.bak

新建配置文件并切换源地址

echo "" > /etc/apt/sources.list
echo "deb http://mirrors.aliyun.com/debian buster main" >> /etc/apt/sources.list ;
echo "deb http://mirrors.aliyun.com/debian-security buster/updates main" >> /etc/apt/sources.list ;
echo "deb http://mirrors.aliyun.com/debian buster-updates main" >> /etc/apt/sources.list;

更新apt-get指令

apt-get update

然后就可以正常使用apt install 安装命令

2、docker使用exec -u 0 特权进入

docker exec -u 0 -it 1180dca14531 /bin/bash

Linux常用记录点_docker


以上是关于Linux常用记录点的主要内容,如果未能解决你的问题,请参考以下文章

Linux 文件记录的时间

查询linux系统重启记录的last命令

linux 常用组合命令记录

web常用测试点记录

Linux常用命令学习记录

置顶常用的Linux命令(建议收藏)