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
root@6ea1c0f41c65:/workspaces/zmk/app# west build -p --board nice_nano -- -DSHIELD=tidbit_19key -- west build: making build dir /workspaces/zmk/app/build pristine | |
-- west build: generating a build system | |
-- Using keymap file: /workspaces/zmk/app/boards/shields/tidbit/tidbit_19key.keymap | |
Including boilerplate (Zephyr base): /workspaces/zmk/zephyr/cmake/app/boilerplate.cmake | |
-- Application: /workspaces/zmk/app | |
-- Zephyr version: 2.3.0 (/workspaces/zmk/zephyr) | |
-- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.3") found components: Interpreter | |
-- git describe failed: fatal: No tags can describe 'e5610344b9b22a4e547563067fa6772a2666b540'. | |
Try --always, or create some tags.; | |
BUILD_VERSION is left undefined |
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
user www-data; | |
worker_processes 4; | |
error_log /var/log/nginx/error.log; | |
events { | |
worker_connections 1024; | |
} | |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2017-01-07T06:11:13Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
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
- name: service restart {{ tomcat_service_name }} | |
service: | |
state=restarted | |
name={{ tomcat_service_name }} |
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
--- | |
- hosts: ec2 | |
vars: | |
timestamp: "{{ lookup('pipe', 'date +%Y%m%d\\ %H%M%S') }}" | |
roles: | |
- include: includes/common_roles.yml | |
pre_tasks: |
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
--- | |
- hosts: 127.0.0.1 | |
connection: local | |
vars_prompt: | |
- name: tempdir | |
prompt: "Directory for temp data" | |
default: "/tmp/devops" | |
private: no | |
- name: bootstrap_eth_bridge |
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
#!/usr/bin/python2 | |
# -*- coding: utf-8 -*- | |
from __future__ import print_function | |
import subprocess, pprint, json | |
from collections import defaultdict | |
btrfs_bin = '/sbin/btrfs' |
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
Category:System | |
License:Apache2 | |
Web Site:https://github.com/mcrosson/Identiconizer | |
Source Code:https://github.com/mcrosson/Identiconizer | |
Issue Tracker: | |
Auto Name:Identiconizer! | |
Summary:Manage identicons for contacts | |
Description: | |
Create and remove Identicons for contacts. |
NewerOlder