Skip to main content

Posts

How to Install Bahmni on Azure Server or on AWS Cloud

How to Install Bahmni on Azure Server or AWS Cloud Bahmni is an Opensource Software for Hospital Management System which is having different modules for various purposes such as OpenMRS, OpenElis and Odoo . Today we will learn How to Install Bahmni on Azure Server Requirements At least 2-8 GB Ram 2 CPU Processor and 20 GB Hard Disk. Centos OS 7.6 Installed. Instructions Launch the instance and connect using SSH Creating Swap Space # Informs you of how much swap space is allocated. if nothing is returned, then it's not set up. swapon -s      # To setup 4096k (4GB swap space) do these steps: sudo dd if=/dev/zero of=/swapfile bs=1024 count=4096k sudo mkswap /swapfile   # Activate the swap file sudo swapon /swapfile  echo '/swapfile   swap   swap    defaults        0 0' | sudo tee --append /etc/fstab    # Check if swap space is setup swapon -s After Creating Swap Memory Follow the below Steps. #Prerequisite for the fresh installation of Bahmni yum  install   -y https: //kojipkg

SAST vs DAST

SAST vs DAST If you come across what is SAST and DAST. Than probably you are looking for application source code review. we will know what exactly SAST and DAST is and What’s the best approach for application security testing? The differences between SAST and DAST include where they run in the development cycle and what kinds of vulnerabilities they find. Learn why you need both. Recent high-profile data breaches have made organizations more concerned about the financial and business consequences of having their data stolen. They know they need to identify vulnerabilities in their applications and mitigate the risks. So they’re adding application security testing, including SAST and DAST, to their software development workflows.   What are SAST and DAST? SAST and DAST are application security testing methodologies used to find security vulnerabilities that can make an application susceptible to attack. Static application security testing (SAST) is a white box method of testing. It exam

OWASP Top 10 2021

OWASP Top 10 2021 What is OWASP? The Open Web Application Security Project, or OWASP, is an international non-profit organization dedicated to web application security. One of OWASP’s core principles is that all of their materials be freely available and easily accessible on their website, making it possible for anyone to improve their own web application security. The materials they offer include documentation, tools, videos, and forums. Perhaps their best-known project is the OWASP Top 10. What is the OWASP Top 10? The OWASP Top 10 is a regularly updated report outlining security concerns for web application security, focusing on the 10 most critical risks. The report is put together by a team of security experts from all over the world. OWASP refers to the Top 10 as an ‘awareness document’ and they recommend that all companies incorporate the report into their processes in order to minimize and/or mitigate security risks. Below are the security risks reported in the OWASP Top 10 202