Skip to content

Ricardo Malla's Blog

  • Home
  • Information Technology
    • O/S
    • Databases
    • Software
  • Life
    • Health
  • Ideas
  • Notes

Bash: Execute .sql file from bash script

December 15, 2020 Uncategorized

  mysql -u user -p < db.sql

Read more >

Powershell: Office365 Create global rule NOT to send Read Receipts

December 13, 2020 Uncategorized

New-TransportRule -RemoveHeader ‘Disposition-Notification-To’ -Name ‘Disable Read Receipt’ -StopRuleProcessing:$false -Mode ‘Enforce’ -Comments ‘ ‘ -RuleErrorAction ‘Ignore’ -SenderAddressLocation ‘Header’

Read more >

Office365: Disable Read Receipts on Admin Console

December 12, 2020December 12, 2020 Uncategorized

https://support.archiver.gfi.com/hc/en-us/articles/360015215999-Configuring-Rule-to-Delete-Read-Receipts-for-Emails-Sent-by-Journaling-Mailbox-in-Office-365

Read more >

MySQL: Create Super User with access to all tables

December 5, 2020 Uncategorized

CREATE USER ‘username’ IDENTIFIED BY ‘password’; GRANT ALL PRIVILEGES ON *.* TO ‘username’@’%’

Read more >

Get Server IP

December 5, 2020December 5, 2020 Uncategorized

curl http://icanhazip.com

Read more >

Posts navigation

Previous 1 2 3 … 57 Next

Recent Posts

  • Jenkins: Api Calls
  • jenkins: scripts to locate shell commands
  • MySQL: Set primary key and autoincrement
  • Apache: mod_rewrite not affecting my directory
  • Python: imaplib – no way to sort feched uids by date
  • Bash: Execute .sql file from bash script
  • Powershell: Office365 Create global rule NOT to send Read Receipts
  • Office365: Disable Read Receipts on Admin Console
  • MySQL: Create Super User with access to all tables
  • Get Server IP

Categories

  • Adempiere (1)
  • Android (1)
  • Apache (3)
  • Asterisk (11)
  • Backup Strategies (3)
  • CentOS (1)
  • Dropbox (2)
  • Elasticsearch (1)
  • Email Marketing (3)
  • ESXi (1)
  • Fail2Ban (1)
  • Finance (1)
  • Google (1)
  • Google Cloud (1)
  • Ideas (1)
  • iDempiere (17)
  • Information Technology (1)
  • Java (8)
  • Legal (1)
  • Life (2)
  • Magento (6)
  • Management (1)
  • Mautic (10)
  • Microsoft Stack (6)
  • MySQL (14)
  • NginX (1)
  • Notes (1)
  • O/S (1)
  • OpenBravo (39)
  • OpenERP/Odoo (6)
  • Outlook (1)
  • Pentaho (1)
  • PFSense (6)
  • PHP (4)
  • PhpList (1)
  • phpMyAdmin (1)
  • Pingdom (1)
  • Podcasts (1)
  • Podcasts (1)
  • Postfix (1)
  • PostgreSQL (22)
  • PowerBI (1)
  • Prestashop (22)
  • Procurement (1)
  • Python (2)
  • Sales (1)
  • Scrapy (1)
  • SEO (1)
  • Shell Scripts (2)
  • Software (3)
  • Splunk (1)
  • SugarCRM (20)
  • Synology (2)
  • sys admin (2)
  • Talend (3)
  • Tibco – Jasper Reports (20)
  • Ubuntu (30)
  • Uncategorized (38)
  • Unifi (3)
  • VirtualBox (1)
  • Virtualization (1)
  • VMware (6)
  • Wordpress (2)
  • Zoiper (1)
Proudly powered by WordPress | Theme: Sydney by aThemes.