摘要: apt-get install gksu gksu是linux下图形化的su/sudo工具 sudo 用来执行命令行(CLI)程序 gksu 用来执行图形的(GUI)程序 GUI = Graphical User Interface CLI = Command Line Interface sudo 阅读全文
posted @ 2016-10-26 23:36 小 楼 一 夜 听 春 雨 阅读(5790) 评论(0) 推荐(0)
摘要: Wireshark: https://www.wireshark.org/ 安装: apt-get install wireshark 教程: http://blog.csdn.net/leichelle/article/details/8184500 http://blog.csdn.net/le 阅读全文
posted @ 2016-10-26 22:55 小 楼 一 夜 听 春 雨 阅读(880) 评论(0) 推荐(0)
摘要: os.path.abspath(path) #返回绝对路径 os.path.basename(path) #返回文件名 os.path.commonprefix(list) #返回list(多个路径)中,所有path共有的最长的路径。 os.path.dirname(path) #返回文件路径 os 阅读全文
posted @ 2016-10-26 22:22 小 楼 一 夜 听 春 雨 阅读(7542) 评论(0) 推荐(2)