Skip to content

Instantly share code, notes, and snippets.

View boonya's full-sized avatar
🏠
Working from home

Serhii [boonya] Buinytskyi boonya

🏠
Working from home
View GitHub Profile
@boonya
boonya / .tmux.conf
Last active February 12, 2024 20:24
tmux
# : << EOF
# https://github.com/gpakosz/.tmux
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license,
# without any warranty.
# Copyright 2012— Gregory Pakosz (@gpakosz).
# /!\ do not edit this file
# instead, override settings in ~/.tmux.conf.local, see README.md
# -- general -------------------------------------------------------------------
@boonya
boonya / ufw_plex.md
Created January 13, 2023 11:36 — forked from nmaggioni/ufw_plex.md
Plex Media Server UFW rule

/etc/ufw/applications.d/plexmediaserver

[plexmediaserver]
title=Plex Media Server (Standard)
description=The Plex Media Server
ports=32400/tcp|3005/tcp|5353/udp|8324/tcp|32410:32414/udp

[plexmediaserver-dlna]
title=Plex Media Server (DLNA)
description=The Plex Media Server (additional DLNA capability only)
@boonya
boonya / .vimrc
Last active February 12, 2024 20:40
VIM configuration
syntax enable " syntax highlight
filetype off " required
" set the runtime path to
" include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'flazz/vim-colorschemes'
@boonya
boonya / dnsmasq OS X.md
Created April 28, 2021 12:40 — forked from ogrrd/dnsmasq OS X.md
Setup dnsmasq on OS X

Never touch your local /etc/hosts file in OS X again

To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.

Requirements

Install