linux不常用命令工具

1、curl命名

curl -H 'Accept: application/json; indent=4' -u admin:password http://127.0.0.1:8000/users/

curl -X POST -d username=new -d email=new@example.com -d is_staff=false -H 'Accept: application/json; indent=4' -u admin:password http://127.0.0.1:8000/users/

 

2、yum命令

yum provides 'zip'

yum whatprovides 'zip'

 

3、http proxy代理

export http_proxy="http://user:password@14.200.174.77:3128"

 

......

 

posted @ 2019-08-19 09:53  wang_wei123  阅读(180)  评论(0编辑  收藏  举报