Secure password collaboration

Passbolt is an open source credential platform for modern teams. A versatile, battle-tested solution to manage and collaborate on passwords, accesses, and secrets. All in one.

https://www.passbolt.com/ 

FREE Open Source Endpoint Detection and Response (Open Logo EDR) Platform

BG EDR is a free, enterprise-scale open source EDR platform available to any sized organization. This Next-Gen EDR platform provides analytic detection with full-spectrum Mitre ATT&CK visibility for event correlation and root cause analysis of adversarial tradecraft in real time.

Use this world-class EDR telemetry platform to defend firmly against threat actors and cyber criminals.

https://edr.comodo.com/ 

Corso is the first open-source tool that aims to assist IT admins with the critical task of protecting their Microsoft 365 data

https://corsobackup.io/

 

Installation

https://ipv6.rs/tutorial/Ubuntu_Server_Latest/BeanstalkD/

Change config to listen to IPs other than localhost:

/etc/default/beanstalkd

BEANSTALKD_LISTEN_ADDR=0.0.0.0
BEANSTALKD_LISTEN_PORT=11300
#BEANSTALKD_EXTRA="-b /var/lib/beanstalkd -f 2000"
START=yes

Disable Windows Error Reporting on Windows Server

On Windows Server 2019/2016/2012R2, you can manage the WER service state using PowerShell. You can disable the Windows Error Reporting service:

Get-Service WerSvc | stop-service -passthru -force
Set-Service WerSvc -startuptype manual -passthru

Installing a version of Nodejs:

https://www.linode.com/docs/guides/install-nodejs-on-ubuntu-22-04/

Installing pyenv:

https://medium.com/@aashari/easy-to-follow-guide-of-how-to-install-pyenv-on-ubuntu-a3730af8d7f0

This software is junk. Use Orange HRM, it's better even with the limitations.

 

Fix DistributedCOM Event ID 10016 Error in Windows 10 & Windows 11 (Permission issue)

https://www.youtube.com/watch?v=RDRFsz-2GuI

If you don't want to update the entire system, but just one package (and dependencies):

apt-get install --only-upgrade <package_name>

As root, edit rc.local

vim /etc/rc.local

Add the following and whatever commands you want to start up on system boot:

#!/bin/bash

exit 0

Make it executable:

Custom sound recordings

/var/lib/asterisk/sounds/en/custom

Voicemail recordings

/var/spool/asterisk/voicemail/default

If the person has a name recorded, there will be a file called: greet.wav

If it is an unavailable message, it will be called: unavail.wav