Https Code Status

Get HTTP Status Code from Header – PHP

1. First of all we have to: deactivate the SSL verification because there are cases in which the site is redirected from a domain where

Rot, Bad Apple Tech Iphone

Apple, the American Copyright Troll loss in lawsuit against Corellium

When someone endangers the power and arrogance of the “Troll King” , Apple do nothing but attack! Apple sued security firm Corellium last year, accusing

Copyright Troll

WW Copyright Trolls – Images, Movies, Music

Media Copyright Trolls (Youtube, Music & Video): Agora Aggregator Cartoon Network Digital Minds Entertainment EMI Freeplay Music Gamer.nl GoDigital Media Group IMG Media UK, INgroove,

Http url link

Get last URL after following HTTP redirections in PHP – get_headers

1st. step: Disable https/ssl verify & set some headers … $context = stream_context_create( [ ‘ssl’ => [ ‘verify_peer’ => false, ‘verify_peer_name’ => false, ], ‘http’=>array(

Linux, Folder

View the file size of a directory in LINUX – Folders and Subfolders

If we want to see what is the size occupied by folders or subfolders in linux, we can use the du command, that is a

Facebook the largest billboard exhibition in the world

We’ve removed content posted on your Facebook group – fb Stupid Team!

Recently I received a message from Facebook that a certain post, on one of the groups I am an admin on, was deleted … because

How long a process has been running on linux server

How long a process has been running on linux server ? by PID or Name

If you want to see how long a process has been running on linux, all you have to do is find on its PID and

Get php Version Number - Linux Server - ipFail

Get PHP MAJOR,MINOR and RELEASE Version Number – Linux Server

To find out the current version of php active on the server, there are basically two simple solutions and both use the php command with

PHP-FPM Service - How to start,stop,reload - Ubuntu Severs – ipFail

PHP-FPM Service – How to start,stop,reload – Ubuntu Linux Severs

Used with many web servers like Apache, Nginx, and other, PHP-FPM is a FastCGI process manager for PHP. Sometimes we need to restart the server for

WARNING-pool-server-reached max_children setting

Solved! WARNING: [pool ***] server reached max_children, consider raising it

If you encounter such an error in the php logs, then it is time to modify max_children. The php logs are usually located in /var/log/,  and