谷歌邮箱别名设置Gmail邮箱

Gmail邮箱别名设置 这里我们假设你的Gmail邮箱为:abcdef@gmail.com ,那就可以通过以下办法得到无限的谷歌邮箱别名。 用户名之间加 . (英文半角) 例如: abc.def@gmail.com 因为Gmail的用户名是不区分 . 符号的,所以下面其实都是同一个用户名 abcde.f@gmail.com a.bcdef@gmail.com ab.cdef@gmail.com a.b.cdef@gmail.com abc.d.ef@gmail.com 用户名后面加 +任意字符 例如: abcdef+dev@gmail.com +号后面可以是任意字符,例如: abcdef+dev@gmail.com abcdef+my@gmail.com abcdef+sub@gmail.com …… PS:使用“+”号法,在许多网站注册时候,并不识别邮箱地址中的“+”,会提示你邮箱错误。 改变用户名中任意字符的大小写 例如: aBCdef@gmail.com 可以是用户名里的某个或多个字符, Abcdef@gmail.com AbcDeF@gmail.com abcdEf@gmail.com 把后缀变为googlemail.com 因为之前Gmail在某些国家的商标没有谈好,不能使用Gmail商标,只好用googlemail,这个很好理解。(貌似现在全球的商标都已经谈妥了) 例如: abcdef@googlemail.com 以上4种方法的结合 可以结合上面的4种方法来实现理论上的无限别名。例如: aBcdef+dev@googlemail.com AbcDEf+sub@googlemail.com 总结 了解了上面的Gmail别名设置的方法后,当你要注册一些服务的时候,只要在填写Gmail邮箱的时候填写通过上述的方法得到的别名邮箱就可以了。无需到Gmail设置,所有的别名邮箱的邮件都会发送到你原来的邮箱 abcdef@gmail.com 中。 转载自 https://nies.live/d/51

一月 13, 2022 · admin

flexget自动为qbittorrent、transmission等PT客户端添加种子任务

https://flexget.com flexget解决了PT客户端没有RSS订阅功能,实现全自动添加种子任务到qbittorrent、 transmission、 deluge等客户端上,配合使用autoremove-torrents自动删除PT种子文件简直是PT党刷上传流量的必备神器 安装flexget 从pip安装 apt update apt install python3-pip pip3 install flexget flexget配置文件 mkdir .flexget nano .flexget/config.yml 示范配置 templates: # 剩余空间模板,当 path 对应的路径的剩余空间小于 space 规定的数值的时候停止 RSS 下载 单位MB freespace: free_space: path: /home/star space: 10240 # qb 的模板,之后写 qb 就是指把种子推送到 qb 进行下载;下面 tr de rt 也是如此 # 除非你修改了对应客户端的账号密码或者端口号,不然不需要修改这些客户端的模板 qb: qbittorrent: path: /home/SCRIPTUSERNAME/qbittorrent/download/ host: localhost port: 8080 username: admin password: adminadmin tr: transmission: path: /home/SCRIPTUSERNAME/transmission/download/ host: localhost port: 9091 username: SCRIPTUSERNAME password: SCRIPTPASSWORD de: deluge: path: /home/SCRIPTUSERNAME/deluge/download/ host: localhost port: 58846 username: SCRIPTUSERNAME password: SCRIPTPASSWORD # 体积过滤模板,min 是符合条件的最小种子体积,max 是符合条件的最大种子体积,单位均为 MB # strict 默认是 yes,表示在无法确定大小的情况下就不下载,这里把它改成 no 了 # 也就是说,这段 size 的意思是,只下载体积为 6000-666666 MB 的种子,其他不满足条件的种子不下载 size: content_size: min: 10000 max: 66666 strict: no # 任务 tasks: CHDbits: rss: https://chdbits.co/torrentrss.php?rows= verify_ssl_certificates: no accept_all: yes template: - freespace - qb qbittorrent: maxupspeed: 45000 # qbittorrent单种上传限速45000KB/S label: CHDbits CMCT: rss: https://hdcmct.org/torrentrss.php?rows= verify_ssl_certificates: no accept_all: yes template: - freespace - size - qb qbittorrent: label: CMCT # RSS功能使用daemon模式的schedules或者使用cron 二选一 #schedules: # - tasks: [ChDbits, CMCT] # interval: # minutes: 10 # 这里我选用是CRON schedules: no # 每10分钟执行一次 使用 schedules 示范 ...

