Install docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
const axios = require('axios') | |
const qs = require('querystring') | |
... | |
const requestBody = { | |
name: 'Akexorcist', | |
age: '28', | |
position: 'Android Developer', | |
description: 'birthdate=25-12-1989&favourite=coding%20coding%20and%20coding&company=Nextzy%20Technologies&website=http://www.akexorcist.com/', |
var TCP = process.binding("tcp_wrap").TCP; | |
var Buffer = process.binding("buffer").SlowBuffer; | |
var HTTPParser = process.binding("http_parser").HTTPParser; | |
function setupSocket(peer) { | |
function shutdownHandler(status, handle, req) { | |
// TODO: ensure we only shutdown once | |
if(status != 0) { | |
if(peer.onerror) { | |
var err = new Error("shutdown"); |
#!/bin/bash | |
#Backup_Directory_Locations | |
BACKUPROOT="/var/www/backups_diarios" | |
TSTAMP=$(date +"%d-%b-%Y-%H:%M") | |
S3BUCKET="approvedemailplatformsso-${domain}" | |
TSTAMP=$(date +"%d-%b-%Y-%H:%M") | |
zip -r /var/www/backups_diarios/$TSTAMP.html.zip /var/www/html/ | |
# Move file from server to your S3 bucket |
import sqlite3 | |
conn = sqlite3.connect('estudantes.db') | |
cursor = conn.cursor() | |
cursor.execute(''' | |
CREATE TABLE IF NOT EXISTS students( | |
UserID VARCHAR(20) NOT NULL, | |
username VARCHAR(60) NOT NULL, | |
firstname VARCHAR(60) NOT NULL, | |
email VARCHAR(60) NOT NULL, |
2020-02-11 21:33:37.361 26006-26036/com.cdnbye.cdnbye_example I/flutter: [Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories', Instance of 'StreamCategories'] | |
2020-02-11 21:33:48.394 26006-26036/com.cdnbye.cdnbye_example I/flutter: Original URL: http://tv.minhalista.me/live/rubenstest5000/rubenstest5001/3709 |
{ | |
"name": "blog-service", | |
"version": "1.0.0", | |
"main": "server.js", | |
"scripts": { | |
"test": "jest", | |
"dev": "nodemon --watch \"src/\" --exec \"ts-node src/server.ts\" -e ts", | |
"build": "rm -r -f ./dist && tsc && cp package.json ./dist/package.json && cp .env ./dist/.env" | |
}, | |
"dependencies": { |
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |
23.21.150.121:3478 | |
iphone-stun.strato-iphone.de:3478 | |
numb.viagenie.ca:3478 | |
s1.taraba.net:3478 | |
s2.taraba.net:3478 | |
stun.12connect.com:3478 | |
stun.12voip.com:3478 | |
stun.1und1.de:3478 | |
stun.2talk.co.nz:3478 | |
stun.2talk.com:3478 |