Easter79 Easter79
3年前
tmux快捷键
Tmux快捷键&速查表启动新会话:tmuxnews会话名n窗口名恢复会话:tmuxatt会话名列出所有会话:tmuxls关闭会话:tmuxkillsessiont会话名关闭所有会话:tmuxl
Wesley13 Wesley13
3年前
activiti实战系列 排他网关(ExclusiveGateWay)
流程图!(http://static.oschina.net/uploads/img/201605/05215058_MBKk.jpg)12.2:部署流程定义启动流程实例!(http://static.oschina.net/uploads/img/201605/05215058_PqzD.jpg)12.
Stella981 Stella981
3年前
Debian安装KDE图形界面
aptgetupdate更新源aptgetuinstallxwindowsystemcore安装XWindow的系统核心文件,在配置时请按照提示进行。如果X窗口启动不成功,可以运行dpkgreconfigurexfree86common重新进行配置。aptgetuinstallgdmgd
Wesley13 Wesley13
3年前
supervisor 管理进程
supervisor管理进程说明Supervisor是一个用Python写的进程管理工具,可以很方便的用来启动、重启、关闭进程.安装pipinstallsupervisor配置echo_supervisord_conf/etc/s
Wesley13 Wesley13
3年前
VirtualBox中ubuntu系统无法进入的修复方法
virtualbox下的ubuntu经常因为各种原因被强制关闭,然后再启动的时候就出现类似错误:mounting /dev on /root/dev failed: No such file or directorymount:mounting /sys on /root/sys failed: No such file or directorym
Stella981 Stella981
3年前
Docker下redis的主从配置
1、拉取redis镜像dockerpullredis2、启动3个redis容器服务,分别使用到6379、6380、6381端口dockerrunnameredis6379p6379:6379dredisdockerrunnameredis6380p6380:6379dredis
Stella981 Stella981
3年前
MapReduce简单使用
1、启动hadoop工程!(http://static.oschina.net/uploads/space/2015/0510/202542_tg2o_1863482.png)(http://static.oschina.net/uploads/space/2015/0510/202542_tg2o_1863482.pn
Wesley13 Wesley13
3年前
mongo同步至ES数据
启动服务查看所有记录状态GET\_search{"query":{"match\_all":{}}}查看集群健康状态GET\_cat/health查看节点状态GET\_cat/nodes查看索引状态GET\_cat/indices查看总记录数get\_cat/
Stella981 Stella981
3年前
Python spyder Ipython console 连接失败问题
启动spyder之后,Ipythonconsole 中ConnectingtoKernel,出现错误,一直在连接,但是连接不上,ResetSpyderSettings也解决不了问题。Traceback(mostrecentcalllast):File"F:\Anaconda_pakage\lib\runpy.p
Stella981 Stella981
3年前
Linux iptables 设置
编辑/etc/sysconfig/iptables然后运行/sbin/serviceiptablesrestartnetstatanp|grep80|grepLISTEN防火墙规则只有在iptables服务运行的时候才能被激活。要手工启动服务,使用以下命令:/sbin/servic