Skip to content

Instantly share code, notes, and snippets.

View TeddybearCrisis's full-sized avatar

TeddybearCrisis TeddybearCrisis

View GitHub Profile
@TeddybearCrisis
TeddybearCrisis / install_guake.sh
Created March 15, 2026 20:16 — forked from serpro69/install_guake.sh
guake installation on popos (ubuntu 22.04)
#!/usr/bin/env bash
# TODO convert to a role in https://github.com/serpro69/ansible-collection-devexp
# https://guake.readthedocs.io/en/latest/user/installing.html#install-from-pypi
is_not_root() {
[ "${EUID:-$(id -u)}" -ne 0 ]
}
@TeddybearCrisis
TeddybearCrisis / Install_OpenCV4_CUDA10.2.md
Last active May 2, 2020 22:53 — forked from raulqf/Install_OpenCV4_CUDA12.6_CUDNN8.9.md
How to install OpenCV 4.2 with CUDA 10.0 in Ubuntu 18.04

How to install OpenCV 4.2.0 with CUDA 10.2 in Ubuntu distro 18.04

First of all install update and upgrade your system:

    $ sudo apt update
    $ sudo apt upgrade

Then, install required libraries: