This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:c27fba8174a9c3ebfa5d512d738ee8dbc43f9861]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:c27fba8174a9c3ebfa5d512d738ee8dbc43f9861]
/** | |
* Author: Aroop Roelofs <[email protected]> | |
* License: Do Whatever You Want With it | |
*/ | |
import { Buffer } from "https://deno.land/std/io/mod.ts"; | |
interface IWolOptions { | |
recipient?: IRecipient; | |
} |
docker-stack-compose.yml
line 37
to have a secure password.matrix-202004202244.yml
line 621
to the password set in step 1matrix-202004202244.yml
line 1024
to have a secure secret (or leave empty).docker-stack-compose.yml
line 62), I forgot how to do thispackage finlaydag33k.swing.gui; | |
import java.awt.EventQueue; | |
import java.nio.file.Files; | |
import java.nio.file.Path; | |
import java.nio.file.Paths; | |
import java.util.stream.Stream; | |
import javax.swing.JFrame; | |
import javax.swing.JPanel; |
<?php | |
//error displaying wen something wrong | |
ini_set('display_errors', true); | |
error_reporting(E_ALL); | |
session_start(); // start the session | |
//for the pages | |
$disallowed_paths = array('header', 'footer'); | |
if(!empty($_GET['page'])){ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Button</title> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="http://bootswatch.com/united/bootstrap.min.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> | |
<script type="text/javascript" src="script.js"></script> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Button</title> | |
<meta charset="UTF-8"> | |
<link rel="stylesheet" type="text/css" href="http://bootswatch.com/united/bootstrap.min.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> | |
<script type="text/javascript" src="script.js"></script> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Button</title> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> | |
<script src="main.js"></script> | |
</head> | |
<body> | |
<!--opdracht met input field number--> |
Run this command to install MG-GUI: | |
sudo apt-get update && wget https://minergate.com/download/ubuntu -O minergate-gui.deb && sudo dpkg -i minergate-gui.deb | |
then run minergate from the start menu | |
Feel free to send some of your earnings to me: | |
BTC (Don't attempt to send other coins to this address!): 17f77AYHsQbdsB1Q6BbqPahJ8ZrjFLYH2j | |
for BCN: |
Run this command to install MG-CLI: | |
sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb | |
to start miner (4 cores for BCN) use this command: | |
minergate-cli -user <[email protected]> -bcn 4 | |
Feel free to send some of your earnings to me: | |
BTC (Don't attempt to send other coins to this address!): 17f77AYHsQbdsB1Q6BbqPahJ8ZrjFLYH2j |