首页 > 其他分享 >Chat+VPS+Socks+trending +error

Chat+VPS+Socks+trending +error

时间:2023-03-24 19:01:25浏览次数:54  
标签:trending tar VPS ss Socks cd sh install ubuntu

Azure

OS: ubuntu20.04

ChatGPT-wechat

  1. sudo apt-get update
  2. sudo apt-get install python3-pip
  3. git clone https://github.com/zhayujie/chatgpt-on-wechat
  4. cd chatgpt-on-wechat/
  5. pip install itchat-uos==1.5.0.dev0
  6. pip3 install --upgrade openai
  7. cp config-template.json config.json
  8. vim config.json
  9. touch nohup.out
  10. nohup python3 app.py & tail -f nohup.out

shadow

编译安装MbedTLS

wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v2.28.0.tar.gz
tar -zxvf v2.28.0.tar.gz
cd mbedtls-2.28.0
make SHARED=1 CFLAGS="-O2 -fPIC"
make DESTDIR=/usr install
ldconfig
cd
wget -O ubuntu-ss-install.sh https://github.com/M3chD09/**-plugin-install/raw/master/ubuntu-ss-install.sh
chmod +x ubuntu-ss-install.sh
./ubuntu-ss-install.sh

标签:trending,tar,VPS,ss,Socks,cd,sh,install,ubuntu
From: https://www.cnblogs.com/jianghp/p/17232086.html

相关文章

  • 在同一网络下手机通过代理服务连接电脑的socks
    让手机和电脑连接同一WiFi,查看电脑的IP地址。此为192.168.1.100ipconfig2.打开电脑的socks,并查看端口,此端口为108083.打开手机WIFI连接,选择高级设置,点击代理,选择......
  • 如何在Curl中使用Socks5代理
    Curl在许多HTTP客户机和下载工具中拥有最好的代理支持。这就是如何使用socks5代理并使用socks5代理解析URL中的主机名。对于某些用例,通过代理解析主机名是必要的。假设您......
  • 用VPS云服务器部署ChatGPT
    用VPS云服务器部署ChatGPT前言chatgpt做为近期爆火的人工智能服务,其账号和api接口的价格水涨船高。这里给出一个粗略的api部署方法,仅供参考。文章结构:注册ChatGPT......
  • How to remove "Trending searches" in Windows 10 search?
    openregistryeditor(typeregeditonthesearchboxthenhitenter)navigatetoHKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windowscreate"Explorer"......
  • socks5代理服务搭建
    前言:搭建socks5代理服务选择服务器时尽量选择以下服务器版本:CentOS7.x、Debian7+、Ubuntu14.04+。尤其是不要使用CentOS8.x,说多了都是泪啊。这次的搭建包含两种方式:......
  • Docker使用socks5代理
    Docker网络Http代理设置背景在一些实验室环境,服务器没有直接连接外网的权限,需要通过网络代理。我们通常会将网络代理直接配置在/etc/environment、/etc/profile之类的配......
  • 基于 Ubuntu 服务器配置原生的 Socks5 网关代理服务器
    常见的代理协议有http、https、socks4/5这三种,http协议的代理搭建方案最简单,但是http代理无法访问https网站,https代理无法实现调用远端dns,所以我个人推荐使用Scoks5协议......
  • 什么是vps主机、独立服务器、云服务器?
    什么是vps主机、独立服务器、云服务器?(1)vps主机:英文VirtualPrivateServer的缩写,中午翻译为“虚拟专用服务器”它是虚拟服务器软件在一台物理服务器上创建多个独立的小服务......
  • Codeforces Global Round 14, D. Phoenix and Socks
    problemD.PhoenixandSockstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputTosatisfyhisloveofmat......
  • 写了个下载程序 支持Socks5代理
    抽了点时间,写了这个示例程序,功能很简单.通过公司代理下载速度可以达到200多KB/s运行界面如下:可惜不支持多线程,以后再改进了.'-------------------------------------------'......