十二月 23, 2021 · admin

使用autoremove-torrents自动删除PT种子文件

GitHub: https://github.com/jerrymakesjelly/autoremove-torrents 文档:https://autoremove-torrents.readthedocs.io/zh_CN/latest/ 环境要求 Python 2.7 或 Python 3 以Debian系统安装为例安装Python3 apt update apt install python3-pip 安装autoremove-torrents 从 pip 安装 pip3 install autoremove-torrents 或者从 GitHub 安装 git clone https://github.com/jerrymakesjelly/autoremove-torrents.git cd autoremove-torrents python3 setup.py install 编写配置文件 你可以把配置文件放在磁盘的任何地方。不过,在默认情况下,autoremove-torrents只在Shell的当前工作目录去找 # 创建autoremove-torrents目录 mkdir /root/autoremove-torrents # 创建autoremove-torrents 日志文件 touch /root/autoremove-torrents/logs 创建autoremove-torrents的配置文件 nano /root/autoremove-torrents/config.yml 配置示范如下 my_task: client: qbittorrent host: http://127.0.0.1:8080 username: admin password: adminadmin strategies: my_strategy: remove: seeding_time > 86400 or (ratio > 1 and last_activity > 600) delete_data: false 该语法是复合表达式。 ...

十二月 22, 2021 · admin

安卓手机可以在termux里安装Transmission来玩PT下载

如你也想要临时从PT站下个文件到安卓手机里面,可以试试这个 termux下载安装:Google play 更新源 pkg update 安装Transmission 在Termux命令行输入以下进行安装 pkg install transmission 结束进程 killall transmission-daemon 配置settings.json 默认配置文件路径在/data/data/com.termux/files/home/.config/transmission-daemon目录下的settings.json 要修改配置参数为以下这些 "rpc-whitelist":"*" "rpc-authentication-required":"true" "rpc-bind-address": "0.0.0.0" "rpc-enable":"true" "rpc-username":"用户名" "rpc-password":"密码" 默认下载路径是/data/data/com.termux/files/home/Downloads 启动进程 -T表示不需要验证 transmission-daemon -T 连接Transmission http://127.0.0.1:9091/transmission/web/ 手机管理transmission Transmission Remote

十月 4, 2021 · admin

Tiny File Manager一款简洁的PHP文件管理器

Tiny File Manager一款简洁的PHP文件管理器 Tiny File Manager Demo GitHub Requirements PHP 5.5.0 or higher. Fileinfo, iconv, zip, tar and mbstring extensions are strongly recommended. 密码设置 Warning: Please set your own username and password in $auth_users before use. password is encrypted with password_hash(). to generate new password hash here 站点目录、权限设置 chown -R www-data:www-data /var/www/example.com chmod 775 /var/www/example.com chmod 664 /var/www/example.com/index.php Exclude Files & Folders you can specify files or directories that you’d like to exclude from the listing using configuration, in case same name file/folder in multiple place also excluded. ...

八月 11, 2021 · admin

Transmission的安装、配置、制作PT种子torrent做种

