- See the 30-second guide
I've been using this for almost ten years now, so here are some of the ways I have set it up to be most productive.
See my taskrc below for implementation details.
I've been using this for almost ten years now, so here are some of the ways I have set it up to be most productive.
See my taskrc below for implementation details.
Instructions for setting up a git server on a Synology NAS with Diskstation. Specifically, I am using a DS414 with DSM 5.0.
gituser via Diskstation interface (with File Station and WebDAV privilages)git (located at /volume1/git) with read/write access for gituser and admin. This folder will hold all the repos.Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| #!/bin/bash | |
| # | |
| # PostgreSQL Backup Script Ver 1.0 | |
| # http://autopgsqlbackup.frozenpc.net | |
| # Copyright (c) 2005 Aaron Axelsen <axelseaa@amadmax.com> | |
| # | |
| # This script is based of the AutoMySQLBackup Script Ver 2.2 | |
| # It can be found at http://sourceforge.net/projects/automysqlbackup/ | |
| # | |
| # The PostgreSQL changes are based on a patch agaisnt AutoMySQLBackup 1.9 |
| set input-meta on | |
| set output-meta on | |
| set convert-meta off | |
| # To use these in ITerm2 you may also need to configure preferences to send the correct escape | |
| # code for the key combination. | |
| # Option + Arrows to jump words. | |
| "\e[1;5C": forward-word | |
| "\e[1;5D": backward-word |
| set input-meta on | |
| set output-meta on | |
| set convert-meta off | |
| # To use these in ITerm2 you may also need to configure preferences to send the correct escape | |
| # code for the key combination. | |
| # Option + Arrows to jump words. | |
| "\e[1;5C": forward-word | |
| "\e[1;5D": backward-word |