David Bombal

David Bombal

Want to learn about IT? Want to get ahead in your career? Well, this is the right place! On this channel, I discuss Python, Ethical Hacking, Networking, Network Automation, CCNA, Virtualization and other IT related topics. This YouTube channel has new videos every week! Subscribe for technical, detailed, no fluff content. David’s details: Discord: https://discord.com/invite/usKSyzb Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com YouTube: https://www.youtube.com/davidbombal All the best! David

Episoder(500)

#272: Kali Linux WiFi Alfa Adapter Fix

#272: Kali Linux WiFi Alfa Adapter Fix

Fix Kali Linux drivers for Alfa AWUS036NHA, Alfa AWUS036ACM and Alfa AWUS036ACH adapters (and others). Recommended Adapters: Alfa AWUS036NHA: https://amzn.to/3wnyVen ​ Alfa AWUS036ACM: https://amzn.to/3fCL4WT ​ Alfa AWUS036ACH: https://amzn.to/3rLAjny ​ or https://amzn.to/2PxkkMV ​ Others: Alfa AWUS1900: https://amzn.to/31E0AtH ​ Alfa Long-Range Dual-Band AC1200: https://amzn.to/34UUCEL ​ Alfa AWUS036NEH: https://amzn.to/3sK2iW8 ​ Panda PAU05: https://amzn.to/3ue23Da ​ Panda PAU06: https://amzn.to/3wwqRZ8 ​ Panda PAU09: https://amzn.to/3wosx6X ​ WiFi Nation 802.11ac AC600: https://amzn.to/3cLQddm ​ WiFi Nation Atheros AR9271: https://amzn.to/3u8JUqm ​ See Aircrack FAQ for more: https://bit.ly/39AtWNZ ​ Menu: Kali Linux Alfa adapters fix AWUS036ACH: 0:00​ Connect Adapter to Linux: 0:41​ No Wifi adapter not recognized: 1:11​ Kali Linux 2021.1: 1:30​ Update Kali References: 1:53​ Upgrade Kali operating system: 2:25​ Dist upgrade: 2:44​ Reboot Kali: 2:57​ lsusb to see chipset information: 3:11​ Install the drivers: 3:31​ dkms installation: 4:15​ Clone drivers using git clone: 4:25​ make software 4:59​ make install: 5:22​ Adapter now working: 5:34​ Use wifite to test: 5:52​ chipset and iwconfig review: 6:10​ ========= Commands: ========= sudo apt update sudo apt upgrade -y sudo apt dist-upgrade -y sudo reboot now sudo apt update sudo apt install realtek-rtl88xxau-dkms sudo apt install dkms git clone https://github.com/aircrack-ng/rtl8812au ​ cd rtl8812au/ make sudo make install lsusb iwconfig !To test: sudo wifite Previous video: https://youtu.be/5MOsY3VNLK8​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ wifi wifi kali linuw best wifi adapter for kali linux kali linux wifi wifi kali kali wifi parrot os parrot os wifi hacking best wifi adapters best wifi adapters for hacking best wifi hacking adapters best hacking cert best hacking certifications best cybersecurity certs cybersecurity cybersecurity careers hacking hack ethical hacking ceh oscp itprotv ine ejpt elearn securtiy try hack me hack the box hacking ethical hacker oscp certification ctf for beginners how to break in break in hacking kali linux 2021.1 Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

9 Apr 20216min

#271: Can I hack WiFi with this adapter?

#271: Can I hack WiFi with this adapter?

