Skip to content

Instantly share code, notes, and snippets.

View anthonyaxenov's full-sized avatar

Anthony Axenov anthonyaxenov

View GitHub Profile
@anthonyaxenov
anthonyaxenov / php
Last active February 20, 2025 06:29
[SHELL] Interpreter helper to debug dockerized cli php scripts in NetBeans
# Permanently moved to https://gist.axenov.dev/anthony/netbeans-docker-php
@anthonyaxenov
anthonyaxenov / .gitconfig
Last active February 20, 2025 06:33
My favourite global .gitconfig with aliases (ru comments)
Permanently moved to https://gist.axenov.dev/anthony/git-configs#file-gitconfig
@anthonyaxenov
anthonyaxenov / inotifywait-cp.service
Last active February 20, 2025 06:37
[SHELL] Backup files synced from Syncthing
# Permanently moved to https://gist.axenov.dev/anthony/9ac0b187a13647af9d4d2895218f46a9#file-inotifywait-cp-service
@anthonyaxenov
anthonyaxenov / s3-backup.sh
Last active February 20, 2025 06:39
[SHELL] Backup your project to another server
# Permanently moved to https://gist.axenov.dev/anthony/s3-backup
@anthonyaxenov
anthonyaxenov / .bash_aliases
Last active February 20, 2025 06:38
[SHELL] My favorite bash aliases
# Permanently moved to https://gist.axenov.dev/anthony/bash-aliases
@anthonyaxenov
anthonyaxenov / quick-backup.sh
Last active February 20, 2025 06:40
[SHELL] Backup your project to another server
# Permanently moved to https://gist.axenov.dev/anthony/quick-backup
@anthonyaxenov
anthonyaxenov / convert.php
Last active August 3, 2023 08:38
[PHP] Simple Postman Collection to http converter
<?php
// This gist was erased.
// I recommend you to take a closer look at my new cli-tool:
//
// https://packagist.org/packages/axenov/pm-convert
//
// It can convert multple collections v2.1 to http/wget/curl formats
// very quickly and without 3rd-party dependencies.
@anthonyaxenov
anthonyaxenov / set-resolution.sh
Last active February 20, 2025 06:22
[SHELL] Set display resolution
# Permanently moved to https://gist.axenov.dev/anthony/a1a4ccedcb924798a97222dbe713d1fe
@anthonyaxenov
anthonyaxenov / args.sh
Last active February 20, 2025 06:13
[SHELL] Argument parser for bash scripts without getopt or getopts
# Permanently moved to https://gist.axenov.dev/anthony/sh-args
@anthonyaxenov
anthonyaxenov / zsh-fancify.sh
Last active February 20, 2025 05:38 — forked from AlexZeitler/setup-oh-my-zsh-powerlevel9k.sh
Installing zsh / oh-my-zsh / Powerlevel10k on Ubuntu 20.04
# Permanently moved to https://gist.axenov.dev/anthony/omz#file-zsh-fancify-sh