Skip to content

Instantly share code, notes, and snippets.

View andrey-hohlov's full-sized avatar

Andrei Khokhlov andrey-hohlov

View GitHub Profile
@andrey-hohlov
andrey-hohlov / readme.md
Last active December 5, 2020 19:32
VPS setup for Wordpress

Настройка VPS под Wordpress

Ubuntu 16 + Nginx + PHP-FPM + MariaDB + Memcached

Базовые настройки

Обновить систему
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@andrey-hohlov
andrey-hohlov / countries.json
Created April 9, 2019 13:46 — forked from keeguon/countries.json
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},
@andrey-hohlov
andrey-hohlov / style.css
Created December 18, 2019 14:44
Safari border-radius + overflow: hidden + CSS transform fix
div {
// Add on element with overflow
-webkit-mask-image: -webkit-radial-gradient(white, black);
}