AWAbdul Wahhabinwahhabrockz.hashnode.dev·Jul 14, 2022 · 2 min readChange RST to AHCI (Linux installation problem on RST enabled system)Linux OS will not support RST directly so to install Linux based OS on a RST enabled system we should change RST to AHCI in bios. But if you are planning to do a dual boot with running windows then if you change RST to AHCI then Windows OS will not ...00
AWAbdul Wahhabinwahhabrockz.hashnode.dev·Jun 29, 2022 · 2 min readLinux - illegal instruction (core dumped) MongoDBWhat is the issue? While using mongoDB on linux after using start command sudo systemctl start mongod. Illegal instruction (core dumped) is showing in Terminal How to fix it?1. Stop the mongod process by issuing the following command:- sudo service ...00