sudo apt-get install software-properties-common
sudo add-apt-repository --yes --no-update ppa:maas/2.6
sudo apt update
sudo apt install maas -y
dpkg-reconfigure maas-region-controller
ssh-keygen
maas createadmin
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
| network: | |
| version: 2 | |
| renderer: networkd | |
| ethernets: | |
| eno1: | |
| dhcp4: no | |
| addresses: [10.204.216.194/24] | |
| gateway4: 10.204.216.254 | |
| nameservers: |
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
| deployment: | |
| deployer: juju | |
| orchestrator: openstack | |
| provider_config: | |
| bms: | |
| domainsuffix: englab.juniper.net | |
| ntpserver: 10.204.217.158 | |
| ssh_pwd: c0ntrail123 | |
| ssh_user: root |
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
| deployment: | |
| deployer: juju | |
| orchestrator: openstack | |
| provider_config: | |
| bms: | |
| domainsuffix: englab.juniper.net | |
| ntpserver: 10.204.217.158 | |
| ssh_pwd: c0ntrail123 | |
| ssh_user: root |
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
| {"lastUpload":"2021-01-18T15:50:31.316Z","extensionVersion":"v3.4.3"} |
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
| import requests | |
| import re | |
| import os | |
| import subprocess | |
| subprocess.run(["pip3", "install", "bs4"]) | |
| from bs4 import BeautifulSoup | |
| #variables | |
| # target URL to scrap |
NewerOlder