ByteCanvas

Stay close to every update.

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

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

Earlier Posts

Continue browsing older updates

#视频站 #app 免费APP打包工具,对视频站有针对性加速方案,优化国内访问线路。 官网: https://blackace.app 交流群: https://t.me/blackace_app_group SpriteTV.apk 7.2 MB
#视频站 #app
免费APP打包工具,对视频站有针对性加速方案,优化国内访问线路。
官网:https://blackace.app
交流群:https://t.me/blackace_app_group
SpriteTV.apk
7.2 MB
开源AI网络爬虫工具:Crawl4AI 可以直接用于大语言模型和AI应用。性能快,还能输出适合大语言模型的格式,比如JSON、清理过的HTML和markdown。它还支持同时爬取多个网址,能提取所有媒体标签(图片、音频、视频),以及所有内外部链接。可以自定义用户代理,还能给网页截图,甚至在爬取之前执行自定义JavaScript。 GitHub | 官方文档教程 #爬虫 GitHub GitHub - unclecode/crawl4ai: 🚀 🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://dis… 🚀 🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN - unclecode/crawl4ai
开源AI网络爬虫工具:Crawl4AI

可以直接用于大语言模型和AI应用。性能快,还能输出适合大语言模型的格式,比如JSON、清理过的HTML和markdown。它还支持同时爬取多个网址,能提取所有媒体标签(图片、音频、视频),以及所有内外部链接。可以自定义用户代理,还能给网页截图,甚至在爬取之前执行自定义JavaScript。
GitHub官方文档教程
#爬虫
https://github.com/Jiabinone/notdiamond2api #chatgpt GitHub GitHub - Jiabinone/notdiamond2api Contribute to Jiabinone/notdiamond2api development by creating an account on GitHub.
Ubuntu 删除防火墙 # 开放所有端口 sudo iptables - P INPUT ACCEPT sudo iptables - P FORWARD ACCEPT sudo iptables - P OUTPUT ACCEPT sudo iptables - F # Oracle自带的Ubuntu镜像默认设置了Iptable规则,关闭它 apt - get purge netfilter - persistent reboot # 强制删除 rm - rf / etc / iptables & & reboot #ubuntu
Ubuntu 删除防火墙
#开放所有端口
sudo iptables -P INPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F

#Oracle自带的Ubuntu镜像默认设置了Iptable规则,关闭它
apt-get purge netfilter-persistent
reboot

#强制删除
rm -rf /etc/iptables && reboot



#ubuntu
https://deeplx.missuo.ru/ #deeplx
GitHub - hiroi-sora/Umi-OCR: OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。 https://github.com/hiroi-sora/Umi-OCR #ocr GitHub GitHub - hiroi-sora/Umi-OCR: OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。 OCR software, free and offline. 开源、免费的离线OCR软件。支持截屏/批量导入图片,PDF文档识别,排除水印/页眉页脚,扫描/生成二维码。内置多国语言库。 - hiroi-sora/Umi-OCR
GitHub - Zeyi-Lin/HivisionIDPhotos: ⚡️ HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。 https://github.com/Zeyi-Lin/HivisionIDPhotos #证件照 GitHub GitHub - Zeyi-Lin/HivisionIDPhotos: ⚡️ HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。 ⚡️ HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。 - Zeyi-Lin/HivisionIDPhotos
博客主题文档 #blog Jasmine.zip 773.1 KB
博客主题文档
#blog
Jasmine.zip
773.1 KB
GitHub - Z4nzu/hackingtool: ALL IN ONE Hacking Tool For Hackers https://github.com/Z4nzu/hackingtool #tool 黑客攻击集合 GitHub GitHub - Z4nzu/hackingtool: ALL IN ONE Hacking Tool For Hackers ALL IN ONE Hacking Tool For Hackers. Contribute to Z4nzu/hackingtool development by creating an account on GitHub.
#dplayer #m3u8 DPlayerProject.7z 1.6 MB
https://deeplx.smnet.io/ deeplx 负载均衡接口 https://api.deeplx.org/ <api-key>/translate #deeplx
https://deeplx.smnet.io/



deeplx 负载均衡接口


https://api.deeplx.org/<api-key>/translate

