Skip to content

Commit

Permalink
chore: update dependency and publish newsletters
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2023
1 parent 65c6fe5 commit 2853181
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/newsletter/2023_w41.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Computer Science

## GNULinux

### [Basics](gnu_linux_basics.md)

* New: Generate a random string.

Generate a random string to use for secrets or passwords:

```bash
head /dev/urandom | tr -dc A-Za-z0-9 | head -c10
```
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mkdocs-bibtex==2.11.0
# via -r requirements.in
mkdocs-exclude-search==0.6.5
# via -r requirements.in
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-git-revision-date-localized-plugin==1.2.1
# via
# -r requirements.in
# mkdocs-newsletter
Expand Down Expand Up @@ -202,7 +202,7 @@ wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via pip-tools
setuptools==68.2.2
# via pip-tools

0 comments on commit 2853181

Please sign in to comment.