Difference between revisions of "16471 Grundlæggende programmering"
From Teknologisk videncenter
m |
m (→SSH) |
||
Line 11: | Line 11: | ||
To use this module, you need to be able to ssh to one or more Cisco devices. | To use this module, you need to be able to ssh to one or more Cisco devices. | ||
*[https://networksandrants.com/2019/11/27/using-python-and-ssh/ Using Python and SSH] | *[https://networksandrants.com/2019/11/27/using-python-and-ssh/ Using Python and SSH] | ||
+ | **[http://www.fabfile.org/ Fabric Homepage] | ||
+ | **[http://docs.fabfile.org/en/2.5/ Fabric Documentation] | ||
+ | ** | ||
[[Category:Python]] | [[Category:Python]] |
Revision as of 06:03, 6 April 2020
- Link til Google Hangout
- Vores facebookgruppe til at dele info via denne link - gruppen hedder Grundlæggende programmering - Python
- Kurset følger i første del video læringsmaterialet via denne link til Oreilly
- Materiale til øvelser i videomateriale via denne link til Github
Python and networking
Telnet
To use this module, you need to be able to telnet to one or more Cisco devices.
SSH
To use this module, you need to be able to ssh to one or more Cisco devices.