Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
#include <ESP8266WiFi.h> | |
#include <ESP8266mDNS.h> | |
#include <ArduinoOTA.h> | |
#include <WiFiManager.h> | |
void setup() { | |
Serial.begin(115200); | |
Serial.println("Booting"); | |
WiFiManager wifiManager; |
# Description: Boxstarter Script | |
# Author: Jess Frazelle <jess@linux.com> | |
# Last Updated: 2017-09-11 | |
# Customized by: Mike Donaghy | |
# Last Modified: 12/19/2017 9:04:01 AM | |
# | |
# Install boxstarter: | |
#Set Set-ExecutionPolicy RemoteSigned | |
#. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# |
# Description: Boxstarter Script | |
# Author: Jess Frazelle <jess@linux.com> | |
# Last Updated: 2017-09-11 | |
# Customized by: Mike Donaghy | |
# Last Modified: 12/19/2017 9:04:01 AM | |
# | |
# Install boxstarter: | |
#Set Set-ExecutionPolicy RemoteSigned | |
#. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# |
#!/bin/bash | |
## **Updates to this file are now at https://github.com/giovtorres/virt-install-centos ** | |
# Take one argument from the commandline: VM name | |
if ! [ $# -eq 1 ]; then | |
echo "Usage: $0 <node-name>" | |
exit 1 | |
fi |
docker create \ | |
--name=plex \ | |
--net=host \ | |
-e VERSION=latest \ | |
-e PUID=990 -e PGID=998 \ | |
-v /mnt/data/docker/plex/config:/config \ | |
-v /mnt/data/Video/TV:/data/tvshows \ | |
-v /mnt/data/Video/Movies:/data/movies \ | |
-v /mnt/data/docker/plex/transcode:/transcode \ | |
linuxserver/plex |
I hereby claim:
To claim this, I am signing this object:
/private/tmp/libzzip-MS8k/zziplib-0.13.62/uses/missing: line 54: aclocal-1.11: command not found | |
WARNING: `aclocal-1.11' is missing on your system. You should only need it if | |
you modified `acinclude.m4' or `configure.in'. You might want | |
to install the `Automake' and `Perl' packages. Grab them from | |
any GNU archive site. | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
Undefined symbols: |
/private/tmp/libzzip-trx3/zziplib-0.13.62/uses/missing: line 54: aclocal-1.11: command not found | |
WARNING: `aclocal-1.11' is missing on your system. You should only need it if | |
you modified `acinclude.m4' or `configure.in'. You might want | |
to install the `Automake' and `Perl' packages. Grab them from | |
any GNU archive site. | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
ld: warning: in /usr/local/lib/libz.dylib, file was built for i386 which is not the architecture being linked (x86_64) | |
Undefined symbols: |