Linux下ls命令根据文件/夹属性不同显示不同颜色,效率更高
将alias ls='ls --color=auto'添加到.bashrc或者.profile或者/etc/profile命令如下echo "alias ls='ls --color=auto'" >> ~/.bashrc效果如下图……
记录——Debian10+Warp+WireGuard
安装 WireGuard# 先安装linux-headersapt updateapt install linux-headers-$(uname -r) -y# 安装WireGuardecho "deb http://deb.debian.org/debian/ unstable main" > /etc……
使用SHC加密shell脚本的教程
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……
PHP单文件实现的目录列表程序files.photo.gallery
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只……
Windows下PowerShell终端配置http/https代理
仅当前终端有效$env:HTTP_PROXY="socks5://127.0.0.1:10808"$env:HTTPS_PROXY="socks5://127.0.0.1:10808" ……
BingApi,PHP单文件实现的Bing壁纸API——更新新增缓存功能
Bing必应壁纸PHP单文件实现的APIGithub仓库:https://github.com/peng4740/BingApi代码直链:https://raw.githubusercontent.com/peng4740/BingApi/master/index.php或https://cdn.jsdelivr.net/gh/peng4740/B……
PHP空间虚拟主机不支持子目录的情况下借助.htaccess实现多个域名重定向到子目录实现单空间多站点
因为手头上有10年的景安虚拟主机,不想吃灰太久,就玩了玩。记录一下,以免忘记。举例:有多个域名:site1.haoduck.com,site2.haoduck.com,site3.haoduck.com分别在二级目录site1.haoduck.com/,site2.haoduck.com/,site3.haoduck.com/.htaccess的代……
BingApi,PHP单文件实现的Bing壁纸API
Bing必应壁纸PHP单文件实现的APIGithub仓库:https://github.com/peng4740/BingApi代码直链:https://raw.githubusercontent.com/peng4740/BingApi/master/index.php或https://cdn.jsdelivr.net/gh/peng4740/B……