Skip to content

Instantly share code, notes, and snippets.

View voskobovich's full-sized avatar

Vitalii Voskobovich voskobovich

View GitHub Profile
@thimslugga
thimslugga / 01-setup_docker_al2023.md
Last active April 16, 2024 15:35
Setup Docker and docker-compose on Amazon Linux 2023

Setup Docker on Amazon Linux 2023

Steps to Install and Setup Docker on Amazon Linux 2023

Install the packages

Install the following packages, which are good to have installed:

sudo dnf install --allowerasing -y dnf-plugins-core \
@rmrevin
rmrevin / Money.php
Last active January 30, 2016 17:02
Money formatter helper
<?php
class Money
{
/**
* @param string $value
* @return integer
*/
public static function convertToStore($value)