From 8d72efa7374c111dccfc61240429fcd399ca1d67 Mon Sep 17 00:00:00 2001 From: tzura Date: Fri, 22 Sep 2023 14:04:56 -0600 Subject: [PATCH] Drupal Onboarding - Correcting some broken links. --- common-practices-tools/security/yubikey/linux.md | 2 +- .../engineering/drupal/drupal-for-drupal-engineers.md | 2 +- practice-areas/engineering/git.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common-practices-tools/security/yubikey/linux.md b/common-practices-tools/security/yubikey/linux.md index 82eb19607e..705b7f5d86 100644 --- a/common-practices-tools/security/yubikey/linux.md +++ b/common-practices-tools/security/yubikey/linux.md @@ -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. Install packages as needed (`dunst` and `libnotify` optional -- you may already have a notification system): diff --git a/practice-areas/engineering/drupal/drupal-for-drupal-engineers.md b/practice-areas/engineering/drupal/drupal-for-drupal-engineers.md index 38ac612966..f091434fac 100644 --- a/practice-areas/engineering/drupal/drupal-for-drupal-engineers.md +++ b/practice-areas/engineering/drupal/drupal-for-drupal-engineers.md @@ -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. diff --git a/practice-areas/engineering/git.md b/practice-areas/engineering/git.md index 0b7dd8e1cb..e68193bdad 100644 --- a/practice-areas/engineering/git.md +++ b/practice-areas/engineering/git.md @@ -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. - -- [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 @@ -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: