Skip to content

Instantly share code, notes, and snippets.

View ZeroQI's full-sized avatar
💭
Loads going on...

Benjamin Brisson ZeroQI

💭
Loads going on...
View GitHub Profile
@ZeroQI
ZeroQI / Suzuki Cappuccino Maintenance and Mods
Last active June 24, 2024 00:22
Suzuki Cappuccino - Service, Maintenance and Mods
Car
===
Fuel tank 30L 6.6g UK ¦ L/100Km ¦ Mpg ¦ Distance
-----------------------+---------+------+-----------
Urban cycle ¦ 7.2 ¦ 39.2 ¦ 416Km 259M
Constant 90Km/h 56mph ¦ 5.4 ¦ 52.3 ¦ 555Km 345M
Constant 120Km/h 75mph ¦ 7.7 ¦ 36.7 ¦ 389Km 242M
EURO RON (Research Octane Number) ¦ US/CA AKI(anti-knock index) ¦ MON (Motor Octane Number) ¦ Petrol type
@ZeroQI
ZeroQI / Synology recover.txt
Last active May 6, 2024 07:53
Synology Raid repair
Backup raid config
------------------
DiskStation> cd /etc/space
DiskStation> ls -lh
DiskStation> cat space_history_20130806_135258.xml
Corrupted system partition
--------------------------
DiskStation> cat /proc/mdstat
md0 : active raid1 sda1[0]
@ZeroQI
ZeroQI / main.c
Created July 10, 2018 07:19
i-station V43 loader
#include <stdlib.h>
#include <string.h>
#include <iconv.h>
#include <dirent.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>