Skip to content

Instantly share code, notes, and snippets.

@chacocr
chacocr / iterm2.md
Created December 27, 2018 17:18 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@chacocr
chacocr / NOTES
Created December 17, 2018 20:49 — forked from JonathonReinhart/NOTES
My working Samba configuration
I had to also do the following items to play nicely with SELinux:
Restore the proper SELinux labels on smb.conf and my smbusers:
# chcon system_u:object_r:samba_etc_t:s0 smb.conf
# chcon system_u:object_r:samba_etc_t:s0 smbusers
Allow Samba to access home dirs:
# setsebool -P samba_enable_home_dirs 1