Skip to content

Instantly share code, notes, and snippets.

View pixendrit's full-sized avatar

pixendrit

View GitHub Profile
@mzaks
mzaks / CV.md
Last active October 29, 2022 20:20
CV

Name: Maxim Zaks

Location: Berlin

Looking for: Challenging software development projects in Berlin or remote


Fun/OpenSource Projects:

@NickMcSweeney
NickMcSweeney / postgresql_plus_arch-linux.md
Last active October 19, 2025 14:36
Getting postgresql running on Arch Linux

Setup Postgresql

run postgresql with systemctl

Install postgres

latest

sudo pacman -S postgresql

specific version

find version & build from source

@darencard
darencard / auto_git_file.md
Last active February 9, 2025 12:05
Automatic file git commit/push upon change

Please see the most up-to-date version of this protocol on my blog at https://darencard.net/blog/.

Automatically push an updated file whenever it is changed

Linux

  1. Make sure inotify-tools is installed (https://github.com/rvoicilas/inotify-tools)
  2. Configure git as usual
  3. Clone the git repository of interest from github and, if necessary, add file you want to monitor
  4. Allow username/password to be cached so you aren't asked everytime