From e3b652d69d702dcabd0ee833c83b6dd67234b68e Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sun, 10 Sep 2023 12:34:01 +0300 Subject: [PATCH] m --- devops/iaas/compare.txt | 1 + devops/iaas/pulumi.txt | 2 ++ devops/iaas/terraform.txt | 15 ++++++++++++ os/linux/nixos/docs/presentations.txt | 2 ++ os/linux/nixos/docs/whatsnew.txt | 4 ++++ .../nixos/features/binary/auto-patchelf.txt | 6 +++++ .../nixos/features/debugging/eval-modules.txt | 3 +++ os/linux/nixos/flavors/snowflakeos.txt | 24 +++++++++++++++++++ .../integration/network/nixos-zscaler.txt | 5 ++++ pl/hs/docs/books/books.txt | 4 ++++ pl/hs/libfws/lens/docs/books.txt | 2 ++ pl/hs/libfws/lens/optics.txt | 4 ++++ 12 files changed, 72 insertions(+) create mode 100644 devops/iaas/compare.txt create mode 100644 devops/iaas/terraform.txt create mode 100644 os/linux/nixos/features/debugging/eval-modules.txt create mode 100644 os/linux/nixos/flavors/snowflakeos.txt create mode 100644 os/linux/nixos/integration/network/nixos-zscaler.txt diff --git a/devops/iaas/compare.txt b/devops/iaas/compare.txt new file mode 100644 index 000000000..f9447e606 --- /dev/null +++ b/devops/iaas/compare.txt @@ -0,0 +1 @@ +https://www.pulumi.com/docs/concepts/vs/terraform/ diff --git a/devops/iaas/pulumi.txt b/devops/iaas/pulumi.txt index 2a32f6596..3d951b585 100644 --- a/devops/iaas/pulumi.txt +++ b/devops/iaas/pulumi.txt @@ -37,3 +37,5 @@ https://www.pulumi.com/blog/announcing-infrastructure-as-code-with-java-and-pulu 2021 freeCodeCamp - Infrastructure as Code - Crash Course of 1:09:40 https://www.youtube.com/watch?v=EtEb40LE5zQ +https://habr.com/ru/companies/otus/articles/674818/ +https://medium.com/nuances-of-programming/%D0%B2%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B2-pulumi-1e8c00a14e5d diff --git a/devops/iaas/terraform.txt b/devops/iaas/terraform.txt new file mode 100644 index 000000000..8fc045671 --- /dev/null +++ b/devops/iaas/terraform.txt @@ -0,0 +1,15 @@ +https://www.terraform.io/ +https://github.com/hashicorp/terraform + +https://developer.hashicorp.com/terraform +https://developer.hashicorp.com/terraform/intro +https://developer.hashicorp.com/terraform/cli +https://developer.hashicorp.com/terraform/language +https://developer.hashicorp.com/terraform/tutorials + +https://cloud.google.com/docs/terraform +https://learn.microsoft.com/en-us/azure/developer/terraform/ +https://cloud.yandex.ru/docs/tutorials/infrastructure-management/terraform-quickstart + +2022 +https://1cloud.ru/blog/introduce_in_terraform diff --git a/os/linux/nixos/docs/presentations.txt b/os/linux/nixos/docs/presentations.txt index f39600747..3410e0a53 100644 --- a/os/linux/nixos/docs/presentations.txt +++ b/os/linux/nixos/docs/presentations.txt @@ -1,4 +1,6 @@ 2023 +LinuxTex - NixOS : The HYPE is Real ! Everything You NEED to Know (NEW!) of 18:49 + https://www.youtube.com/watch?v=BVDNByTMOp0 Serokel - Pitfalls of Nix and How to Avoid Them – Philipp Herzog of 16:21 https://www.youtube.com/watch?v=nZbXhw42cks ! bla-bla diff --git a/os/linux/nixos/docs/whatsnew.txt b/os/linux/nixos/docs/whatsnew.txt index f8eecb790..2ca155e5b 100644 --- a/os/linux/nixos/docs/whatsnew.txt +++ b/os/linux/nixos/docs/whatsnew.txt @@ -1,6 +1,10 @@ https://nixos.org/manual/nixos/stable/release-notes.html https://github.com/NixOS/nix/milestones +2023 +https://nixos.org/blog/announcements.html#nixos-23.05 +https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.05 +https://www.opennet.ru/opennews/art.shtml?num=59226 2022 https://nixos.org/blog/announcements.html#nixos-22.11 https://nixos.org/blog/announcements.html#nix-2.8.0 diff --git a/os/linux/nixos/features/binary/auto-patchelf.txt b/os/linux/nixos/features/binary/auto-patchelf.txt index 775d00128..0042f13f8 100644 --- a/os/linux/nixos/features/binary/auto-patchelf.txt +++ b/os/linux/nixos/features/binary/auto-patchelf.txt @@ -1,4 +1,10 @@ https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/setup-hooks/auto-patchelf.sh +https://github.com/NixOS/patchelf +2023 +Chris McDonough - NixOS 45: Dynamic Library Linking Under NixOS: How Do It Work? of 29:39 + https://www.youtube.com/watch?v=ajM4hHHFOtA + https://github.com/mcdonc/.nixconfig/tree/master/videos/patchelf + https://github.com/mcdonc/.nixconfig/blob/master/videos/patchelf/script.rst 2020 https://fzakaria.com/2020/12/01/autopatchelf-what-it-can-look-like.html diff --git a/os/linux/nixos/features/debugging/eval-modules.txt b/os/linux/nixos/features/debugging/eval-modules.txt new file mode 100644 index 000000000..80a3acdbe --- /dev/null +++ b/os/linux/nixos/features/debugging/eval-modules.txt @@ -0,0 +1,3 @@ +2023 +Tweag - The Nix Hour #40 [debugging and tracing NixOS modules] 0:00 of 57:43 + https://www.youtube.com/watch?v=aLy8id4wr-M diff --git a/os/linux/nixos/flavors/snowflakeos.txt b/os/linux/nixos/flavors/snowflakeos.txt new file mode 100644 index 000000000..c7b8f637d --- /dev/null +++ b/os/linux/nixos/flavors/snowflakeos.txt @@ -0,0 +1,24 @@ +https://snowflakeos.org/ +https://jmnl.xyz/ +https://sourceforge.net/projects/snowflakeos/files/latest/download + +https://github.com/snowflakelinux +https://github.com/snowflakelinux/snow +https://github.com/snowflakelinux/snowflake-iso +https://github.com/snowflakelinux/snowflake-modules +https://github.com/snowflakelinux/nix-data +https://github.com/vlinkz/nix-editor + +https://github.com/vlinkz +https://github.com/vlinkz/nix-software-center +https://github.com/vlinkz/nixos-conf-editor + +https://gitlab.gnome.org/p3732/os-installer + +2023 +Gosh-Its-Arch - SnowflakeOS - Its NixOS Made Easier of 11:55 + https://www.youtube.com/watch?v=1XW3mMmN4VM +2022 +https://discourse.nixos.org/t/snowflakeos-creating-a-gui-focused-nixos-based-distro/21856 +9to5Linux - SnowflakeOS IS A NixOS Based Linux Distribution Focused ON Beginner Friendliness And Ease OF Use of 13:24 + https://www.youtube.com/watch?v=gdd4uzRrV64 diff --git a/os/linux/nixos/integration/network/nixos-zscaler.txt b/os/linux/nixos/integration/network/nixos-zscaler.txt new file mode 100644 index 000000000..306578ea8 --- /dev/null +++ b/os/linux/nixos/integration/network/nixos-zscaler.txt @@ -0,0 +1,5 @@ +https://github.com/NixOS/nix/issues/7914 +https://github.com/NixOS/nix/issues/7808 +https://github.com/NixOS/nix/pull/8062 +https://discourse.nixos.org/t/nix-cannot-find-my-custom-ssl-certificate/27361/3 +https://github.com/nix-community/home-manager/issues/4024 diff --git a/pl/hs/docs/books/books.txt b/pl/hs/docs/books/books.txt index 572f9bff4..43f0cb9e1 100644 --- a/pl/hs/docs/books/books.txt +++ b/pl/hs/docs/books/books.txt @@ -3,6 +3,10 @@ https://www.extrema.is/articles/haskell-books http://books.goalkicker.com/HaskellBook/ https://topminisite.com/blog/best-haskell-books-in-year +???? +Scalfani - Functional Programming Made Easier + https://leanpub.com/fp-made-easier + https://www.youtube.com/playlist?list=PLW_sOzxD_4gQwZ7oWTrpeETXCiVWDl2U_ 2023 Walck - Learn Physics with Functional Programming 3D7CE8FF760F37BDF580ADB96125121D diff --git a/pl/hs/libfws/lens/docs/books.txt b/pl/hs/libfws/lens/docs/books.txt index 32a58e0ee..cec057d92 100644 --- a/pl/hs/libfws/lens/docs/books.txt +++ b/pl/hs/libfws/lens/docs/books.txt @@ -9,6 +9,8 @@ Penner - Optics by Example 1449E9EE3E40D644E9CD462579E299D1 t-hash c942ff8e11ba3f7d9af78aa1d8228630a34cf752 + https://github.com/chiroptical/optics-by-example + https://www.youtube.com/playlist?list=PLW_sOzxD_4gSyP92J-K4AwfR9Fvi6WCuV https://chrispenner.ca/posts/virtual-fields 2019 https://chrispenner.ca/posts/advent-of-optics-04 diff --git a/pl/hs/libfws/lens/optics.txt b/pl/hs/libfws/lens/optics.txt index 586e7118d..0925c6e57 100644 --- a/pl/hs/libfws/lens/optics.txt +++ b/pl/hs/libfws/lens/optics.txt @@ -1,6 +1,10 @@ https://opticsbyexample.com/ https://leanpub.com/optics-by-example + at docs/books https://gist.github.com/ChrisPenner/1f7b6923448b3396a45d04a2b6b9d066 + https://github.com/chiroptical/optics-by-example + https://www.youtube.com/playlist?list=PLW_sOzxD_4gSyP92J-K4AwfR9Fvi6WCuV + 2022 https://www.tweag.io/blog/2022-05-05-existential-optics/