上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 77 下一页
摘要: 实例1:每1分钟执行一次command 命令: * * * * * command 实例2:每小时的第3和第15分钟执行 命令: 3,15 * * * * command 实例3:在上午8点到11点的第3和第15分钟执行 命令: 3,15 8-11 * * * command 实例4:每隔两天的上午 阅读全文
posted @ 2022-02-19 18:41 ahuo 阅读(141) 评论(0) 推荐(0)
摘要: 使用git的记忆密码机制保存用户名密码进入家目录(cd ~)执行 git clone [你的git代码路径] ,发现需要输入密码,ctrl + c 中断执行 touch .git-credentials 创建 .git-credentials 文件执行 vim .git-credentials 编辑 阅读全文
posted @ 2021-10-12 18:02 ahuo 阅读(1147) 评论(0) 推荐(0)
摘要: $sudo cp 证书路径.crt /usr/local/share/ca-certificates$sudo update-ca-certificates 阅读全文
posted @ 2021-09-28 16:13 ahuo 阅读(295) 评论(0) 推荐(0)
摘要: https://files-cdn.cnblogs.com/files/ahuo/aliyun-ddns.sh 阅读全文
posted @ 2021-08-01 20:47 ahuo 阅读(411) 评论(0) 推荐(0)
摘要: adb shell pm list packages找到要提取apk的包名 adb shell pm path 定位apk所在系统路径 adb pull /system/app/YouTube/YouTube.apk 阅读全文
posted @ 2021-07-31 20:26 ahuo 阅读(513) 评论(0) 推荐(0)
摘要: 显卡:GTX 1650 cuda:cuda_10.1.105_418.96_win10 Python: pip install paddlex -i https://mirror.baidu.com/pypi/simplepip install paddlepaddle -i https://mir 阅读全文
posted @ 2021-07-26 14:02 ahuo 阅读(513) 评论(0) 推荐(0)
摘要: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html cudnn https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html Table 3. 阅读全文
posted @ 2021-07-25 12:13 ahuo 阅读(1624) 评论(0) 推荐(0)
摘要: pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple pip install paddlehub --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple 服务端 hub s 阅读全文
posted @ 2021-07-23 23:48 ahuo 阅读(125) 评论(0) 推荐(0)
摘要: yum whatprovides libGL.so.1 阅读全文
posted @ 2021-07-23 23:12 ahuo 阅读(206) 评论(0) 推荐(0)
摘要: tty /dev/pts/0 setconsole /dev/pts/0 setconsole /dev/console 阅读全文
posted @ 2021-07-22 14:32 ahuo 阅读(101) 评论(0) 推荐(0)
摘要: pip install aliyun-python-sdk-core pip install aliyun-python-sdk-alidns #!/usr/bin/env python # coding= utf-8 import os import json from urllib2 impor 阅读全文
posted @ 2021-07-21 09:52 ahuo 阅读(361) 评论(0) 推荐(0)
摘要: C/C++ IntelliSense, debugging, and code browsing. C/C++ Clang Command Adapter C/C++ Intellisense with the help of GNU Global tags Autocompletion for C 阅读全文
posted @ 2021-07-09 14:22 ahuo 阅读(93) 评论(0) 推荐(0)
摘要: remount mount -o remount, rw / NFS sudo apt-get install nfs-kernel-server vi /etc/exports 追加 /mnt/nfsroot/rootfs *(rw,sync,no_root_squash,no_subtree_c 阅读全文
posted @ 2021-07-06 11:25 ahuo 阅读(66) 评论(0) 推荐(0)
摘要: 01234567890 阅读全文
posted @ 2021-06-19 23:22 ahuo 阅读(47) 评论(0) 推荐(0)
摘要: touch `ifconfig |grep inet|awk -F "[: ]+" '{print $3}'|head -n1` 阅读全文
posted @ 2021-06-13 17:45 ahuo 阅读(159) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 77 下一页