Access Control Lists with CSF Host Firewall for Linux Get link Facebook X Pinterest Email Other Apps February 07, 2023 https://docs.google.com/document/d/1-f3mfQQMR7uF735DGtJQLK7hp9EI7Cql/edit?usp=share_link&ouid=101307365464677282126&rtpof=true&sd=trueFor Support,support@cybersecuritysolutions.raiseaticket.com Get link Facebook X Pinterest Email Other Apps Comments
How to stop Linux Out-Of-Memory (OOM) Killer for NGINX March 08, 2024 cat /proc/<MainPIDNumber>/oom_score OOMScoreAdjust =- 1000 systemctl daemon-reload systemctl restart nginx systemctl status nginx For Support, support@ cybersecuritysolutions. raiseaticket.com Read more
MongoDB Installation Ubuntu 22.04 LTS April 09, 2024 https://drive.google.com/file/d/1OLBfJ6GpizGveXkhojzsAFV9aH-e-zNx/view?usp=sharing sudo apt-get install -y mongodb-mongosh For Support, support@ cybersecuritysolutions. raiseaticket.com Before Installation you have to do the below, wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo apt-get install -f dpkg -l | grep libssl1.1 Then, wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list sudo apt update sudo apt install -y mongodb-org sudo systemctl start mongod sudo systemctl status mongod sudo systemctl enable mongod Read more
blacklistmaster.com Detection and Blocking for Web Application Security (Ubuntu 22.04 LTS) April 09, 2024 https://drive.google.com/file/d/1MEI-o2qRHXRSyfuXOZA9hhMBsYO2BvRN/view?usp=sharing For Support, support@ cybersecuritysolutions. raiseaticket.com Read more
Comments
Post a Comment