- linux tools
- 安装: npm install fanyi -g
- 注意linux版本需要festval来支持发音,可以屏蔽:lib/fanyi/...../index.js中发音相关代码来使功能正常
- 安装:
- sudo pacman -S translate-shell
- 下载安装:
wget git.io/trans
chmod +x ./trans
sudo mv trans /usr/bin/
- github 安装:
git clone https://github.com/soimort/translate-shell && cd translate-shell
make
make install
- 使用
- 英译中: trans :zh good
- 中译英: trans :en good
- trans [原语种]:[目标语种] [要查的词|字|句]
- 查看语言代码:
- trans -R
- trans -T
- 帮助: https://blog.csdn.net/linuxprobe2017/article/details/78795009
- 用法:
- cat 1.json | jq
- cat 1.json | jq -C 带颜色
- cat 1.json | jq -M 不带颜色
- jq . 1.json 显示所有
- jq '.[0]' TableCard.json 显示匹配的0号
- jq '.[0] | length' TableCreateConfigList.json 获取元素个数
- 帮助:https://blog.csdn.net/weixin_33842328/article/details/85064554
- 帮助:
- 官网:http://www.graphviz.org/download/source/
- 相关介绍:https://www.zhihu.com/question/28596616
- 使用
- axel -n 20 http://www.baidu.com/download/a.zip
- download:https://github.com/axel-download-accelerator/axel.git
- cd /usr/local
- git clone https://github.com/facebook/PathPicker.git
- github:https://github.com/BurntSushi/ripgrep
- install
sudo pacman -S ripgrep
- centos install:
sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
sudo yum install ripgrep
- 安装:
- sudo pacman -S imagemagick
- 下载:https://imagemagick.org/script/download.php
- https://github.com/ImageMagick/ImageMagick.git
- 使用帮助:https://ywnz.com/linuxml/3940.html
- 安装: https://mobaxterm.mobatek.net/download-home-edition.html
- axel -n 20 https://download.mobatek.net/2032020060430358/MobaXterm_Portable_v20.3.zip
- 安装
- Plug 'neoclide/coc.nvim', {'branch': 'release'}
- 帮助
- https://www.jianshu.com/p/55cf1fa7a467
- github:https://github.com/neoclide/coc.nvim/wiki/Language-servers
- centos 安装
- 升级python2到python3
- wget https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz
- ./configure --prefix=/usr/local/python3
- make
- make install
- mv /usr/bin/python /usr/bin/python_bak
- ln -s /usr/local/python3/bin/python3 /usr/bin/python
- pip3.6 install mycli
8 .ln -s /usr/local/bin/mycli /usr/bin/mycli
- https://github.com/cmus/cmus
- markdown + pandoc + makefile + git(github)参考:http://www.mikewootc.com/wiki/tool/sitebuild/mikewiki.html
- duf 查看磁盘使用情况
- du 查看各个文件占用磁盘情况
- df 查看磁盘暂用情况
https://github.com/praetorian-inc/PortBender