随笔分类 -  随笔-工具和软件安装

摘要:cmd命令行安装:lxrun /install /y cmd命令行备份:xcopy %localappdata%\lxss %localappdata%\lxss.bak /E cmd命令行启动: bash cmd命令行卸载:lxrun /uninstall /full 阅读全文
posted @ 2017-12-10 12:06 baidi 阅读(393) 评论(0) 推荐(0)
摘要:import sys,timefor i in range(50): sys.stdout.write("#") sys.stdout.flush() #强制不等待buffer满,直接写入内存 time.sleep(0.1) 阅读全文
posted @ 2017-12-09 23:22 baidi 阅读(1274) 评论(0) 推荐(0)
摘要:VMwareTools: 1、首先设置虚拟机共享文件 2、安装VMwareTools 3、linux安装 :mount /dev/cdrom /mnt tar -zxvf VMwareTools-10.1.6-5214329.tar.gz -C /root ./vmware-install.pl 一 阅读全文
posted @ 2017-12-06 21:13 baidi 阅读(602) 评论(0) 推荐(0)