Skip to content
Snippets Groups Projects
  1. Nov 25, 2024
  2. Nov 21, 2024
  3. Jul 01, 2024
    • Filip Hejsek's avatar
      Change default LANG to C.UTF-8 · 8305afe4
      Filip Hejsek authored
      The C locale does not support unicode. Use the C.UTF-8 locale instead.
      C.UTF-8 is included in the glibc package so it should always be available on the system.
      8305afe4
    • Tobias Powalowski's avatar
      unset GLOBSORT as part of upcoming bash 5.3 release. Quotation from Kerin... · 1d47fa56
      Tobias Powalowski authored
      unset GLOBSORT as part of upcoming bash 5.3 release. Quotation from Kerin Millar:"As such, I recommend that "unset -v GLOBSORT" be unconditionally issued before any sourcing occurs. Quotation from To do so would serve as a sensible safety measure, covering the case where the GLOBSORT variable has been adjusted - whether intentionally or not - only for /etc/profile to be sourced anew. The rationale is that the user should always be able to expect that the snippets be processed in a deterministic order"
      1d47fa56
  4. Apr 28, 2024
  5. Apr 07, 2024
  6. Jan 19, 2024
  7. Jan 18, 2024
  8. Sep 18, 2023
  9. Sep 03, 2023
  10. Jan 31, 2023
  11. Jan 30, 2023
  12. Oct 18, 2022
  13. Oct 17, 2022
  14. Dec 07, 2021
  15. Dec 06, 2021
  16. Dec 04, 2021
  17. Nov 11, 2021
  18. May 31, 2021
  19. Jan 19, 2021
  20. Sep 02, 2020
  21. Aug 30, 2020
  22. Aug 21, 2020
  23. May 19, 2020
  24. May 07, 2020
    • Sébastien Luttringer's avatar
    • Sébastien Luttringer's avatar
      Set a default root password. · 54640304
      Sébastien Luttringer authored
      This will prevent root login with an empty password on a fresh Arch Linux
      installation.
      
      This is only about the default behaviour, you could restore the previous one by
      running `passwd -d root'.
      Please note, this is not recommended and behave inconsistenly between
      applications.
      
      We use a trick in the shadow file to set a default password which never allow
      login by using this password.
      
      The special value '*' is used in the shadow file.
      We don't use '!', '!!', '!*' on purpose.
      The special '!' char, which should mean password locked (and not account locked)
      is interpreted by some applications (e.g. sshd) as an account locked and will
      prevent root login.
      
      This change was suggested by Lennart Poettering and Zbigniew Jedrzejewski-Szmek
      to security@archlinux.org.
      54640304
  25. May 03, 2020
  26. May 02, 2020
Loading