ByteCanvas

Stay close to every update.

A clean timeline for posts, media, and conversations from your channel.

分享一些日常收集到的开源软件、开发工具和技术知识。

Earlier Posts

Continue browsing older updates

restic 是一个快速、安全、高效的备份程序,支持 Linux、macOS 和 Windows 等操作系统。它提供了加密和去重功能,确保数据的保密性和完整性。restic 可以备份到多种后端存储,包括本地目录、SFTP 服务器、HTTP REST 服务器、Amazon S3、Google Cloud Storage 等。其设计原则包括易用、快速、可验证和高效,旨在简化备份和恢复过程。 https://github.com/restic/restic GitHub GitHub - restic/restic: Fast, secure, efficient backup program Fast, secure, efficient backup program. Contribute to restic/restic development by creating an account on GitHub.
restic

是一个快速、安全、高效的备份程序,支持 Linux、macOS 和 Windows 等操作系统。它提供了加密和去重功能,确保数据的保密性和完整性。restic 可以备份到多种后端存储,包括本地目录、SFTP 服务器、HTTP REST 服务器、Amazon S3、Google Cloud Storage 等。其设计原则包括易用、快速、可验证和高效,旨在简化备份和恢复过程。


https://github.com/restic/restic GitHub - restic/restic: Fast, secure, efficient backup program
https://github.com/schlagmichdoch/PairDrop PairDrop是一个适用于所有平台的本地网络共享文件传输工具,其受苹果的AirDrop启发,通过点对点连接将图像、文档或文本发送到同一本地网络上的设备。 GitHub GitHub - schlagmichdoch/PairDrop: PairDrop: Transfer Files Cross-Platform. No Setup, No Signup. PairDrop: Transfer Files Cross-Platform. No Setup, No Signup. - schlagmichdoch/PairDrop
https://github.com/schlagmichdoch/PairDrop


PairDrop是一个适用于所有平台的本地网络共享文件传输工具,其受苹果的AirDrop启发,通过点对点连接将图像、文档或文本发送到同一本地网络上的设备。 GitHub - schlagmichdoch/PairDrop: PairDrop: Transfer Files Cross-Platform. No Setup, No Signup.
#dd DD脚本 wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh root #默认登陆用户名 LeitboGi0ro #默认密码 22 #默认ssh端口 bash InstallNET.sh -debian 11 -swap '1024' -timezone "like Asia/Shanghai etc" -mirror 'http://ftp.hk.debian.org/debian/' --networkstack 'dual' --network 'static/manual'
#dd DD脚本
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh


root #默认登陆用户名
LeitboGi0ro #默认密码
22 #默认ssh端口


bash InstallNET.sh -debian 11 -swap '1024' -timezone "like Asia/Shanghai etc" -mirror 'http://ftp.hk.debian.org/debian/' --networkstack 'dual' --network 'static/manual'
https://github.com/zbezj/HEU_KMS_Activator/releases #win KMS激活 GitHub Releases · zbezj/HEU_KMS_Activator Contribute to zbezj/HEU_KMS_Activator development by creating an account on GitHub.
https://github.com/massgravel/Microsoft-Activation-Scripts #win Microsoft-Activation-Scripts,Windows激活工具 GitHub GitHub - massgravel/Microsoft-Activation-Scripts: Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and… Open-source Windows and Office activator featuring HWID, Ohook, TSforge, and Online KMS activation methods, along with advanced troubleshooting. - massgravel/Microsoft-Activation-Scripts
https://www.freedownloadmanager.org/zh/ Free Download Manager 這是一款在Windows, macOS, Android 及Linux 作業系統下,強大又現代的下載加速組織器。 www.freedownloadmanager.org Free Download Manager - download everything from the internet Free Download Manager accelerates all types of downloads (files, video, torrents). It's a smart and fast internet download manager for Windows and macOS.
https://goedge.cn/ GoEdge CDN - 制作自己专属的CDN goedge.cloud GoEdge CDN - 制作自己的CDN - GoEdge CDN | 自建CDN 利用开源的GoEdge可以零成本制作自己专属的WAF,支持集群式管理和API
https://account.live.com/activity 微软登录查看拦截
https://account.live.com/activity

微软登录查看拦截
Linux桌面docker系统 https://docs.linuxserver.io/images/docker-webtop/ 更新系统 ubuantu/debian apt update && apt upgrade -y centos yum update && yum upgrade -y alpine apk update && apk upgrade 安装docker ubuantu/debian/centos curl -fsSL https://get.docker.com | sh && ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin systemctl start docker systemctl enable docker alpine apk add docker docker-compose rc-update add docker default service docker start 一键部署命令 docker run - d \ -- name = webtop \ -- security - opt seccomp = unconfined \ -- network = nginx - proxy - manager_default \ - e PUID = 1000 \ - e PGID = 1000 \ - e TZ = Etc / UTC \ - e SUBFOLDER = / \ - e TITLE = Webtop \ - e CUSTOM_USER = root \ - e PASSWORD = nwxx123abcL \ - e LC_ALL = zh_CN . UTF - 8 \ - e DOCKER_MODS = linuxserver / mods : universal - package - install \ - e INSTALL_PACKAGES = font - noto - cjk \ - v / root / webtop : / config \ - v / var / run / docker . sock : / var / run / docker . sock \ -- device / dev / dri : / dev / dri \ -- shm - size = "2gb" \ -- restart unless - stopped \ lscr . io / linuxserver / webtop : latest 修改更多镜像系统 lscr.io/linuxserver/webtop:latest lscr.io/linuxserver/webtop:ubuntu-xfce lscr.io/linuxserver/webtop:fedora-xfce lscr.io/linuxserver/webtop:arch-xfce lscr.io/linuxserver/webtop:debian-xfce docs.linuxserver.io webtop - LinuxServer.io [Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
Linux桌面docker系统


