Find MongoDB version
To find MongoDB version, login to MongoDB server using command mongo Now run db.version()
To find MongoDB version, login to MongoDB server using command mongo Now run db.version()
To restore MongoDB database, run mongorestore –drop -d DB_NAME /path/to/db/backup
To install Angular JS cli, run https://cli.angular.io/ npm install -g @angular/cli To run application using built in web server, run ng serve…
Install Odoo using Docker Odoo apt signatures couldn’t be verified Odoo init script odoo Unable to find Wkhtmltopdf on this system
Display Errors in Typo3 Install typo3 mkdir -p /var/www/domain.extn/html cd /var/www/domain.extn/ wget –content-disposition get.typo3.org/9 tar xvf typo3_src-9.5.1.tar.gz ln -s ../typo3_src-9.5.1 typo3_src ln…
To enable error reporting in Typo3 CMS, edit file vi typo3/sysext/core/Configuration/DefaultConfiguration.php Find ‘debug’ => false, Replace with ‘debug’ => true, Find ‘displayErrors’…
To enabel SSL on magento 2 site using command line (SSH), first change to the folder where magento installed. cd /home/yoursite/html Now…
Purchased on = 2018-09-26From = Abacus peripherals (p)Ltd, Gopakumar 2024-09-22 Redragon Kumara K552 Rainbow LED Backlit TKL 1 Year Warranty INR 2299/-…
Google Remove Desktop allow you to connect/share your share your computer with others. https://remotedesktop.google.com/ You need google chrome browser to install Google…
To find Plesk serial number on Linux server, run grep key-number /etc/sw/keys/keys/key* | grep PLSK | awk -F “” ‘{print $3} You…