Skip to content

Instantly share code, notes, and snippets.

View sdogruyol's full-sized avatar
Building

Serdar Dogruyol - Sedo セド sdogruyol

Building
View GitHub Profile
@sdogruyol
sdogruyol / channel_benchmark.cr
Created July 31, 2017 13:05
Crystal Channel send benchmark
require "benchmark"
channel = Channel(Int32).new
spawn do
loop do
channel.receive
end
end
@sdogruyol
sdogruyol / arch_linux_prax.md
Created March 22, 2018 08:59
Prax setup on Arch Linux

Prax Installation on Arch Linux

1 - Install dnsmasq

sudo pacman -Syu
sudo pacman -S dnsmasq

2 - Configure dnsmasq to resolve .test domains to localhost via creating /etc/NetworkManager/dnsmasq.d/prax: