from--https://stackoverflow.com/questions/54097838/geoip-dat-gz-and-geolitecity-dat-gz-not-longer-available-getting-404-trying-to 数据来源:http://geolite.maxmind.com/ Maxmind不再支持Geolite产,仅支持Geolite2:https://blog.maxmind.com/2018/01/02/discontinuation-of-the-geolite-legacy-databases/ 您可以使用以下脚本 (https://github.com/sherpya/geolite2legacy) 将MaxMind GeoLite2数据库转换为旧的旧格式: 例: ./geoli…
from--https://superuser.com/questions/324287/reference-for-all-about-chrome-address-bar-strings-for-firefox-and-chrome 谷歌浏览器 在Google Chrome浏览器中,它们是以下之一: about:about chrome://chrome-urls 该页面将列出所有可能的页面。在Chrome中,about:通过chrome://协议处理程序,所有页面在内部均被视为Chrome URL 。因此,它们是等效的。 chrome://accessibility chrome://appcache-internals chrome://apps chrome://blob-internals chrome://boo…
from--https://serverfault.com/questions/311459/how-to-backup-virtual-machines-on-a-standalone-esxi-host 使用ovftool创建精简备份 ovftool -dm=thin vi://<user>@<esxi-host>/<vm-name> <local-file>.ovf
adb root // adb以root权限登录安卓开发板 adb shell mount -rw -o remount /system // 以读写权限重新挂载system
2018-11 from--https://www.cnblogs.com/jiefu/p/9969412.html Centos7中查看IP并启动网卡 1、开机,输入用户名root和密码 2、查看IP地址:ip addr 3、使用vi编辑器打开配置文件,注意vi后面有空格: vi /etc/sysconfig/network-scripts/ifcfg-eno16777736 4、发现默认是不启动网卡的(ONBOOT=no)。然后按J键将光标移动到最后一行,用L键将光标移动到最后一列,再按A键进入到插入模式下,把这一项改为yes(ONBOOT=yes),然后按ESC键退出,再输入命令:wq,再按Enter保存退出到命令行 6、重启网络服务:service network restart 7、再输入ip addr命令,发现有了IP地址
1、获取所有应用 adb shell dumpsys activity 2、获取自己的应用 adb shell dumpsys activity | grep com.包名 3、获取处于栈顶的activity adb shell dumpsys activity | grep mFocusedActivity
#安装wget,digitalocean默认没有安装wget,安装一下 yum -y install wget #执行BBR PLUS修正版一键脚本 wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh