Categories
- GLog (5)
- GWeekly (121)
- Lists (2)
- other (74)
- Uncategorized (2)
- Useful Tips (8)
Archives
feed and other
-
twitter stream
@songma 鲁迅收入应该也能上千吧,😄 - 3 days ago
@syhily https://t.co/TxqpvW64VU - 3 days ago
@syhily 擦,之前我看过纪录片“高十”,广西,政法大学,难道是一个人。。。查了下就是他,没想到还一直在考 - 3 days ago
@Konatsu_Amano 绿坝年代, 已经有墙了, 只是还不高... - 4 days ago
@yihong0618 最近看到说 "Last Call BBS" 是这个公司最后一款游戏了, 创始人 Zach 后边不知道会去做啥 - 4 days ago
@Summer_hxp176 @coolXiao 没看出来两个串有什么联系.. 除了都评论了这11条 - 5 days ago
@Datou “童年时奶奶更偏爱弟弟怎么办? 上小学时被男生欺负怎么办? 中学时坐公交车遇到大叔性骚扰怎么办? 大学时发现男友手机里藏了偷拍她的腿部照片怎么办? 工作后独自一人租房,被外卖小哥盯上怎么办? 结婚以后被亲戚们逼问何时… https://t.co/yANcndCjqF - 5 days ago
@dykaknsjwkmsmwm 响应二胎了? - 5 days ago
@haoel 听过很多遍,还喜欢下象棋的那首歌 - 1 week ago
@andelf 装个 OpenWRT ? - 1 week ago
Tag Archives: tmux
tmux command 基本用法
tmux是一个命令行多屏辅助工具, 在这里总结一些常用的tmux的command. tmux中, 可以开启一个session, session对应一个到多个window, 每一个window又有一个到多个panel. 创建新session tmux new [-d] [-n window-name] [-s session-name] [-t target-session] [-x width] [-y height] [shell-command] new为缩写, 完整拼写new-session -d: 如果使用-d参数, 那么新建的session不会被默认attach. -n: 新建session中的窗口名 -s: session的名字 -t: 目标session, 使用它会和目标session共享窗口, 比较高级的用法 tmux new 最基础的用法足够 连接(attach)已有session tmux attach … Continue reading