I have a server with Ubuntu 18.10. It has docker and docker-compose installed. I have this docker-compose recipe to run samba version: "3.7" services: samba: image: dperson/samba container_name: samba restart: always network_mode: host environment: TZ: 'America/Argentina/Buenos_Aires' WORKGROUP: "WORKGROUP" NMBD: "true" USERID: "1001" GROUPID: "1001" command: '-u "$SAMBA_USER;$SAMBA_PASSWORD" -s "media;/media;yes;no;no;myuser;myuser;myuser;myuser"' stdin_open: […]
Monthly Archives: April 2020
Getting Receive error: 10053 in logs. Both public and private networks are enabled on the firewall for the client. I have rebooted and tried to reinstall, still not working. I am getting WU.
In 2020, there’s no reason for your website not to use HTTPS. Visitors expect it, Google uses it as a ranking factor and browser makers will happily name and shame those sites not using it. In this tutorial, I’ll walk you through a practical example of how to add a […]
how to increase sku 64 symbols to be 255 symbols at magento 2.3.2 the below image https://i.imgur.com/MaWo0Qo.jpg i did this but still same set “const SKU_MAX_LENGTH = 255;” in the file module-catalog/Model/Product/Attribute/Backend/Sku.php SQL ALTER TABLE catalog_product_entity CHANGE sku sku VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT ‘SKU’;
I have install grunt by at last it stops & doesn’t execute sudo grunt watch:fittings Running "watch:fittings" (watch) task Waiting... Grunt stops at last……….