sudo apt update sudo apt upgrade
sudo apt install mysql-server
sudo apt install mysql-server #To do the high security provide all answers to yes
| # because i can never remember exactly how and when to use concat | |
| # when building content in helpers | |
| def nested_content | |
| content_tag 'div' do | |
| concat(content_tag 'span', 'span block') | |
| concat(tag 'br') | |
| concat(link_to 'root link', root_path) | |
| concat(tag 'br') | |
| concat(link_to('#') do | |
| concat(content_tag 'h2', 'Head \'em off') |
| #!/bin/bash | |
| # | |
| # RECHECK - interbal to check if filw was created | |
| # bash /tail_all.sh /output.log /common.log /master.log /master_edgemesh.log | |
| # bash /tail_all.sh /output.log /common.log /edge.log /edge_edgemesh.log | |
| set -eo pipefail | |
| file_try_again_time="5s" | |
| if [[ -v RECHECK ]]; then |