windows
| ่ง้ข้้ๆนๆก๏ผ | |
| ้่ฟiOSๆไพ็่ง้ขAPI ๅฏไปฅๅๅพ ่ง้ขๆไปถ๏ผmov๏ผ ๆ่ ่ง้ขๆต | |
| ๅ็ผฉ็ผ็ ๆนๆก๏ผ | |
| ๆนๆกไธ๏ผไธ็ผ็ ไผ ้่ง้ขๆไปถ๏ผmov๏ผ | |
| ๆนๆกไบ๏ผๆ่ง้ข่ฝฌไธบjpeg ่ฟ่กไผ ่พ | |
| ๆนๆกไธ๏ผๅ็ผฉไธบ็ฝ็ป็ผ็ H.264 ไผ ่พ | |
| ไผ ่พๆนๆก๏ผ | |
| socketไผ ่พ | |
| HTTPไผ ่พ ๆไปถ | |
| RTMP ไผ ่พ |
| var CryptoJS = require('crypto-js') | |
| var request = require('request-promise') | |
| /* | |
| * npm install crypto-js request-promise | |
| * node wx_t1t_hack.js | |
| */ | |
| // export function testEncription(msg, fullKey) { | |
| // var fullKey = fullKey.slice(0, 16) |
| #!/usr/bin/env python2 | |
| # lrdcq | |
| # usage python2 unwxapkg.py filename | |
| import sys, os | |
| import struct | |
| class WxapkgFile(object): | |
| nameLen = 0 |
| #!//bin/sh | |
| export PATH=bin:$PATH | |
| self=$0 | |
| function print_help() { | |
| echo "$self [IPSW path]" | |
| echo "$self [device model] [ios build]" | |
| echo |
This is a fork of original gist https://gist.github.com/nrollr/3f57fc15ded7dddddcc4e82fe137b58e, with slight changes on pointing to 5.7 version branch, instead of 8 (latest default of MySQL in Hombrew).
This procedure explains how to install MySQL using Homebrew on macOS (Sierra 10.12 and up)
- Installing Homebrew is effortless, open Terminal and enter :
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.
The list of actions listed below was taken mostly from Book Of Zeus with minor modifications and did the job well for Ubuntu version, which was available at that moment (May 2016). This gist was created for internal use and was never meant to be discovered by the web, although Google managed to find and index this page, which was a great surprise for me. Please check the original source for the updated information (links are provided in most of the sections), and read the comments below: they provide more details about the usage experience.
http://bookofzeus.com/harden-ubuntu/initial-setup/system-updates/
Keeping the system updated is vital before starting anything on your system. This will prevent people to use known vulnerabilities to enter in your system.
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| // ==UserScript== | |
| // @name Mediablock | |
| // @description Closes social media from 7 AM to 6 PM inclusive on weekdays, 6 AM to 10 AM Saturdays, and completely free on Sundays! | |
| // @include https://*.reddit.com | |
| // @include https://*.reddit.com/* | |
| // @include https://*.facebook.com | |
| // @include https://*.facebook.com/* | |
| // @include https://*.twitter.com | |
| // @include https://*.twitter.com/* | |
| // @include https://scratch.mit.edu |