<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
      <title>Paul Pescitelli</title>
      <link>https://www.paulpescitelli.com</link>
      <description>Technical notes, systems thinking, and professional insights</description>
      <generator>Zola</generator>
      <language>en</language>
      <atom:link href="https://www.paulpescitelli.com/rss.xml" rel="self" type="application/rss+xml"/>
      <lastBuildDate>Sat, 01 Nov 2025 00:00:00 +0000</lastBuildDate>
      <item>
          <title>Innovation at Scale: Google&#x27;s Next Step in Data Security &amp; Sustainability</title>
          <pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/innovation-at-scale-google-data-security/</link>
          <guid>https://www.paulpescitelli.com/blog/innovation-at-scale-google-data-security/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/innovation-at-scale-google-data-security/">&lt;p&gt;This transformation wouldn&#x27;t have been possible without the dedication of hundreds of Googlers working together with unwavering focus. A huge thank you to everyone who helped make this happen! 🙌&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;cloud.google.com&#x2F;blog&#x2F;products&#x2F;identity-security&#x2F;the-future-of-media-sanitization-at-google&quot;&gt;The Future of Media Sanitization at Google&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>PATENT: Secure Racks</title>
          <pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/patent-secure-racks/</link>
          <guid>https://www.paulpescitelli.com/blog/patent-secure-racks/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/patent-secure-racks/">&lt;p&gt;Innovate + Iteration + Iteration = Invention.&lt;&#x2F;p&gt;
&lt;p&gt;It was a pleasure to partner with Joso (Jose Tomas) Eterovic to conceive this idea, strong teams can accomplish amazing things. Thanks to everyone behind the scenes who contributed.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;patents.google.com&#x2F;patent&#x2F;US12052291B1&#x2F;en?inventor=Paul+Pescitelli&quot;&gt;US12052291B1 - Secure Racks&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>RS-232 and DIY Console Server</title>
          <pubDate>Thu, 29 Aug 2024 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/rs232-console-server/</link>
          <guid>https://www.paulpescitelli.com/blog/rs232-console-server/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/rs232-console-server/">&lt;h1 id=&quot;rs-232-remains-relevant&quot;&gt;RS-232 remains relevant&lt;&#x2F;h1&gt;
