Skip to content

Instantly share code, notes, and snippets.

@genewitch
genewitch / gentoo LXC howto without editing any system files.
Last active September 27, 2018 06:05
how to do gentoo lxc without any nonsense
################################# INFO / TO-DO
You need to update to the latest stable kernel
this document was written using: 4.14.65-gentoo
and MAKEOPTS="-j40"; using 60% of a 40 core kvm hypervisor
################################# GENERAL
curl https://wiki.gentoo.org/wiki/LXC#Kernel_options_required
General setup --->
[*] Control Group support --->
[*] Freezer cgroup subsystem
@genewitch
genewitch / irccat
Created June 27, 2017 03:57 — forked from vivien/irccat
irccat - Using netcat with an IRC channel
#!/bin/sh
# Copyright 2014 Vivien Didelot <vivien@didelot.org>
# Licensed under the terms of the GNU GPL v3, or any later version.
NICK=irccat42
SERVER=irc.freenode.net
PORT=6667
CHAN="#irccat"
{