当前位置:首页 > 技术教程 > 正文内容

Ubuntu系统常用命令备忘

admin9个月前 (02-21)技术教程805

安装时软件源改为清华源

sudo sed -i "s@http://.*archive.ubuntu.com@https://mirrors.tuna.tsinghua.edu.cn@g" /etc/apt/sources.list

sudo sed -i "s@http://.*security.ubuntu.com@https://mirrors.tuna.tsinghua.edu.cn@g" /etc/apt/sources.list

sudo apt update


开启root用户登录


设置root用户密码

sudo passwd root


启用root

sudo passwd -u root


修改文件

vim /etc/ssh/sshd_config

将以下代码注释

#PermitRootLogin prohibit-password


添加

PermitRootLogin yes

保存重启SSH服务

service ssh restart


安装显卡驱动

ubuntu-drivers devices

sudo ubuntu-drivers autoinstall


查看网卡速率

ethtool enp10s0

扫描二维码推送至手机访问。

版权声明:本文由59519发布,如需转载请注明出处。

本文链接:https://59519.com/?id=47

分享给朋友:

“Ubuntu系统常用命令备忘” 的相关文章

DELL idrac7 企业版永久激活教程

DELL idrac7 企业版永久激活教程

下载 DELL 官方 部署工具 ,并解压。默认是解压到 C 盘根目录。可执行文件 DDDP.exe 默认在路径 C:\dell\drivers\R169189 下。右键 DDDP.exe,以管理员身份运行。图片效果如下:图 1刻录...

Dell R720服务器bios升级报错解决方法

Lifecycle Controller 未启用。 要启用 Lifecycle Controller,请重新引导服务器。 在 POST 期间,请按 F2 进入“系统设置”。 转到 iDRAC 设置-> Lifecycle Controller,选择“启用”,然后保...

解决新版谷歌浏览器无法显示www/https(插件方式)

解决新版谷歌浏览器无法显示www/https(插件方式)

升级了谷歌浏览器(Google Chrome),升级后发现www部分和https://协议又被Google隐藏掉了,这次Google的做法比较粗暴,无法再通过chrome://flags/设置回来。经过了多方查找,最终只能通过Google提供的扩展插件来解决,如果你有更好的方法请留言给我!本文方法理...

No supported authentication methods available (server sent: publickey)

No supported authentication methods available (server sent: publickey)

1、putty登录出现如下报错:  2、解决方法, 修改配置文件, 重启ssh服务root@DESKTOP-1N42TVH:/home# vim /etc/ssh/sshd_config  重启ssh服务:root@DESKTOP-1N42...

win10窗口最大化后无法拖动解决方法

win10窗口最大化后无法拖动解决方法

当关闭设置->多任务处理->贴靠窗口时,最大化窗口无法使用鼠标拖动当打开设置->多任务处理->贴靠窗口时,最大化窗口可以使用鼠标拖动,如切换屏幕等...