Note: See the NixOS manual for discussion of the --darwin-use-unencrypted-nix-store-volume option.
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume --no-daemonNote: See the NixOS manual for discussion of the --darwin-use-unencrypted-nix-store-volume option.
sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume --no-daemon| FROM centos:7 | |
| MAINTAINER Marek Goldmann <mgoldman@redhat.com> | |
| # Install packages necessary to run EAP | |
| RUN yum update -y && yum -y install xmlstarlet saxon augeas bsdtar unzip java-1.8.0-openjdk-devel && yum clean all | |
| # Create a user and group used to launch processes | |
| # The user ID 1000 is the default for the first "regular" user on Fedora/RHEL, | |
| # so there is a high chance that this ID will be equal to the current user | |
| # making it easier to use volumes (no permission issues) |
| [devops@localhost DevSandbox]$ openssl s_client -connect localhost:3300 | |
| CONNECTED(00000003) | |
| Can't use SSL_get_servername | |
| depth=0 CN = 15ebb19d5ddb | |
| verify error:num=18:self signed certificate | |
| verify return:1 | |
| depth=0 CN = 15ebb19d5ddb | |
| verify return:1 | |
| --- |
| <?php | |
| ## Generate a Github user token at https://github.com/settings/tokens | |
| $githubToken = 'EnterYourGithubTokenHere'; | |
| ## Your organization name (from https://github.com/yourOrganizationName) | |
| $organization = 'yourOrganizationName'; | |
| ## Enter the name of the remote file you want to place | |
| $remoteFile = "pull_request_template.md"; |
| FROM golang:1.11 | |
| ENV GO111MODULE=on | |
| WORKDIR /cellar | |
| COPY . /cellar | |
| RUN ["go", "mod", "vendor"] | |
| RUN ["go", "get", "-u", "goa.design/goa/v3/..."] | |
| RUN ["go", "get", "github.com/githubnemo/CompileDaemon"] |
| brew update | |
| brew link yasm | |
| brew link x264 | |
| brew link lame | |
| brew link xvid | |
| brew install ffmpeg | |
| ffmpeg wiki: | |
| https://trac.ffmpeg.org/wiki/Encode/MP3 |
| #!/bin/sh | |
| # | |
| # festivaltts-install.sh | |
| # ----- | |
| # | |
| # Installation and setup of a Festival based TTS system. | |
| # Following instructions from: | |
| # - [http://ubuntuforums.org/showthread.php?t=751169] | |
| # |
I hereby claim:
To claim this, I am signing this object: