https://github.com/coherentgraphics/cpdf-binaries/archive/master.zip
@ECHO OFF
ECHO Hello World! Your first batch file was printed on the screen successfully.
PAUSE
https://github.com/coherentgraphics/cpdf-binaries/archive/master.zip
@ECHO OFF
ECHO Hello World! Your first batch file was printed on the screen successfully.
PAUSE
<?xml version='1.0' encoding='utf-8'?> | |
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> | |
<soapenv:Body> | |
<mediate> | |
<attachment filename="zip_10MB.zip">attachment_base64_values_here</attachment> | |
<full_name>Muhamad Zarul</full_name> | |
</mediate> | |
</soapenv:Body> | |
</soapenv:Envelope> |
<?xml version="1.0" encoding="UTF-8"?> | |
<api context="/multi" name="MultipartAPI" xmlns="http://ws.apache.org/ns/synapse"> | |
<resource methods="POST"> | |
<inSequence> | |
<property name="messageType" scope="axis2" type="STRING" value="multipart/form-data" /> | |
<property name="attachment_base64" expression="//mediate/attachment"></property> | |
<property name="attachment_filename" expression="//mediate/attachment/@filename"></property> | |
<log level="custom"> | |
<property name="full_name" expression="//mediate/full_name/text()"></property> | |
<property name="attachment_filename" expression="//mediate/attachment/@filename"></property> |
#!/bin/bash | |
# /root/new-domain-ssl.sh example.com /var/www/html [on/off] [/etc/ssl/...] [/etc/ssl/...] | |
clear | |
if [ -z "$1" ] | |
then | |
echo -e $" - Please specify a name for first parameter. \n For info: --info" | |
exit 0 |
#!/bin/bash | |
# add "prisoner" in the jail you created before !! | |
# USAGE : ./add-user.sh <username> <password> <type> | |
# Type 1 : sftp jailed user ; Type 2 ssh jailed user | |
# A password will be auto-generated with pwgen (sudo apt install pwgen) | |
# Set your jail path wherever you want. | |
JAIL_PATH=/home/www/ |
- Do a `git clone https://github.com/dashevo/bitcore-node-dash -b impr/getVersion` | |
- cd bitcore-node-dash | |
- npm install | |
- npm install insight-api-dash --S | |
- npm install insight-ui-dash --S | |
- cd $HOME/.bitcore/ | |
- vim or nano bitcore-node-dash.json | |
- paste [REF2] |