&lt;p&gt;In the late 1990s, IT professionals faced a limited set of options when it came to configuring network devices. One of the primary methods for setting up routers and firewalls was through the trusty RS-232 interface. While this is quite dated it remains a reliable and relevant means of communication.&lt;&#x2F;p&gt;
&lt;p&gt;Fast forward to today&#x27;s cloud-centric world, where sleek web interfaces dominate the landscape of network management. You might think that RS-232 has become obsolete, relegated to the annals of tech history. However, this couldn&#x27;t be further from the truth. I recently dusted off an old Keyspan device and cable that was in my &quot;techy GO-BAG&quot; and used that as the foundation to construct a DIY RS-232 console server using a Raspberry Pi.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;why-rs-232-still-matters&quot;&gt;Why RS-232 Still Matters&lt;&#x2F;h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Fundamental Knowledge&lt;&#x2F;strong&gt;: Understanding RS-232 helps grasp the basics of how devices communicate at a low level. Baud rates, stop bit, oh my!&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Failsafe Access&lt;&#x2F;strong&gt;: When network connectivity fails, a direct serial connection can be your lifeline to diagnose and fix issues.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Security&lt;&#x2F;strong&gt;: Serial connections are inherently more secure as they require physical access to the device, reducing the attack surface.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Learning CLI Syntax&lt;&#x2F;strong&gt;: Many modern network devices still support CLI (Command Line Interface) configuration. Using an RS-232 connection forces you to interact with these CLIs directly, enhancing your understanding of command syntax.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;h2 id=&quot;building-your-own-rs-232-console-server&quot;&gt;Building Your Own RS-232 Console Server&lt;&#x2F;h2&gt;
&lt;p&gt;Creating a DIY RS-232 console server with a Raspberry Pi is an excellent project that combines hardware tinkering with software configuration. Here&#x27;s why it&#x27;s worth your time:&lt;&#x2F;p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Cost-Effective&lt;&#x2F;strong&gt;: Commercial console servers can be expensive. A Raspberry Pi-based solution is significantly more affordable, and many of you probably have an older RPi3 sitting on the shelf.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Customizable&lt;&#x2F;strong&gt;: You can tailor the setup to your specific needs and preferences.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Educational&lt;&#x2F;strong&gt;: The process teaches you about Linux, networking, and hardware interfacing.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Practical&lt;&#x2F;strong&gt;: Once set up, you have a powerful tool for managing multiple network devices.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;h2 id=&quot;getting-started&quot;&gt;Getting Started&lt;&#x2F;h2&gt;
&lt;p&gt;To build your RS-232 console server, you&#x27;ll need:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;A Raspberry Pi (any recent model will do) &lt;a href=&quot;https:&#x2F;&#x2F;amzn.to&#x2F;4g2Y05l&quot;&gt;RPi4&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;li&gt;USB to RS-232 adapters (one for each device you want to manage) - I already had a few &lt;a href=&quot;https:&#x2F;&#x2F;amzn.to&#x2F;4ggdqDw&quot;&gt;Keyspan adapters&lt;&#x2F;a&gt; handy and just needed to get the &lt;a href=&quot;https:&#x2F;&#x2F;amzn.to&#x2F;3Mn6uqt&quot;&gt;serial to RJ45 cable&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;IMG_1146.jpeg&quot; alt=&quot;&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Ethernet cable for network connectivity&lt;&#x2F;li&gt;
&lt;li&gt;Power supply for the Raspberry Pi&lt;&#x2F;li&gt;
&lt;li&gt;MicroSD card for the Raspberry Pi&#x27;s operating system&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;There are thousands of tutorials on how to get the RPi setup, so I won&#x27;t cover those steps here. There are several different methods to communicate with the serial port, here are a few options with my preferred method.&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;cu - This is a package that can be installed that originates from the name &quot;Call Up&quot; another system back when we used to use modems.&lt;&#x2F;li&gt;
&lt;li&gt;minicom - another common package that supports some file transfer options like Kermit.&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;[CURRENT FAVORITE]&lt;&#x2F;strong&gt; &lt;strong&gt;tio&lt;&#x2F;strong&gt; - You can find the &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;tio&#x2F;tio&quot;&gt;source on github&lt;&#x2F;a&gt;, a beautifully simple and effective Terminal IO. Congrats to the author for fine work.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If you don&#x27;t want to build tio from source you can always install the package with&lt;&#x2F;p&gt;
&lt;pre data-lang=&quot;bash&quot; class=&quot;language-bash z-code&quot;&gt;&lt;code class=&quot;language-bash&quot; data-lang=&quot;bash&quot;&gt;&lt;span class=&quot;z-source z-shell z-bash&quot;&gt;&lt;span class=&quot;z-meta z-function-call z-shell&quot;&gt;&lt;span class=&quot;z-variable z-function z-shell&quot;&gt;raspberrypi:&lt;span class=&quot;z-meta z-group z-expansion z-tilde&quot;&gt;&lt;span class=&quot;z-variable z-language z-tilde z-shell&quot;&gt;~&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;span class=&quot;z-meta z-function-call z-arguments z-shell&quot;&gt; $ sudo apt install tio&lt;&#x2F;span&gt;
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Then it is as simple as this to start using tio&lt;&#x2F;p&gt;
&lt;pre data-lang=&quot;bash&quot; class=&quot;language-bash z-code&quot;&gt;&lt;code class=&quot;language-bash&quot; data-lang=&quot;bash&quot;&gt;&lt;span class=&quot;z-source z-shell z-bash&quot;&gt;&lt;span class=&quot;z-meta z-function-call z-shell&quot;&gt;&lt;span class=&quot;z-variable z-function z-shell&quot;&gt;$&lt;&#x2F;span&gt;&lt;&#x2F;span&gt;&lt;span class=&quot;z-meta z-function-call z-arguments z-shell&quot;&gt; tio &#x2F;dev&#x2F;ttyUSB0&lt;&#x2F;span&gt;
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;h2 id=&quot;closing-thought&quot;&gt;Closing thought&lt;&#x2F;h2&gt;
&lt;p&gt;While modern network management tools have their place, there&#x27;s still immense value in understanding and utilizing RS-232 connections. While it is a small project but building your own console server you have another tool at your disposal, and it may just save you when you misconfigure a router and lock yourself out.&lt;&#x2F;p&gt;
&lt;p&gt;Dust off that old Raspberry Pi. The world of RS-232 is waiting to remind you why it&#x27;s still relevant in today&#x27;s networking landscape.&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Security, Problem Solving and Scope Setting</title>
          <pubDate>Thu, 11 Apr 2024 10:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/security-problem-solving/</link>
          <guid>https://www.paulpescitelli.com/blog/security-problem-solving/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/security-problem-solving/">&lt;h1 id=&quot;mornings-with-paul&quot;&gt;Mornings with Paul&lt;&#x2F;h1&gt;
