<quote>
How to swap a column in Calc:
Select column B
Click anywhere in the highlighted area and drag the column. The mouse pointer should change to show the drag operation.
Before you release the mouse button, also press the Alt key. When the mouse pointer is at the left side of column A, release the mouse button.
Column B should be moved to the left of column A so that A and B are switched.
</quote>
**Hotkeys**
Ctrl + ] goto next bracket
Ctrl + Shift + ] select all for next bracket
Ctrl + Shift + M jump before or after closest bracket
ALT + Up | Down next function
ALT + Home breadcrumbs
**Live templates**
How to make dynamic class name:
<img src="http://sandra1n.com/screens/2017-09-08_17-16-37-HcmFHwbF.png">
<img src="http://sandra1n.com/screens/2017-09-08_17-19-41-b3AUZDue.png">
**Plugins**
https://github.com/bodiam/intellij-bootstrap3
Before installation
mysite.com
MX record points to mysite.com
**Step 1**
Need to do https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-16-04
**Step 2**
Setup all, except ClamAV (if RAM is enough, ClamAV can be installed) https://help.ubuntu.com/community/PostfixAmavisNew
How to siable ClamAV:
# @\bypass_virus_checks_maps = (
# \%bypass_virus_checks, \@\bypass_virus_checks_acl, \$bypass_virus_checks_re);
**Step 3**
Instead Dovecot i prefer this https://help.ubuntu.com/community/PostfixBasicSetupHowto
Installing courier IMAP and POP3
apt install courier-pop
apt install courier-imap
Then
service courier-authdaemon start
systemctl enable courier-authdaemon
/etc/init.d/postfix restart
**Step 4**
Setup SPF
https://www.digitalocean.com/community/tutorials/how-to-create-a-spf-record-for-your-domain-with-google-apps
**Step 5**
Setup DKIM
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy
**Step 6**
Setup DMARK
https://habrahabr.ru/company/mailru/blog/170957/