摘要: 每次使用linux的时候,都是打开virtualBox-->启动安装的linux系统-->再用远程桌面(SSH等)连接,每次手动打开比较麻烦,而且linux虚拟机也有窗口,比较冗杂。如果能开机自启,并且后台运行linux虚拟机(没有可见窗口),那就开心了。 找到VirtualBox的安装目录 我的v 阅读全文
posted @ 2017-07-31 11:18 庆沉 阅读(1123) 评论(1) 推荐(0) 编辑
摘要: tcp_status_ss.sh #!/bin/bash #scripts for tcp status function SYNRECV { n=`/usr/sbin/ss -ant | awk '{++s[$1]} END {for(k in s) print k,s[k]}' | grep 'SYN-RECV' | awk '{print $2}'` if [ "x... 阅读全文
posted @ 2017-07-31 11:14 庆沉 阅读(212) 评论(0) 推荐(0) 编辑