This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer