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 protected] -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:[email protected]:3128"

......

猜你喜欢

转载自www.cnblogs.com/sunnyyangwang/p/11375433.html