
Linux
Kindle君
这个作者很懒,什么都没留下…
展开
-
Linux骚操作(一): git、 linux、ffmpeg
git骚操作 如何合并第1个和第3个commit? 1.进入编辑模式 git rebase -i 2b1beb4^ 将第3个commit移动第1个和第2个中间,使第1个commit成为该commit的previous 将pick改成s,进行squarsh操作,wq保存,提示删除commit, 删除原本的第3个commit即可 2. 进入某一条commit git rebase -i abcdef...原创 2019-01-31 14:49:02 · 649 阅读 · 3 评论 -
【环境配置】Python基本环境安装
链接:https://share.weiyun.com/5MPB1ds 密码:egdsgq 1.python2 && python3 coexist ./configure make all make install ln -s /usr/local/bin/python2.7 /usr/local/bin/python2 ln -s /usr/local/bin/python3....原创 2019-01-31 15:00:04 · 378 阅读 · 0 评论 -
【读写测试】V100 vs P40
Linux 中用 dd 命令来测试硬盘读写速度 bs=4k time dd if=0300_r2_v.bmp of=/dev/null bs=4k V100 657+1 records in 657+1 records out 2693878 bytes (2.7 MB) copied, 0.00119652 s, 2.3 GB/s dd of=/dev/null bs=4k 0.00s u...原创 2019-03-13 15:26:39 · 4859 阅读 · 0 评论