Skip to content

Instantly share code, notes, and snippets.

@aktuba
aktuba / nginx.conf
Created October 8, 2015 08:36 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@aktuba
aktuba / placeholdit.php
Created March 30, 2017 19:24 — forked from uhtred/placeholdit.php
PHP: Placehold it image
<?php
/*
How to use
/940x278
/940x278/000000
/940x278&text=Texto
/940x278/000000&text=Texto
RewriteEngine On
@aktuba
aktuba / git-cheat-sheet.txt
Created January 12, 2022 11:27 — forked from maxim-oleinik/git-cheat-sheet.txt
GIT cheat sheet
Git
================================================================================
Ссылки
------
* Книга "Git Community Book"
http://book.git-scm.com/
* Книга "Git Magic"
http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html
* Сравнение команд Git-SVN