User-initiated reverse support shell via OpenSSL from a host user behind a firewall to the guest.
- Both parties run:
| /* | |
| This is a minimal working example | |
| */ | |
| import React, { Component } from 'react'; | |
| import Filters from './Filters'; | |
| import InputFilter from './InputFilter'; | |
| import allMovies from './movies'; | |
| class App extends Component { |
| all: x | |
| x: x1.o x2.o |
| #!/usr/bin/env python | |
| import os | |
| import glob | |
| import csv | |
| from xlsxwriter.workbook import Workbook | |
| for csvfile in glob.glob(os.path.join('.', '*.csv')): | |
| workbook = Workbook(csvfile + '.xlsx') |
| ## 安裝語系檔 | |
| `$ sudo locale-gen "en_US.UTF-8"` | |
| ## 重新設定語系檔 | |
| `$ sudo dpkg-reconfigure locales` | |
| ## 設定檔 |
神门十三剑(武当) 专刺手腕神门穴。
柳絮剑法(慕容) 缓缓刺出,轻飘飘的没有声响。
三分剑术(天山) 以快打慢,以变扰敌。每一手都只使到三分之一为止,未待对方招架,自己招术已变。一招中包含三招,最为繁杂凶狠。这派剑术没有守势,全都是进攻杀着。
雨打飞花剑法(昆仑)
| <!-- | |
| In Vue, we use v-model for all form bindings, while | |
| Knockout maintains separate binding types, such as | |
| textInput, checked, and options. In some cases, | |
| such as for an input of type "range", Knockout | |
| simply doesn't have an equivalent two-way binding | |
| helper and the more verbose value and valueUpdate | |
| must be used. | |
| --> | |
| <div id="app"> |
| alias server='open http://localhost:8000 && python -m SimpleHTTPServer' |