安装Transmission apt install transmission-daemon 配置Transmission 先停止Transmission systemctl stop transmission-daemon.service 然后编辑配置文件/var/lib/transmission-daemon/info/settings.json nano /var/lib/transmission-daemon/info/settings.json 重点需要修改的地方 "rpc-password": "管理密码", #web-ui的密码,可直接修改,重新运行或者reload服务的时候会自动被加密 "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "用户名", #用户名 "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": false, #如果你要让其他网段连入,请设false 对照表 "alt-speed-up": 500, #计划时段上传限速值 "alt-speed-down": 500, #计划时段下载限速值 "alt-speed-enabled": false, "alt-speed-time-begin": 540, "alt-speed-time-day": 127, "alt-speed-time-enabled": true, #启用计划工作,为false时,以上计划配置则不生效 "alt-speed-time-end": 420, #计划结束时间,为零点到开始时间的分钟数,比如7:00就是7*60=420。另外,该时间是用的GMT时间,即北京时间-8小时。比如你计划北京时间7点30分开始,这个数字应该是(7-8+24)*60+30=1410 "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": true, "blocklist-updates-enabled": false, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, #缓存大小,以MB为单位,建议设大一些,避免频繁读写硬盘而伤硬盘,建议设为内存大小的1/6~1/4 "compact-view": false, "dht-enabled": false, #关闭DHT(不通过tracker寻找节点)功能,不少PT站的要求,但BT下载设置为true会使得下载更好 "download-dir": "/home/yys/Downloads", #下载的内容存放的目录 "download-queue-enabled": true, "download-queue-size": 5, "encryption": 1, #0=不加密,1=优先加密,2=必须加密 "idle-seeding-limit": 30, "idle-seeding-limit-enabled": false, "incomplete-dir": "/home/yys/Downloads", "incomplete-dir-enabled": false, "inhibit-desktop-hibernation": true, "lpd-enabled": false, #禁用LDP(本地节点发现,用于在本地网络寻找节点),不少PT站的要求 "main-window-height": 500, "main-window-is-maximized": 0, "main-window-width": 615, "main-window-x": 337, "main-window-y": 211, "message-level": 2, "open-dialog-dir": "/home/yys/\u684c\u9762", "peer-congestion-algorithm": "", "peer-limit-global": 240, #全局连接数 "peer-limit-per-torrent": 60, #每个种子最多的连接数 "peer-port": 51413, #预设的port口 "peer-port-random-high": 65535, "peer-port-random-low": 49152, "peer-port-random-on-start": false, #不建议改为true "peer-socket-tos": "default", "pex-enabled": false, #禁用PEX(节点交换,用于同已与您相连接的节点交换节点名单),不少PT站的要求 "port-forwarding-enabled": true, "preallocation": 1, #预分配文件磁盘空间,0=关闭,1=快速,2=完全。建议取1开启该功能,防止下载大半了才发现磁盘不够。取2时,可以减少磁盘碎片,但速度较慢。 "prefetch-enabled": 1, "queue-stalled-enabled": true, "queue-stalled-minutes": 30, "ratio-limit": 2, "ratio-limit-enabled": false, "rename-partial-files": true, #在未完成的文件名后添加后缀.part,false=禁用 "rpc-authentication-required": true, "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, "rpc-password": "{c8c083168db9fff40b5136b6d0f3f4a864110a78\/oH51JaE", #web-ui的密码,可直接修改,重新运行或者reload服务的时候会自动被加密 "rpc-port": 9091, #默认web-ui的port口,可自行更改 "rpc-url": "/transmission/", "rpc-username": "transmission", #默认登入名称 "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": true, #如果你要让其他网段连入,请设false "scrape-paused-torrents-enabled": true, "script-torrent-done-enabled": false, "script-torrent-done-filename": "/home/yys", "seed-queue-enabled": false, "seed-queue-size": 10, "show-backup-trackers": true, "show-extra-peer-details": false, "show-filterbar": true, "show-notification-area-icon": false, "show-options-window": true, "show-statusbar": true, "show-toolbar": true, "show-tracker-scrapes": true, "sort-mode": "sort-by-age", "sort-reversed": false, "speed-limit-down": 300, #平时的下载限速 "speed-limit-down-enabled": true, #启用平时下载限速 "speed-limit-up": 30, #平时上传限速 "speed-limit-up-enabled": true, #启用平时上传限速 "start-added-torrents": false, "statusbar-stats": "total-ratio", "torrent-added-notification-enabled": true, "torrent-complete-notification-enabled": true, "torrent-complete-sound-enabled": true, "trash-can-enabled": true, "trash-original-torrent-files": false, "umask": 18, "upload-slots-per-torrent": 14 "utp-enabled": true, #启用μTP协议 "watch-dir": "/home/yys/\u4e0b\u8f7d", "watch-dir-enabled": false 更多配置参数,可去 diting-Configuration-Files探索。 ...

七月 4, 2021 · admin

win10系统音量图标灰色无法调节的解决方法

解决方法如下 按Win+R打开运行,输入regedit回车打开注册表编辑器; 依次展开到以下位置: 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run 在右侧新建名为systray.exe的字符串值; 重启PC电脑.

六月 2, 2021 · admin

Oracle甲骨文OCI自动刷ARM VPS脚本

安装Terraform 从Terraform官网找到对应CPU架构的版本 X86_X64如下 wget https://releases.hashicorp.com/terraform/0.15.4/terraform_0.15.4_linux_amd64.zip unzip terraform_0.15.4_linux_amd64.zip mv terraform /usr/bin ARM64如下 wget https://releases.hashicorp.com/terraform/1.0.9/terraform_1.0.9_linux_arm64.zip unzip terraform_1.0.9_linux_arm64.zip mv terraform /usr/bin 查看版本 terraform version 安装oci-cli工具 安装,一路回车即可,默认安装在/root/bin目录 bash -c "$(curl –L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" 当出现===> Modify profile to update your $PATH and enable shell/tab completion now? (Y/n):这个时候,是在提示你输入Y回车,会自动帮你添加环境变量。之后又是一路回车。出现如下提示表示安装成功。 ===> Modify profile to update your $PATH and enable shell/tab completion now? (Y/n): y ===> Enter a path to an rc file to update (file will be created if it does not exist) (leave blank to use '/root/.bashrc'): -- Backed up '/root/.bashrc' to '/root/.bashrc.backup' -- Tab completion set up complete. -- If tab completion is not activated, verify that '/root/.bashrc' is sourced by your shell. -- -- ** Run `exec -l $SHELL` to restart your shell. ** -- -- Installation successful. -- Run the CLI with /root/bin/oci --help 把/root/bin/oci路径移动到/usr/bin目录下 ...

五月 29, 2021 · admin

安卓手机通过ADB刷入Magisk和recovery

从Google下载ADB档案 Windows Mac Linux 解压后进入文件夹目录(也可设置环境变量)查看ADB版本号 adb --version 查找已连接的安卓设备 fastboot devices -l 安装Magisk Manager 从github下载Magisk Manager然后安装到手机即可 修补boot.img文件 在原刷机包中找到boot.img文件,并复制到手机 打开Magisk Manager点击安装,选择并修补一个文件,然后找到boot.img文件,选中它.然后便会开始下载所需的文件,并且修补boot.img.成功后有文件路径放在Download文件夹中的提示 提取修补后的magisk_patched.img到PC电脑 刷入修补后的magisk_patched.img 进入bootloader adb reboot bootloader 也可在开机时,同时按住电源键+音量减,进入bootloader (不同的手机进入方式稍微有所差别) 进入相关文件夹目录,刷入修补后的magisk_patched.img fastboot flash boot magisk_patched.img 然后重启 fastboot reboot 开Magisk Manager,就能看见 Magisk 已是最新版本 Magisk Manager 已是最新版本 recovery刷入TWRP fastboot flash recovery twrp-3.0.2-0-hammerhead.img

四月 13, 2021 · admin

Files Photo Gallery漂亮的php目录列表源码

Files Photo Gallery Demo Requirements Any web server with PHP 5.5 or higher. Extensions GD and mbstring are required. Files app works in all modern browsers Chrome, Firefox, Safari, Opera and Edge, and almost all mobile devices. Files app does NOT work in Internet Explorer. Although Files app is a single file that loads files locally, it still requires an internet connection to load Javascripts loaded from CDN jsdelivr.com. Usage Examples Instantly create a gallery of all your files and folders. No setup required. Preview images, video, audio and code. Share files and images with clients, friends or family. Use as a simple yet beautiful and modern gallery on your website. Preview IPTC, EXIF, GPS, dimensions and size for your photos. Manage files and folders directly on your server. Coming soon! Faster and more comfortable than using FTP! Download Simply download index.php, drop it into any dir and view from browser. ...

一月 5, 2021 · admin