Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View RoyBellingan's full-sized avatar

Roy Bellingan RoyBellingan

View GitHub Profile
<domain type="qemu">
<name>debian11-aarch64</name>
<uuid>96f04eae-5873-4232-9671-796515cb8faf</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://debian.org/debian/11"/>
</libosinfo:libosinfo>
</metadata>
<memory unit="KiB">12337152</memory>
<currentMemory unit="KiB">12337152</currentMemory>
==> /var/log/dovecot-debug.log <==
Dec 04 18:09:32 auth: Debug: client in: AUTH 14 PLAIN service=imap secured session=3esMBbMLKMwAAAAAAAAAAAAAAAAAAAAB lip=::1 rip=::1 lport=143 rport=52264 resp=<hidden>
Dec 04 18:09:32 auth: Debug: pam(admin@felics.club,::1,<3esMBbMLKMwAAAAAAAAAAAAAAAAAAAAB>): Performing passdb lookup
Dec 04 18:09:32 auth-worker(9537): Debug: conn unix:auth-worker (pid=9536,uid=102): auth-worker<27>: Handling PASSV request
Dec 04 18:09:32 auth-worker(9537): Debug: conn unix:auth-worker (pid=9536,uid=102): auth-worker<27>: pam(admin@felics.club,::1,<3esMBbMLKMwAAAAAAAAAAAAAAAAAAAAB>): Performing passdb lookup
Dec 04 18:09:32 auth-worker(9537): Debug: conn unix:auth-worker (pid=9536,uid=102): auth-worker<27>: pam(admin@felics.club,::1,<3esMBbMLKMwAAAAAAAAAAAAAAAAAAAAB>): lookup service=dovecot
Dec 04 18:09:32 auth-worker(9537): Debug: conn unix:auth-worker (pid=9536,uid=102): auth-worker<27>: pam(admin@felics.club,::1,<3esMBbMLKMwAAAAAAAAAAAAAAAAAAAAB>): #1/1 style=
@RoyBellingan
RoyBellingan / Viaggio IT-IE 2023
Created April 21, 2023 17:20
Viaggio IT-IE 2023
26
Partenza alle 11 circa
arrivo a Reggio Emilia alle 16 circa
VR e abilitazione al combattimento Aria Aria fase 1
pernotto da Isaac
27
Mattinata di codice con Isaac e Suan,
VR e abilitazione al combattimento Aria Aria fase 2
pernotto da Isaac
_marker = createMarker ["_USER_DEFINED #857363706/14/1", [5474.61,10017.1,0]];
_marker setMarkerDir -84.0316;
_marker setMarkerType "marker_PN";
_marker setMarkerShape "ICON";
_marker setMarkerSize [1.2663,1.2663];
_marker setMarkerText "Buco Recinzione 1.4";
_marker setMarkerBrush "Solid";
_marker setMarkerColor "ColorWEST";
_marker setMarkerAlpha 1;
@RoyBellingan
RoyBellingan / vnv 5.sqf
Last active January 5, 2023 20:29
vnv 5.sqf
_marker = createMarker ["_USER_DEFINED #857363706/14/1", [5473.04,10006.7,0]];
_marker setMarkerDir -84.0316;
_marker setMarkerType "marker_PN";
_marker setMarkerShape "ICON";
_marker setMarkerSize [1.2663,1.2663];
_marker setMarkerText "Buco Recinzione 1.4";
_marker setMarkerBrush "Solid";
_marker setMarkerColor "ColorWEST";
_marker setMarkerAlpha 1;
@RoyBellingan
RoyBellingan / get.cpp
Last active December 29, 2022 14:01
map for http get
#include <exception>
#include <fmt/format.h>
#include <map>
#include <source_location>
#include <string>
std::string locationFull(const std::source_location location = std::source_location::current()) {
return fmt::format("{}:{} in {}", location.file_name(), location.line(), location.function_name());
}
@RoyBellingan
RoyBellingan / VNV 22-12.sqf
Last active December 21, 2022 18:10
VNV 22-12
_object2 moveInGunner _object1;
_object38 moveInDriver _object37;
_object39 moveInTurret [_object37, [0]];
_object41 moveInDriver _object40;
_object42 moveInTurret [_object40, [0]];
_object44 moveInDriver _object43;
_object45 moveInTurret [_object43, [0]];
_marker = createMarker ["_USER_DEFINED #571431103/27/1", [8735.48,13689.1,0]];
@RoyBellingan
RoyBellingan / serverUpdate.bat
Created November 6, 2022 20:05
serverUpdate.bat
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
:: DEFINE the following variables where applicable to your install
SET A3BRANCH=233780 -beta creatordlc
:: For stable use 233780 -beta
:: For Dev use 233780 -beta development
:: Note, the missing qotation marks, these need to be wrapped around the entire "+app_data......"
@RoyBellingan
RoyBellingan / main.cpp
Last active November 5, 2022 12:48
Jsonic vs the world
#include <boost/json.hpp>
#include <QDebug>
#include <QElapsedTimer>
#include <QFile>
#include "jsonic.c"
#include "jsonic.h"
#include "fmt/format.h"
@RoyBellingan
RoyBellingan / LPS25H.cpp
Last active July 5, 2022 14:04
LPS25H.cpp
/*
To autostart
crontab -e
* * * * * cd "/wherever you put the file/" && ./FILE_NAME
(to kill use killall logger)
To compile you will need
i2c-tools