sudo apt-get update
sudo apt-get upgrade
sudo apt-get install nginx -y
sudo apt-get install libnginx-mod-rtmp -y
| 用命令行调用android虚拟机里so库文件JNI接口 | |
| 可用于破解用native代码签名接口调用的手机应用, 而无需反编译so代码 | |
| 参考: https://davanum.wordpress.com/2007/12/04/command-line-java-on-dalvikvm/ | |
| 1.com/app/safe目录下放JNI声明文件sign.java(对应于从要破解的手机应用apk内lib文件夹内复制出的sign.so文件): | |
| package com.app.safe; | |
| public class sign | |
| { | |
| static |
This Gist contains instructions to setup Ubuntu server with Nginx, uWSGI & Node.js with that can serve for any Python apps (Django for instance) and will allow it's automatized deployment.
The content is as follows:
01-ubuntu.md – A basic Ubuntu server setup.02-nginx-uwsgi-nodejs.md – Nginx, uWSGI and Node.js installation and setup.03-deployment.md – A server setup for automatized deployment.04-mariadb.md – Mariadb installation and setup.