Skip to content

Ricardo Malla's Blog

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

Category: Uncategorized

Bash: Execute .sql file from bash script

Posted December 15, 2020 Ricardo MallaLeave a commentPosted in Uncategorized

  mysql -u user -p < db.sql

Powershell: Office365 Create global rule NOT to send Read Receipts

Posted December 13, 2020 Ricardo MallaLeave a commentPosted in Uncategorized

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

Office365: Disable Read Receipts on Admin Console

Posted December 12, 2020December 12, 2020 Ricardo MallaLeave a commentPosted in 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

MySQL: Create Super User with access to all tables

Posted December 5, 2020March 25, 2021 Ricardo MallaLeave a commentPosted in Uncategorized

CREATE USER 'username' IDENTIFIED BY 'password';   GRANT ALL PRIVILEGES ON *.* TO 'username'@'%'   caching_sha2_password problem   CREATE USER ''@'your_server_ip ' IDENTIFIED WITH mysql_native_password BY 'your_password';  

Get Server IP

Posted December 5, 2020December 5, 2020 Ricardo MallaLeave a commentPosted in Uncategorized

curl http://icanhazip.com

Posts navigation

Previous 1 … 8 9 10 … 15 Next
Proudly powered by WordPress | Theme: Sydney by aThemes.