Apple and Samsung fined for deliberately reducing the performance of mobile phones
Back in 2018, the Italian investigation found that software updates “significantly reduced performance”, accelerating new acquisitions: Apple & Samsung are being fined €10m and €5m
PHP Foreach Loop Benchmark – Optimise your code & Keep the server happy!
Keep the internet as energy efficient as possible and the easiest ways to reduce your carbon footprint is to optimise your code. The future of
Reload new entry in fstab – fast and easy way – Linux
A fast and easy way to reload new entries in /etc/fstab is to use the linux mount command: @ sudo mount -a or with verbose
How to listen Youtube only Audio-Mode, without Video !
Youtube only Audio-Mode – For those who want to listen only audio on youtube, without video: Music Mode for YouTube™ (chrome) : https://chrome.google.com/webstore/… Audio Only for YouTube™
Get HTTP Status Code – PHP Functions
Below are some useful solutions (php functions) for HTTP Status Codes returned in the required page header by servers when loading a web page. global $http_status_code;
Convert String Array Associative to Array Type – Eval and array index as variable
Recently I encountered a small problem with a library downloaded from github or sourceforge (I don’t remember exactly), but quite old, with many functions used
Gets the current working directory in PHP
using getcwd() – gets the current working directory – php function echo getcwd(); using dirname() php function echo dirname(__FILE__); echo dirname($_SERVER[PHP_SELF]); using basename() php function – (PHP5+) echo basename(__DIR__) so if
How long will this psychosocial manipulation machine last? – Facebook !
Facebook does not offer anything real and beneficial for its users, only increasingly negative experiences and obviously a real obstacle in psychological, cultural, social, mental and
Common HTTP response status codes
200 OK The request has succeeded and depends on the HTTP method (The most common response code): GET: the resource has been fetched & is