Category: uncategorized
remineralize reverse osmosis filtered water
As reverse osmosis (RO) removes all the minerals from the water, the goals it to add this relevant minerals to the family drinking water supply to have the best quality water possible. The main minerals seeking to replenish are: […]
prestashop: add supplier name to product page
source: https://www.prestashop.com/forums/topic/870116-how-to-display-supplier-products-on-producttpl/ on /override/ProductController.php add: <?php class ProductController extends ProductControllerCore { public function initContent() { parent::initContent(); if ((int)$this->product->id_supplier) { $this->context->smarty->assign( ‘product_supplier’, new Supplier((int)$this->product->id_supplier, (int)$this->context->language->id) ); } } } on product.tpl add: {if isset($product_supplier)} <p id=”product_supplier”> […]
jasper server 8.0 installation
Instalación Manual De Servidor Jasper [echo] Handy Buildomatic Source Build Targets: [echo] [echo] [echo] Building Everything: [echo] ——————– [echo] [echo] build-all (Builds ce and pro source base, builds the pro […]
magento: configuration and setup
product page /var/www/html/vendor/magento/module-catalog/view/frontend/layout/catalog_product_view.xml
alfresco: cmis
http://localhost:8080/alfresco/
java: compare if
$F{issotrx}.equals(“Y”)
ubuntu: grep exlude binaries
grep -RI ‘XXXX’ /home/scripts/ –exclude-dir=_queries
jenkins: search for failed jobs
grep -R ‘failed’ /var/lib/jenkins/jobs
pfsense: dyndns not updating correctly
Force Dynamic DNS update every 7 days from PFSENSE #!/bin/sh rm /cf/conf/dyndns\_wancustom\\’\\’0.cache /etc/rc.dyndns.update 1 1 * * * root /usr/bin/nice -n20 /etc/rc.force.dyndns.update