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
Firstly, we have to insert the eMMC card and then unmount the disk: | |
fbarbeira@NekoStation:~$ diskutil list /dev/disk3 | |
/dev/disk3 | |
#: TYPE NAME SIZE IDENTIFIER | |
0: FDisk_partition_scheme *7.8 GB disk3 | |
1: Windows_FAT_32 NO NAME 4.3 GB disk3s1 | |
2: Linux 1.1 GB disk3s2 | |
3: Linux 2.1 GB disk3s3 | |
4: Linux 137.6 MB disk3s4 |
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
aptitude install python-software-properties pkg-config | |
aptitude install software-properties-common | |
add-apt-repository ppa:team-xbmc/ppa | |
aptitude update | |
aptitude install xbmc | |
aptitude install vim nvidia-current xserver-xorg xinit alsa-base alsa-tools | |
dpkg-reconfigure x11-common | |
(Select "Anyone") |
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
output { | |
elasticsearch { | |
cluster => "mycluster" | |
manage_template => false | |
index => "%{segment_name}-logstash-%{+YYYY.MM.dd}" | |
} | |
} |