
Linux
tian_shl
代码搬运工
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
is not in the sudoers file
问题Linux系统无法使用sudo指令方法一1. 查找sudoers位置(默认会在/etc/sudoers) [tianshl@tianshl ~]# whereis sudoers sudoers: /etc/sudoers /etc/sudoers.bak /usr/share/man/man5/sudoers.5.gz2. 切换到root身份 [tianshl@原创 2017-11-08 12:35:41 · 223504 阅读 · 0 评论 -
Java创建linux sftp账号并设置秘钥
sftp服务器配置点击此处依赖<!-- https://mvnrepository.com/artifact/com.jcraft/jsch --><dependency> <groupId>com.jcraft</groupId> <artifactId&g原创 2018-06-28 11:14:06 · 1597 阅读 · 0 评论 -
Debian — command not found
问题sudo: apt-get: command not found问题描述# 树莓派需要安装xxx应用# 由于强制安装xxx包,导致apt相关命令被删除# 执行apt-get install 或者 apt-get update 等指令均提示:# sudo: apt-get: command not found解决方式1. 查看 sources.listroot@raspbe...原创 2019-04-24 12:09:41 · 8724 阅读 · 0 评论