将alias ls='ls --color=auto'添加到.bashrc或者.profile或者/etc/profile命令如下echo "alias ls='ls --color=auto'" >> ~/.bashrc效果如下图……继续阅读 » haoduck 3年前 (2021-03-11) 21浏览 0评论0个赞
安装 WireGuard# 先安装linux-headersapt updateapt install linux-headers-$(uname -r) -y# 安装WireGuardecho "deb http://deb.debian.org/debian/ unstable main" > /etc……继续阅读 » haoduck 3年前 (2021-03-07) 49浏览 0评论0个赞
Debian下可以直接apt安装apt-get install -y shc如果没有安装gcc也要安装,否则会出现sh: 1: cc: not foundapt-get install -y shc gcc加密脚本shc -f 脚本路径root@db-3:~/shc# echo -e '#!/bin/bash……继续阅读 » haoduck 3年前 (2021-02-24) 200浏览 1评论0个赞
https://haoduck.com/demo/ppx/……继续阅读 » haoduck 3年前 (2021-02-22) 28浏览 0评论0个赞
dd脚本wget https://cdn.jsdelivr.net/gh/hiCasper/Shell@master/AutoReinstall.sh && chmod +x AutoReinstall.sh && bash AutoReinstall.sh脚本来源:https://github.com/hiCas……继续阅读 » haoduck 3年前 (2021-02-19) 515浏览 4评论0个赞
Demo:https://files.photo.gallery/demo/代码https://cdn.jsdelivr.net/npm/files.photo.gallery/index.php或https://cdn.jsdelivr.net/gh/peng4740/jsdelivr/photo.gallery/index.php只……继续阅读 » haoduck 3年前 (2021-02-16) 138浏览 1评论0个赞
172.64.228.0广东移动-香港-15ms广东电信-日本-235ms广东联通-日本-105ms……继续阅读 » haoduck 3年前 (2021-02-14) 42浏览 0评论0个赞
仅当前终端有效$env:HTTP_PROXY="socks5://127.0.0.1:10808"$env:HTTPS_PROXY="socks5://127.0.0.1:10808" ……继续阅读 » haoduck 3年前 (2021-02-13) 43浏览 0评论1个赞
Bing必应壁纸PHP单文件实现的APIGithub仓库:https://github.com/peng4740/BingApi代码直链:https://raw.githubusercontent.com/peng4740/BingApi/master/index.php或https://cdn.jsdelivr.net/gh/peng4740/B……继续阅读 » haoduck 3年前 (2021-02-06) 318浏览 2评论0个赞
国外研究团队披露出sudo堆溢出漏洞,漏洞编号:CVE-2021-3156。任何本地用户,无需身份验证(密码),也能获得root权限。这个漏洞一直存在于sudo1.9.0到1.9.5p1的所有稳定版本,和1.8.2到1.8.31p2的所有旧版本的默认配置中。漏洞详情Sudo是一个功能强大的实用程序,大多数基于Unix和Linux的操作系统都包含Sudo。……继续阅读 » haoduck 3年前 (2021-02-04) 488浏览 1评论0个赞