Choose versions https://github.com/jgm/pandoc/releases
Download binary package
wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-1-amd64.deb
Install
#!/bin/bash | |
set -e | |
function checkout_code() { | |
echo "📥 [Checkout] Mengambil source code dari repository..." | |
sleep 1 | |
} | |
function install_dependencies() { |
Choose versions https://github.com/jgm/pandoc/releases
Download binary package
wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-1-amd64.deb
Install
# add repo
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
# Update & install
sudo apt update
nc
command Unix
nc -vz 192.0.1.1 -Port 3306
Test-NetConnection
command Windows
Test-NetConnection -ComputerName 192.0.1.1 -Port 3306
Install googleapis
npm i googleapis
package main | |
import ( | |
"bytes" | |
"encoding/base64" | |
"errors" | |
"fmt" | |
"image" | |
"image/jpeg" | |
_ "image/png" |
<?xml version="1.0" encoding="UTF-8"?> | |
<transformation> | |
<info> | |
<name>enc_dec_password</name> | |
<description/> | |
<extended_description/> | |
<trans_version/> | |
<trans_type>Normal</trans_type> | |
<directory>/</directory> | |
<parameters> |