1 年工作经验,2 年使用经验
- Python
- Web框架: Flask / Django
- 消息队列: Celery
- 数据库: MySQL / MongoDB / Redis
[Unit] | |
Description=Frp Server Service | |
After=network.target | |
[Service] | |
Type=simple | |
User=root | |
Restart=on-failure | |
RestartSec=5s | |
ExecStart=/usr/bin/frps -c /etc/frp/frps.ini |
{ | |
"log": { | |
"access": "/var/log/v2ray/access.log", | |
"error": "/var/log/v2ray/error.log", | |
"loglevel": "warning" | |
}, | |
"dns": { | |
"servers": [ | |
"8.8.8.8" | |
] |
apt update && apt -y install curl wget git zsh && sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" && ssh-keygen && head ~/.ssh/id_rsa.pub |
https://openmaptiles.com/download/WyIxZTcwOTM0Ni0wOTY5LTQ3ZjQtOTYwNi04YTgyMDA2ZTBjYmQiLCItMSIsNzkwMV0.XSLzjA.9cFUZ6PKne93WWiW7VhuSu0mEzE/osm-2017-07-03-v3.6.1-planet.mbtiles?usage=open-source |
# coding: utf-8 | |
# py2 origin author lrdcq | |
# usage python3 unwxapkg.py filename | |
__author__ = 'Integ: https://github.com./integ' | |
import sys, os | |
import struct | |
class WxapkgFile(object): |
package com.school; | |
import java.util.Scanner; | |
interface Task { | |
public String getName(); | |
public void run(); |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDwU5KfXzTTkudJVn6618zMXSxoYksdSe6Vj7JTqNFqkcsDZSMWtEFwMb4gBSZW4jStgUd8+ec3eiiNdqn2PuxCXlNiHfNMvFhnzW7xiqE9aXTOvEURLGxSGZEQTaqD9FUQzF6JvygzXIhBW1Qd3IfsPioOlXDQ81mzPYaG4s8GZOzgoX73OZgiWPskB4hdo+ShjB1m5qbbqVL4ZrMAt4Uv9+hDfV7NrlXX6y4jus852IfM7kvyKHYJ1PIk+iFTZkjCUjsz3I4p0dbzGmFgAYA+cYlnugf9CUQDaildHLC17UJhaBZIYObbDIxBgbe8eviKb2dpN4jjaJNXQOf/veB [email protected] |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDwU5KfXzTTkudJVn6618zMXSxoYksdSe6Vj7JTqNFqkcsDZSMWtEFwMb4gBSZW4jStgUd8+ec3eiiNdqn2PuxCXlNiHfNMvFhnzW7xiqE9aXTOvEURLGxSGZEQTaqD9FUQzF6JvygzXIhBW1Qd3IfsPioOlXDQ81mzPYaG4s8GZOzgoX73OZgiWPskB4hdo+ShjB1m5qbbqVL4ZrMAt4Uv9+hDfV7NrlXX6y4jus852IfM7kvyKHYJ1PIk+iFTZkjCUjsz3I4p0dbzGmFgAYA+cYlnugf9CUQDaildHLC17UJhaBZIYObbDIxBgbe8eviKb2dpN4jjaJNXQOf/veB [email protected] |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install wget curl | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
brew install pyenv pyenv-virtualenv | |
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshenv | |
echo 'export PATH=$HOME/bin:/usr/local/bin:$PATH' >> ~/.zshenv | |
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshenv | |
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshenv | |
echo -e 'if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; \nfi' >> ~/.zshenv |