HISTORIA DE LAS ANOTACIONES
- History of the Web
- Information Management: A Proposal (1990) by Tim Berners-Lee
- Open Annotation Collaboration
- devopedia.org/web-annotation
WEB ANNOTATIONS W3C RECOMMENDATIONS
HISTORIA DE LAS ANOTACIONES
WEB ANNOTATIONS W3C RECOMMENDATIONS
This was created years ago; at the time I'd been a Shibboleth admin for nearly a decade but we needed something that could handle OIDC/OAuth and that explicitly supported OpenJDK. After a lot of investigation, I really liked Keycloak/Red Hat Single Sign-On. More details here: Gluu vs keycloack vs wso2 identity management
(Items in bold indicate possible concerns)
| Download latest qemu-w64-setup-*.exe from https://qemu.weilnetz.de/w64 | |
| Extract qemu-w64-setup-*.exe using 7-Zip to a directory named "qemu" | |
| Download Alpine ISO image (Extended) for x86_64 from https://alpinelinux.org/downloads/ | |
| Create disk image using "qemu-img create hd.img 10G" | |
| Copy start.bat next to ISO image and hd.img, adjust qemu path if required | |
| Start QEMU using start.bat | |
| (Let Alpine Linux boot from ISO) | |
| Login using "root" (no password) | |
| Start setup by entering "setup-alpine" |
www.iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com is up the virus exits instead of infecting the host. (source: malwarebytes). This domain has been sinkholed, stopping the spread of the worm. Will not work if proxied (source).update: A minor variant of the viru
| #include <iostream> | |
| #include <openssl/aes.h> | |
| #include <openssl/evp.h> | |
| #include <openssl/rsa.h> | |
| #include <openssl/pem.h> | |
| #include <openssl/ssl.h> | |
| #include <openssl/bio.h> | |
| #include <openssl/err.h> | |
| #include <assert.h> |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # This vagrant script relies on | |
| # vagrant plugin install vagrant-triggers | |
| VM_NAME = "vbox-dev" | |
| VM_CPUS = 1 | |
| VM_MEMORY = 2 * 1024 # in MB |
Updated: 5/24/13
| [CmdletBinding()] | |
| Param( | |
| [Parameter(Mandatory=$True,Position=1)] | |
| $Filter=".*", | |
| #TODO: handle https & no basic auth as well.. | |
| $RegistryEndpoint = "registry.mysite.com", | |
| $UserName = "user", | |
| $Password = "password" | |
| ) |
Heroku differs from traditional build & deploy by having the concept of "buildpacks", which are a generic method to identify, compile and package builds. The traditional method here would be to have hardcoded build commands, in a Makefile for instance. Buildpacks generally make custom build+deploy steps uneccessary, although one can specify custom buildpacks if necessary.
When notifying Heroku that a deploy is needed (usually by a Github webook), Heroku will run through all supported buildpacks until one can identify your app, which is then compiled and packaged by the buildpack. The output of this process is referred to as a "slug", which contains your app and all dependencies. For instance, a Python app would have the virtualenv packaged inside it. Heroku automatically deploys slugs that are built successfully.
This document describes a way to use LXC and existing third-party tools to reproduce this setup.
You need to have a server running that accepts webhooks and can take act