root@sysresccd /root % gdisk /dev/sda <<EOF
o
y
n
1
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
#!/sbin/runscript | |
# Copyright 1999-2014 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
description="ZooKeeper daemon" | |
ZOOKEEPER_NAME="${SVCNAME##*.}" | |
if [ -n "${ZOOKEEPER_NAME}" -a "${SVCNAME}" != "zookeeper" ]; then | |
description="${description} for ${ZOOKEEPER_NAME}" |
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
gem 'unicorn' |
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
<source> | |
type forward | |
port 24224 | |
</source> | |
<source> | |
type secure_forward | |
port 24284 | |
shared_key secret | |
self_hostname collector.fluentd.example.com |
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
RBENV_VERSION="1.9.3-p545" | |
FLUENTD_EXEC="/var/lib/fluentd/.rbenv/shims/fluentd" |
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
#!/bin/bash | |
set -e | |
READLINK=$(type -p greadlink readlink | head -1) | |
if [ -z "${READLINK}" ]; then | |
echo "[ERROR] Connot find readlink" >& 2 | |
exit 1 | |
fi | |
PLAYLIST_PATH="/media/playlist.txt" |
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
checking for intltool-extract... /usr/bin/intltool-extract | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/gmsgfmt | |
configure: error: GNU gettext tools not found; required for intltool | |
!!! Please attach the following file when seeking support: | |
!!! /var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31/config.log | |
* ERROR: net-dns/avahi-0.6.31-r2::gentoo failed (configure phase): |
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
modules="snd_bcm2835" | |
modules="rt2800usb" |
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
CFLAGS+=-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CMAKE_CONFIG -D__VIDEOCORE4__ -U_FORTIFY_SOURCE -Wall -DHAVE_OMXLIB -DUSE_EXTERNAL_FFMPEG -DHAVE_LIBAVCODEC_AVCODEC_H -DHAVE_LIBAVUTIL_OPT_H -DHAVE_LIBAVUTIL_MEM_H -DHAVE_LIBAVUTIL_AVUTIL_H -DHAVE_LIBAVFORMAT_AVFORMAT_H -DHAVE_LIBAVFILTER_AVFILTER_H - | |
DHAVE_LIBSWRESAMPLE_SWRESAMPLE_H -DOMX -DOMX_SKIP64BIT -ftree-vectorize -pipe -DUSE_EXTERNAL_OMX -DTARGET_RASPBERRY_PI -DUSE_EXTERNAL_LIBBCM_HOST -Wno-psabi | |
CFLAGS+=-lpthread | |
LDFLAGS+=-L./ | |
LDFLAGS+=-Lffmpeg_compiled/usr/local/lib/ | |
LDFLAGS+=-lc | |
LDFLAGS+=-lWFC | |
LDFLAGS+=-lGLESv2 | |
LDFLAGS+=-lEGL |