• jcnetworking
  • LONDON

Ansible on Linux

2 Router + linux ubuntu running Ansible – Both Router has setup AAA model, SSH , On Linux configure “hosts”, “group_vars/cisco”, “host_vars” on “Hosts_vars” < – each router host to be configure, on “group_vars”<– ssh name + password to be configure create ansible_playbook .yml file On figure 1.2 finally, I can see Great result back 2 Router + linux ubuntu […]

Linux on AWS – GUI

sudo apt install xrdp sudo systemctl enable xrdp sudo add-apt-repository ppa:gnome3-team/gnome3 sudo passwd ubuntu sudo apt install gnome-session gdm3 sudo service gdm3 start <– window using RDP to connect For Devnet sudo apt install curl sudo apt install libssl-dev sudo apt install build-essential sudo apt install git git clone https://github.com/CiscoDevNet/hello_network sudo apt install python3 sudo apt install python3-virtualenv python3 -m […]