Scripts
User Authentication (SSO) https://www.keycloak.org Advertising https://www.revive-adserver.com Ecommerce Video Sharing Traffic Monitoring Employee Monitoring Social Media Misc Scripts
User Authentication (SSO) https://www.keycloak.org Advertising https://www.revive-adserver.com Ecommerce Video Sharing Traffic Monitoring Employee Monitoring Social Media Misc Scripts
Keyboard shortcuts for X2Go Client Ctrl + Alt + T: terminate session / disconnect Ctrl + Alt + F: toggle fullscreen/windowed Ctrl…
Add repo vi /etc/apt/sources.list.d/x2go.list Add deb http://packages.x2go.org/debian stretch extras main deb-src http://packages.x2go.org/debian stretch extras main Add key apt-key adv –recv-keys –keyserver keys.gnupg.net…
On a web site running Apache, i got following error in log file [Fri Jan 19 06:43:41.146643 2018] [core:alert] [pid 3536:tid 139697024132864]…
cd /usr/local/src wget https://files.phpmyadmin.net/phpMyAdmin/4.8.2/phpMyAdmin-4.8.2-all-languages.zip unzip phpMyAdmin-4.8.2-all-languages.zip mkdir /usr/serverok rm -rf /usr/serverok/phpmyadmin mv phpMyAdmin-4.8.2-all-languages /usr/serverok/phpmyadmin mkdir /usr/serverok/phpmyadmin/tmp/ chmod 777 /usr/serverok/phpmyadmin/tmp/ cp /usr/serverok/phpmyadmin/config.sample.inc.php /usr/serverok/phpmyadmin/config.inc.php…
Debian 9 come with PHP 7. To install PHP 5.6, run apt install apt-transport-https lsb-release ca-certificates -y wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sh…
View Header To view the response header, use Specify Host Header Example Using Proxy To connect to a proxy using an Authenticated…
find files by sizeFind limit search depthFind files older than X minutes Find Inside File Or -r = recursive-n = show line…
To test the speed of the hard disk, run To create a 200 mb file, run Here is the test result for…
To block traffic from TOR using CSF firewall, edit vi /etc/csf/csf.blocklists Add following to end of the file TOR|86400|0|https://www.dan.me.uk/torlist/ 86400 = Tor…
UPDATE: This is not efficient method. Use new method available at Block Tor IP Addresses with CSF Firewall Here is a PHP…