Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| # Use this script to test that your Telegram bot works. | |
| # | |
| # Install the dependency | |
| # | |
| # $ gem install telegram_bot | |
| # | |
| # Run the bot | |
| # | |
| # $ ruby bot.rb | |
| # |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| Golang ioctl sample |
| First run polipo with parent proxy set to Shadowsocks: | |
| apt-get install polipo | |
| service polipo stop | |
| polipo socksParentProxy=localhost:1080 | |
| Then you can play with the HTTP proxy: | |
| http_proxy=http://localhost:8123 apt-get update |
| /* NOTE: The design decision of the req pool is tuned to get the | |
| * best possible performance. Below point describes | |
| * the design decisions: | |
| * >> reqpool is a buffer queue where the producer adds at the start | |
| * and consumers consume from the end | |
| * >> it is strictly one consumer and multiple producers queue | |
| * >> It is unbounded queue and avoids any resource allocation on heap | |
| * >> It is lockless and use atomic operation to avoid race condition | |
| * for consumers | |
| */ |
| src=./Install\ macOS\ High\ Sierra.app | |
| hdiutil attach \ | |
| ./Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/InstallESD.dmg \ | |
| -noverify -nobrowse -mountpoint /Volumes/install_app | |
| hdiutil create -o /tmp/HighSierra.cdr -size 7316m -layout SPUD -fs HFS+J | |
| hdiutil attach /tmp/HighSierra.cdr.dmg -noverify -nobrowse -mountpoint \ | |
| /Volumes/install_build |
| package main | |
| import ( | |
| "flag" | |
| "io" | |
| "net" | |
| "time" | |
| log "github.com/sirupsen/logrus" | |
| "golang.org/x/net/proxy" |