Anwar

Posts

PhhpMyAdnin Forbidden You don’t have permission to access phpmyadmin on this server

None of the configuration above worked for me on my CentOS 7 server. After hours of searching, that what worked for me: Edit file phpMyAdmin.conf...

Phantomjs

Introduction PHP PhantomJS is a flexible PHP library to load pages through the PhantomJS headless browser and return the page response. It is handy for...

Pandas How to Install pandas on Ubuntu 20.04

https://varhowto.com/install-pandas-ubuntu-20-04/ pandas & Ubuntu 20.04 Pandas is a fast, efficient, modular and easy-to-use open source framework for data analysis and manipulation. It’s designed on top of...

Pandas cant install pandas library

Based on the image you have inserted the problem is with your internet speed. If I were you I would download pandas from official website. You...

Openlitespeed rewrite proxy

https://docs.litespeedtech.com/cp/cpanel/rewrite-proxy/   https://forum.openlitespeed.org/threads/create-external-application-via-a-config-file.4924/ https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:proxy:lsws-as-a-proxy-rewrite   Troubleshooting If you see like this: [REWRITE] Proxy target is not defined on external application list, please add a ‘web...

OpenLiteSpeed vs Nginx in WordPress

https://wpspeedmatters.com/openlitespeed-vs-nginx-in-wordpress/   https://openlitespeed.org/

Oopenlitespeed=move apache project to openlitespeed

https://docs.litespeedtech.com/cp/cpanel/switch-apache/ Mod_Security Rules Where do I put mod_security rules? In a cPanel/WHM environment, LiteSpeed will automatically support your mod_security rules in the same place you...

Npm install lodash but it throws Error

I tried most of these suggestions but none of them worked. Then I ran npm clean-install and it solved my issues.

Node Upgrading Node.js to latest version

https://stackoverflow.com/questions/10075990/upgrading-node-js-to-latest-version Ubuntu Linux/Mac: The module n makes version-management easy: sudo npm install n -g For the latest stable version: sudo n stable For the latest version: sudo...