资源作者:
管理员
IP 属地:
北京市
共被下载:1082 次
共被浏览:2592 次
文件名称:
AppleBCM5787MEthernet.kext.zip
文件分类:
网卡驱动
资源大小:
下载积分:0
文件标签:
驱动
发布日期:2014-02-28 00:00:00
资源介绍:
脚本,BCM5787.zip(1.68 KB, 下载次数: 223) 脚本代码如下,把第一行的 your password改成你的密码。然后点文件存储为..应用程序。
再设置成开机自动启动就行,不过缺点就是重启关机的时候不能自动退出,要手动,大家注意了。
也可以把生成的程序放到应用程序里面手动启动。
do shell script "sudo tcpdump -i en0" password "your password" with administrator privileges
tell application "Finder"
activate
clean up Finder window id 68 by name
close Finder window 1
end tell
复制代码