Learn how to check if a WiFi adapter supports monitor mode and packet injection. Use some basic commands in Kali Linux to check if you can hack WiFi networks using a WiFi adapter or network interface card. As always, only test against networks that you personally own or have permission to test. Be ethical. Learn cybersecurity and help protect companies. Menu: Can I hack using this WiFi adapter? 0:00​ View the chipset in an adapter: 0:32​ Alfa AWUS036NHA adapter: 1:11​ View adapter in managed mode: 1:35​ View adapter chipset: 1:53​ Verify monitor mode: 3:07​ Verify packet injection: 4:00​ TP-Link Tl-WN722N adapter: 4:44​ View adapter chipset: 5:08​ Verify monitor mode: 5:58​ Verify packet injection: 6:33​ Alfa AWUS036ACH adapter: 7:11​ Wifite demo: 8:00​ View adapter in managed mode: 8:17​ Verify monitor mode: 8:35​ Previous video: https://youtu.be/5MOsY3VNLK8​ TP-WN722N Adapter Fix: Video coming soon =============== Commands Used: =============== !Check details lsusb !Change 001 and 004 to the right number: lsusb -D /dev/bus/usb/001/004 !kill processes sudo airmon-ng check kill !Start monitor mode sudo airmon-ng start wlan0 !Verify that monitor mode is used sudo airmon-ng !You could also use iwconfig to check that interface is in monitor mode: iwconfig !Test injection: sudo aireplay-ng --test wlan0mon ==================== Recommended Adapters: ==================== Alfa AWUS036NHA: https://amzn.to/3wnyVen ​ Alfa AWUS036ACM: https://amzn.to/3fCL4WT ​ Alfa AWUS036ACH: https://amzn.to/3rLAjny ​ or https://amzn.to/2PxkkMV ​ Others: Alfa AWUS1900: https://amzn.to/31E0AtH ​ Alfa Long-Range Dual-Band AC1200: https://amzn.to/34UUCEL ​ Alfa AWUS036NEH: https://amzn.to/3sK2iW8 ​ Panda PAU05: https://amzn.to/3ue23Da ​ Panda PAU06: https://amzn.to/3wwqRZ8 ​ Panda PAU09: https://amzn.to/3wosx6X ​ WiFi Nation 802.11ac AC600: https://amzn.to/3cLQddm ​ WiFi Nation Atheros AR9271: https://amzn.to/3u8JUqm ​ See Aircrack FAQ for more: https://bit.ly/39AtWNZ ​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ ================ Links: ================ ITProTV Free Training: https://www.itpro.tv/plans/personal/ ​ My ITProTV affiliate link: https://go.itpro.tv/davidbombal ​ OSCP: https://www.offensive-security.com/co... ​ SANS: https://www.sans.org/ ​ Hack the box: https://www.hackthebox.eu/ ​ Try Hack Me: https://tryhackme.com/ ​ CTF Time: https://ctftime.org/ctf-wtf/ ​ CEH: https://www.eccouncil.org/programs/ce... ​ wifi hacking hacking wifi wifi kali linux best wifi adapter for kali linux kali linux wifi wifi kali kali wifi parrot os parrot os wifi hacking best wifi adapters best wifi adapters for hacking best wifi hacking adapters best hacking cert best hacking certifications best cybersecurity certs cybersecurity cybersecurity careers hacking hack ethical hacking ceh oscp itprotv ine ejpt elearn security try hack me hack the box hacking ethical hacker oscp certification ctf for beginners how to break in break in hacking kali linux 2021.1 Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

6 Apr 20219min

#270: Best WiFi Hacking Adapters in 2021 (Kali Linux / Parrot OS)

#270: Best WiFi Hacking Adapters in 2021 (Kali Linux / Parrot OS)

