Vagrant.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,cmd
ps -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-Password
doveadm 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)
curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ jammy main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list
sudo apt-get update && sudo apt-get install -y cloudflare-warp
- Run this command:
NewerOlder