Posted inUncategorized
Posted inUncategorized
magento 2 image size
https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-images.htmlCommand usage:php bin/magento catalog:images:resize
Posted inUncategorized
golang ubuntu install
https://fabianlee.org/2018/05/09/golang-installing-the-go-programming-language-on-ubuntu-16-04/https://tecadmin.net/install-go-on-ubuntu/https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-18-04https://hurriyetlabs.com/visual-studio-code-ile-5-dakika-da-golang-geli%C5%9Ftirme-ortam%C4%B1-5e3ace9e404anice tuthttps://ewanvalentine.io/microservices-in-golang-part-1/https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl
Posted inUncategorized
phpstorm ubuntu notify Watches Limit
https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
Posted inUncategorized
ubuntu hibernate
https://websiteforstudents.com/enable-hibernation-ubuntu-17-10-desktop/https://help.ubuntu.com/14.04/ubuntu-help/power-hibernate.html HOW TO ADD A SWAP FILE TO UBUNTU 1. sudo dd if=/dev/zero of=/swapfile bs=1M count=(size in MB) 2. sudo e4defrag /swapfile (Spinning drives only!) 3. sudo chmod 600 /swapfile 4. sudo mkswap /swapfile MOUNTING…
Posted inUncategorized
Magento 2 remove My Account and Wishlist link from top links
Magento 2 remove My Account and Wishlist link from top links
Posted inUncategorized
Laravel Nginx Conf
cd /etc/nginx/nano sites-available/laravelserver { listen 80; listen [::]:80 ipv6only=on; # Log files for Debugging …
Posted inUncategorized
NginX not executing PHP (Fixed)
Problem : As of nginx is not accepting my php file to put it on my sub domain. I have setup php-fpm etc. I need help with it and below is the…
Posted inUncategorized
magento 2 top header
app/design/frontend/Smartwave/porto/Magento_Theme/layout/default.xml<referenceBlock name="header.links"> <block class="MagentoFrameworkViewElementHtmlLinkCurrent" name="faq"> <arguments> <argument name="label" xsi:type="string">FAQ</argument> <argument name="path" xsi:type="string">faq</argument> </arguments>…