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 delete a database in MongoDB, run mongo use DBNAME db.dropDatabase()
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 To bind application to all network interfactes, run ng serve –host 0.0.0.0
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 -s typo3_src/index.php index.php ln -s typo3_src/typo3 typo3 mkdir -p /var/www/domain.extn/html/typo3temp/var/log/ chown -R apache:apache /var/www/domain.extn/html/ touch /var/www/domain.extn/html/FIRST_INSTALL
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’ => -1, Replace with ‘displayErrors’ => 1, Now typo3 will display errors on browser.
To enabel SSL on magento 2 site using command line (SSH), first change to the folder where magento installed. cd /home/yoursite/html Now run php bin/magento setup:store-config:set –use-secure=1 –base-url=”https://m2.serverok.in” php bin/magento setup:store-config:set –use-secure-admin=1 –base-url=”https://m2.serverok.in” Replace “m2.serverok.in” with your Magento installation Url.
AMD Ryzen 3 2200G PC 2018-09 new pc
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/- 2024-07-09 Western Digital WD Black SN770 NVMe 1TB, Upto 5150MB/s 5Y Warranty INR 6,979.00/- 2024-02-29 Amazon basics 2.0 Multimedia Speaker for PC | 3.5 mm Aux-in | 2x3W | for PC, Laptop, Tablet. … Read more
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 Remote Desktop. To install go to https://remotedesktop.google.com/support Click on the download link This will download and install Google Remote Desktop plugin in your computer. You can also download Google Chrome Browser plugin directly … Read more
To find Plesk serial number on Linux server, run grep key-number /etc/sw/keys/keys/key* | grep PLSK | awk -F “” ‘{print $3} You can also use plesk bin keyinfo –list But the plesk_key_id you get is in diff format, plesk themself won’t accept this when you submit a support ticket. You can also find Plesk License … Read more