I have a simple script to run my VPN on login. The script is located in /etc/profile.d/connectVPN.sh #!/bin/bash protonvpn c -f > /home/myUserName/Desktop/out.txt The contents of the output file: [!] The program was not executed as root. [!] Please run as root. ls -l /etc/profile.d/connectVPN.sh -rwxr-xr-x 1 root root 59 […]
Blog
I installed Java RE and Git, for example, and made sure their binaries were added to Environment Path Variables under both User and System variables. When I launch a command prompt from the taskbar, these variables work properly (i.e. commands “java” and “git” are recognized. I also added “open command […]
I hope it’s not too late, Dell Tech says it is. I’ve been fine with everything about my 2016 Dell PC. So when MS said they would install the new update the next time I shut it down, I didn’t think anything of shutting it down. When I turned it […]
Hi. Noob, so forgive my inadequacy here. I have always been better at learning through building and doing. I was wondering if I can start from the very basic and work my way up, slowly slowly. I take pleasure in doing this much more than sitting through a lecture. I […]
Magento 2 is failing to start. The logs show this error: Deprecated Functionality: implode(): Passing glue string after array is deprecated. Swap the parameters in vendor/colinmollenhour/credis/Client.php on line 1414 Also Implode with historical parameter order: Passing parameters to implode() in reverse order is deprecated, use implode($glue, $parts) instead of implode($parts, […]
I have an issue on magento 2 site. The button “Save Config” not work, I click on in but nothing. My configuration: magento2.3.3 on VPS with Plesk and php 7.3. How can solve it? Thanks
I have created module referring below blog post https://www.codilar.com/blog/how-to-create-a-hello-world-module-in-magento-2/ and its working fine.. hello world print on homepage. Now i need to use this module as a widget . Then we can use this module anywhere we need.(in CMS pages) Is there anyone have and idea how to achieve this
In our Magento 2.3.3 installation I am not able to input the credentials for UPS shipping as described here: [https://docs.magento.com/m2/ce/user_guide/shipping/ups.html][1] There is no input field for “User-ID” and “Password” as in our old M. 2.1.7 installation. Attached there is the screenshot of the M 2.3.3 installation. Any idea why these […]
Does any one having any idea about esconfig.xml file exists in the vendormagentomodule-elasticsearchetc directory? As per name suggests, it looks like it is related with words configuration with ElasticSearch but can we configure max_clause and mapping related configurations in that file. < ?xml version="1.0" encoding="UTF-8" ?> stemmer english german english […]