I tried manually installing magento 2 using the command: php bin/magento setup:install --base-url=http://localhost/m2/ --db-host=localhost --db-name=m2 --db-user=root --db-password=root --admin-firstname=Vladimir --admin-lastname=Despotovic --admin-email=your_email@example.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/New_York --use-rewrites=1 I also tried using the warden installation, in details and I tried several bugfixes myself with it – once it didn’t run correctly (the […]
Daily Archives: December 16, 2024
I am using following command to install magento 2.4.7 in xampp on windows platform, composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 magento2 I am getting following error, Note : I know my private key and public key, when i enter the command it’s never asking the details
I have an weird disconnect between acpi_listen and journalctl -u acpid: When I run the former and close, then open my laptops lid, I get the following output: button/lid LID close button/lid LID open However, the acpid log shows absolutely no activity. This is an issue for be because I […]
Here is a terminal output: paul@cube:~$ find / libhwinfo_cpu.so ... find: ‘libhwinfo_cpu.so’: No such file or directory paul@cube:~$ sudo find / -name libhwinfo_cpu.so find: ‘/run/user/1000/doc’: Permission denied find: ‘/run/user/1000/gvfs’: Permission denied /home/paul/hwinfo/build/lib/libhwinfo_cpu.so Why the first invocation of find claims that libhwinfo_cpu.so doesn’t exist?
I have an older Dell Inspiron windows 8.1 laptop that I do not mind taking apart, but after starting the laptop up I attempted to boot in the F12 boot options. The computer will display that the BIOS has fully loaded but it never opens, waited 12+ HOURS for the […]
I’ve got a fairly old PS/2 keyboard with 125 keys, of which some only emit scancodes, which are not tied to any keycodes. Now I’d like to start setkeycodes as a systemd service to assign keycodes to these “problematic” keys. Running evtest, however, shows me some strange keycodes, which do […]
I have a laptop that my late father bought for us. Today, after owning it for about 6-7 years, it won’t turn on. Or rather, it turns on, and after 15 seconds, it turns off. The screen never comes on in that time. Even though I worked in IT for […]