This file contains 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
root@solarpi:~ # cat /etc/pkg/uzsolt.conf | |
uzsolt-arm: { | |
url: "ftp://ftp.uzsolt.hu/freebsd/arm", | |
mirror_type: NONE, | |
signature_type: none, | |
enabled: yes | |
} |
This file contains 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
uzsolt-arm: { | |
url: "ftp://ftp.uzsolt.hu/freebsd/arm", | |
mirror_type: NONE, | |
signature_type: none, | |
enabled: yes | |
} |
This file contains 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
FreeBSD solarpi 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r292858: Tue Dec 29 16:17:58 UTC 2015 [email protected]:/usr/obj/arm.armv6/usr/src/sys/RPI-B arm |
This file contains 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
root@solarpi:/usr/local/openzwave/open-zwave # gmake | |
CPPFLAGS= gmake -C /usr/local/openzwave/open-zwave/cpp/build/ - | |
gmake[1]: Entering directory '/usr/local/openzwave/open-zwave/cpp/build' | |
Building OpenZWave Version 1.4-8-g1c2511b | |
Building hid.o | |
/usr/local/openzwave/open-zwave/cpp/hidapi/libusb/hid.c:372:18: error: passing 'const char **' to parameter of type 'char **' discards qualifiers in nested pointer | |
types [-Werror,-Wincompatible-pointer-types-discards-qualifiers] | |
res = iconv(ic, &inptr, &inbytes, &outptr, &outbytes); | |
^~~~~~ | |
/usr/include/iconv.h:56:41: note: passing argument to parameter here |
This file contains 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
> cat /proc/mdstat | |
Personalities : [raid1] [linear] [raid0] [raid10] [raid6] [raid5] [raid4] | |
md2 : active raid5 sda3[0](E) sdd3[4](E) sdb3[1] | |
4381251840 blocks super 1.1 level 5, 64k chunk, algorithm 2 [4/3] [EU_E] | |
md1 : active raid1 sdd2[3] sdc2[2] sdb2[1] sda2[0] | |
2097088 blocks [4/4] [UUUU] | |
md0 : active raid1 sda1[0] sdb1[1] sdc1[2] | |
2490176 blocks [4/3] [UUU_] |
This file contains 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
pfSsh.php playback disablereferercheck |
This file contains 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
cloned_interfaces="tap1 tap2 tap3 tap4 bridge0 bridge1 bridge2" | |
ifconfig_tap2="mtu 1496" | |
autobridge_interfaces="bridge0 bridge1 bridge2" | |
autobridge_bridge0="tap1 ix0" | |
autobridge_bridge1="tap2 vlan10" | |
autobridge_bridge2="tap3 tap0" | |
ifconfig_bridge1="mtu 1496" |
This file contains 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
rc.conf | |
-------------------- | |
gateway_enable="YES" | |
# FW | |
pf_enable="YES" | |
pf_rules="/etc/pf.conf" | |
pflog_enable="YES" | |
pflog_logfile="/var/log/pflog" | |
# VPN CLIENT | |
openvpn_client1_enable="YES" |
This file contains 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
root@dnxovh-hy001:~ # date && iperf -c proof.ovh.ca -P 5 -r | |
Wed Feb 3 18:03:04 CET 2016 | |
------------------------------------------------------------ | |
Server listening on TCP port 5001 | |
TCP window size: 64.0 KByte (default) | |
------------------------------------------------------------ | |
------------------------------------------------------------ | |
Client connecting to proof.ovh.ca, TCP port 5001 | |
TCP window size: 32.5 KByte (default) | |
------------------------------------------------------------ |
This file contains 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
rsync -aHAXxv --numeric-ids --delete --progress -e "ssh -T -c arcfour -o Compression=no -x" user@<source>:<source_dir> <dest_dir> |
OlderNewer