This file contains hidden or 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"?> | |
<gpx creator="StravaGPX" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensionsv3.xsd http://www.garmin.com/xmlschemas/TrackPointExtension/v1 http://www.garmin.com/xmlschemas/TrackPointExtensionv1.xsd" version="1.1" xmlns="http://www.topografix.com/GPX/1/1" xmlns:gpxtpx="http://www.garmin.com/xmlschemas/TrackPointExtension/v1" xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3"> | |
<metadata> | |
<time>2020-07-10T09:14:10Z</time> | |
</metadata> | |
<trk> | |
<name>Lunch Activity</name> | |
<type>4</type> | |
<trkseg> | |
<trkpt lat="46.7490080" lon="9.1745800"> |
This file contains hidden or 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
# domain name. | |
localhost:8080 | |
# Set this path to your site's directory. | |
root * /io/www/html | |
# Enable the static file server. | |
file_server | |
# localhost:8080/ows/AV_TH_V1?SERVICE=wms |
This file contains hidden or 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
<div class="tabbable" style="margin-bottom: 18px;"> | |
<ul class="nav nav-tabs"> | |
<li class="active"><a href="#tab_[% "id" %]_1" data-toggle="tab">Basic</a></li> | |
<li><a href="#tab_[% "id" %]_2" data-toggle="tab">Picture</a></li> | |
<li><a href="#tab_[% "id" %]_3" data-toggle="tab">Timeline</a></li> | |
</ul> | |
<div class="tab-content" style="padding-bottom: 9px; border-bottom: 1px solid #ddd;"> | |
<div class="tab-pane active" id="tab_[% "id" %]_1"> | |
<table> | |
<tr> |
This file contains hidden or 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:1b55e0ef54a52b821c86dbc96535f2d439fb985a] |
This file contains hidden or 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:1b55e0ef54a52b821c86dbc96535f2d439fb985a] |
This file contains hidden or 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:1b55e0ef54a52b821c86dbc96535f2d439fb985a] |
This file contains hidden or 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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:1b55e0ef54a52b821c86dbc96535f2d439fb985a] |
This file contains hidden or 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
drugs | |
sexual crimes | |
thefts | |
violence | |
minor violence | |
money | |
other | |
This file contains hidden or 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
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
/etc/apt/sources.list.d/docker.list | |
deb https://apt.dockerproject.org/repo ubuntu-trusty main | |
sudo apt-get update | |
sudo apt-get purge lxc-docker | |
sudo apt-get install linux-image-extra-$(uname -r) | |
sudo apt-get install docker-engine | |
sudo usermod -aG docker christian |
This file contains hidden or 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
# get toolchain | |
wget -c -O qoriq-gcc4374_eglibc2874_qoriq-GPL.txz http://sourceforge.net/projects/dsgpl/files/DSM%205.2%20Tool%20Chains/PowerPC%20QorIQ%20Linux%202.6.32/qoriq-gcc4374_eglibc2874_qoriq-GPL.txz/download | |
# install toolchain | |
if [ ! -d "/usr/local/powerpc-none-linux-gnuspe/" ]; then | |
tar zxpf gcc343_glibc232_88f5281.tgz –C /usr/local/ | |
fi | |
# get kernel sources | |
wget -c -O qoriq-source.txz http://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/5565branch/qoriq-source.txz/download |
NewerOlder