&lt;p&gt;As I sit here this morning watching the second round of the Masters Golf tournament when they should be starting the third round (weather delays) my mind wonders into problem solving. The conditions are changing frequently with winds and rain bringing a wide variety of challenges front and center, and these conditions change with each hole and at each hour.&lt;&#x2F;p&gt;
&lt;p&gt;Zooming out, there are many parallels to identifying a path to excellent results, whether you are responding to the changing conditions at Augusta National or the evolving threat landscape for corporate security. Todays topic is about scoping problems which turn into programs or projects.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;the-importance-of-scope&quot;&gt;The Importance of Scope&lt;&#x2F;h2&gt;
&lt;p&gt;A common challenge when implementing a program is understanding the scope of the project. Whether you are an engineering manager, security engineer or technical program manager The key is to set the scope accurately, that is, with a high degree of precision. One approach is to think about it as a puzzle, more specifically one that is a blank slate and don&#x27;t have the visual cues available.&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Most people put a puzzle together by doing the outer edges, e.g. the framing. One the surface this seems appropriate because the straight edge makes identifying those pieces easier. For your program, what are those hard edges? These can be stated as outcomes desired&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Example: It will not be possible for an adversary to do X in Y months.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Once the edges are identified, here is a piece that teams seem to skip. Stop! Take a break, let your mind and those of your colleagues absorb the frame. Go for a long walk or however you find your Zen and think about something else as this is where the real magic can happen. Hours or days later you may recognize that the framing is not precise enough. This is the time to iterate, not when you are in execution mode.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Now that you have more certainty that the frame is well formed, you must consider with more rigor what the pieces inside the frame. This can be a bit tricky, particularly as you fill in the puzzle, there will be items that look like they belong but probably don&#x27;t. This is a trap that leads to scope creep, fight the urge to fix all the things.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Security professionals often strive for perfection, however, the business may not need that level of rigor. Now is it time to be thinking about how you and the team balance the needs of both.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Metrics, measures and instrumentation. How will you be able to demonstrate progress, perhaps in risk reduction, lessening toil, or elimination of technical debt. If you have not read or taken the &lt;a href=&quot;https:&#x2F;&#x2F;www.edwardtufte.com&#x2F;&quot;&gt;Edward Tufte courses&lt;&#x2F;a&gt;, please consider them (I get no benefit from recommending them) as I find the approach on visual representation of data quite effective. TL&#x2F;DR - Don&#x27;t use pie charts :-)&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;creating-a-narrative&quot;&gt;Creating a Narrative&lt;&#x2F;h2&gt;
&lt;p&gt;Now that you have a well-defined scope, it&#x27;s time to create a narrative around your program or project. This is the story you will tell to stakeholders, executives, partners and your team.&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Be clear and concise in your storytelling. Use data and metrics to help illustrate your points.&lt;&#x2F;li&gt;
&lt;li&gt;Outline the problem you are trying to solve or the outcome you are trying to achieve.&lt;&#x2F;li&gt;
&lt;li&gt;Add in details. What are the major milestones and how will you measure success?&lt;&#x2F;li&gt;
&lt;li&gt;Don&#x27;t forget to address potential roadblocks, risks, or challenges. Providing solutions or contingency plans shows you have thought it through.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;If done well, you will soon find others repeating your narrative, which is a good indicator of support and future adoption. With these steps in mind, you can successfully tackle any problem and achieve excellent results.&lt;&#x2F;p&gt;
&lt;p&gt;Ciao!&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Misc System Administration ProTips</title>
          <pubDate>Thu, 11 Apr 2024 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/misc-sysadmin-protips/</link>
          <guid>https://www.paulpescitelli.com/blog/misc-sysadmin-protips/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/misc-sysadmin-protips/">&lt;p&gt;Just documenting a miscellaneous list of tips mostly do I don&#x27;t forget where they are located, but also figured they could be useful for others.  No particular rhyme or reason, just random notes.&lt;&#x2F;p&gt;
