2022-08-12
Automatic Cmcc Network Switching

the policy follows:

如何校园网免流?

kali, could you use some network card for sniffing while connecting to existing network? or could you automate the sniffing so that we don’t get bored?

could you extract some login default patterns/filters?

for macos and linux:

if modifier hotspot is present, connect to it.

otherwise if CMCC present, connect to it.

if CMCC fails after login attempts, try to connect with some paid network.

for modifier:

if CMCC present, connect to it.

if CMCC fails, try to connect with some paid network.

internet switch will be manually turned on, to save power.

Read More

2022-07-25
免流帮 停机卡上网 持续上网

收集别人的帐号然后登录

kali负责收集网络帐号 然后在一个web页面上面提供一个加密的auth接口 最好是rsa加密的东西 有时间延迟防暴力破解的访问接口 通过验证之后可以获得用户名密码 同时可以访问相应接口进行占用或者解除占用 当然你也可以直接弄个静态的页面谁也破解不了 但是访问的时候就得一个一个的尝试 当然也更安全

免流卡

微信小程序 免流帮

qq群:857969390

搜索github

校园网也可以免认证登录

Read More

2022-07-22
蹭网Wifi天线 雷达扫描 五轴机械臂

利用淘宝铜片焊接的WiFi天线 安装在开源机械臂上 利用固定点抵达算法 扫描算法 自动探测WiFi源与方向的对应关系 机械手臂应当安装在比较高的支撑点上 周围不要挡着WiFi天线 有比较长的延长线 扫描算法不得超过线材的限制(旋转角度控制)必须得知初始态的绝对位置

Read More

2022-07-14
Chatbot, Self-Hosted Model, Cloud Deploy, Cloud Services, Free Website Hosting Service

vercel hosts frontend only apps, could be useful if you want.

可以提取关键词然后到百度必应上面搜索 获取相关内容 注意语种一致性

search huggingface with julia or python:

huggingface_hub(python)

可以用huggingface的api来翻译 对接英文的chatbot (blenderbot, dialo-gpt)

add timeout to these api requests

可以把训练好的中文chatbot放到huggingface上面去 用kaggle放

https://github.com/yangjianxin1/GPT2-chitchat

could use this method to generate title for videos. i mean generally.

could host the model on huggingface, or baidu aistudio, heroku or your own machine

configure accelerated inference on huggingface (free for cpu, paid gpu):

https://huggingface.co/docs/api-inference/quicktour

huggingface inference apis:

https://huggingface.co/inference-api

huggingface conversational (chatbot) models:

https://huggingface.co/models?pipeline_tag=conversational&sort=downloads

heroku, use fastapi as interface:

https://fastapi.tiangolo.com

https://www.kaggle.com/getting-started/208405

https://signup.heroku.com

heroku alternatives:

back4app, google app engine

aistudio api, maybe you need to train or find a paddpepaddle based chatbot:

https://ai.baidu.com/ai-doc/AISTUDIO/bk3e382cq#创建在线api服务

一个项目可以创建至多五个沙盒服务, 并选择其中一个沙盒服务部署为线上服务.

沙盒服务如果连续超过24小时无调用将自动调整为暂停状态.

线上服务如果连续超过14天无调用将自动调整为暂停状态.

paddlenlp

https://aistudio.baidu.com/aistudio/projectdetail/3723144?channelType=0&channel=0

paddlepaddle chat model:

plato2

https://github.com/PaddlePaddle/Knover

https://github.com/PaddlePaddle/Knover/tree/develop/projects/PLATO-2

https://aistudio.baidu.com/aistudio/projectdetail/1886227?channelType=0&channel=0

中文chatbot:

https://github.com/zhaoyingjun/chatbot

https://github.com/Dimsmary/Ossas_ChatBot

教程

https://github.com/lcdevelop/ChatBotCourse

https://github.com/fendouai/Awesome-Chatbot

语料库

https://github.com/codemayq/chinese_chatbot_corpus

Read More

2022-05-19
搜狗输入法Ai功能

AI配图 AI帮写 趣聊 翻译 校对

Read More

2022-05-05
Dns Proxy For Campus Network

use kaggle for testing, if we can connect to it we are good for 12 hours.

the campus network allows dns query, might allow dns port based proxies.

use dig for DNS avaliability check.

dig baidu.com

https://www.a2hosting.com/kb/getting-started-guide/internet-and-networking/troubleshooting-dns-with-dig-and-nslookup

dns proxies:

https://code.kryo.se/iodine/

https://0day.work/tunneling-all-traffic-over-dns-with-a-socks-proxy/

https://serverfault.com/questions/962961/socks-proxy-over-dns

Read More