Skip to content

Instantly share code, notes, and snippets.

@dschep
Last active March 21, 2023 01:47
Show Gist options
  • Select an option

  • Save dschep/4105713 to your computer and use it in GitHub Desktop.

Select an option

Save dschep/4105713 to your computer and use it in GitHub Desktop.

Revisions

  1. dschep revised this gist Feb 8, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    1. Enable SSH
    1. SSH in
    1. Enable and switch to user shell (optional, requres user homes to be enabled)
    * set shell to /bin/ash in /etc/passwd
    * set shell to `/bin/ash` in `/etc/passwd`
    * `su - <user>`
    1. Create directory to store all of this (optional)
    * `mkdir gmvault&&cd gmvault`
  2. dschep revised this gist Feb 8, 2013. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -2,17 +2,17 @@
    1. Enable SSH
    1. SSH in
    1. Enable and switch to user shell (optional, requres user homes to be enabled)
    * set shell to `/bin/ash` in `/etc/passwd`
    * ```su - <user>```
    * set shell to /bin/ash in /etc/passwd
    * `su - <user>`
    1. Create directory to store all of this (optional)
    * ```mkdir gmvault&&cd gmvault```
    * `mkdir gmvault&&cd gmvault`
    1. Get virtualenv
    * ```wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py```
    * `wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py`
    1. Create virtualenv & install gmvault
    * ```python virtualenv.py venv```
    * ```./venv/bin/pip install gmvault```
    * `python virtualenv.py venv`
    * `./venv/bin/pip install gmvault`
    1. Backup Gmail!
    * ```ash ./venv/bin/gmvault sync username@gmail.com```
    * `ash ./venv/bin/gmvault sync username@gmail.com`

    ### Relevant Links:
    * [http://gmvault.org/](http://gmvault.org/)
  3. dschep revised this gist Feb 8, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    1. Enable SSH
    1. SSH in
    1. Enable and switch to user shell (optional, requres user homes to be enabled)
    * set shell to /bin/ash in /etc/passwd
    * set shell to `/bin/ash` in `/etc/passwd`
    * ```su - <user>```
    1. Create directory to store all of this (optional)
    * ```mkdir gmvault&&cd gmvault```
  4. dschep revised this gist Feb 8, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -15,5 +15,5 @@
    * ```ash ./venv/bin/gmvault sync username@gmail.com```

    ### Relevant Links:
    * http://gmvault.org/
    * https://github.com/pypa/virtualenv
    * [http://gmvault.org/](http://gmvault.org/)
    * [https://github.com/pypa/virtualenv](https://github.com/pypa/virtualenv)
  5. dschep revised this gist Feb 8, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,6 @@
    1. Backup Gmail!
    * ```ash ./venv/bin/gmvault sync username@gmail.com```

    Relevant Links:
    ### Relevant Links:
    * http://gmvault.org/
    * https://github.com/pypa/virtualenv
  6. dschep revised this gist Nov 18, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    1. Create directory to store all of this (optional)
    * ```mkdir gmvault&&cd gmvault```
    1. Get virtualenv
    ```get https://raw.github.com/pypa/virtualenv/develop/virtualenv.py```
    * ```wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py```
    1. Create virtualenv & install gmvault
    * ```python virtualenv.py venv```
    * ```./venv/bin/pip install gmvault```
  7. dschep revised this gist Nov 18, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -10,9 +10,9 @@
    ```get https://raw.github.com/pypa/virtualenv/develop/virtualenv.py```
    1. Create virtualenv & install gmvault
    * ```python virtualenv.py venv```
    * ```./bin/pip install gmvault```
    * ```./venv/bin/pip install gmvault```
    1. Backup Gmail!
    * ```ash ./bin/gmvault sync username@gmail.com```
    * ```ash ./venv/bin/gmvault sync username@gmail.com```

    Relevant Links:
    * http://gmvault.org/
  8. dschep revised this gist Nov 18, 2012. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,5 @@
    * ```ash ./bin/gmvault sync username@gmail.com```

    Relevant Links:

    * http://gmvault.org/
    * https://github.com/pypa/virtualenv
    * http://gmvault.org/
    * https://github.com/pypa/virtualenv
  9. dschep revised this gist Nov 18, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -15,5 +15,6 @@
    * ```ash ./bin/gmvault sync username@gmail.com```

    Relevant Links:

    * http://gmvault.org/
    * https://github.com/pypa/virtualenv
  10. dschep revised this gist Nov 18, 2012. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -12,4 +12,8 @@
    * ```python virtualenv.py venv```
    * ```./bin/pip install gmvault```
    1. Backup Gmail!
    * ```ash ./bin/gmvault sync username@gmail.com```
    * ```ash ./bin/gmvault sync username@gmail.com```

    Relevant Links:
    * http://gmvault.org/
    * https://github.com/pypa/virtualenv
  11. dschep renamed this gist Nov 18, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  12. dschep created this gist Nov 18, 2012.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    1. Install Python from DSM Package Center
    1. Enable SSH
    1. SSH in
    1. Enable and switch to user shell (optional, requres user homes to be enabled)
    * set shell to /bin/ash in /etc/passwd
    * ```su - <user>```
    1. Create directory to store all of this (optional)
    * ```mkdir gmvault&&cd gmvault```
    1. Get virtualenv
    ```get https://raw.github.com/pypa/virtualenv/develop/virtualenv.py```
    1. Create virtualenv & install gmvault
    * ```python virtualenv.py venv```
    * ```./bin/pip install gmvault```
    1. Backup Gmail!
    * ```ash ./bin/gmvault sync username@gmail.com```