Search Results
Search Results
Query: cheatsheet
Found 5 results
-
Bash cheat sheet
documents/dev/Bash cheat sheet.md# Bash Cheatsheet ## Common * moving * `ctrl+a` beginning of line * `ctrl+โฆ -
Vim-cheat-sheet
documents/dev/Vim-cheat-sheet.md# Vim Cheatsheet ## Neovim Copying and pasting - Hold down the Shift keyโฆ -
Windows powershell
documents/dev/Windows powershell.md# PowerShell > Personal notes & cheatsheet for PowerShell on Windows. --- ## Setup ### Enable Scripโฆ -
SSH cheat sheet
documents/dev/SSH cheat sheet.md# SSH cheat sheet ## Append to remote file `cat index.html | ssh dominick@dominickpham.com 'cat >> /home/dominick/test.txt'` ## rsync watch ```bash ODESZA_PATH_LOCAL='/Users/dominip/Work/odesza/' OD -
Unix cheat sheet
documents/dev/Unix cheat sheet.md# Unix Cheat Sheet ## Samba Share Edit */etc/samba/smb.conf* and add entry, then `sudo service smbd restart` ``` [Work] comment = Work path = /home/dominick/Work read only = no guest ok = no ```