Skip to content

Instantly share code, notes, and snippets.

View bresilla's full-sized avatar
💣
:(){ :|:& };:

Trim Bresilla bresilla

💣
:(){ :|:& };:
View GitHub Profile
set -g default-terminal "screen-256color"
set -g prefix C-a
#restore
bind-key r source-file ~/.tmux.conf \; display-message "tmux.conf reloaded."
#shrtcuts
bind -n C-p send-keys "djptwm:024" \; send-keys "Enter" \;
bind -n C-x send-keys "exit" \; send-keys "Enter" \;
# Build tools:
sudo apt-get install -y build-essential cmake
# GUI (if you want to use GTK instead of Qt, replace 'qt5-default' with 'libgtkglext1-dev' and remove '-DWITH_QT=ON' option in CMake):
sudo apt-get install -y libgtkglext1-dev libvtk6-dev
# Media I/O:
sudo apt-get install -y zlib1g-dev libjpeg-dev libwebp-dev libpng-dev libtiff5-dev libjasper-dev libopenexr-dev libgdal-dev
@bresilla
bresilla / logo.svg
Last active September 16, 2019 12:48
FOL LOGO
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am bresilla on github.
  • I am bresilla (https://keybase.io/bresilla) on keybase.
  • I have a public key whose fingerprint is F337 B174 7050 659C ABAA E714 1772 2396 6B79 4B54

To claim this, I am signing this object:

@bresilla
bresilla / How to setup VirtualGL and TurboVNC on Ubuntu.md
Created November 2, 2021 10:51 — forked from cyberang3l/How to setup VirtualGL and TurboVNC on Ubuntu.md
Setup VirtualGL and TurboVNC on Ubuntu for OpenGL forwarding
@bresilla
bresilla / How to setup VirtualGL and TurboVNC on Ubuntu.md
Created May 28, 2022 22:49 — forked from asepawal/How to setup VirtualGL and TurboVNC on Ubuntu.md
Setup VirtualGL and TurboVNC on Ubuntu for OpenGL forwarding
@bresilla
bresilla / Host
Created August 12, 2022 20:12 — forked from lucndm/Host
Proxmox GPU passthrough to LXC Container
Note : Proxmox 6.1
VI : /etc/apt/sources.list
# security updates
deb http://security.debian.org jessie/updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian jessie pve-no-subscription
@bresilla
bresilla / PVE-host-backup.md
Created August 23, 2022 13:59 — forked from mrpeardotnet/PVE-host-backup.md
Proxmox PVE Host Config Backup Script

Proxmox PVE Host Config Backup Script

This script can be used to backup essential configuration files from the Proxmox Virtual Enivronment (PVE) host.

The script will create backups using tar with specified backup prefix and date and time stamp in the file name. Script will also delete backups that are older then number of days specified.

Create backup script file

To create backup script that will be executed every day we can create backup script in /etc/cron.daily/ folder. We need to make it writeable by root (creator) only, but readable and executable by everyone:

touch /etc/cron.daily/pvehost-backup