分类 分享 下的文章

微力同步

微力同步是一款可让您在多个设备上同步文件的应用程序。

微力同步

安装:

curl http://www.verysync.com/shell/verysync-linux-installer/go-installer.sh > go-installer.sh

chmod +x go-installer.sh

./go-installer.sh

命令执行完成后访问http://IP:8886就可以进入管理页面。

食用方式:http://www.verysync.com/manual/users/start.html#connect

syncthing很类似,但是使用体验其实我觉得比syncthing要好,说先就是在服务端的安装,有官方的一键脚本,然后就是客户端的软件都是免翻就可以下载和使用的,这点点个赞。

2023年7月29日

还在下雨,早上天挺暗沉的,我7点多起来还以为是5点,昨天晚上半夜还打雷了,把窗户整个染成亮紫色,还在下雨。

昨天拍的

image-20230729080606263

IMG_20230728_132735

IMG_20230728_131417

手动搭建一个vless+tcp+tls节点

需要的原料:1. 节点一枚

  1. 申请ssl证书

    wget -N https://gitlab.com/rwkgyg/acme-script/raw/main/acme.sh && bash acme.sh

    (一键脚本)

  2. 给证书权限

     # Xray 默认以 nobody 用户运行,证书权限适配
      chown -R nobody.$cert_group /{证书的文件夹}/*
  3. 安装xray

    bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
  4. 获取uuid

    xray uuid
  5. 修改/usr/local/etc/xray/里的config文件

    {
        "log": {
            "loglevel": "warning"
        },
        "routing": {
            "domainStrategy": "AsIs",
            "rules": [
                {
                    "type": "field",
                    "ip": [
                        "geoip:private"
                    ],
                    "outboundTag": "block"
                }
            ]
        },
        "inbounds": [
            {
                "listen": "0.0.0.0",
                "port": {{端口}},
                "protocol": "vless",
                "settings": {
                    "decryption":"none",
                    "clients": [
                        {
                            "id": "uuid"
                            
                        }
                    ]
                },
                "streamSettings": {
                    "network": "tcp",
                  
                    "security": "tls",
            "tlsSettings": {
              "alpn": "http/1.1",
              "certificates": [
                {
                  "certificateFile": "xxx/cert.crt",//证书地址,下同
                  "keyFile": "xxx/private.key"
                }
              ]
            }
                }
            }
        ],
        "outbounds": [
            {
                "protocol": "freedom",
                "tag": "direct"
            },
            {
                "protocol": "blackhole",
                "tag": "block"
            }
        ]
    }
  6. 在v2rayN客户端添加节点,选择添加vless服务器

    image-20230714032519984

    别名:随便填

    地址:填域名

    端口:填端口

    id:填uuid

    tls:选择tls

    没有提到的不动,点击确定。

海洋cms后续3

今天把网站的主题搞好了,是在seacms论坛上找到的一个主题,稍作修改,因为就只保留了动漫的一个类别,下面的图片展示:

image-20230607183907750

image-20230607184025462

下载链接:hekie.7z - 蓝奏云 (lanzouw.com)

写在后面:到现在整个工作就算是做好了