2017年9月1日

logging for python

摘要: import logging # Create logger logger = logging.getLogger('mylogger') logger.setLevel(logging.DEBUG) # Create handler,used to write log files fh = log 阅读全文

posted @ 2017-09-01 13:34 NullSir 阅读(89) 评论(0) 推荐(0) 编辑

start a GUI software on a remote Linux PC via SSH

摘要: Is there a way to start a GUI software on a remote Linux PC via SSH? => We just need to run export DISPLAY=:0 in ssh session and programs run will run 阅读全文

posted @ 2017-09-01 13:09 NullSir 阅读(162) 评论(0) 推荐(0) 编辑

导航