Lynis Linux Security Audit Tool: Hardening and Compliance Guide
Lynis offers powerful security capabilities for Linux, macOS, or Unix-based systems. As part of its hardening and compliance testing capabilities, it performs an extensive health scan of the systems. There has been an open-source version of the project available since
Laravel Configuration and Environment Variables
Laravel Configuration and Environment Variables Each laravel application has one “Config” directory which includes all the basic configuration files. You can configure your application by adding custom or built-in configuration variables. Environment Configuration: Based on the environment where the application
Difference among isset, is_null and empty in PHP
Difference among isset, is_null and empty in PHP Php has different methods to check the value of the variable. The methods isset(), empty() and is_null() are very useful methods and all returns a boolean value. Let see the difference between
SEO tools | 10 free and useful Search engine optimization tools
How can we work efficiently with SEO? SEO tools play an important role in search engine optimization. These tools provide advanced technical ideas about how do we improve the SEO rankings. There are some Search engine optimization tools for this
.htaccess file in WordPress
.htaccess in wordpress, its purpose & how to edit it .htaccess file in wordpress is used for the functionality like redirecting visitors to our site, beefing up site’s security etc. .htaccess is the distributed configuration file which is only readable
Introduction to WordPress REST API
WordPress REST APIs – Introduction and Example What is an API? API stands for Application Programming Interface. It is a piece of software that works as a bridge between two different applications. For example suppose you have to post something
How to find average of time in Zoho Reports?
How to find average of time in Zoho Reports? In Zoho reports, we have only Date data type that is used to store both date and time. We cannot store Time value only. Only way to store only time in
Handling zip file download completion and cancellation event in PHP
Handling zip file download completion and cancellation event (PHP) Problem: I am working on a project in which user needs to download a zip file from the website. I am creating zip file on the server temporarily which should be
Linux “grep and copy”
Suppose I have a folder hierarchy as below: f1 > f2 f2 > f3 f2 > f4 f4 > f5 I want to find all files in f1 or any of its descendant folder that contain text “I am a
How to create Approval Process in Salesforce
What is Approval Process in Salesforce and how to create it An approval process is an automated process that is used to define a flow for approval of a record of Objects (Standard/Custom). Approval Process Steps are: 1. Object –