&lt;h1 id=&quot;pro-tips&quot;&gt;Pro Tips&lt;&#x2F;h1&gt;
&lt;h3 id=&quot;mellanox-cx3&quot;&gt;Mellanox CX3&lt;&#x2F;h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Test for detection &lt;code&gt; lspci |grep -i mellanox&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Mellanox interface example naming&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;&lt;code&gt; Enp102s0  - top port on the card&lt;&#x2F;code&gt;
&lt;code&gt;Enp102s0d1 - bottom port&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;ol start=&quot;3&quot;&gt;
&lt;li&gt;
&lt;p&gt;Card ONLY supports &lt;strong&gt;128&lt;&#x2F;strong&gt; VLANs, if you are using a config (proxmox) that defaults to being a trunk with thousands of VLANs you will need to specify in your &#x2F;etc&#x2F;network&#x2F;interfaces file which vlanIDs you want to be present on the card.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;Detect speed for port &lt;code&gt;ethtool &amp;lt;devicename&amp;gt; | grep -i speed&lt;&#x2F;code&gt;&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;h3 id=&quot;motherboard&quot;&gt;Motherboard&lt;&#x2F;h3&gt;
&lt;ol&gt;
&lt;li&gt;The enterprise class motherboards have a built in BMC (IPMI), post 2019 they changed the default login and password. The password is now individually coded to the Mobo and is located on a sticker on the motherboard.  Write this down in your secure password vault &lt;em&gt;BEFORE&lt;&#x2F;em&gt; assembling the server.&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
</description>
      </item>
      <item>
          <title>The Powerful Chain of Connection</title>
          <pubDate>Tue, 19 Dec 2023 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/powerful-chain-of-connection/</link>
          <guid>https://www.paulpescitelli.com/blog/powerful-chain-of-connection/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/powerful-chain-of-connection/">&lt;h1 id=&quot;the-powerful-chain-of-connection-how-who-and-how-unlock-opportunities&quot;&gt;The Powerful Chain of Connection: How WHO and HOW Unlock Opportunities&lt;&#x2F;h1&gt;
