摘要: 账户管理 sudo //一般用户,有时需要用户自己的密码 su //切换root用户权限,输入后需要rootpassword确认 sudo su //临时申请root权限 文件管理 访问权限 Linux 文件访问权限 Linux 文件所属用户及用户组 cd传送 cd ../ //回到当前目录上一层目 阅读全文
posted @ 2023-10-29 21:37 passwordgloo 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 安装 更新Ubnutu服务器 sudo apt update sudo apt upgrade 安装Apache Web服务器 sudo apt install apache2 检查Apache Web状态 sudo systemctl status apache2 配置 Apache环境设置 防火 阅读全文
posted @ 2023-10-29 21:34 passwordgloo 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Gnome插件 安装Gnome管理软件 sudo apt update sudo apt install gnome-tweaks chrome-gnome-shell //安装gnome-tweaks(中文译名优化) 访问Gnome插件网站 访问Gnome extension 安装附加组件 报错 阅读全文
posted @ 2023-10-29 21:26 passwordgloo 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 安装 sudo apt-get install git //普通用户安装 apt-get install git //root权限 全局设置 git config --global user.name "passwordgloo" git config --global user.email "pa 阅读全文
posted @ 2023-10-29 21:19 passwordgloo 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 国内访问速度慢,切换清华源加速软件更新安装 输入法 Fcitx5 安装 sudo apt install fcitx5 fcitx5-* sudo apt install fcitx5 fcitx5-frontend-qt5 fcitx5-frontend-gtk3 fcitx5-frontend- 阅读全文
posted @ 2023-10-29 20:59 passwordgloo 阅读(184) 评论(0) 推荐(0) 编辑