- 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
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
# Prevent MIME-type sniffing<br>
add_header X-Content-Type-Options nosniff always;
# Enforce HTTPS for 1 year + subdomains<br>
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
# Protect against clickjacking attacks<br>
add_header X-Frame-Options SAMEORIGIN always;
References:
Step 1: Download the Latest Version
wget https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.9p2.tar.gz
Step 2: Remove the Existing Installation