Skip to content

Instantly share code, notes, and snippets.

View giddily's full-sized avatar
🤒
Out sick

giddly giddily

🤒
Out sick
  • Iraq
View GitHub Profile
@suziewong
suziewong / ssh.md
Last active December 31, 2021 08:16
SSH端口转发

ssh

    -C  压缩数据传输
    -f  后台登录用户名密码
    -N  不执行shell[与 -g 合用]
    -g  允许打开的端口让远程主机访问        
    -L  本地端口转发
    -R  远程端口转发

-p ssh 端口

@xwsg
xwsg / socks5_to_http.md
Last active December 5, 2019 02:18
socks5转换为 http 代理(使用privoxy)

目前只测试了Mac和Ubuntu

1.安装 privoxy

Mac

brew install privoxy

ubuntu

@huyi1985
huyi1985 / [面试]Go面试题.md
Last active July 12, 2023 16:22
[面试]Go面试题

面试题

1. 写出下面代码输出内容。

package main

import (
    "fmt"
)
@11658
11658 / BitAPI.py
Last active May 11, 2024 13:08
python对接比特
"""
@Author: 小样
@Date: 2022-10-30
@wechat: mz-cyx
@description: 比特浏览器API接口
@version: 1.0
@AD: 专业定制外网自动化程序,Twitter、Facebook、Tiktok等等
##所有定义的接口
#1. 浏览器接口