=======
title: Linux使用记录 tags: Linux key: key_25 pageview: true —
Ubuntu 安装与卸载
Ubuntu 调节亮度
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt-get update
sudo apt-get install brightness-controller-simple
安装完成后,输入brightness-controller-simple即可调节,每次开机需要重新调节。
Linux 常用操作
- 文件剪切/重命名:
mv source target - 文件拷贝:
cp -r source target - 文件创建:
touch file - 文件压缩:
tar -zcvf file - 文件解压缩:
tar -zxvf file - 查看当前目录:
pwd
PREVIOUSMindspore迁移与实践
NEXT电梯调度算法研究