Skip to content

Instantly share code, notes, and snippets.

View gdm's full-sized avatar

Dmytro Gorbunov gdm

View GitHub Profile
@gdm
gdm / thank-you.md
Last active June 16, 2019 12:48
How to respond to thank you
@gdm
gdm / cloudformation-resources.md
Created June 15, 2019 21:33
AWS-Cloudformation
@gdm
gdm / gist:21a25d77bd11110fdfeb9f4298015e14
Created May 28, 2019 22:38
postfix + aws ses integration
+ integrate with bounce using https://serverfault.com/questions/412638/block-outgoing-mail-to-specific-address-using-postfix
Source: https://www.digitalocean.com/community/tutorials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs
# most recently used/needed: journalctl -u nginx.service
# kernel messages (the same as dmesg -T?): journalctl -k
# monitoring journalctl -f, journalctl -n 20,
journalctl --utc
# since most recent re/boot
journalctl -b
#
const _ = require('lodash');
// sum of array's elements (lodash)
_.sum([4, 2, 8, 6]);
//or
[1, 2, 3, 4].reduce((a, b) => a + b, 0)
// max-min element of array
Math.max( ...arr );
@gdm
gdm / testmail.pl
Created May 1, 2019 00:07
test SMTP perl
#!/usr/bin/perl
use strict;
use warnings;
# first, create your message
use Email::MIME;
my $message = Email::MIME->create(
header_str => [
From => '[email protected]',
To => '[email protected]',
@gdm
gdm / cleancache.sh
Created May 1, 2019 00:06
clean-cache-magento
#!/bin/bash
rm -rf /var/run/nginx-cache/*
rm -rf /home/shop_production/htdocs/var/cache/*
rm -rf /cache/catalog-cache/*
rm -rf /cache/shop-cache/*
rm -rf /cache/nginx-cache/*
# clean redis
@gdm
gdm / gist:5fa8b1347a37b8da1d1eca43078e17d3
Last active April 28, 2019 21:48
AWS articles 2read
AWS Lambda + Node Modules, no Docker required : https://medium.com/@haydnjmorris/aws-lambda-node-modules-no-docker-required-76443a0f6c4e
Automate Custom EC2 AMIs: (python, terraform, docker): https://medium.com/devopslinks/automate-custom-ec2-amis-155af71fae7d
NEWS about JAVA + Docker:
https://blog.softwaremill.com/docker-support-in-new-java-8-finally-fd595df0ca54?gi=53e209ef5a04
https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/
@gdm
gdm / resize-fs
Created April 24, 2019 05:39
Resize filesystems
lvextend -L +90G /dev/exhdd/backup
btrfs: btrfs filesystem resize max /mnt/backup/