byobu-select-backend:可以设置tmux或者screen模式显示
byobu-ctrl-a:设置ctrl+a为命令键
更多可以byobu+tab来查看
byobu-select-backend:可以设置tmux或者screen模式显示
byobu-ctrl-a:设置ctrl+a为命令键
更多可以byobu+tab来查看
curl -v -X POST http://api.1001s.cn/v1/magazine/123/like
curl -v -X POST --data "username=foo&password=bar" https://api.1001s.cn/v1/auth/signup
具体格式见 [http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2]
curl -v -F 'name=1.jpg' -F 'file=@1.jpg' http://chanyouji2.com/upload
curl -v -X PUT --data-binary @filename.json --header "Content-Type:application/json" http://api.1001s.cn/v1/user/me
curl -v -X PUT --data-binary @filename.jpg --header "Content-Type:image/jpeg" http://api.1001s.cn/v1/user/me/avatar
curl -v -X DELETE http://api.1001s.cn/v1/comment/123
curl -v http://api.1001s.cn/?[1-10] #请求10次
curl -v http://api.1001s.cn/foo?user=admin&[1-99] #请求99次
nmap -sS -O -P0 target_ip
hydra target_ip mysql -l username -p passwd.txt -e ns -t 10
# -l 用户名
# -p 密码文件
# -e 检查空密码
# -t 线程
CTRL+ALT+F1
sudo service lightdm stop or sudo stop lightdm
sudo init 3 and install your *.run file.
sudo update-alternatives --config editor
===========================
1 /bin/ed
*+ 2 /bin/nano
3 /usr/bin/nvi
4 /usr/bin/mcedit-debian
5 /usr/bin/vim.basic
#选择vim.basic
or :
==========================
export EDITOR=vim
Copyright © 2016 yjiang's cake