kali 环境配置脚本init.sh
admin 发布于 2020-07-09
阅读(1882)评论(0)赞 (1)
admin 发布于 2020-07-09
阅读(1882)评论(0)赞 (1)
admin 发布于 2020-07-08
综合测试脚本 ※这类脚本是综合测试VPS基础信息、硬盘IO、带宽和网络延迟等项目的一键式脚本,主要有以下几个 1、秋水逸冰大佬的Bench.sh脚本 特点: 显示当前测试的各种系统信息; 取自世界多处的知名数据中心的测试点,下载测试比较全面; 支持 IPv6 下载测速; IO 测...
阅读(2836)评论(0)赞 (2)
admin 发布于 2020-07-08
错误提示: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory ...
阅读(2102)评论(0)赞 (1)
admin 发布于 2020-07-08
***方法一,简单只需三个命令 使用windows远程桌面连接,端口为3389 ***建议使用方法一 忽略后面方法二, 因为对vps性能影响不大 保姆级别教程安装桌面环境用于脚本运行 据许多很牛X的老外Coder推荐,LXDE是最轻量级的Linux桌面环境,小巧而高效,所以,就选...
阅读(2333)评论(0)赞 (1)
admin 发布于 2020-07-08
测试主机命令#wget -qO- git.io/superbench.sh | bash 源码 superbench.sh
阅读(2987)评论(0)赞 (1)
admin 发布于 2020-07-07
sudo apt-get install cron 安装crontab 然后添加任务# crontab -e 运行 选择2 nano进行编辑 *** 任务命令需要绝对路径 如*/60 * * * * cd root && /usr/bin/python3.7 te...
阅读(2098)评论(0)赞 (2)
admin 发布于 2020-07-07
docker-ubuntu-vnc-desktop google shell cloud https://ssh.cloud.google.com/cloudshell/editor ***使用tampermonkey浏览器扩展插件添加1小时重新刷新保持状态不重置 Docke...
阅读(5204)评论(0)赞 (2)
admin 发布于 2020-07-06
1.下载chrome浏览器 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2. 安装通过dpkg dpkg -i google-chrome-stable_curren...
阅读(3475)评论(0)赞 (1)
admin 发布于 2020-07-06
注解这是一个windwos环境python3的脚本,关于linux还得做修改,python的selenium模块操作网页自动化,***需要安装驱动webdriver,使用chrome浏览器的话需要安装chrome_webdriver版本要和当前chrome版本对应 83...
阅读(4238)评论(0)赞 (1)
admin 发布于 2020-07-06
// ==UserScript==// @name New Userscript// @namespace http://tampermonkey.net/// @version 0.1// @description try to take over the world!// @...
阅读(1960)评论(0)赞 (1)