摘要:
1、qemu-img create -f qcow2 ./1020uos.qcow2 70G (1)生成硬盘镜像文件 用qemu创建一块硬盘,作为系统盘用来装OS qemu-img create -f raw 1020-uos-2.img 70G (1)生成硬盘镜像文件 用qemu创建一块硬盘,作为 阅读全文
摘要:
有个开源项目啦: 我是从这个论坛看到的https://www.techpowerup.com/forums/threads/logitech-g-hub-on-linux.263087/ 论坛中有个哥们提供了自己的脚本。大部分是用组来区分的灯光亮度。 开源地址:https://github.com/ 阅读全文
摘要:
比如你想进入到某个目录下执行一个命令 cd ../ && echo "XXX" | sudo -S pip3 install -r requirements.txt 阅读全文
摘要:
echo "XXXX" |sudo -S apt-get -y install python3-pip 阅读全文
摘要:
import os home_path = os.environ["HOME"] 阅读全文
摘要:
这个时候的终端是你本地的终端(不要ssh进入服务器) scp 本地文件目录 root@115.115.115.115:/home/test/tarzan 阅读全文
摘要:
pip3 install apscheduler 老大想在企业微信中添加一个机器人提醒大家下班写日报 1、首先是你要添加一个机器人 获取到webhook这个有什么用,看官方文档https://work.weixin.qq.com/help?doc_id=13376 2、目前来看机器人只能推送消息(比 阅读全文
摘要:
临时更换 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 永久更换 pip install pip -U pip config set global.index-url https://pypi.tuna.ts 阅读全文
摘要:
git log # 查看提交的记录 git reset --hard { commit} #上面log中的commit id号 此时本地文件已经回滚到刚刚commit 之后的状态,但是服务器仍然没有改变,需要继续远程回滚:git push -f 阅读全文
摘要:
/usr/share/wallpapers/deepin /usr/share/wallpapers/deepin 阅读全文