What are the best WiFi Adapters for hacking in 2021? Do they work with Kali Linux or Parrot OS? Do you even need one? I answer all these questions in this video. Recommended Adapters: Alfa AWUS036NHA: https://amzn.to/3wnyVen ​ Alfa AWUS036ACM: https://amzn.to/3fCL4WT ​ Alfa AWUS036ACH: https://amzn.to/3rLAjny ​ or https://amzn.to/2PxkkMV ​ Others: Alfa AWUS1900: https://amzn.to/31E0AtH ​ Alfa Long-Range Dual-Band AC1200: https://amzn.to/34UUCEL ​ Alfa AWUS036NEH: https://amzn.to/3sK2iW8 ​ Panda PAU05: https://amzn.to/3ue23Da ​ Panda PAU06: https://amzn.to/3wwqRZ8 ​ Panda PAU09: https://amzn.to/3wosx6X ​ WiFi Nation 802.11ac AC600: https://amzn.to/3cLQddm ​ WiFi Nation Atheros AR9271: https://amzn.to/3u8JUqm ​ See Aircrack FAQ for more: https://bit.ly/39AtWNZ ​ Menu: Kali Linux WiFi Adapters: 0:00​ Did I miss something? 0:58​ Do you need to purchase a WiFi adapter? 1:24​ Examples of why you need a WiFi adapters: 2:04​ Virtual Machine issues: 2:23​ What about Bare Metal installations:2:57 Does the adapter support 2.4 Ghz and GHz: 3:28​ How easy is it to use the adapter: 4:22​ My top three adapters: 5:08​ Branded vs unbranded adapters: 5:22​ Important question - chipset (Artheros AR9271): 6:00​ Realtek RTL8812AU: 6:39​ Look at the chipset and not the brand: 7:51​ Panda PAU05, PAU06, PAU09: 8:12​ Alfa AUS1900: 8:35​ Keep things simple: 9:06​ Kali Linux vs Parrat OS: 9:49​ TP-LINK TL-WN722N: 10:09​ Can you conceal the adapter: 11:09​ Alfa AWUS036NH: 11:35​ Build quality: 11:52​ Unbranded example: 12:33​ Range of the adapter: 13:05​ Previous video: https://youtu.be/yTINu4UQz4Y​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ ================ Links: ================ ITProTV Free Training: https://www.itpro.tv/plans/personal/ ​ My ITProTV affiliate link: https://go.itpro.tv/davidbombal ​ OSCP: https://www.offensive-security.com/co... ​ SANS: https://www.sans.org/ ​ Hack the box: https://www.hackthebox.eu/ ​ Try Hack Me: https://tryhackme.com/ ​ CTF Time: https://ctftime.org/ctf-wtf/ ​ CEH: https://www.eccouncil.org/programs/ce... ​ wifi wifi kali linuw best wifi adapter for kali linux kali linux wifi wifi kali kali wifi parrot os parrot os wifi hacking best wifi adapters best wifi adapters for hacking best wifi hacking adapters best hacking cert best hacking certifications best cybersecurity certs cybersecurity cybersecurity careers hacking hack ethical hacking ceh oscp itprotv ine ejpt elearn securtiy try hack me hack the box hacking ethical hacker oscp certification ctf for beginners how to break in break in hacking kali linux 2021.1 Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

6 Apr 202114min

#269: Born to hack?

#269: Born to hack?

What do I need to know before I become a hacker? Do I need to take certs before I become a hacker? What is a script kiddie? Previous video: https://youtu.be/7BaYLX1MYBQ​ Menu: ===== What do I need to know to become a hacker? 0:00​ How do I know if I'm ready? 0:59​ Give me the way: 2:39​ CCNA vs Network+ 3:58​ Security+ 4:50​ Born and got my A+ and then: 5:10​ It's knowledge, not certs: 6:44​ Suicide Linux: 7:45​ Where do I want to go from here? 8:03​ I need to specialize: 9:02​ Blue Team certs: 9:30​ Red Team certs: 10:50​ Reports, CTFs and other skills: 12:50​ Raspberry Pi Hacking Example: 13:15​ Stuff to look at doing: 14:40​ Who is a script kiddie: 16:16​ How do I move away from being a script kiddie: 18:55​ Real hackers wear hoodies: 20:25​ Path to being a real hacker: 20:46​ How to get real world experience: 24:29​ How to learn this: 27:02​ When do you stop learning: 29:58​ Don't be scared of failures: 30:45​ ================ Links: ================ ITProTV Free Training: https://www.itpro.tv/plans/personal/ ​ My ITProTV affiliate link: https://go.itpro.tv/davidbombal ​ eLearn Security: https://elearnsecurity.com/product/ej... ​ OSCP: https://www.offensive-security.com/co... ​ SANS: https://www.sans.org/ ​ Hack the box: https://www.hackthebox.eu/ ​ Try Hack Me: https://tryhackme.com/ ​ CTF Time: https://ctftime.org/ctf-wtf/ ​ CEH: https://www.eccouncil.org/programs/ce... ​ ==================== Connect with Daniel: ==================== LinkedIn: https://www.linkedin.com/in/daniellowrie ​ Blog: https://blog.itpro.tv/author/daniello... ​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ best hacking cert best hacking certifications best cybersecurity certs cybersecurity cybersecurity careers hacking hack ethical hacking ceh oscp itprotv ine ejpt elearn securtiy try hack me hack the box hacking ethical hacker oscp certification ctf for beginners how to break in break in hacking Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

6 Apr 202132min

#268: Python WiFi DoS (Denial Of Service) Attack

