vps 常用设置(修改时间,添加swap,虚拟内存,SSL一键申请)
1.修改时间1.1.首先,我们需要修改服务器的时间与我们本地的时间一致。香港的服务器的话时间是一样的,就无所谓了,如果是欧美的服务器,可以通过下面的方式修改 12sudo -i #切换到root用户apt update -y && apt upgrade -y #更新一下包 1.2.先查看时间:1timedatectl 1.3.列出所有时区,改成上海123timedatectl list-timezonessudo timedatectl set-timezone Asia/Shanghai 1.4.这边我们手动安装几个常用的命令(sudo, curl, wget)1apt install sudo curl wget 然后重新运行 2.添加SWAPswap是Linux中的虚拟内存,用于扩充物理内存不足而用来存储临时数据存在的。它类似于Windows中的虚拟内存。在Windows中,只可以使用文件来当作虚拟内存。而linux可以文件或者分区来当作虚拟内存。 这个虚拟内存对于内存小的VPS非常有必要,可以提高我们的运行效率。 2.1.这里我们用脚本来添加 ...
bbr加速脚本集合bbr plus/bbr原版/bbr魔改版
1.下面所有脚本请自行安装Curl、Wget等,代码如下:12yum -y install wget #ContOS 安装 wgetapt-get install wget #Debian Ubuntu 安装 wget 12yum -y install curl #ContOS 安装 curlapt-get install curl #Debian Ubuntu 安装 crul 2.四合一 BBR Plus / 原版BBR / 魔改BBR (推荐)支持环境Centos 7, Debian 8/9, Ubuntu 16/18 测试通过, 不支持 OVZ 1wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh 文章内容和代码来源于 BBR加速脚本集合。包含BBR ...
小黄鸟httpcanary抓包未root手机安装证书
1. 安装小黄鸟2. 设置3. SSL证书设置4. 导出HttpCanary根证书5. 导出类型 Privacy Enhanced Mail(.pem)6. 打开手机的设置里面的安全方面设置(小米10 android11为例:设置-密码与安全-系统安全-加密与凭据-安装证书-CA证书)7. 从SD卡安装8. 找到上面路径里面的证书9. 名字随便起,安装文章内容和代码来源于 小黄鸟HttpCanary抓包 未Root手机安装证书 ,小黄鸟HttpCanary抓包 5个版本 都是解锁版 + 证书安装教程。如有侵权请联系站长立即删除。
chrome 抓 jd cookie
1.浏览器F12抓包1.1.打开网址登录http://m.jd.com1.2登录后点击右下角”我的”,键盘按”F12”,点击上方”Network”,找到login开头链接,”Header”里面找”pt_pin”和”pt_key”2.插件抓包2.1.安装 EditThisCookie2.2.点击浏览器右上角的插件图标,搜索”pt”, 找到”pt_pin”和”pt_key”文章内容和代码来源于 通过浏览器获取cookie的方法 ,如有侵权请联系站长立即删除。
fastboot常用命令
1.重启1fastboot reboot 2.刷写zip文件 文件内至少包含boot.img,system.img,recovery.img1fastboot update xxxx.zip 3.擦除分区1fastboot erase 分区 4.刷写分区1fastboot flash 分区 xxxx.img 5.刷写所有分区 该操作将刷写文件夹内(adb/fastboot工具所在文件夹)的所有镜像文件到对应分区中,谨慎操作1fastboot flashall 6.列出已连接的fastboot设备1fastboot devices 7.重启到对应模式1fastboot oem reboot-模式 8.查看fastboot工具版本号1fastboot getver:version 9.查看设备bl锁状态1fastboot oem device-info 文章内容和代码来源于 Fastboot指令合集 ,如有侵权请联系站长立即删除。
android debug bridge adb常用命令
platform-tools_r34.0.1-windowshttps://wwsf.lanzouw.com/ibEr50vma0va 密码:77xi 1.安装软件1adb install apk文件名称.apk 2.重新安装该软件1adb install -r apk文件名称.apk 3.卸载apk软件1adb uninstall apk包名.apk 4.查看手机是否连接,以及连接了几台手机1adb devices 5.A为手机路径,B为电脑路径,意思为:把文件从手机中复制到电脑上1adb pull <A> <B> 6.A为手机路径,B为电脑路径,意思为:把文件从电脑复制到手机上1adb push <B> <A> 7.重启手机1adb reboot 8.重启到Recovery界面1adb reboot recovery 9.重启到bootloader界面1adb reboot bootloader 文章内容和代码来源于 史上最全ADB命令使用大全,一步教你成为玩机大神 ,如有侵权请联系站长立即删除。
甲骨文oracle cloud 修改root 卸载监控 重装系统
1.修改使用root登陆。逐一运行如下命令,1234echo root:zxsdw |sudo chpasswd rootsudo sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;sudo sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config;sudo service sshd restart 默认密码是: zxsdw 12345sudo -iecho root:V2rayssr |chpasswd rootsed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config;sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g& ...
typecho 打赏功能
1.在 post.php 适当的位置添加代码1234567891011121314151617181920<!-- 打赏 --> <div style="padding: 10px 0; margin: 20px auto; width: 100%; font-size:16px; text-align: center;"> <button id="rewardButton" disable="enable" onclick="var qr = document.getElementById('QR'); if (qr.style.display === 'none') {qr.style.display='block';} else {qr.style.display='none'}"> <span>¥ 打赏</sp ...
阿里巴巴普惠字体
放进主题的自定义CSS代码 123456789101112131415161718/*全站字体美化*/@font-face{font-family: 'moe';src: url('//at.alicdn.com/t/webfont_jq0x47mjt6a.eot'); /* IE9*/ src: url('//at.alicdn.com/t/webfont_jq0x47mjt6a.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_jq0x47mjt6a.woff2') format('woff2'), url('//at.alicdn.com/t/webfont_jq0x47mjt6a.woff') format('woff'), /* chrome、firefox */ url( ...
docker常用命令
安装Docker12345678910非大陆wget -qO- get.docker.com | bash大陆curl -sSL https://get.daocloud.io/docker | shcurl -fsSL https://get.docker.com | bash -s docker --mirror Aliyuncurl -sS -O https://raw.gitmirror.com/kejilion/docker/main/install && chmod +x installsh install --mirror Aliyun 卸载旧版本较旧的 Docker 版本称为 docker 或 docker-engine 。如果已安装这些程序,请卸载它们以及相关的依赖项。 12345678sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ ...