daoke 发布的文章

使用方法

  1. 推荐使用 Diskgenius 格式化存储设备为 ext4 格式(近期将支持 exfat 格式,以后可以不用格式化了,当然还是推荐 ext4 性能更高)
  2. 使用 FinalShell或者Xshell 通过SSH 进入玩客云/N1/等 Arm设备,执行以下指令

    wget --no-check-certificate https://cdn.jsdelivr.net/gh/ShallowAi/ttnode@main/install.sh && chmod +x install.sh && ./install.sh

复制代码
按下任意键,开始安装。

  1. 若以上内容无报错 且显示了正确的UID和二维码,即搭建完成。
  2. 注意:本脚本默认不修改 MAC(Media Access Control Address) 地址 若你的 MAC 地址在刷机后被覆盖,需要随机 MAC 请使用如下脚本(更新中)

更新日志
2020-12-9 发布于恩山.

Debian CentOS修改时区
Debian修改时区:

dpkg-reconfigure tzdata

CentOS修改时区:

timedatectl set-timezone Asia/Shanghai
1.首先查看当前语言环境
env | grep LANG

2.开始第一步

export LANG=en_US.UTF-8
注意 en表示语言,US表示国家,UTF-8表示编码

第二步
dpkg-reconfigure locales
reboot

问题:
debian shell脚本加入开机启动

解决:
编辑/etc/crontab,尾部加入:@reboot root /root/rules.sh即可,/root/rules.sh为脚本路径

样例:

view source
01
# /etc/crontab: system-wide crontab
02
# Unlike any other crontab you don't have to run the `crontab'
03
# command to install the new version when you edit this file
04
# and files in /etc/cron.d. These files also have username fields,
05
# that none of the other crontabs do.
06
 
07
SHELL=/bin/sh
08
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
09
 
10
# m h dom mon dow user  command
11
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
12
25 6    * * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
13
47 6    * * 7   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
14
52 6    1 * *   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
15
#
16
@reboot root /root/rules.sh
 

二进制程序真香!

Nging

安装命令:

wget -O install.sh http://mouyijun.gitee.io/script/nging.sh && sudo bash install.sh

Cloudreve网盘

安装命令:

wget -O install.sh http://mouyijun.gitee.io/script/cloudreve.sh && sudo bash install.sh

Simple Torrent (BT/磁力下载器)

安装命令:

wget -O install.sh http://mouyijun.gitee.io/script/simple-torrent.sh && sudo bash install.sh

Filebrowser(小型文件浏览器)

安装命令:

wget -O install.sh http://mouyijun.gitee.io/script/filebrowser.sh && sudo bash install.sh

http://wky.sssin.cn/index.php/120.html

最近发现一个神器叫7ghost,是一款基于PHP的网站反向代理程序。能够快速高效的反向代理所指定的网站。
可以做很多事情,比如国外速度较慢的小鸡等,自己去发现吧。