Installation and Configuration of Fail2ban on Amazon Linux 2023
It is important to note that Amazon Linux 2023 is pre-installed with Python 3.9 by default. Some of the old Python version features have been removed in Python 3.9, so you will need to use the latest Fail2ban source code
Installation and Configuration of Fail2ban on Amazon Linux 2023
It is important to note that Amazon Linux 2023 is pre-installed with Python 3.9 by default. Some of the old Python version features have been removed in Python 3.9, so you will need to use the latest Fail2ban source code
Data Analysis Expressions (DAX) in Power BI
Data Analysis Expressions (DAX) is a powerful formula and query language used in Microsoft Power BI, Excel Power Pivot, and Analysis Services to perform calculations and manipulate data. It allows users to create custom metrics, measures, and calculated columns, enabling
Fixing IIS 500.19 Error for Static Files on Windows Server
One of the most common and frustrating issues in IIS on Windows servers is the 500-Internal Server Error, which often appears with vague details, especially when serving static files. The IIS 500.19 Error occurs when the server configuration is invalid,
Resolving Atalasoft buttons conflict Jquery UI and Bootstrap
Atalasoft is a licensed product in which the client side (Web DocumentViewer) is dependent on jqueryUI library. But if the project involves Bootstrap, the application will suffer from jqueryUI and Bootstrap (5.x) New version Issues. This issue is in reference
Linux System Hardening Best Practices for a Secure Environment
Linux systems are widely used for their stability, flexibility, and security. However, no system is inherently secure without proper configurations and maintenance. Hardening a Linux system minimizes vulnerabilities and strengthens its security posture. This post outlines key steps to harden
Exception Handling in ASP.NET MVC
Exception handling is vital for ensuring that ASP.NET MVC applications are reliable and provide a smooth user experience. By using robust exception-handling methods, we can prevent runtime errors from disrupting the application’s flow and inform users of issues in a
Setup New Project on GIT
This is a step-by-step guide to set up a new project from scratch on GIT, which also includes initializing GIt on your local project. These are the steps you need to follow: 1. The first step is to Login to
Sending email from the salesforce endpoint with .Net application
Emailing through Salesforce in the third-party applications can be achieved through Salesforce REST endpoint services/data/v61.0/actions/standard/emailSimple Below is the sample code in .Net for sending simple plain text email for emailing through Salesforce public void SendEmailUsingSalesforce() { Dictionary mappings = new
Create an Unbound Column with Hyperlink in Devexpress WinForm GridControl
When manually writing the code for creating a column data source for Devexpress GridControl instead of using the designer window in WinForm Application, one needs to use properties and events in the correct way while using unbound data columns. The
