Terms & Conditions

All content provided on this blog is just for informational purposes only. The owner of this blog makes no representations as to the accuracy or completeness of any information on …

Compile time & run time

Q1. Difference between Run time and compile time? A: To become an executable program, source code should be compiled into machine code. This compilation process is known as compile time. …

SSL Certificate types

Domain validated This will validate domain name and display only information about domain. Organization Validated This will validate complete business details and show it on the SSL page info section. …

Details required for CSR

Details required for CSR generation (Certificate Signing request): Common name – Fully qualified domain name (example www.domain.com) Organization – Legal Name of Organization Organization unit – Department name (if applicable) …

Cron structure

Minute        Hour      Day of Month     Month    Day of Week (0-59)         (0-23)          (1-31)     …

Http header Status codes

Status Code => Message 200 => Success 301 = > Moved Permanently 400 => Unknown Error 401 => Authentication Required 403 => Request Forbidden 404 => Not found 500 => …

Website security tips

1. Use HTTPS/TLS to encrypt data2. Keep your website up to date3. Separate database from the file server4. Use a reputable hosting provider5. Watch out for SQL injection6. Protect against …