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
@giddily
giddily / BitAPI.py
Created April 10, 2024 04:24 — forked from 11658/BitAPI.py
python对接比特
"""
@Author: 小样
@Date: 2022-10-30
@wechat: mz-cyx
@description: 比特浏览器API接口
@version: 1.0
@AD: 专业定制外网自动化程序TwitterFacebookTiktok等等
##所有定义的接口
#1. 浏览器接口
@giddily
giddily / [面试]Go面试题.md
Created December 2, 2019 00:43 — forked from huyi1985/[面试]Go面试题.md
[面试]Go面试题

面试题

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

package main

import (
    "fmt"
)
@giddily
giddily / socks5_to_http.md
Created September 26, 2019 03:01 — forked from xwsg/socks5_to_http.md
socks5转换为 http 代理(使用privoxy)

目前只测试了Mac和Ubuntu

1.安装 privoxy

Mac

brew install privoxy

ubuntu

Keybase proof

I hereby claim:

  • I am stamhes on github.
  • I am commandoeer (https://keybase.io/commandoeer) on keybase.
  • I have a public key ASBXZzfLccdCQXIchGLB8kQVk1yQkcZtN8zu-nB0_hR2kQo

To claim this, I am signing this object:

@giddily
giddily / ssh.md
Created June 12, 2018 12:33 — forked from suziewong/ssh.md
SSH端口转发

ssh

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

-p ssh 端口