November 16, 2024Did I Run That? A Bash History AdventureprivacyprivacyprocessAlan Baugher·November 16, 2024·7 min readOn large project teams, multiple members may often use the same hosts simultaneously. Alternatively, you might prefer to maintain multiple SSH sessions open on the same host—one for monitoring logs...identitybashcamanagerbroadcomdsa+9
December 6, 2023Reduce the headache: Unleash the Power of Free File Descriptors in Bash Shell root cause analysistechnicaltechnicalAlan Baugher·December 6, 2023·7 min readWhen dealing with legacy, inherited, vendor, or custom bash shell scripts, especially those involving multiple functions and sourcing other child scripts, it's important to track the flow of files...linuxbashBASH_XTRACEFDfdfile descriptorset+2
October 13, 2019API Gateway and Docker LabprocessprocesstechnicalAlan Baugher·October 13, 2019·23 min readWhile assisting a site with their upgrade process from CA API Gateway 9.2 (docker) to the latest CA API Gateway 9.4 image, we needed to clarify the steps. In this blog entry, we have capture our...bashcaapibroadcomdockergateway+13
September 9, 2019Reduce log duplication: Avoid nohup.outtechnicaltechnicalAlan Baugher·September 9, 2019·2 min readIf you plan on starting your J2EE services manually, and wish to keep them running after you log out, a common method is to use nohup ./command.sh &. The challenge with the above process, is...identityaliasanabashcafunction+3