I presented this talk, titled Baby Steps to Freedom, at LibrePlanet 2022 to help get more people to use and love Free Software (which is also known as Open Source Software).
The purpose of my talk was to help explain a long-term strategy to get more people using and caring about Free Software (also called: Open Source Software) through a series of small baby steps. For instance, an easy way is to get as many people you know to use the Firefox web browser on their home computer and smartphone instead of Google Chrome.
If you are interested, feel free to read through my briefing slides that I presented for my talk.
I have released the video lecture that I presented at my Hackers On Planet Earth (HOPE) 2020 conference workshop on using the Telnet Muhahaha! program. The lecture showcases how ancient Telnet can create modern web bots for various purposes. I held my workshop originally on .
For instance, I demonstrate how to create an HTTP (v1.1) bot and an IRC (Internet Relay Chat) bot just by automating Telnet with Python. Feel free to download the program and play around with the open source software code. Enjoy!
Note: Apologies for my bad haircut in the video, but it was during the COVID era of when I was attempting to cut my own hair. (-:
Hello to my fellow Hackers On Planet Earth (HOPE) 2020 attendees! I am excited for you to join my workshop on Python + Telnet = Muhahahha!!! that will be held on from - . I've worked hard coming up with a simple and elegant script that can create a few Telnet bots to do some web server recon which then gets reported to an IRC channel of your choice.
It's not required for joining the workshop, but if you want to download, run, and/or modify the code, I have posted it to my Projects page under the fun name of Telnet Muhahaha! under the GNU Affero GPL 3 (AGPLv3) open source software license. I've tested it on Linux and Windows and the program works great. Those that are using a VPN might have issues connecting to some IRC servers. So, that is a network problem and not an issue with my program.
This is a somewhat advanced course on how to write SQL (Structured Query Language) syntax to help you perform useful calculations in a relational database system (e.g., MySQL, Oracle, Microsoft Access, PostgreSQL, Microsoft SQL Server, et cetera). This video follows my other lectures on Basic SQL Queries and another one dealing with SQL Multi-Table Queries. Therefore, if you have not yet watched those previous lectures, please view those first unless you feel comfortable writing SQL generally.