This post shows how to install android sdk tools without Android Studio. We might need to do in many cases like setting up an CI machine ..etc
We need java, android(tools, build tools), gradle.
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| <link rel="stylesheet" href="./style.css"> | |
| </head> | |
| <body> |
| #!/usr/bin/env python | |
| # -*- coding: UTF-8 -*- | |
| import struct | |
| _DELTA = 0x9E3779B9 | |
| def _long2str(v, w): | |
| n = (len(v) - 1) << 2 | |
| if w: |
| user nginx; | |
| pid /var/run/nginx.pid; | |
| worker_processes auto; | |
| events { | |
| use epoll; | |
| } |
| #!/bin/bash | |
| # | |
| # NOTE: specify the absolutepath to the directory to use when | |
| # loading a plugin. '~' expansion is supported. | |
| # | |
| chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins | |
| # |
This post shows how to install android sdk tools without Android Studio. We might need to do in many cases like setting up an CI machine ..etc
We need java, android(tools, build tools), gradle.
Feel free to contact me at [email protected] or tweet at me @statisticsftw
This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!
It assumes some knowledge of AWS.
| #Windows 10 Decrapifier 1803/1809 | |
| #By CSAND | |
| #Oct 5 2018 | |
| # | |
| # | |
| #PURPOSE: Eliminate much of the bloat that comes with Windows 10. | |
| # | |
| # Change many privacy settings to be off by default. Remove | |
| # built-in advertising, Cortana, OneDrive, Cortana stuff | |
| # (all optional). |
| #! /bin/zsh | |
| # ThunderboltUtil.sh v1.7 | |
| # by joevt Dec 5, 2024 | |
| #========================================================================================= | |
| # | |
| # | |
| # Thunderbolt DROM Notes: | |
| # | |
| # |
| sudo apt-get install libmicrohttpd-dev | |
| sudo apt-get install libjansson-dev | |
| sudo apt-get install libssl-dev | |
| sudo apt-get install libsrtp-dev | |
| sudo apt-get install libsofia-sip-ua-dev | |
| sudo apt-get install libglib2.0-dev | |
| sudo apt-get install libopus-dev | |
| sudo apt-get install libogg-dev | |
| sudo apt-get install libcurl4-openssl-dev | |
| sudo apt-get install liblua5.3-dev |
| #!/usr/bin/env bash | |
| echo ">>>>>>>BY JOHN MELODY<<<<<<<<<" | |
| echo ">>> 正在下载 <<< " | |
| sleep 2 | |
| sudo apt install apache2 | |
| sudo ufw app list | |
| sudo ufw allow 'Apache' | |
| # sudo ufw status | |
| wget https://github.com/coturn/coturn/archive/4.5.1.3.tar.gz |