April 24, 2020April 24, 2020asterisk asterisk: console commands ubuntu-s-1vcpu-1gb-sgp1-01*CLI> core show help ! -- Execute a shell command acl show -- Show a named ACL or list all named ACLs […]
April 17, 2020April 17, 2020python python: pycharm notes Install Modules inside Repository: File -> Settings -> Inside your project's name -> Project Interpreter -> click on "+" button -> […]
April 16, 2020April 16, 2020wordpress wordpress: change sidebar format Goals Truncate the Recent Post's Length Add the post id (may be unsafe), ideally I would like to add another sequence (separate […]
November 25, 2019March 24, 2021mysql mysql: remove only_full_group_by and make it persistent update it from the console (will revert upon reboot) from the command line go to the mysql console mysql then edit the […]
January 14, 2019November 30, 2019pfsense pfsense: turn off interface with script On our office, we have a USB Stick as a backup for our internet. The problem is that after reviewing the […]
January 11, 2019November 30, 2019ubuntu script to rotate backups Delete all files except the ones the first day of the month. root@DiskStation:/volume1/homes/scripts# find /volume1/NetBackup/Servers/MIA/Asterisk/Admin/Cron/ -type f -mtime +7 ! -name '*01-*' […]
December 29, 2018November 30, 2019vmware vmware: cloning vm from cli. vmkfstools -i /vmfs/volumes/59612b4f-76261e26-4f60-d4ae52c88f7b/Aplicativo_3/CORE_Ubuntu_14.04.vmdk /vmfs/volumes/59612b4f-76261e26-4f60-d4ae52c88f7b/clones/CORE_Ubuntu_14.04_clone.vmdk Backup Solutions for Free ESXi
November 20, 2018November 30, 2019sugarcrm sugarcrm: run java script from custom logic hook <?php if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); class idempiere_sync { function idempiere_sync(&$bean, $event, $arguments) { require_once('log4php/LoggerManager.php'); $JAVA_HOME = […]
November 17, 2018idempiere idempiere: allow sales pricelist on purchase order Show product Pricelist on Purchase Order Go to System profile, Windows, Tabs & Fields Select Purchase Order Tab (header tab) Remove the […]
November 15, 2018November 15, 2018sugarcrm sugarcrm: saved searches shared with all users If you your saved searches be able to be seen by all users you need to comment the following line: Go to […]