https://docs.linuxserver.io/images/docker-webtop/


更新系统
ubuantu/debian
apt update && apt upgrade -y

centos
yum update && yum upgrade -y

alpine
apk update && apk upgrade

安装docker
ubuantu/debian/centos
curl -fsSL https://get.docker.com | sh && ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin

systemctl start docker

systemctl enable docker

alpine
apk add docker docker-compose

rc-update add docker default

service docker start

一键部署命令
docker run -d \
--name=webtop \
--security-opt seccomp=unconfined \
--network=nginx-proxy-manager_default \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e SUBFOLDER=/ \
-e TITLE=Webtop \
-e CUSTOM_USER=root \
-e PASSWORD=nwxx123abcL \
-e LC_ALL=zh_CN.UTF-8 \
-e DOCKER_MODS=linuxserver/mods:universal-package-install \
-e INSTALL_PACKAGES=font-noto-cjk \
-v /root/webtop:/config \
-v /var/run/docker.sock:/var/run/docker.sock \
--device /dev/dri:/dev/dri \
--shm-size="2gb" \
--restart unless-stopped \
lscr.io/linuxserver/webtop:latest 

修改更多镜像系统

lscr.io/linuxserver/webtop:latest

lscr.io/linuxserver/webtop:ubuntu-xfce

lscr.io/linuxserver/webtop:fedora-xfce

lscr.io/linuxserver/webtop:arch-xfce

lscr.io/linuxserver/webtop:debian-xfce
#Adobe #图片编辑 Adobe Photoshop 2020 v21.2.4.323 绿色版.exe 486.5 MB Adobe Photoshop CC 2019 v20.0.10 绿色版.exe 379.1 MB Adobe Photoshop CS3 v10.0 绿色版.exe 29.7 MB Adobe Photoshop 2020 v21.2.2.289 茶末余香增强版.exe 1.9 GB
https://github.com/jeessy2/ddns-go DDNS GitHub GitHub - jeessy2/ddns-go: Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud… Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo... - jeessy2/ddns-go
https://github.com/CorentinTh/it-tools 常用工具部署 GitHub GitHub - CorentinTh/it-tools: Collection of handy online tools for developers, with great UX. Collection of handy online tools for developers, with great UX. - CorentinTh/it-tools
https://mused.org/en/ 网页游览金字塔 Mused Travel, virtually: Immerse yourself in digital experiences at monuments and museums around the world.
Wireshark(网络过滤抓包工具) v4.2.1 完整汉化绿色便携版 一款抓包工具 #win #小工具 Wireshark网络过滤抓包工具_v4_2_1_完整汉化绿色便携版.rar 59.4 MB
Wireshark(网络过滤抓包工具) v4.2.1 完整汉化绿色便携版
一款抓包工具

#win
#小工具
Wireshark网络过滤抓包工具_v4_2_1_完整汉化绿色便携版.rar
59.4 MB
截图网页生成同样的网页代码 https://github.com/abi/screenshot-to-code GitHub GitHub - abi/screenshot-to-code: Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue) Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue) - abi/screenshot-to-code
迄今最高效量子安全加密算法LaV出现,现已开源 澳大利亚莫纳什大学和澳大利亚联邦科学与工业研究组织的科学家,创建了迄今最高效的量子安全加密算法“LaV”,该算法使用端-端加密来抵御量子计算机的强大攻击,因此有望加强在线交易、即时消息服务、数据隐私、加密货币和区块链等系统的安全性。 相关论文已提交在美国圣巴巴拉举行的第43届国际密码学会议。 https://gitlab.com/raykzhao/lav
迄今最高效量子安全加密算法LaV出现,现已开源

澳大利亚莫纳什大学和澳大利亚联邦科学与工业研究组织的科学家,创建了迄今最高效的量子安全加密算法“LaV”,该算法使用端-端加密来抵御量子计算机的强大攻击,因此有望加强在线交易、即时消息服务、数据隐私、加密货币和区块链等系统的安全性。

相关论文已提交在美国圣巴巴拉举行的第43届国际密码学会议。

https://gitlab.com/raykzhao/lav
可检索1.7亿篇科技文献的公益平台 11月1日,由中国科学院等单位联合建设的 PubScholar 公益学术平台正式对社会公众开放。 该平台首期整合集成了、中国科学院的科技成果资源、科技出版资源和学术交流资源,内容包含期刊论文、学位论文、预发布论文、专利文献、领域快报、动态快讯、科学数据、图书专著等。目前通过平台可检索的科技文献资源量约1.7亿篇。 中国科学院公告
可检索1.7亿篇科技文献的公益平台

11月1日,由中国科学院等单位联合建设的 PubScholar 公益学术平台正式对社会公众开放。

该平台首期整合集成了、中国科学院的科技成果资源、科技出版资源和学术交流资源,内容包含期刊论文、学位论文、预发布论文、专利文献、领域快报、动态快讯、科学数据、图书专著等。目前通过平台可检索的科技文献资源量约1.7亿篇。

中国科学院公告
Navigate
Back to Top