I use Ubuntu’s Uncomplicated firewall because it is available on Ubuntu and it's very simple.
if ufw is not installed by default be sure to install it first.
| { | |
| "companies": [ | |
| { | |
| "id": "5a2f29c53e2bed1d1fe031e0", | |
| "name": "Songbird" | |
| }, | |
| { | |
| "id": "5a2f29c5302863e437643775", | |
| "name": "Musanpoly" | |
| }, |
| <div> | |
| <svg onload="console.log(1)" onmouseover="console.log(2)"></svg> | |
| <svg autofocus onfocus="console.log(3)"></svg> | |
| <div contenteditable onblur="console.log(4)">lose focus!</div> | |
| <div onclick="console.log(5)">click this!</div> | |
| <div oncopy="console.log(6)">copy this!</div> | |
| <div oncontextmenu="console.log(7)">right click this!</div> | |
| <div oncut="console.log(8)">copy this!</div> | |
| <div ondblclick="console.log(9)">double click this!</div> | |
| <div ondrag="console.log(10)">drag this!</div> |
/Library/Backblaze.bzpkg/bzdata/bzexcluderules_editable.xml.bzexclusions tag:<!-- Exclude node_modules. -->
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/node_modules/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />
<excludefname_rule plat="mac" osVers="*" ruleIsOptional="t" skipFirstCharThenStartsWith="users/" contains_1="/.git/" contains_2="*" doesNotContain="*" endsWith="*" hasFileExtension="*" />| #!/bin/bash | |
| ############################################################### | |
| # This Script creates a service and a dedicated user # | |
| # for running sheepit-client (www.sheepit.com) on a headless # | |
| # Linux-Server # | |
| # # | |
| # Author of this script is: jerome.poenisch@gmail.com # | |
| ############################################################### | |
| ############################################################### |