Installing composer on Linux

sudo apt updatesudo apt install wget php-cli php-zip unzip php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” HASH=”$(wget -q -O – https://composer.github.io/installer.sig)” php -r “if (hash_file(‘SHA384’, ‘composer-setup.php’) === ‘$HASH’) { echo ‘Installer verified’; } […]

Continue Reading

Net Neutrality

Net neutrality prevents ISPs from slowing down internet connections with regard to content, source, and destination. It stops the idea of ISPs discriminating, internet access based on the platform, application, […]

Continue Reading