- 通过
pip install pandora-chatgpt
安装依赖。 - 保存以下代码到
auto_pool_token.py
文件。 - 同目录新建文件
credentials.txt
一行一个账号密码。 - 账号和密码之间用
,
分隔,不需要额外的引号。 - 如果需要修改代理,
unique_name
等,自行修改再运行。 - 运行这个
auto_pool_token.py
。 - 你会看到运行进度,运行完成可看到
pool token
。 - 运行中间结果分别保存在同目录
tokens.txt
和share_tokens.txt
中。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http { | |
log_format bodylog '$remote_addr - $remote_user [$time_local] ' | |
'"$request" $status $body_bytes_sent ' | |
'"$http_referer" "$http_user_agent" $request_time ' | |
'<"$request_body" >"$resp_body"'; | |
lua_need_request_body on; | |
set $resp_body ""; | |
body_filter_by_lua ' |
- mendix_offline_install.bat
- 执行批处理,选择你想下载的版本
Active code page: 65001
已经存在 listing.txt
请选择一个你想要安装的Studio Pro版本号?
[162] 9.9.2.35886
openwrt,用于缓存服务器
其web控制界面位于http://192.168.1.1:8123/polipo/
# polipo daemon configuration
config 'polipo' 'daemon'
# daemonise polipo (fork in background)
option 'daemonise' '1'
# where polipo will store its process pid
option 'pidFile' '/var/run/polipo.pid'
To install tcptraceroute on Debian/Ubuntu:
$ sudo apt-get install tcptraceroute
To install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:
$ sudo yum install tcptraceroute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
merge_num=-2 | |
split_num=16 | |
while [[ "$(ceph health)" != "HEALTH_OK" ]]; do | |
sleep 10 | |
done | |
# Some method to set your ceph.conf file to the subfolder splitting settings you want. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding:utf-8 -*- | |
__author__ = 'Nisests' | |
import requests | |
from bs4 import BeautifulSoup | |
login_url = 'https://www.packtpub.com/' | |
accout_url = 'https://www.packtpub.com/account' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############################### | |
# Seafile server backup script (cold sqlite backup) | |
# Author: Nils Kuhnert | |
# Last change: 2014-07-27 | |
# Website: 3c7.me | |
############################### | |
# Variables | |
DATE=`date +%F` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
yum install vala vala-compat wget gcc libevent-devel openssl-devel gtk2-devel libuuid-devel sqlite-devel jansson-devel intltool cmake qt-devel fuse-devel | |
echo "Building and installing seafile client" | |
export version=4.2.8 # change this to your preferred version | |
alias wget='wget --content-disposition -nc' | |
wget https://github.com/haiwen/libsearpc/archive/v3.0.2.tar.gz | |
wget https://github.com/haiwen/ccnet/archive/v${version}.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$pinvokeCode = @" | |
using System; | |
using System.Runtime.InteropServices; | |
using System.Collections.Generic; | |
namespace Resolution | |
{ | |
[StructLayout(LayoutKind.Sequential)] | |
public struct DEVMODE1 | |
{ | |
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 32)] |
NewerOlder