#deeplx
Oracle dd 获取ipv6 Debian_IPv6 ( ) { iName = $ ( ip add | grep "^2: " | awk - F '[ :]' '{print $3}' ) dhclient - 6 $iName #临时开启IPv6 echo $iName #人工查看网卡是否正确 cp / etc / network / interfaces / root sed - i "$ a iface $iName inet6 dhcp" / etc / network / interfaces echo "Reboot... &amp; ping ipv6.google.com After reboot" reboot } Ubuntu_IPv6 ( ) { yamlName = $ ( find / etc / netplan / - iname "*.yaml" ) iName = $ ( ip add | grep "^2: " | awk - F '[ :]' '{print $3}' ) dhclient - 6 $iName MAC = $ ( ip add | grep "link/ether.*brd" | awk - F ' ' '{print $2}' ) IPv6 = $ ( ip add | grep "inet6.*global" | awk - F ' ' '{print $2}' ) if [ [ $ { #IPv6} -lt 5 ]]; then echo "Can't IPv6"; exit 1; fi cp $yamlName / root / cat &lt;&lt; 0099 &gt; $yamlName network : ethernets : ens3 : dhcp4 : true dhcp6 : false match : macaddress : $MAC addresses : - $IPv6 set - name : $iName version : 2 0099 netplan apply sleep 2 s ping ipv6 . google . com } myOS = $ ( hostnamectl | sed - n 's_.*System: \(\S*\).*_\1_p' ) #Ubuntu, Debian if [ [ " $myOS " = ~ "Ubuntu" ] ] ; then echo "Ubuntu" Ubuntu_IPv6 elif [ [ " $myOS " = ~ "Debian" ] ] ; then echo "Debian" Debian_IPv6 fi 保存为sh文件执行 #oracle
Oracle dd 获取ipv6

Debian_IPv6(){

iName=$(ip add | grep "^2: " | awk -F'[ :]' '{print $3}')
dhclient -6 $iName #临时开启IPv6
echo $iName #人工查看网卡是否正确
cp /etc/network/interfaces /root
sed -i "$ a iface $iName inet6 dhcp" /etc/network/interfaces
echo "Reboot... & ping ipv6.google.com After reboot"
reboot
}

Ubuntu_IPv6(){

yamlName=$(find /etc/netplan/ -iname "*.yaml")
iName=$(ip add | grep "^2: " | awk -F'[ :]' '{print $3}')
dhclient -6 $iName
MAC=$(ip add | grep "link/ether.*brd" | awk -F' ' '{print $2}')
IPv6=$(ip add | grep "inet6.*global" | awk -F' ' '{print $2}')
if [[ ${#IPv6} -lt 5 ]]; then echo "Can't IPv6"; exit 1; fi

cp $yamlName /root/

cat <<0099 >$yamlName
network:
   ethernets:
      ens3:
          dhcp4: true
          dhcp6: false
          match:
              macaddress: $MAC
          addresses:
              - $IPv6
          set-name: $iName
   version: 2
0099

netplan apply
sleep 2s
ping ipv6.google.com
}

myOS=$(hostnamectl | sed -n 's_.*System: \(\S*\).*_\1_p')
#Ubuntu, Debian

if [[ "$myOS" =~ "Ubuntu" ]]; then
echo "Ubuntu"
Ubuntu_IPv6
elif [[ "$myOS" =~ "Debian" ]]; then
echo "Debian"
Debian_IPv6
fi


保存为sh文件执行
#oracle
https://github.com/blueagler/DeepL-Crack #deepl 网页端解除限制
https://github.com/3377/rss2tg rss2tg,用于将自定义RSS地址,字段,刷新时间里的相关帖子即时发送到自定义TG用户或频道,省去你刷帖子的时间 GitHub GitHub - 3377/rss2tg: 简称rss2tg,用于将自定义RSS地址,字段,刷新时间里的相关帖子即时发送到自定义TG用户或频道 简称rss2tg,用于将自定义RSS地址,字段,刷新时间里的相关帖子即时发送到自定义TG用户或频道. Contribute to 3377/rss2tg development by creating an account on GitHub.
https://pdfsam.org/download-pdfsam-basic/ 拆分,合并,旋转,混合和提取页面从PDF文件与PDFsam基本,免费和开源,在家里或在工作。您的PDF文档在您的计算机上保持隐私,无需将其上传到第三方服务。 #PDF pdfsam.org PDF Split And Merge A free and open source software to merge, split, rotate and extract pages from PDF files
https://pdfsam.org/download-pdfsam-basic/

拆分,合并,旋转,混合和提取页面从PDF文件与PDFsam基本,免费和开源,在家里或在工作。您的PDF文档在您的计算机上保持隐私,无需将其上传到第三方服务。

#PDF
https://github.com/AykutSarac/jsoncrack.com 桌面json可视化 #json GitHub GitHub - AykutSarac/jsoncrack.com: ✨ Innovative and open-source visualization application that transforms various data formats… ✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML and CSV into interactive graphs. - AykutSarac/jsoncrack.com
https://www.ai-reading.me/#/ 基于Minimax算法的五子棋游戏。本来想利用文本生成人工智能(例如当前流行的ChatGPT)来和AI对弈,但是实践中发现,AI不能深入分析整个棋盘,并且在推理上表现较为有限,无法作出最佳的落子决策。
https://www.ai-reading.me/#/

基于Minimax算法的五子棋游戏。本来想利用文本生成人工智能(例如当前流行的ChatGPT)来和AI对弈,但是实践中发现,AI不能深入分析整个棋盘,并且在推理上表现较为有限,无法作出最佳的落子决策。
395印章 http://web.aa6666.com/
Navigate
Back to Top