Skip to content

Instantly share code, notes, and snippets.

View Androz2091's full-sized avatar
🔍

Simon Androz2091

🔍
View GitHub Profile
@Androz2091
Androz2091 / README.md
Last active January 31, 2024 13:22
Save data with BackBlaze

Authenticate

  • sudo docker run --rm -it -v b2:/root backblazeit/b2:latest authorize-account

this will save your credentials in the b2 volume, so next time you'll run commands you'll be authenticated

Vault

Warning: attachments are created under the user the docker compose is started with (be aware that the backup tool may not have the permissions to read the files)

@Androz2091
Androz2091 / animevibes-legal.md
Last active August 31, 2022 19:25
AnimeVibesRadio T.O.S
//
// ContentView.swift
// WeatherApp
//
// Created by Simon on 18/07/2021.
//
import SwiftUI
struct ContentView: View {
@Androz2091
Androz2091 / keybase.md
Created November 28, 2020 17:35
My keybase proof file 🔑

Keybase proof

I hereby claim:

  • I am androz2091 on github.
  • I am androz2091 (https://keybase.io/androz2091) on keybase.
  • I have a public key ASBwFp1k6sLM9tLye8l63vVfduvtTGIvJ1gLH_lturm_gwo

To claim this, I am signing this object:

@Androz2091
Androz2091 / bot.js
Created May 3, 2020 07:41
How to send messages via a bot when someone click a button your website?
// Create our client
const Discord = require('discord.js');
const client = new Discord.Client();
// Login to Discord
client.login('TOKEN');
// Create our express server
const express = require('express');
const app = express();
@Androz2091
Androz2091 / creer_id.sql
Last active March 21, 2020 10:13
Requetes pour préparer le base de données de manage invite
UPDATE members SET id = user_id ||'-'|| guild_id;
@Androz2091
Androz2091 / normal.www-domain-com.conf
Last active March 18, 2020 07:27
Apache SSL configuration with reverse proxy
<VirtualHost *:80>
ServerName www.domain.com
RewriteEngine on
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</VirtualHost>
@Androz2091
Androz2091 / coup-fr_FR.po
Created September 14, 2019 11:38
La traduction en français du Thème Coup Lite
msgid ""
msgstr ""
"Project-Id-Version: Coup Lite\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-31 09:52+0000\n"
"PO-Revision-Date: 2019-08-31 10:36+0000\n"
"Last-Translator: androz <androz2091@gmail.com>\n"
"Language-Team: Français\n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"