125 lines
7.4 KiB
HTML
125 lines
7.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" name="robots" content="noindex,nofollow">
|
||
<link rel="stylesheet" href="index.css">
|
||
<title>Gianlucca Pirovano's Resume</title>
|
||
<script>
|
||
// Duration calculation functions
|
||
function monthDiff(d1, d2) {
|
||
var months = (d2.getFullYear() - d1.getFullYear()) * 12;
|
||
months += d2.getMonth() - d1.getMonth();
|
||
return months;
|
||
}
|
||
|
||
function calculateDuration(startYear, startMonth, startDay) {
|
||
var startDate = new Date(startYear, startMonth, startDay);
|
||
var months = monthDiff(startDate, new Date());
|
||
var years = Math.floor(months / 12);
|
||
var remMonths = months % 12;
|
||
var str = '';
|
||
|
||
if (years > 0) {
|
||
str += years + ' Year' + (years !== 1 ? 's' : '');
|
||
if (remMonths > 0) {
|
||
str += ' ' + remMonths + ' Month' + (remMonths !== 1 ? 's' : '');
|
||
}
|
||
} else if (months > 0) {
|
||
str = months + ' Month' + (months !== 1 ? 's' : '');
|
||
} else {
|
||
str = '1 Month';
|
||
}
|
||
return str;
|
||
}
|
||
|
||
// Auto-update Broward College job duration
|
||
document.addEventListener('DOMContentLoaded', function () {
|
||
var browardDuration = document.getElementById('broward-duration');
|
||
if (browardDuration) {
|
||
browardDuration.textContent = calculateDuration(2025, 8, 30); // September 30, 2025
|
||
}
|
||
});
|
||
document.addEventListener('DOMContentLoaded', function () {
|
||
var browardPythonAssistantDuration = document.getElementById('browardPythonAssistantDuration');
|
||
if (browardPythonAssistantDuration) {
|
||
browardPythonAssistantDuration.textContent = calculateDuration(2026, 3, 09); // March 9, 2026
|
||
}
|
||
});
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<a class="printhead" href="https://resume.luccapirovano.com">Web Version<br></a>
|
||
|
||
<h1 class="title">
|
||
<a href="https://resume.luccapirovano.com">Gianlucca Pirovano</a><br>
|
||
<small>Linux & Network Security Professional<br>
|
||
Email: luccapirovano@gmx.com | Phone: +1-954-795-7430</small>
|
||
</h1>
|
||
|
||
<div class="grid">
|
||
<!-- Technical Skills -->
|
||
<div>
|
||
Technical Skills:
|
||
<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>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Work Experience -->
|
||
<div>
|
||
Work Experience:
|
||
<ul>
|
||
<li><a href="https://www.wheelhouseit.com/">Wheelhouse IT</a> - MSP IT Support Agent - 9 Months</li>
|
||
<li><a href="https://www.wheelhouseit.com/">Wheelhouse IT</a> - MSP IT Support Technician - 9 Months</li>
|
||
<li><a href="https://www.broward.edu/">Broward College</a> - Computer Lab Tutor / Robot Technician - [Current] - <span id="broward-duration"></span></li>
|
||
<li><a href="https://www.broward.edu/">Broward College</a> - Computer Science Professor Assistant [FIU Study Coach Grant] - [Current] - <span id="browardPythonAssistantDuration"></span></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Projects -->
|
||
<div>
|
||
Projects:
|
||
<ul>
|
||
<li>A <a href="https://readonlywiki.luccapirovano.com">knowledgebase</a> to document projects and processes I've learned in my career.</li>
|
||
<li>A complex home <a href="images/setup.jpg">computer setup</a> that uses virtualization and PCIe passthrough to segment different workflows.</li>
|
||
<li>Deployed and self-host <a href="images/peppermint.png">Peppermint.sh</a> — a lightweight open-source ticketing system for my own personal projects (currently managing 11 open issues, 161 completed issues).</li>
|
||
<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>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Competitions & Hackathons -->
|
||
<div>
|
||
Competitions & Hackathons:
|
||
<ul>
|
||
<li>Achieved Gold Semifinals in <a href="https://www.uscyberpatriot.org/">CyberPatriot</a> (Windows 10, Windows Server, and Debian Linux).</li>
|
||
<li>Won 1st Place nationally in <a href="https://bpa.org/">Business Professionals of America (BPA)</a> Leadership Competition – Linux category.</li>
|
||
<li>Participated in <a href="https://shellhacks.net/">ShellHacks 2025</a> at Florida International University.</li>
|
||
<li>Participated in <a href="https://www.plutohacks.com/">PlutoHacks 2025</a> at Broward College.</li>
|
||
<li>Participated in <a href="https://luma.com/0ft353ya">FlagOps 2025</a> – FIU Capture The Flag cybersecurity competition.</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Certifications & Education -->
|
||
<div>
|
||
Certifications & Education:
|
||
<ul>
|
||
<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>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<img src="/luccapirovano.com-qr.png"><br>
|
||
</body>
|
||
</html>
|