mount -o bind /dev /mnt/sdb3/debian/dev chroot /mnt/sdb3/debian /bin/bash service mongodb start chroot /mnt/sdb3/debian /bin/bash service unifi start
To install UniFi Controller on FreeNAS 11.2-U5, we are going to use a so-called Jail. Jails are a very lightweight virtualized environment on the operating system level. You can run single or several services completely isolated from your FreeNAS. Meaning everything you install in a Jail st...
In this tutorial, we’ll install FreeRADIUS on a server running Ubuntu 22.04/20.04 and configure it to work with MySQL/MariaDB; we’ll also installdaloRADIUS, a RADIUS web management panel, which is basically a FreeRADIUS GUI, and then perform a simple test on the RADIUS server to make sur...
As we need to run nunit-console.exe it is not possible to use TeamCity’s NUnit runner. There are a few different runner types we could run this command such as Command line or Powershell, but the one that best fits our needs is probably MsBuild, but as always the same results can...