Skip to content

Instantly share code, notes, and snippets.

View leachim6's full-sized avatar

Mike Donaghy leachim6

View GitHub Profile
<style type="text/css">
.special_link:hover{
font-size:14pt;
color:red;
}
</style>
<html>
<head>
<!-- Insert <style></style> fragment here -->
<title>The Title Of Your Page; Displayed in the title bar of the browser window</title>
</head>
<body>
<!-- Put Your Content Here -->
</body>
</html>
<a href="http://mikedonaghy.org" title="Mike's Website" class="special_link">
This is the text that will show on the page
</a>
/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:
/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:

Keybase proof

I hereby claim:

  • I am leachim6 on github.
  • I am leachim6 (https://keybase.io/leachim6) on keybase.
  • I have a public key whose fingerprint is 1369 B4E0 967D 3FDC 3019 0294 31AC 9601 176C 3B26

To claim this, I am signing this object:

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
@leachim6
leachim6 / virt-install-centos
Created March 15, 2017 15:47 — forked from giovtorres/virt-install-centos
Install CentOS cloud images on KVM using cloud-init
#!/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
@leachim6
leachim6 / boxstarter.ps1
Last active December 19, 2017 17:21 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <[email protected]>
# 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 <[email protected]>
# 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
#