20.3.18 Rock 64
Installed Ubuntu.
Used
$ sudo nmtui to set hostname to Fens-Rock64.
Another option is
$ sudoedit /etc/hostname
This opens a text editor and you type in the required hostname.
Then
$ sudoedit /etc/hosts
Alter the line to match and include hostname. Save and exit.
$ sudo /edit/init.d/hostname.sh start
And
$ sudo service --status-all
Lists all currently running services.
Then installed Bro and compiled it which took a couple of hours by using
$ sudo apt-get build-dep bro -y
$ sudo apt-get source --compile bro
Comments
Post a Comment