Skip to content

Instantly share code, notes, and snippets.

View actorius's full-sized avatar

Vitaliy D actorius

  • Somewhere near the sea
View GitHub Profile
interface IGood {
public $title;
public $price;
public GetPrice();
}
class OriginalGood implements IGood {
public $title;
@actorius
actorius / README.md
Created August 23, 2022 23:59 — forked from magnetikonline/README.md
Setting Nginx FastCGI response buffer sizes.
@actorius
actorius / WireGuard_Setup.txt
Created February 8, 2023 06:57 — forked from chrisswanda/WireGuard_Setup.txt
Stupid simple setting up WireGuard - Server and multiple peers
Install WireGuard via whatever package manager you use. For me, I use apt.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard
MacOS
$ brew install wireguard-tools
Generate key your key pairs. The key pairs are just that, key pairs. They can be