This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Copyright 2014 Vivien Didelot <[email protected]> | |
# Licensed under the terms of the GNU GPL v3, or any later version. | |
NICK=irccat42 | |
SERVER=irc.freenode.net | |
PORT=6667 | |
CHAN="#irccat" | |
{ |