Be sure to replace /dev/sda with the name of the drive (n.b. not the partition) containing Arch.
# pacman -S grub-bios intel-ucode
# grub-install /dev/sda
# mkinitcpio -p linux
| diff --git a/barbican/api/controllers/acls.py b/barbican/api/controllers/acls.py | |
| index d65f87a..a586590 100644 | |
| --- a/barbican/api/controllers/acls.py | |
| +++ b/barbican/api/controllers/acls.py | |
| @@ -22,6 +22,7 @@ from barbican.common import validators | |
| from barbican import i18n as u | |
| from barbican.model import models | |
| from barbican.model import repositories as repo | |
| +from barbican import objects | |
| # This code is an example for a tutorial on Ubuntu Unity/Gnome AppIndicators: | |
| # http://candidtim.github.io/appindicator/2014/09/13/ubuntu-appindicator-step-by-step.html | |
| import os | |
| import signal | |
| import json | |
| from urllib import request | |
| from urllib.error import URLError | |
| from urllib.request import urlopen |
| # Copy and self modified from ys.zsh-theme, the one of default themes in master repository | |
| # Clean, simple, compatible and meaningful. | |
| # Tested on Linux, Unix and Windows under ANSI colors. | |
| # It is recommended to use with a dark background and the font Inconsolata. | |
| # Colors: black, red, green, yellow, *blue, magenta, cyan, and white. | |
| # http://xiaofan.at | |
| # 2 Jul 2015 - Xiaofan | |
| # Machine name. | |
| function box_name { |
| http://cronus.allowed.org works for me, 2018.1.6 |
Picking the right architecture = Picking the right battles + Managing trade-offs
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/signal" | |
| "strconv" |
| package main | |
| import ( | |
| "context" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/signal" |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "os" | |
| "os/signal" | |
| "syscall" | |
| "time" |
Some notes about:
These notes assume some basic background knowledge about memory management, ulimits and cgroups.