Category: Phoenix Ignited Tech Blog

  • Installing Vendure Locally on Bare Metal in Dev Mode

    Installing Vendure Locally on Bare Metal in Dev Mode Installing Vendure Locally on Bare Metal in Dev Mode July 20, 2024 Vendure is a headless open source ecommerce and marketplace solution for running online marketplaces such as etsy, amazon, etc. or for simply running a simple online store like you would with woocommerce. As it…

  • Binary Search Algorithm

    Binary Search Algorithm Binary Search Algorithm July 18, 2024 The Binary Search Algorithm takes a set of pre-organized data, such as an array of numbers like {1, 2, 3, 4, 5, 6, 11, 13, 199, 201,} and divides the set by two, then takes the middle number and compares it to the target number, if…

  • Linear Search Algorithm

    Linear Search Algorithm Linear Search Algorithm July 18, 2024 The Linear Search Algorithm is the most fundamental / “base” search algorithm. It is incredibly simple and straightforward and in fact you use it every day, most often without even realizing it. The Linear Search Algorithm takes a “target” value of a set of data, and…

  • Intro to Net Masks

    Intro to Net Masks Intro to Net Masks July 18, 2024 Basic to understanding networking and basic to how networking works is network addressing and sub-networking. Think of it this way the internet is an interstate and off of that interstate branch state highways, and off of those highways branch streets, roads etc. Now host…

  • Intro to Nmap

    Intro to Nmap Intro to Nmap July 17, 2024 Nmap (or Network Mapper) is a tool that aids in scanning devices on a network. A hacker favorite as well as an essential in network administration, Nmap can discover devices on a network, discover open ports on devices, discover the OS and software devices are running…

  • NMAP –Help V7.80

    NMAP –Help NMAP –Help July 16, 2024 This is just a copy of nmap –help Copy to clipboard # Run nmap –help to display this help page in the terminal Nmap 7.80 ( https://nmap.org ) Usage: nmap [Scan Type(s)] [Options] {target specification} TARGET SPECIFICATION: Can pass hostnames, IP addresses, networks, etc. Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1;…

  • Manually Create a Documenso Admin Account with PSQL

    Manually Create a Documenso Admin Account with PSQL Manually Create a Documenso Admin Account with PSQL July 15, 2024 In this tutorial we will be manually creating an ADMIN user in Documenso via PSQL in the command line. It requires root access to the machine hosting Documenso. I tested it after launching Documenso via the…

  • Users in Documenso

    Users in Documenso Users in Documenso July 12, 2024 This article goes through user management in Documenso, an open source alternative to Docusign etc. It explores user authentication, user roles, default users, in a simple way how users are setup in the postgres database, and finally managing users via the documenso admin panel. Let’s dive.…

  • Fixing WordPress Stuck in Maintenance Mode

    Fixing WordPress Stuck in Maintenance Mode Fixing WordPress Stuck in Maintenance Mode July 12, 2024 This tutorial simply goes through fixing scenarios when WordPress freezes during updates or otherwise gets perpetually stuck in maintenance mode. It is extremely simple and straightforward, it only requires that you have some means to access the host files of…

  • Installing Documenso with Postgresql Locally

    Installing Documenso with Postgresql Locally Installing Documenso with Postgresql Locally July 10, 2024 This tutorial goes through installing Documenso with Postgresql locally, you can find the complete and official docs here: https://github.com/documenso/documenso#local-development. Requirements This tutorial requires that you have Docker, Docker-Compose, and Node.js -v 18 or above. You can find tutorials for installing the dependencies…

Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.