Skip to content

Instantly share code, notes, and snippets.

View baudneo's full-sized avatar
👽
Mars 2034

baudneo baudneo

👽
Mars 2034
  • dAIngerous Consulting
  • Canada
View GitHub Profile
@baudneo
baudneo / bash-to-zsh-hist.py
Created February 17, 2024 19:35 — forked from muendelezaji/bash-to-zsh-hist.py
Convert Bash history to Zsh history
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This is how I used it:
# $ cat ~/.bash_history | python bash-to-zsh-hist.py >> ~/.zsh_history
import sys
import time
@baudneo
baudneo / OpenCV_Build-Guide.md
Created February 3, 2024 16:22 — forked from minhhieutruong0705/OpenCV_Build-Guide.md
Guide to build OpenCV from Source with GPU support (CUDA and cuDNN)

Guide to build OpenCV from source with GPU support (CUDA and cuDNN)

Feb 22nd, 2022

System specification

  • Operating system: Ubuntu 20.04 x84_64 (64-bit)
  • Architecture: amd64
  • GPU: NVIDIA GeForce RTX 3090
  • Python 3.8

Install dependencies and recommeneded packages

@baudneo
baudneo / del_cluster.sh
Created January 28, 2024 22:37 — forked from btamayo/del_cluster.sh
delete proxmox cluster
# source: https://forum.proxmox.com/threads/removing-deleting-a-created-cluster.18887/
#/bin/sh
# stop service
systemctl stop pvestatd.service
systemctl stop pvedaemon.service
systemctl stop pve-cluster.service
systemctl stop corosync
systemctl stop pve-cluster
killall pmxcfs
@baudneo
baudneo / .textgen.env
Created December 27, 2023 08:35 — forked from sammcj/.textgen.env
Willow Speech + Local LLM + HomeAssistant
# https://github.com/oobabooga/text-generation-webui/blob/main/README.md
# https://github.com/oobabooga/text-generation-webui/blob/main/docs/Spell-book.md
# by default the Dockerfile specifies these versions: 3.5;5.0;6.0;6.1;7.0;7.5;8.0;8.6+PTX
# https://developer.nvidia.com/cuda-gpus you can find the version for your card here
# Tesla P100 = sm_60, sm_61, sm_62 and compute_60, compute_61, compute_62
# TORCH_CUDA_ARCH_LIST=6.0,6.1,6.2,7.0,7.5,8.0,8.6+PTX
# RTX3090 = sm_86 and compute_86 (PTX)
#8.6+PTX
# Tesla P100 = sm_60, sm_61, sm_62 and compute_60, compute_61, compute_62
@baudneo
baudneo / Install_OpenCV4_CUDA11_CUDNN8.md
Created October 20, 2023 02:36 — forked from raulqf/Install_OpenCV4_CUDA11_CUDNN8.md
How to install OpenCV 4.5 with CUDA 11.2 in Ubuntu 20.04

How to install OpenCV 4.5.2 with CUDA 11.2 and CUDNN 8.2 in Ubuntu 20.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries:

@baudneo
baudneo / pyvenvex.py
Created July 22, 2023 16:38 — forked from vsajip/pyvenvex.py
A script which demonstrates how to extend Python 3.3's EnvBuilder, by installing setuptools and pip in created venvs. This functionality is not provided as an integral part of Python 3.3 because, while setuptools and pip are very popular, they are third-party packages.The script needs Python 3.3 or later; invoke it using"python pyvenvex.py -h"fo…
#
# Copyright (C) 2013-2020 Vinay Sajip. New BSD License.
#
import os
import os.path
from subprocess import Popen, PIPE
import sys
from threading import Thread
from urllib.parse import urlparse
from urllib.request import urlretrieve
@baudneo
baudneo / watermeter.yaml
Last active February 6, 2024 09:48
Esp8266 and qmc58xxx magnetometer - meter reader
esphome:
name: watermeter-magnet
friendly_name: watermeter
esp8266:
board: nodemcuv2
logger:
level: INFO
@baudneo
baudneo / Ubuntu-22.04_ZM-builder.md
Last active February 14, 2024 19:30
Ubuntu 22.04 - Build, install/upgrade ZoneMinder 1.37.x (DEV) branch

Prepare a build environment

  1. Provision and boot an ubuntu 22.04 installation (Bare metal or LXC), issue these commands to build a .deb package from ZM Dev branch.
apt update && apt dist-upgrade -y
apt install -y git curl gpg build-essential devscripts pkg-config cmake
wget https://raw.githubusercontent.com/ZoneMinder/zoneminder/master/utils/do_debian_package.sh
chmod +x do_debian_package.sh
mv do_debian_package.sh /usr/local/bin/zm-builder
mkdir ~/zm-build
cd ~/zm-build
@baudneo
baudneo / zmNinja_error.log
Last active April 30, 2023 16:24
CloudFlare browser secuirty check error for apps hosted via CF (cloudflared) tunnels - Started mid April 2023
Apr 30, 2023 09:45:48:605 AM DEBUG *** Inside native HTTP error for
url:{
"status":403,
"url":"https://zm.<<<REDACTED>>>.com/zm/api/host/login.json?token=<<<REDACTED>>>L3zzdPc0jKc_AkhrsQlJG87IsSHUk_qm7Rwc6XXe-nI",
"headers":{
"date":"Sun, 30 Apr 2023 15:45:48 GMT",
"server":"cloudflare",
"expires":"Thu, 01 Jan 1970 00:00:01 GMT",
"cf-ray":"7c00e9f65bae842b-YVR",
@baudneo
baudneo / mac-vendors.json
Created April 23, 2023 19:12 — forked from hemantapkh/mac-vendors.json
List of MAC address OUI with their Vendors in JSON format.
# https://gist.github.com/aallan/b4bb86db86079509e6159810ae9bd3e4
{
"OFFICIALLY XEROX": [
"000000"
],
"SUPERLAN-2U": [
"000001"
],
"BBN (WAS INTERNAL USAGE ONLY, NO LONGER USED)": [