Skip to content

About this category

Pinned Let's Build It
5 2 657 1
  • So, you want to create your own lab for testing, but not sure how to do it ? Or, perhaps you’ve heard of VMWare, VirtualBox, Hyper-V, Xen, and the plethora of others, but not sure where to start ?

    Sudonix can help you with exactly that 🏆

  • phenomlabundefined phenomlab pinned this topic on
  • I didn’t know as good as our dear phenomlabb but I can also possibly help as much as possible.

    I have used Vmware ESX and Worksation for virtual machines a lot.

    I can also help with Windows Server (OS and services) and Linux or Stormshield environments for example.

  • I didn’t know as good as our dear phenomlabb but I can also possibly help as much as possible.

    I have used Vmware ESX and Worksation for virtual machines a lot.

    I can also help with Windows Server (OS and services) and Linux or Stormshield environments for example.

    @downpw said in Let's build it !:

    I have used Vmware ESX and Worksation for virtual machines a lot.
    I can also help with Windows Server (OS and services) and Linux or Stormshield environments for example.

    Fantastic ! This is going to be a great help for the community here. Thanks !

  • So, you want to create your own lab for testing, but not sure how to do it ? Or, perhaps you’ve heard of VMWare, VirtualBox, Hyper-V, Xen, and the plethora of others, but not sure where to start ?

    Sudonix can help you with exactly that 🏆

    Just wanted to put this out there again for anyone that wants to use it. It’s one of the services offered

    https://sudonix.org/services

  • I’m going to be adding some new posts to the labs category, and will use this going forward when writing code that could easily be adopted by others (a great example is the OGProxy, which I will move here).

    If you have any ideas of would like a walkthrough of how to set something up, then this is the place it should go.


Related Topics
  • 4 Votes
    7 Posts
    846 Views
    @DownPW said in "Glass" (shine) effect on Sudonix logo: Perfect with White background theme but much less with black themes backgrounds (we see the edges of the shine effect) Yes, you will need to modify the CSS according. For example, on Sudonix, I use --bs-node-shine: linear-gradient(90deg, rgba(28, 38, 44, 0) 0%, rgba(74, 100, 116, 0.5) 50%, rgba(28, 38, 44, 0) 100%); Essentially, you choose the base background, the shine colour, and then the base background again.
  • 3 Votes
    2 Posts
    543 Views
    Very great
  • NodeBB Twitter / X embeds

    Let's Build It twitter script
    31
    19 Votes
    31 Posts
    3k Views
    @OT I honestly am not able to replicate this. Can you PM me a link to a post on your forum with the specific issue so I can have a look?
  • 5 Votes
    3 Posts
    1k Views
    Very good like always
  • 50 Votes
    107 Posts
    10k Views
    @crazycells [image: 1711908210287-7f4c7193-7c28-4e2e-80e8-d439ac7285c6-image.png] [image: 1711908232109-3ab9c33d-04b9-4c15-91e6-891450aebfc2-image.png]
  • 15 Votes
    27 Posts
    3k Views
    For anyone else coming here and is struggling to get pm2 to work with Umami (as I did - it started, but never seemed to work after a reboot which is pretty useless), you can use the below. Obviously, change the parts noted inside the [brackets]. Follow the below instructions: Instructions Open a terminal and create a new systemd service file: sudo nano /etc/systemd/system/umami.service Add the following content to the file: [Unit] Description=Umami Analytics Server After=network.target [Service] Type=simple User=[umami user] WorkingDirectory=[path to umami] ExecStart=/usr/local/bin/node [path to umami]/node_modules/.bin/next start Restart=on-failure [Install] WantedBy=multi-user.target Replace [umami user] with the username of the user that should run the Umami service, and [path to umami] with the actual path to your Umami installation. Save the file and exit the editor. Reload the systemd manager configuration: sudo systemctl daemon-reload Enable the Umami service to start on boot: sudo systemctl enable umami.service Start the Umami service: sudo systemctl start umami.service You can check the status of the service with: sudo systemctl status umami.service This systemd service file will ensure that Umami starts automatically when the system boots, and it will restart the service if it fails. Remember to adjust the WorkingDirectory and ExecStart paths according to where Umami is installed on your system, and ensure that Node.js is installed and accessible at /usr/bin/node (or adjust the path to Node.js as necessary).
  • 21 Votes
    110 Posts
    14k Views
    @crazycells said in Setup OGProxy for use in NodeBB: are they cached for each user separately? No. It’s a shared cache @crazycells said in Setup OGProxy for use in NodeBB: additionally, this is also handling youtube videos etc, right? No. This is handled by nodebb-plugin-ns-embed
  • 14 Votes
    16 Posts
    2k Views
    Hmm - seems I never committed this code. I’ll do that now… EDIT - here it is https://github.com/phenomlab/category-list/tree/main