#268: Python WiFi DoS (Denial Of Service) Attack

Python WiFi DoS (Denial of Service) attack script. It's very easy to destroy a wifi network using this simple Python script. Learn Python today. It will change your life. This script uses Wi-Fi deauthentication messages to stop all users from accessing a wifi network. In the background, we are using airmon-ng and airodump-ng to launch our attack. Script1: https://bit.ly/3vYsbng ​ Direct GitHub link: https://github.com/davidbombal/red-py... ​ Script2: https://bit.ly/3clToZ4 ​ Direct GitHub link: https://github.com/davidbombal/red-py... ​ Menu: Python WiFi DOS Attack: 0:00​ Network Adapter: 1:05​ Script demonstration: 1:56​ Connect WiFi adapter: 2:35​ Create python script: 3:23​ Run Python script: 4:25​ Select WiFi Network: 5:35​ Kill WiFi network (deauth Wifi): 6:10​ Break script: 7:09​ Run script again to deauth Wifi: 7:36​ Recommendations and coolness: 7:56​ Requirements: 8:44​ Two versions of the script: 9:37​ Python script explanation: 10:21​ Second Python script: 15:44​ ================ Network Adapters: ================ Alfa AWUS036NHA: https://amzn.to/3qbQGKN ​ Alfa AWUSO36NH: https://amzn.to/3moeQiI ​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ ================ Support me: ================ DavidBombal.com: CCNA ($10): http://bit.ly/yt999ccna ​ Udemy CCNA Course: https://bit.ly/ccnafor10dollars ​ GNS3 CCNA Course: CCNA ($10): https://bit.ly/gns3ccna10 ​ wifi wifi dos wifi doser wifi hacking python hacking python python wifi python network scan python scanner python scan oscp ddos elearnsecurity oscp certification ethical hacking ceh oscp ine try hack me hack the box hacking ethical hacker ctf for beginners Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

26 Mar 202117min

#267:  Your path to success || Network Engineer in 2021

#267: Your path to success || Network Engineer in 2021

What should you be learning in 2021 to be successful as a network engineer? Which skills and trends are most important. Menu: Top 5 to 10 technologies for learn in 2021: 0:00​ Learn the fundamentals: 0:41​ How do I learn the fundamentals: 2:05​ Important content in CCNA: 2:34​ Cumulus Linux: 3:00​ Deep Work: 3:30​ Do honest work: 4:50​ Practical Skills: 5:10​ Learn how the cloud works: 5:43​ It's all free: 6:22​ Learn how to automate: 6:35​ Learn Git: 7:28​ Cisco, Juniper or Arista: 8:42​ Learn the technology: 9:30​ Waves to ride: 11:52​ Cisco Devnet: 13:13​ Advice for younger self: 15:59​ I am the smartest person: 18:25​ Think first: 18:51​ Skills in addition to technology: 19:20​ Ivan's dumb decisions (BGP): 20:35​ Another story of Ivan's mistakes (EIGRP): 22:21​ ============== Book mentioned: ============== Deep Work: https://amzn.to/3f7Or85 ​ ================ Previous Videos: ================ Any future for Network Engineers: https://youtu.be/LzooeiGxKis​ The top 10 skills Network Engineers need to learn in 2019: https://youtu.be/grS__DS3v7c​ ================ Connect with Ivan: ================ Website: http://bit.ly/2Hci4oL ​ Twitter: https://twitter.com/ioshints ​ LinkedIn: https://www.linkedin.com/in/ivanpepel... ​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ ================ Support me: ================ DavidBombal.com: CCNA ($10): http://bit.ly/yt999ccna ​ Udemy CCNA Course: https://bit.ly/ccnafor10dollars ​ GNS3 CCNA Course: CCNA ($10): https://bit.ly/gns3ccna10 ​ ====================== Special Offers: ====================== Boson software: 15% discount Link: bit.ly/boson15 Code: DBAF15P ccna devnet cisco cisco devnet associate future of networking networking jobs ccna jobs ccnp jobs cisco jobs aws azure ccnp cumulus arista ine ccna exam ccna certification Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

26 Mar 202126min

#266: Hacking: Too easy?

#266: Hacking: Too easy?

