linux is not commonly used command tool

1, curl named

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 command

yum provides 'zip'

yum whatprovides 'zip'

 

3, http proxy proxy

export http_proxy="http://user:[email protected]:3128"

 

......

 

Guess you like

Origin www.cnblogs.com/sunnyyangwang/p/11375433.html