Current CCNA 200-301 | Videos added weekly.
Curated by: Keith Barker - The OG of IT (182 videos)
ππΌββοΈππΌββοΈπ¨ In a hurry, timestamps (below) allow you to jump to the part you want to see now. This is a follow up to the install video, here: https://youtu.be/J8yvOYSCWGQ π¦ Jump links: 00:50 β© Shout out to Shawn Powers for providing his expertise 02:15 β© Instructions for adding VNC auto start 07:30 β© Dualcomm DCSW-1005PT 10/100 Ethernet Network TAP and connections 10:25 β© Plugable USB 2.0 to Ethernet Fast 10/100 11:40 β© Physical connection overview 14:00 β© Verify interface number for plugable USB FastEthernet adapter 19:00 β© Wireshark capture Enjoy, Like, and Subscribe. π Free YouTube Playlists from Keith: βΆ Master Playlist for Cisco CCNA 200-301 https://ogit.online/sloth π Cisco CCNA 200-301 Security https://ogit.online/200-301_Security π» Cisco CCNA 200-301 IPv4 Subnetting https://ogit.online/subnet π¬ Join our Discord server https://ogit.online/Join_OGIT_on_Discord Andβ¦ π« Keithβs Content at CBT Nuggets https://ogit.online/Keith-CBT From Previous Video: https://youtu.be/J8yvOYSCWGQ Kali Pi Raspberry Pi with Kali Linux Pi 3B+ Samsung 32G Micro SD kali-linux-2020.1a-rpi3-nexmon.img.xz https://www.offensive-security.com/kali-linux-arm-images/ BalenaEtcher-Setup-1.5.8.1 https://www.balena.io/etcher/ Angry IP Scanner https://angryip.org/ Putty https://putty.org/ TightVNC https://tightvnc.com/ Additional hardware in this video: Dualcomm DCSW-1005PT 10/100 Ethernet Network TAP w/PoE Pass-Through ~$110.00 us Plugable USB 2.0 to Ethernet Fast 10/100 LAN Wired Network Adapter ~15.00 us From previous video: apt-get update && apt-get install -y x11vnc shutdown -r now nano /boot/config.txt enable framebuffer commands, save and reboot x11vnc -storepasswd x11vnc -ncache 10 -auth guess -nap -forever -loop -repeat -rfbauth /root/.vnc/passwd -rfbport 5900 π NEW commands/instructions in this video, and thank you to Shawn Powers nano /etc/systemd/system/vnc.service [Unit] Description = X11VNC pre-login After = multi-user.target [Service] Type = simple ExecStart = /usr/bin/x11vnc -ncache 10 -auth guess -nap -forever -loop -repeat -rfbauth /root/.vnc/passwd -rfbport 5900 [Install] WantedBy = multi-user.target Then to activate the systemd service: systemctl daemon-reload Then to enable the service on boot: systemctl enable vnc Then reboot, and it should come up on its own. shutdown -r now #KeithBarker #CCNA #200-301