摘要:
hostname -i | awk '{print $NF}' 阅读全文
摘要:
#!/usr/bin/python #-*- codinig: UTF-8 -*- from __future__ import print_function import os, sys, stat import shutil import tarfile import subprocess output=subprocess.check_output(["hostname"], shel... 阅读全文