# Run update and upgrade
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive \
     apt-get -o Dpkg::Options::="--force-confdef" \
             -o Dpkg::Options::="--force-confnew" \
     -y upgradeVagrant.configure("2") do |config|
    # Vagrant.require_version ">= 1.7"
    config.vm.box = "ubuntu/jammy64" 
    # config.vm.box_version = "4.3.8"
    # Install VirtualBox's Guest Additions CD image
    if Vagrant.has_plugin?("vagrant-vbguest") then
        # config.vbguest.auto_update = true
A memory usage utility for macOS (similar with 'free' in Linux)
brew tap zfdang/free-for-macOS
brew install free-for-macOS- 3 Ways to Group Similar Issues - Sentry Workshops
 - Sentry Docs - Merging Issues
 - Sentry Docs - Fingerprint Rules
 - Sentry Docs - Stack Trace Rules
 
This will affect how issues are grouped
ps -C nginx -o pid,cmdps -C nginx: select processes with the command name nginx.-o pid,cmd: show only the PID and COMMAND columns.
/usr/local/psa/bin/mail -c [email protected] -mailbox true -passwd A-Passworddoveadm sync -u [email protected] remote:target.server.com#!/bin/bash
sudo su
yum groupinstall -y "Development Tools"
yum install -y epel-release
yum install -y gcc gcc-c++ make autoconf bison re2c libxml2-devel bzip2-devel curl-devel \
    libpng-devel libjpeg-devel libXpm-devel freetype-devel gmp-devel mariadb-devel \
This script will get a list of users. Adjust the domain variable as needed.
vim /etc/sysconfig/imunify360/get-users-script.sh
    #!/bin/bash
    # Script to generate user info in JSON format based on UID_MIN and UID_MAX
    # Extract UID_MIN and UID_MAX from /etc/login.defs
    UID_MIN=$(awk '/^UID_MIN/ { print $2 }' /etc/login.defs)NewerOlder