Skip to content

Instantly share code, notes, and snippets.

<template>
<form class="login-form">
<div class="field">
<label class="label">Email</label>
<div class="control">
<input class="input" type="text" placeholder="Email" v-model="email">
</div>
</div>
<div class="field">
=== Verbose logging started: 25.11.2018 10:32:46 Build type: SHIP UNICODE 5.00.10011.00 Calling process: C:\Windows\System32\msiexec.exe ===
MSI (c) (2C:38) [10:32:47:027]: Font created. Charset: Req=204, Ret=204, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (2C:38) [10:32:47:028]: Font created. Charset: Req=204, Ret=204, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
MSI (c) (2C:7C) [10:32:47:082]: Resetting cached policy values
MSI (c) (2C:7C) [10:32:47:082]: Machine policy value 'Debug' is 0
MSI (c) (2C:7C) [10:32:47:082]: ******* RunEngine:
******* Product: C:\Users\core01\Downloads\elasticsearch-6.5.1.msi
******* Action:
@core01
core01 / add_user.sh
Last active June 18, 2020 07:26
add user to ipsec vpn
#!/bin/sh
#
# Script to add/update an VPN user for both IPsec/L2TP and Cisco IPsec
#
# Copyright (C) 2018-2020 Lin Song <[email protected]>
#
# This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
# Unported License: http://creativecommons.org/licenses/by-sa/3.0/
#
# Attribution required: please include my name in any derivative and let me
@core01
core01 / del_vpn_user.sh
Last active June 18, 2020 07:35
delete ipsec vpn user
#!/bin/sh
#
# Script to delete an VPN user for both IPsec/L2TP and Cisco IPsec
#
# Copyright (C) 2018-2020 Lin Song <[email protected]>
#
# This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
# Unported License: http://creativecommons.org/licenses/by-sa/3.0/
#
# Attribution required: please include my name in any derivative and let me