Overview
Comment: | Merge accidental fork |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2ff958f020226d5b2930abafb09f8df0 |
User & Date: | js 2023-03-20 21:38:55 |
Context
2023-03-23
| ||
21:19 | Add Apple Terminal.app profile check-in: 8d403e7c58 user: js tags: trunk | |
2023-03-20
| ||
21:38 | Merge accidental fork check-in: 2ff958f020 user: js tags: trunk | |
21:36 | Add small tool to set 3000x2000 resolution on Mac check-in: be1f62ff6d user: js tags: trunk | |
2023-03-19
| ||
13:59 | ssh_config: Remove special case for github.com check-in: 41f2e5384a user: js tags: trunk | |
Changes
Changes to ssh_config.
1 2 3 4 5 6 7 8 | Include config.private Host anoncvs.netbsd.org HostKeyAlgorithms rsa-sha2-512 Host bitbucket.org HostKeyAlgorithms ssh-rsa | < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Include config.private Host anoncvs.netbsd.org HostKeyAlgorithms rsa-sha2-512 Host bitbucket.org HostKeyAlgorithms ssh-rsa Host pkgs.fedoraproject.org HostKeyAlgorithms rsa-sha2-512 Host wip.pkgsrc.org Ciphers aes256-gcm@openssh.com Host * |
︙ | ︙ |
Added systemd/user/element-web.service.
> > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 | [Unit] Description=Element Web [Service] Type=simple TimeoutStartSec=0 ExecStart=/home/js/.local/bin/element-web [Install] WantedBy=default.target |