January 4, 2019 in Tips and Tricks
How to host a Node.Js application in shared hosting In short you first install NVM, then you install the Node version of your choice with NVM. Your restart your shell (close and reopen your sessions). Then you to install the latest stable version for example. You can install any version of your choice. Check node –version for […]
January 3, 2019 in Tips and Tricks, Ubuntu
What’s my OS? What’s an OS? OS is an abbreviation for the word Operating System. An Operating System is the software that tells a computer how to operate. It controls hardware, executes programs, manages tasks and resources, and provides the user with an interface to the computer. What’s the version of my OS? Windows Windows […]
January 1, 2019 in MySql, Php, Tips and Tricks
25 PHP Interview Questions and Answers You Should Know PHP Interview Question #1 What’s the difference between the include() and require()functions? They both include a specific file but on require the process exits with a fatal error if the file can’t be included, while include statement may still pass and jump to the next step in the execution. […]
December 25, 2018 in Learning, Tips and Tricks
www rewrite htaccess Opencart # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directoy listingOptions -Indexes # Prevent Direct Access to files<FilesMatch “(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))”>Require all denied## For apache 2.2 […]
December 22, 2018 in Tips and Tricks
Run Node JS Server At Background Continuously With Forever. You could install forever using npm like this: # sudo npm install -g forever And then start your application with: # forever server.js Or as a service: # forever start server.js Forever restarts your app when it crashes or stops for some reason. To restrict restarts to […]
December 18, 2018 in Laravel, MySql, Tips and Tricks
multiple database connection in laravel .env file DB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=database1 //database firstDB_DATABASE_OPENCART=database2 // database secondDB_USERNAME=rootDB_PASSWORD=aaaa@#2233 config/database ‘mysql’ => [‘driver’ => ‘mysql’,‘host’ => env(‘DB_HOST’, ‘localhost’),‘port’ => env(‘DB_PORT’, ‘3306’),‘database’ => env(‘DB_DATABASE’, ‘database1’),‘username’ => env(‘DB_USERNAME’, ‘root’),‘password’ => env(‘DB_PASSWORD’, ‘aaaa@#2233’),‘charset’ => ‘utf8’,‘collation’ => ‘utf8_unicode_ci’,‘prefix’ => ”,‘strict’ => false,‘engine’ => null,],‘opencart’ => [‘driver’ => ‘mysql’,‘host’ => env(‘DB_HOST’, ‘localhost’),‘port’ => env(‘DB_PORT’, ‘3306’),‘database’ […]
December 15, 2018 in Tips and Tricks
HOW TO DOWNGRADE WORDPRESS TO A PREVIOUS VERSION Have you ever updated to the newest version of WordPress, and then noticed that your site starts to have a bunch of problems? Don’t freak out. A lot of the times, it’s an issue with a plugin or theme that’s not compatible with the newest update. Sometimes […]
Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.
Reveal insights about your future, love, and career with AI tarot readings.
Read TarotView daily Panchang, auspicious timings, tithi, nakshatra, and festivals.
View PanchangDiscover your destiny number, life path, and numerology predictions.
Calculate Now