Great question, Kahnu! You're saying: You have a single PHP file (like category.php ) that displays all categories and their nested children , and y…
Read more# To check all node_modules folder exist or not: command - find ~/path/to/your/folder -name "node_modules" -type d example 1 (inside pr…
Read more# Mobile detection map map $http_user_agent $is_mobile { default 0; ~*iphone|ipod|android|blackberry|mini|windows\sce|palm 1; } # Main site …
Read moreserver { server_name siku.developernoob.com santu.developernoob.com ; root /var/www/html ; # index index.html index.htm; index index.h…
Read moremac mysql problem
# Stop MySQL if running brew services stop mysql # Uninstall MySQL brew uninstall mysql # Remove data directory (WARNING: deletes all databases) sudo rm …
Read moreCreate a temporary collection Use the add data to import your data into the temp collection Open the mongod console, and run the following line db. TEMP…
Read more