Skip to content

Instantly share code, notes, and snippets.

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.
# Number of CPUs to be allocated to the virtual machine.
# Default: 2
cpu: 4
# Size of the disk in GiB to be allocated to the virtual machine.
# NOTE: value can only be increased after virtual machine has been created.
#
# Default: 100
disk: 100
@olexanderos
olexanderos / README.md
Last active September 16, 2022 18:58
Docker compose for WordPress

How to run locally

1. Clone the repo
git clone git@github.com:natalia-se/cat-blog.git
2. Install and run wordpress docker container
pushd ./cat-blog/
cd ./backend/
@olexanderos
olexanderos / NoWarDDoS.sh
Last active March 2, 2022 10:43
Скрипт для запуску NoWarDDoS у free-tier AWS на Ubuntu
#/usr/bin/bash
mkdir git
cd git
git clone https://github.com/AlexTrushkovsky/NoWarDDoS.git
cd NoWarDDoS
# Install Docker
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg lsb-release
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
@olexanderos
olexanderos / .configureMyMac.sh
Last active September 24, 2025 11:01
Pre-configure My mac
#!/usr/bin/env bash
# Inspired by https://gist.github.com/OleksandrKucherenko/e76220f22359e0e49c81c5474b1457a1
set -x # uncomment to debug
# required for Homebrew
xcode-select —-install
# install https://brew.sh/