Skip to content
  1. Oct 21, 2020
  2. Oct 10, 2020
    • nimrod's avatar
      Specify the Redis history file with an environment variable. · e3cfcea4
      nimrod authored
      The Redis CLI history file was moved to the Documentst folder so it
      would synced using Nextcloud. A symlink was left in its place to point
      to the new location. However it's a dangling link until the Redis CLI is
      first run, which upsets the pre-commit broken link check. Instead, set
      the REDISCLI_HISTFILE environment variable to the new location and
      remove the symlink.
      e3cfcea4
  3. Sep 26, 2020
  4. Sep 20, 2020
  5. Aug 30, 2020
  6. Jul 16, 2020
  7. Jul 10, 2020
  8. Jul 09, 2020
  9. Jul 07, 2020
  10. Jun 27, 2020
  11. Jun 21, 2020
  12. May 11, 2020
    • nimrod's avatar
      gcloud profiles. · 9486f26d
      nimrod authored
      Google SDK CLI profiles for Shore and Endless.
      9486f26d
  13. Apr 30, 2020
  14. Apr 05, 2020
  15. Mar 04, 2020
  16. Feb 27, 2020
  17. Dec 26, 2019
  18. Dec 19, 2019
    • nimrod's avatar
      Avoid another subshell. · 55d07e9e
      nimrod authored
      55d07e9e
    • nimrod's avatar
      Nicer lsblk. · 076814ab
      nimrod authored
      076814ab
    • nimrod's avatar
      Fix issue with ControlMaster sockets pruning. · 9c5bbeb0
      nimrod authored
      The prune_ssh_sockets shell function would always delete the
      ControlMaster sockets (the open file handlers would have a random suffix
      and the check would always show that the socket wasn't open by any
      process). Instead add a prefix to the ControlMaster sockets and ignore
      them when pruning. Those sockets are always deleted when the process
      exists. Also, mark the vim filetype for the ssh config fragments as
      sshconfig.
      9c5bbeb0
  19. Dec 09, 2019
  20. Oct 31, 2019
  21. Oct 28, 2019
  22. Oct 20, 2019
  23. Oct 14, 2019
  24. Sep 13, 2019
  25. Aug 22, 2019
  26. Aug 14, 2019
    • nimrod's avatar
      A commit that's just too big. · 8335e2b1
      nimrod authored
      Too many changes in one commit that aren't relevant to each other all
      because I didn't commit these for some time and they piled up, exactly
      what I shouldn't do.
      
      - Remove some Git submodules. They're not needed.
      - Remove the REPREPRO_BASE_DIR environment variable, it's set with
      direnv inside that project.
      - Use Docker Buildkit.
      - Use auto Python interpeter with Ansible, prefer Python3.
      - Better ls aliases.
      - Netcat aliases to listen and check ports and sockets.
      - Aliases and functions for Terraform.
      - Use Black to format Python code.
      - Show the run duration and exit code in a line before the prompt, maybe
      better with Bash earlier than 5.0, where there's an annoying with line
      wrapping.
      - Valid name for the flatpak_kill shell function.
      - Delete user-dirs files, didn't do anything anyway.
      - Convert README from reStructuredText to Markdown.
      - Don't install gsutil with Python2, use snap to install the Google SDK.
      - More pre-commit hooks, update the exiting ones, format the file for
      yamllint, Use flake8 from it's repo, the one from the hooks repo is
      deprecated.
      - Clean the Shore SSH config.
      - Add the shared AWS keys to the Endless SSH config.
      8335e2b1
  27. Jul 23, 2019
    • nimrod's avatar
      Revert 9bbcdaae · 3f65d66b
      nimrod authored
      Back to ElementaryOS, Flatpak is older there.
      3f65d66b
  28. Jun 30, 2019