&lt;p&gt;Earlier this year (2023), I was asked to present to entrepreneurs visiting under the Young African Leadership Initiative (YALI) program. This program introduces African civic, business, and community leaders for academic coursework, leadership training, and networking at U.S. colleges and universities.&lt;&#x2F;p&gt;
&lt;p&gt;While reading their biographies, I was intrigued by the various interests and industries they represent, the Internet, retail, banking, and cosmetics, to name a few. While I was humbled that this group of leaders would spend 45 minutes with me, the pressure of making this time valuable for them was very present.&lt;&#x2F;p&gt;
&lt;p&gt;Given their diverse industry and leadership experience, it became clear that focusing on cybersecurity (usually a technical talk) may not be the best approach. Therefore, a topic pivot was necessary. The following is an abbreviated story to demonstrate the combined power of who you are and the network you build.&lt;&#x2F;p&gt;
&lt;p&gt;The journey of my career path is somewhat non-standard; my first official computer class was in high school in the early 80s, which began with programming on the Apple ][+. In this class, I befriended another student who would be a lifelong friend. This was the first link in the chain&lt;&#x2F;p&gt;
&lt;p&gt;A few years later, we were selling computers in a retail storefront, which was the only way to buy a computer at the time. The industry was far from the do-it-yourself build-from-parts. One afternoon, an elderly gentleman walked in and wanted one of the &quot;new-fangled personal computers.&quot; Being new to the technology, he also asked if he could hire someone to teach him more, and my friend offered to help him on the weekends. Another link in the chain is now established&lt;&#x2F;p&gt;
&lt;p&gt;Fast forward a few more years, and my friend and I were at lunch, where I casually mentioned that our team had openings for designing, building, and deploying the traditional 3-tier internet architectures from the late &#x27;90s. As it would turn out, the grandson of the elderly gentleman who bought the computer in the retail store was versed in computers and was looking for a new opportunity. Great, have him give me a call! During the interview, it became clear that this person was a good problem solver, and he was offered the job on the spot. The chain grows stronger with this link.&lt;&#x2F;p&gt;
&lt;p&gt;A few years passed and as often happens, the gentleman I hired moved on and we no longer worked at the same company. However, he called one day and wanted me to come interview for the company he was working for. I graciously declined being happy in my current role. But he was nothing if not persistent, and a year later, he convinced me to do the interview. Today, 17 years later, we are both still at the same company, and I am eternally grateful.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;The 3 most powerful letters - O, H, W&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The story above serves as the backdrop for the title of this post and is what allowed me to bring the YALI audience on a journey while setting the stage for two crucial items for success in whatever you do.&lt;&#x2F;p&gt;
&lt;p&gt;Re-arrange the letters to&lt;&#x2F;p&gt;
&lt;p&gt;The &lt;strong&gt;HOW&lt;&#x2F;strong&gt; - In today&#x27;s world, everyone is busy and often distracted; therefore, how you interact with others in your personal and work lives are inextricably intertwined.&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Be patient - The other individual will not be in the same place you are, nor will they have the same life experiences. Structure your discussions so that you are meeting them part way, in a manner that allows them to build context.&lt;&#x2F;li&gt;
&lt;li&gt;Lead with empathy - An extension of being patient involves understanding team members&#x27; emotions, needs, and experiences (or friends and family). You can do this by actively listening and minimizing those pesky distractions from computers or smartphones.&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Combining those items allows you to take them on the proverbial casual walk in the park, where free-flowing discussion can occur. This process is foundational for building respect and rapport.&lt;&#x2F;p&gt;
&lt;p&gt;Re-arrange those letters again&lt;&#x2F;p&gt;
&lt;p&gt;The &lt;strong&gt;WHO&lt;&#x2F;strong&gt; (not the band)- If you have a good &quot;HOW,&quot; this will allow you to build a strong network. Building your network is an essential step in helping &lt;strong&gt;&lt;em&gt;others&lt;&#x2F;em&gt;&lt;&#x2F;strong&gt; connect and identify opportunities. However, you will be amazed at how often this will turn around to benefit your journey through life.&lt;&#x2F;p&gt;
&lt;p&gt;While not intended to be a &lt;strong&gt;how-to&lt;&#x2F;strong&gt; for building your personal or professional network, many different strategies can help you start small and expand your network over time:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;Start with friends or acquaintances that you don&#x27;t have regular interactions with&lt;&#x2F;li&gt;
&lt;li&gt;Push your social skills and attend a speak-easy dinner where you don&#x27;t know others; think supper club-type events&lt;&#x2F;li&gt;
&lt;li&gt;Attend local interest groups or professional organizations&lt;&#x2F;li&gt;
&lt;li&gt;Attend industry events or conferences&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Practical takeaway - Don&#x27;t miss an opportunity to open a door; you never know what opportunities are on the other side.&lt;&#x2F;p&gt;
&lt;p&gt;When you combine the &lt;strong&gt;WHO&lt;&#x2F;strong&gt; with the &lt;strong&gt;HOW&lt;&#x2F;strong&gt;, you have a foundation for a powerful life experience and opportunities. Start building your chain of connection today. You never know where it might lead you.&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>Mentoring</title>
          <pubDate>Sun, 20 Aug 2023 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/mentoring/</link>
          <guid>https://www.paulpescitelli.com/blog/mentoring/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/mentoring/">&lt;h1 id=&quot;mornings-with-paul-mentoring&quot;&gt;Mornings with Paul: Mentoring&lt;&#x2F;h1&gt;
&lt;p&gt;Do you mentor others, or have you been a mentee? Most think about mentoring as something related to their professional career, and while that is important, I find it useful in other areas as well, like personal life, volunteer efforts, etc.&lt;&#x2F;p&gt;
&lt;p&gt;Have you ever paid it forward? For example, being in the drive-through line at your favorite coffee shop, and decided to pay for the drink of the person behind you? The feeling of doing good and helping others is built into us as humans. Mentoring is much the same, it not only provides a great service for the mentee, it also allows you to grow as an individual.&lt;&#x2F;p&gt;
&lt;p&gt;I have been both a mentor and a mentee. As a mentor, I enjoy helping others learn and grow, while also learning from their perspectives and insights. As a mentee, I appreciate having a valuable resource to tap into, whether it&#x27;s a coach, a teacher, or even a friend who is more experienced in a particular field. It is amazing how much you can learn and benefit from these relationships&lt;&#x2F;p&gt;
&lt;p&gt;A good mentor is someone willing to share their knowledge and experience with others and provide support and guidance. They should be patient, approachable, and able to listen actively and provide constructive feedback. A good mentor should also be able to adapt to the needs of their mentee and provide personalized support. Additionally, a good mentor should have a positive attitude and be able to motivate and inspire others. Finally, a good mentor should be able to establish trust and build a strong mentor-mentee relationship.&lt;&#x2F;p&gt;
&lt;p&gt;Find or become a mentor today and reap the rewards of strong relationships no matter how big or small the contributions may be.&lt;&#x2F;p&gt;
</description>
      </item>
      <item>
          <title>ADM 9F8 GR RJ45</title>
          <pubDate>Fri, 03 Dec 2010 00:00:00 +0000</pubDate>
          <author>Unknown</author>
          <link>https://www.paulpescitelli.com/blog/adm-9f8-gr-rj45/</link>
          <guid>https://www.paulpescitelli.com/blog/adm-9f8-gr-rj45/</guid>
          <description xml:base="https://www.paulpescitelli.com/blog/adm-9f8-gr-rj45/">&lt;p&gt;Once upon a time (circa 1999), RS232 was the primary mechanism for communicating and updating firmware in most computer systems. This means that we had to make a bunch of cables and rather than soldering pin the techie crew often used these modular adapters as the pinout needed for various installations varied.&lt;&#x2F;p&gt;
&lt;p&gt;ADM 9F8 GR - RJ45 to db9 fem
The following is for the  D-Sub-RJ-45 Modular Adapter&lt;&#x2F;p&gt;
&lt;p&gt;1 - blu
2 - org
3 - blk
4 - red
5 - grn
6 - yel
7 - brn
8 - wht&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.onlinecomponents.com&#x2F;en&#x2F;productdetail&#x2F;pan-pacific&#x2F;adm9f8gr-12222694.html&quot;&gt;Onlinecomponents Link&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</description>
      </item>
    </channel>
</rss>
