6ccade26081c542d4b62cd416f6040f6ed35d057
Home.md
... | ... | @@ -21,31 +21,31 @@ The Structural Biology Grid at Harvard Medical School (SBGrid) is a computing co |
21 | 21 | See the [SBGrid Website](https://www.sbgrid.org/) |
22 | 22 | |
23 | 23 | ## Help |
24 | -* [Getting Help & Support](faqs/getting-help) |
|
24 | +* [Getting Help & Support](faq-getting-help) |
|
25 | 25 | |
26 | 26 | |
27 | -## [FAQ](faqs/) |
|
27 | +## [FAQ](faqs) |
|
28 | 28 | Frequently Answered Questions |
29 | 29 | |
30 | 30 | ### Account Related |
31 | -* [Change Your Unix Password](faqs/changing-your-account-password) |
|
32 | -* [Backups Using Crashplan](faqs/crashplan-backups) |
|
33 | -* [SBGrid/CMCD VPN](faqs/connecting-to-cmcd-vpn) |
|
34 | -* [NE CAT Data Collection](faqs/data-collection-at-ne-cat) |
|
35 | -* [Requesting an Account](faqs/new-accounts) |
|
31 | +* [Change Your Unix Password](faq-changing-your-account-password) |
|
32 | +* [Backups Using Crashplan](faq-crashplan-backups) |
|
33 | +* [SBGrid/CMCD VPN](faq-connecting-to-cmcd-vpn) |
|
34 | +* [NE CAT Data Collection](faq-data-collection-at-ne-cat) |
|
35 | +* [Requesting an Account](faq-new-accounts) |
|
36 | 36 | |
37 | 37 | ### Software & Linux/Mac/UNIX |
38 | 38 | |
39 | -* [Access Remote Filesystems using SSHFS](faqs/sshfs) |
|
40 | -* [Firefox Problems on Network Account](faqs/troubleshooting-firefox-on-a-network-account) |
|
41 | -* [How to Forward Email](faqs/forwarding-mail-to-crystal) |
|
42 | -* [Linux Remote Access](faqs/remote-access-to-linux-computers) |
|
43 | -* [OS X (Apple): Find MAC Address](faqs/how-to-find-mac-address-on-os-x-gui) |
|
44 | -* [Running jobs after you logged off (using Screen)](faqs/running-remote-jobs-after-disconnecting) |
|
45 | -* [SSH Without a Password](faqs/setting-up-passwordless-ssh) |
|
46 | -* [SBGrid Software](faqs/using-sbgrid-programs) |
|
47 | -* [Using Crystal Email](faqs/using-your-crystal-harvard-edu-email-address) |
|
48 | -* [Other Resources](faqs/other-resources) |
|
39 | +* [Access Remote Filesystems using SSHFS](faq-sshfs) |
|
40 | +* [Firefox Problems on Network Account](faq-troubleshooting-firefox-on-a-network-account) |
|
41 | +* [How to Forward Email](faq-forwarding-mail-to-crystal) |
|
42 | +* [Linux Remote Access](faq-remote-access-to-linux-computers) |
|
43 | +* [OS X (Apple): Find MAC Address](faq-how-to-find-mac-address-on-os-x-gui) |
|
44 | +* [Running jobs after you logged off (using Screen)](faq-running-remote-jobs-after-disconnecting) |
|
45 | +* [SSH Without a Password](faq-setting-up-passwordless-ssh) |
|
46 | +* [SBGrid Software](faq-using-sbgrid-programs) |
|
47 | +* [Using Crystal Email](faq-using-your-crystal-harvard-edu-email-address) |
|
48 | +* [Other Resources](faq-other-resources) |
|
49 | 49 | |
50 | 50 | |
51 | 51 |
faq-forwarding-mail-to-crystal.md
... | ... | @@ -6,23 +6,25 @@ To setup mail forwarding on Linux, you should have a .forward file configured in |
6 | 6 | |
7 | 7 | Add a .forward file to your home directory: |
8 | 8 | |
9 | - 1. cd <your network home directory> |
|
10 | - * example: |
|
11 | - * ``` cd ~; touch .forward; ``` |
|
9 | +`cd <your network home directory>` |
|
10 | + |
|
11 | +Example: |
|
12 | + |
|
13 | +`cd ~; touch .forward;` |
|
12 | 14 | |
13 | 15 | Add the following to the .forward file that your just created(using your favorite text editor): |
14 | 16 | |
15 | - 1. <username>@crystal.harvard.edu |
|
16 | - 2. \<username> |
|
17 | +* `<username>@crystal.harvard.edu` |
|
18 | +* `<username>` |
|
17 | 19 | |
18 | 20 | |
19 | 21 | Make sure the permissions are set correctly on the file: |
20 | 22 | |
21 | - 1. chmod 644 .forward; |
|
23 | +`chmod 644 .forward;` |
|
22 | 24 | |
23 | 25 | Test the setup and check your inbox on crystal email with this command or by sending and email to it from a different account: |
24 | 26 | |
25 | - 1. mailx -s 'my test email' <username> < /dev/null |
|
27 | +`mailx -s 'my test email' <username> < /dev/null` |
|
26 | 28 | |
27 | 29 | For questions, please contact SBGrid at [help@sbgrid.org](mailto:help@sbgrid.org?Subject=Forward_Email_Help) |
28 | 30 |
faq-how-to-find-mac-address-on-os-x-gui.md
... | ... | @@ -4,13 +4,13 @@ Locating your MAC (hardware) address using the OS X GUI. |
4 | 4 | |
5 | 5 | * Step 1 |
6 | 6 | |
7 | -![](../images/how-to-find-mac-address-on-os-x-gui-1.png) |
|
7 | +![](images/how-to-find-mac-address-on-os-x-gui-1.png) |
|
8 | 8 | |
9 | 9 | * Step 2 |
10 | 10 | |
11 | -![](../images/how-to-find-mac-address-on-os-x-gui-2.png) |
|
11 | +![](images/how-to-find-mac-address-on-os-x-gui-2.png) |
|
12 | 12 | |
13 | 13 | * Step 3 |
14 | 14 | |
15 | -![](../images/how-to-find-mac-address-on-os-x-gui-3.png) |
|
15 | +![](images/how-to-find-mac-address-on-os-x-gui-3.png) |
|
16 | 16 |
faq-new-accounts.md
... | ... | @@ -2,7 +2,9 @@ |
2 | 2 | |
3 | 3 | ## Account Creation |
4 | 4 | |
5 | -Requests for user accounts **must** come from a PI or from someone a PI has authorized to perform requests of this nature. In order for SBGrid to create your account, please have your PI send the request to [help@sbgrid.org](mailto:help@sbgrid.org) with the following information: |
|
5 | +Requests for user accounts **must** come from a PI or from someone a PI has authorized to perform requests of this nature. |
|
6 | + |
|
7 | +In order for SBGrid to create your account, please have your PI send the request to [help@sbgrid.org](mailto:help@sbgrid.org) with the following information: |
|
6 | 8 | |
7 | 9 | * Your first and last name. |
8 | 10 | * Your primary email address |
faq-troubleshooting-firefox-on-a-network-account.md
... | ... | @@ -7,25 +7,30 @@ occassion, Firefox will not start, because previous sessions were not closed |
7 | 7 | properly (because of a crash or network interruption.) |
8 | 8 | |
9 | 9 | ##On Mac OS X |
10 | -**To fix this issue on OS X, please log out, and log back in. |
|
11 | -You may also need to delete your parentlock file, located at |
|
12 | -~/Library/Application Support/Firefox/Profiles/*.default/.parentlock |
|
10 | +To fix this issue on OS X, please log out, and log back in. You may also need to delete your parentlock file, located at: |
|
11 | + |
|
12 | +`~/Library/Application Support/Firefox/Profiles/*.default/.parentlock` |
|
13 | 13 | |
14 | 14 | ##On Linux |
15 | -**Before attempting the following steps, please make sure that you are currently logged into only one computer. |
|
15 | +Before attempting the following steps, please make sure that you are currently logged into only one computer. Often times Linux users have multiple Firefox session running, each session use the same lock file which causes Firefox to get confused. |
|
16 | + |
|
16 | 17 | Here are some steps to use Firefox, if it becomes locked by mistake: |
17 | 18 | |
18 | 19 | * Remove any application lock files. Typically, these lock files are found in the browser home directory. Just run the following to delete the locks: |
19 | 20 | |
20 | 21 | > rm -f ~/.mozilla/firefox/*.default/.parentlock |
21 | - |
|
22 | -> |
|
23 | - |
|
22 | +> |
|
24 | 23 | > rm -f ~/.mozilla/firefox/*.default/lock |
25 | 24 | |
26 | 25 | After you do so, try to run firefox one more time. |
27 | 26 | |
28 | - * In the worst case scenario, you could do this: mv /.mozilla/firefox /.mozilla/firefox_hold (Note: this will completely reset Firefox.) Then start your browser, which will create a new profile. After you do this, you may wish to restore your bookmarks. You can do this via the Firefox menu path Bookmarks/Organize Bookmarks/File/Import (your old bookmarks would be in ~/.mozilla/firefox_hold/…) |
|
27 | + In the worst case scenario, you could do this: |
|
28 | + |
|
29 | + `mv /.mozilla/firefox /.mozilla/firefox_old` |
|
30 | + |
|
31 | +(*Note*: this will completely reset Firefox.) |
|
32 | + |
|
33 | +Then start your browser, which will create a new profile. After you do this, you may wish to restore your bookmarks. You can do this via the Firefox menu path `Bookmarks/Organize Bookmarks/File/Import` (your old bookmarks would be in `~/.mozilla/firefox_old/…`) |
|
29 | 34 | |
30 | 35 | |
31 | 36 |
faq-using-crystal-google-apps.md
... | ... | @@ -11,7 +11,7 @@ Users have access to the following Crystal Google apps/sites: |
11 | 11 | From the web interface you can switch Applications by clicking on the 3x3 |
12 | 12 | square pattern near your email address (top right): |
13 | 13 | |
14 | -![](../images/using-crystal-google-apps-1.png) |
|
14 | +![](images/using-crystal-google-apps-1.png) |
|
15 | 15 | |
16 | 16 | ## Crystal Google Calendar: |
17 | 17 | |
... | ... | @@ -22,29 +22,29 @@ To setup mail clients, please refer to this page: |
22 | 22 | |
23 | 23 | * [<https://support.google.com/calendar/answer/99358>](https://support.google.com/calendar/answer/99358) |
24 | 24 | |
25 | -![](../images/using-crystal-google-apps-2.png) |
|
25 | +![](images/using-crystal-google-apps-2.png) |
|
26 | 26 | |
27 | 27 | ## Share Calendar |
28 | 28 | To share your calendars with other users, please refer to this page: |
29 | 29 | |
30 | 30 | * [<https://support.google.com/calendar/answer/37082>](https://support.google.com/calendar/answer/37082) |
31 | 31 | |
32 | -![](../images/using-crystal-google-apps-3.png) |
|
32 | +![](images/using-crystal-google-apps-3.png) |
|
33 | 33 | |
34 | -![](../images/using-crystal-google-apps-4.png) |
|
34 | +![](images/using-crystal-google-apps-4.png) |
|
35 | 35 | |
36 | 36 | To remove shared calendars, please refer to this page: |
37 | 37 | |
38 | 38 | [<https://support.google.com/calendar/answer/40802>](https://support.google.com/calendar/answer/40802) |
39 | 39 | |
40 | -![](../images/using-crystal-google-apps-5.png) |
|
40 | +![](images/using-crystal-google-apps-5.png) |
|
41 | 41 | |
42 | 42 | ## Calendar Import |
43 | 43 | Instead of importing calendars into iCal, etc, go to the manage page: |
44 | 44 | |
45 | 45 | * [<https://www.google.com/calendar/syncselect>](https://www.google.com/calendar/syncselect) |
46 | 46 | |
47 | -![](../images/using-crystal-google-apps-6.png) |
|
47 | +![](images/using-crystal-google-apps-6.png) |
|
48 | 48 | |
49 | 49 | |
50 | 50 | ## Crystal Google Drive/Docs: |
... | ... | @@ -56,17 +56,17 @@ spreadsheets, presentations, forms, drawings, etc. |
56 | 56 | |
57 | 57 | You can also set permissions for read only, comment, and edit. |
58 | 58 | |
59 | -![](../images/using-crystal-google-apps-7.png) |
|
59 | +![](images/using-crystal-google-apps-7.png) |
|
60 | 60 | |
61 | 61 | ## Crystal Google Mail: |
62 | 62 | |
63 | 63 | [<http://mail.crystal.harvard.edu>](http://mail.crystal.harvard.edu) |
64 | 64 | |
65 | -![](../images/using-crystal-google-apps-8.png) |
|
65 | +![](images/using-crystal-google-apps-8.png) |
|
66 | 66 | |
67 | 67 | ### Tabs for inbox |
68 | 68 | |
69 | -![](../images/using-crystal-google-apps-9.png) |
|
69 | +![](images/using-crystal-google-apps-9.png) |
|
70 | 70 | |
71 | 71 | ### IMAP |
72 | 72 | |
... | ... | @@ -95,8 +95,8 @@ Log into the web interface and scroll down on the left, you may need to press |
95 | 95 | the arrow to expand - select 'Manage labels'. From that page for 'All mail' |
96 | 96 | setting - uncheck 'show in imap'. |
97 | 97 | |
98 | -![](../images/using-crystal-google-apps-10.png) |
|
99 | -![](../images/using-crystal-google-apps-11.png) |
|
98 | +![](images/using-crystal-google-apps-10.png) |
|
99 | +![](images/using-crystal-google-apps-11.png) |
|
100 | 100 | |
101 | 101 | #### Filters |
102 | 102 | |
... | ... | @@ -106,9 +106,9 @@ attitional filtering if you want. Press ‘create filter with this result. Then |
106 | 106 | you choose what to do with the message. You can select ‘Choose Label’ and that |
107 | 107 | is basically a folder. |
108 | 108 | |
109 | -![](../images/using-crystal-google-apps-12.png) |
|
110 | -![](../images/using-crystal-google-apps-13.png) |
|
111 | -![](../images/using-crystal-google-apps-14.png) |
|
109 | +![](images/using-crystal-google-apps-12.png) |
|
110 | +![](images/using-crystal-google-apps-13.png) |
|
111 | +![](images/using-crystal-google-apps-14.png) |
|
112 | 112 | |
113 | 113 | |
114 | 114 |
faqs.md
... | ... | @@ -0,0 +1,23 @@ |
1 | + |
|
2 | +# FAQ |
|
3 | +Frequently Answered Questions |
|
4 | + |
|
5 | +## Account Related |
|
6 | +* [Change Your Unix Password](changing-your-account-password) |
|
7 | +* [Backups Using Crashplan](crashplan-backups) |
|
8 | +* [SBGrid/CMCD VPN](connecting-to-cmcd-vpn) |
|
9 | +* [NE CAT Data Collection](data-collection-at-ne-cat) |
|
10 | +* [Requesting an Account](new-accounts) |
|
11 | + |
|
12 | +## Software & Linux/Mac/UNIX |
|
13 | + |
|
14 | +* [Access Remote Filesystems using SSHFS](sshfs) |
|
15 | +* [Firefox Problems on Network Account](troubleshooting-firefox-on-a-network-account) |
|
16 | +* [How to Forward Email](forwarding-mail-to-crystal) |
|
17 | +* [Linux Remote Access](remote-access-to-linux-computers) |
|
18 | +* [OS X (Apple): Find MAC Address](how-to-find-mac-address-on-os-x-gui) |
|
19 | +* [Running jobs after you logged off (using Screen)](running-remote-jobs-after-disconnecting) |
|
20 | +* [SSH Without a Password](setting-up-passwordless-ssh) |
|
21 | +* [SBGrid Software](using-sbgrid-programs) |
|
22 | +* [Using Crystal Email](using-your-crystal-harvard-edu-email-address) |
|
23 | +* [Other Resources](other-resources) |
|
... | ... | \ No newline at end of file |
genzyme.md
... | ... | @@ -24,6 +24,8 @@ SBGrid's comprehensive collections of structural biology applications is located |
24 | 24 | # Storage and Backup: |
25 | 25 | The NFS server is backed up to a local external hard drive. |
26 | 26 | |
27 | +This should checked monthly to ensure that backups are working. |
|
28 | + |
|
27 | 29 | |
28 | 30 | # General IT Support: |
29 | 31 | Support for office computing is provided by local Genzyme IT. |
hms5-walker.md
... | ... | @@ -8,7 +8,7 @@ For general questions, email SBGrid at [help@sbgrid.org](mailto:help@sbgrid.org) |
8 | 8 | New lab members should contact [help@sbgrid.org](mailto:help@sbgrid.org) to complete their initial setup. |
9 | 9 | |
10 | 10 | # Computers |
11 | -SBGrid supports Linux systems in the Walker Lab. If you need support for Mac systems or printers, please contact HMS-IT support at: |
|
11 | +SBGrid can provide support for Linux systems in the Walker Lab. If you need support for Mac systems or printers, please contact HMS-IT support at: |
|
12 | 12 | |
13 | 13 | * <http://hms.harvard.edu/departments/hms-information-technology/get-help> |
14 | 14 |
hu2-kahne.md
... | ... | @@ -13,8 +13,8 @@ New lab members should contact [help@sbgrid.org](mailto:help@sbgrid.org) to comp |
13 | 13 | |
14 | 14 | ### Linux |
15 | 15 | Linux computers authenticate locally and data directories can be accessed only from within the lab. Home directories are located |
16 | -at /home/<username>. The shared data directory is located at /shared. SBGrid's comprehensive collections of structural biology |
|
17 | -applications is located in the /programs directory. |
|
16 | +at `/home/<username>`. The shared data directory is located at `/shared`. SBGrid's comprehensive collections of structural biology |
|
17 | +applications is located in the `/programs` directory. |
|
18 | 18 | |
19 | 19 | If you need remote access, please contact [help@sbgrid.org](mailto:help@sbgrid.org). |
20 | 20 |