removed old matrix well known files

This commit is contained in:
Lucca Pirovano
2026-06-29 17:11:14 -04:00
parent 6d97363e0b
commit aec45f3d0b
14 changed files with 300 additions and 9 deletions
+9 -6
View File
@@ -32,17 +32,18 @@
return str;
}
// Auto-update Broward College job duration
// Auto-update job durations
document.addEventListener('DOMContentLoaded', function () {
var browardDuration = document.getElementById('broward-duration');
if (browardDuration) {
browardDuration.textContent = calculateDuration(2025, 8, 30); // September 30, 2025
browardDuration.textContent = calculateDuration(2025, 8, 30);
}
});
document.addEventListener('DOMContentLoaded', function () {
var browardPythonAssistantDuration = document.getElementById('browardPythonAssistantDuration');
if (browardPythonAssistantDuration) {
browardPythonAssistantDuration.textContent = calculateDuration(2026, 3, 09); // March 9, 2026
browardPythonAssistantDuration.textContent = calculateDuration(2026, 3, 9);
}
});
</script>
@@ -63,7 +64,7 @@
<ul>
<li><u>Linux / Unix-Like</u>: Debian, Ubuntu, Fedora, CentOS/Rocky, Arch, Alpine, FreeBSD, MacOS</li>
<li><u>Windows</u>: XP, 7, 8, 8.1, 10, 10 Enterprise, 10 Enterprise LTSB/LTSC, 11, 11 Enterprise, Server 2012-R2, Server 2019, Server 2022</li>
<li><u>Software & Tools</u>: Active Directory, Proxmox VE, KVM, PCIe passthrough, Python, HTML, CSS, pfSense, Apache, PHP, Docker, UFW + firewalld, vsftpd, stunnel, SSH, stable-diffusion-webui, ConnectWise, Peppermint.sh, Arduino</li>
<li><u>Software & Tools</u>: Active Directory, Proxmox VE, KVM, PCIe passthrough, Python, HTML, CSS, pfSense, Apache, PHP, Docker, UFW + firewalld, vsftpd, stunnel, SSH, stable-diffusion-webui, ConnectWise, Peppermint.sh, Arduino, TrueNAS</li>
</ul>
</div>
@@ -88,7 +89,8 @@
<li><a href="https://readonlywiki.luccapirovano.com/index.php/Infared_Reciever_w/_Alpine_on_the_Bulldozer_Datto">Infrared Receiver on Alpine Linux</a> — Configured NetworkManager WiFi and full LIRC infrared support with custom remote mapping and bash scripting for remote-triggered bash commands.</li>
<li>Deployed a <a href="https://www.pfsense.org/">pfSense</a> router with multiple subnets, IP whitelisting, and advanced firewall rules.</li>
<li><a href="carproject">Aerodrive: Arduino Fan Car</a> — Built a fan-propelled car prototype controlled by Arduino. Generated custom PWM signals on the Arduino to drive the fans. Integrated a Raspberry Pi as a wireless Access Point with a live camera feed and web interface that allowed real-time control of fan speeds. AI Tools were used extensively to complete the project before the deadline.</li>
<li>Kali NetHunter on Pixel 3a — Installed and configured a mobile penetration testing environment, experimenting with USB (HID/device emulation), Bluetooth, NFC, and Wi-Fi attack vectors.</li>
<li><a href="/homelab">Homelab Infrastructure</a> — Built a multi-server homelab consisting of a TrueNAS storage server, Proxmox VE virtualization server, and pfSense router. I can add and remove nodes to the Proxmox cluster as needed based on how much CPU power is required.</li>
<li><a href="https://www.kali.org/get-kali/#kali-mobile">Kali NetHunter</a> on Pixel 3a — Installed and configured a mobile penetration testing environment, experimenting with USB (HID/device emulation), Bluetooth, NFC, and Wi-Fi attack vectors.</li>
</ul>
</div>
@@ -108,10 +110,11 @@
<div>
Certifications & Education:
<ul>
<li><a href="certs/CompTIA-CySA+-ce-certificate.pdf">CompTIA CySA+</a></li>
<li><a href="certs/CompTIA-Linux+-ce-certificate.pdf">CompTIA Linux+</a></li>
<li><a href="certs/CompTIA-A+-ce-certificate.pdf">CompTIA A+</a></li>
<li><a href="certs/CompTIA-Network+-ce-certificate.pdf">CompTIA Network+</a></li>
<li><a href="certs/CompTIA-Security+-ce-certificate.pdf">CompTIA Security+</a></li>
<li><a href="certs/CompTIA-Linux+-ce-certificate.pdf">CompTIA Linux+</a></li>
<li><a href="certs/McFatter-Applied-Cybersecurity-Technical-Diploma.pdf">Technical Diploma for Applied Cybersecurity</a></li>
<li><a href="https://catalog.broward.edu/programs-study/network-systems-technology-network-administration-as/#text">Associate of Science - Network Administration - Broward College (Expected Dec 2026)</a></li>
<li><a href="https://catalog.broward.edu/programs-study/network-systems-technology-network-administration-as/#text">Bachelor of Applied Science - Network Systems Analyst - Broward College (Expected Dec 2028)</a></li>