Skip to content

Instantly share code, notes, and snippets.

View xayyuu's full-sized avatar
🎯
Focusing

xayyuu xayyuu

🎯
Focusing
View GitHub Profile
first gist.
i don't know how to use gist, just be attracted by the name--gist.
i have see two or three post which talks about how gist works, but gist is still far away from me.
change it .
@xayyuu
xayyuu / fabric.note
Created July 9, 2018 15:30
第一个fabric问题
刚刚接触fabric,使用pip install fabric之后,然后执行hello world示例,却出现 No idea what 'hello' is!
通过pip install fabric3 可解决。
@xayyuu
xayyuu / tmux 操作指令
Created July 19, 2018 10:57
tmux 操作指令
tmux 功能: 分屏, attach(保护现场), 会话共享。
## tmux基本概念
tmux 核心概念: 会话(session),窗口(window),面板(pane)。
## 操作
tmux # 新建一个无名称的会话
tmux new -s demo # 新建一个名称为demo的会话
http://xuquan.me/blog/switch-multi-display.html
1
使用到两个东西,Cliclick(可通过brew install Cliclick安装),Automator程序(mac自带)。
2
屏幕位置如何确定?
可以通过执行/usr/local/bin/cliclick c:700,350,来确定(700,350)时坐标在哪里,从而可以判断出不同坐标的位置在哪里。
3
@xayyuu
xayyuu / nmap工具
Created September 7, 2018 07:29
学习nmap工具
nmap真是一个强大的工具。
不过其底层还是应用icmp+tcp+udp等协议。