Are they making it too easy to hack? Need help? Go here: https://discord.com/invite/usKSyzb ​ Menu: Are they making hacking too easy? 0:00​ Story 1: Companies doing dumb things: 0:40​ Are Blackberry phones the best? 2:18​ Example of why people steal data: 3:42​ Story 2: CEO doesn't want any tools: 4:40​ It's a joke really: 6:35​ Rockyou wordlist: 8:25​ Top 10 passwords: 9:30​ You too good for rockyou? 10:40​ 75 - 80% success rate: 11:15​ ================ Links: ================ INE Free training: http://bit.ly/freeinetraining ​ eLearn Security: https://elearnsecurity.com/product/ej... ​ OSCP: https://www.offensive-security.com/co... ​ SANS: https://www.sans.org/ ​ Hack the box: https://www.hackthebox.eu/ ​ Try Hack Me: https://tryhackme.com/ ​ CTF Time: https://ctftime.org/ctf-wtf/ ​ CEH: https://www.eccouncil.org/programs/ce... ​ Cyber Blue: https://securityblue.team/ ​ Cyber Defenders: https://cyberdefenders.org/ ​ Did I miss something? Please comment. ================ Connect with Neal: ================ LinkedIn: https://www.linkedin.com/in/nealbridges/ ​ Twitter: https://twitter.com/ITJunkie ​ Twitch: https://www.twitch.tv/cyber_insecurity ​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ ================ Support me: ================ DavidBombal.com: CCNA ($10): http://bit.ly/yt999ccna ​ Udemy CCNA Course: https://bit.ly/ccnafor10dollars ​ GNS3 CCNA Course: CCNA ($10): https://bit.ly/gns3ccna10 ​ cybersecurity cybersecurity careers hacking hack ethical hacking ceh oscp ine try hack me hack the box hacking ethical hacker oscp certification ctf for beginners first job cybersecurity job hacking job how to break in break in hacking linkedin tips linkedin cybersecurity Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

22 Mar 202112min

#265: Massive 500K Giveaway

#265: Massive 500K Giveaway

Massive 500K Giveaway - lots of prizes to be won! Thank you for your support! =========== Giveaway: =========== Free INE courses: https://bit.ly/freeinetraining ​ INE Premium Annual Membership (3 winners): https://bit.ly/ine12months ​ INE $50 apparel store gift cards (5 winners): https://bit.ly/inemerch ​ $500 Amazon eGift (2 winners): https://bit.ly/500k500 ​ Free Wireshark course: http://bit.ly/wireshark500 ​ Free CCNA course: See link in video Free Python course: See link in video Free Linux course: See link in video ================ Links: ================ INE Free training: https://bit.ly/freeinetraining ​ eLearn Security: https://elearnsecurity.com/product/ej... ​ OSCP: https://www.offensive-security.com/co... ​ SANS: https://www.sans.org/ ​ Hack the box: https://www.hackthebox.eu/ ​ Try Hack Me: https://tryhackme.com/ ​ CTF Time: https://ctftime.org/ctf-wtf/ ​ CEH: https://www.eccouncil.org/programs/ce... ​ Cyber Blue: https://securityblue.team/ ​ Cyber Defenders: https://cyberdefenders.org/ ​ ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzb ​ Twitter: https://www.twitter.com/davidbombal ​ Instagram: https://www.instagram.com/davidbombal ​ LinkedIn: https://www.linkedin.com/in/davidbombal ​ Facebook: https://www.facebook.com/davidbombal.co ​ TikTok: http://tiktok.com/@davidbombal ​ YouTube: https://www.youtube.com/davidbombal​ ine elearn security ejpt ine giveaway ine free ccna aws hack hacker hacking ethical hacking ceh oscp ethical hacker oscp certification ctf for beginners Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel!

22 Mar 20214min

Populært innen Teknologi

romkapsel
teknisk-sett
rss-avskiltet
energi-og-klima
smart-forklart
tomprat-med-gunnar-tjomlid
shifter
rss-impressions-2
nasjonal-sikkerhetsmyndighet-nsm
fornybaren
teknologi-og-mennesker
rss-kvantespranget
rss-digitaliseringspadden
kunstig-intelligens-med-morten-goodwin
i-loopen
rss-polypod
digitalt
fotopodden
pedagogisk-intelligens
rss-snakk-om-sikkerhet