- expose data throw http
- authorization (in model, Bearer)
- cache
- Globally Unique IDs
;;; elixir-format.el --- Emacs plugin to mix format Elixir files | |
;; Copyright 2017-2018 Anil Wadghule, Christian Kruse | |
;; This file is NOT part of GNU Emacs. | |
;; This program is free software; you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation; either version 2, or (at your option) | |
;; any later version. |
;;; elixir-format.el --- Emacs plugin to mix format Elixir files | |
;; Copyright 2017-2018 Anil Wadghule, Christian Kruse | |
;; This file is NOT part of GNU Emacs. | |
;; This program is free software; you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation; either version 2, or (at your option) | |
;; any later version. |
# Make sure mod_ssl, mod_rewrite, mod_headers, mod_proxy, | |
# mod_proxy_http and mod_proxy_balancer are enabled | |
<VirtualHost *:80> | |
ServerName huginn.example.org | |
RedirectPermanent / https://huginn.example.org/ | |
</VirtualHost> | |
<VirtualHost *:443> | |
ServerName huginn.example.org | |
DocumentRoot /path/to/huginn/public |
file kernel/kernel.bin | |
add-symbol-file user/user.debug 0x1000000 #adress user beginning | |
target remote | exec qemu-system-i386 -S -gdb stdio -kernel kernel/kernel.bin | |
dir kernel | |
dir user |