Skip to content

Commit

Permalink
Drupal Onboarding - Correcting some broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzura committed Sep 22, 2023
1 parent 4ee86ff commit d280ed5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common-practices-tools/security/yubikey/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exec --no-startup-id xss-lock -- i3lock -n -c 000000

### Screen lock with xautolock

This uses [xsecurelock](https://github.com/google/xsecurelock) (recommended screen lock) together with [xautolock](http://linux.die.net/man/1/xautolock) (simple away command runner tool) to lock the screen after 10 minutes when away from home network. It also suspends after 30 mins, adds a hot corner to block locking (useful if watching a video, for example) and adds a notification (using `dunst` and `notify-send`) before locking. Note that pretty much all of these pieces are optional (you could use `gnome-screensaver` or `xscreensaver` for away detection for instance), but using `xsecurelock` for locking is strongly recommended since other lock screens have had vulnerabilities.
This uses [xsecurelock](https://github.com/google/xsecurelock) (recommended screen lock) together with [xautolock](https://linux.die.net/man/1/xautolock) (simple away command runner tool) to lock the screen after 10 minutes when away from home network. It also suspends after 30 mins, adds a hot corner to block locking (useful if watching a video, for example) and adds a notification (using `dunst` and `notify-send`) before locking. Note that pretty much all of these pieces are optional (you could use `gnome-screensaver` or `xscreensaver` for away detection for instance), but using `xsecurelock` for locking is strongly recommended since other lock screens have had vulnerabilities.

Check warning on line 37 in common-practices-tools/security/yubikey/linux.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] common-practices-tools/security/yubikey/linux.md#L37

`simple` may be insensitive, try not to use it simple retext-equality
Raw output
    37:156-37:162  warning  `simple` may be insensitive, try not to use it                                                                                                                                                                                                                  simple           retext-equality

Install packages as needed (`dunst` and `libnotify` optional -- you may already have a notification system):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ We encourage all CivicActioners to give back to the Drupal community (see commun

Update your drupal.org profile

1. Go to http://drupal.org/.
1. Go to https://drupal.org/.
2. Log into your drupal.org account (create one if you do not have one).
3. Align it with CivicActions in the "Work" section: Edit profile > Then expand the Work section > Type in "CivicActions" and your Job title.
4. Align your role with CivicActions in the "Contributor roles" section: Edit profile > Then expand the Contributor roles section > Type in "CivicActions" in "Organization support". See https://www.drupal.org/community/contributor-guide/find-your-role for more details.
Expand Down
6 changes: 3 additions & 3 deletions practice-areas/engineering/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Here are some references to review if you are unfamiliar with it.
- [Pro Git book](https://git-scm.com/)
- [Github resources](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources)
- [Getting Git Right](https://www.atlassian.com/git/)
- [Version Control with Git book](http://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387)
- [Version Control with Git book](https://www.amazon.com/Version-Control-Git-collaborative-development/dp/1449316387)

Here are more advanced resources to learn "how Git works" at a lower level, which is helpful for building your mental model for using rebasing, reflog, etc.

- <https://www.youtube.com/watch?v=MYP56QJpDr4>
- [Non-video companion to the first half](http://git-scm.com/book/en/v2/Git-Internals-Git-Objects)
- [Non-video companion to the first half](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects)

## Git best practices

Expand Down Expand Up @@ -221,7 +221,7 @@ To make things easier, from the docs:
>
> - For Mac users, the [GPG Suite](https://gpgtools.org/) allows you to store your GPG key passphrase in the Mac OS Keychain.
> - For Windows users, the [Gpg4win](https://www.gpg4win.org/) integrates with other Windows tools.
> You can also manually configure [gpg-agent](http://linux.die.net/man/1/gpg-agent) to save your GPG key passphrase, but this doesn't integrate with Mac OS Keychain like ssh-agent and requires more setup."
> You can also manually configure [gpg-agent](https://linux.die.net/man/1/gpg-agent) to save your GPG key passphrase, but this doesn't integrate with Mac OS Keychain like ssh-agent and requires more setup."
Set a long cache time for the gpg-agent, so that you don't have to enter the passphrase every time:

Expand Down

0 comments on commit d280ed5

Please sign in to comment.