Commit message (Collapse) | Author | ||
---|---|---|---|
2020-12-14 | ranger: fuzzy-search hidden files also | Egor Tensin | |
2020-12-14 | add tmux configuration | Egor Tensin | |
2020-12-11 | add ranger configuration | Egor Tensin | |
2020-12-10 | .bashrc: prevent nested ranger instances | Egor Tensin | |
2020-12-09 | .vimrc: disable "editing" directories | Egor Tensin | |
2020-12-09 | .bashrc: make Tilix quiet | Egor Tensin | |
2020-09-30 | ssh: Bercut key no longer authorized | Egor Tensin | |
2020-05-18 | .profile: fix spawn_ssh_agent | Egor Tensin | |
I recently had to deal with a system that doesn't have systemd (Alpine), and it used this "deprecated" way of launching ssh-agent. It didn't work with agent forwarding though: the local agent would be launched regardless, somehow overriding the forwarded agent. This is fixed by testing if SSH_AUTH_SOCK (instead of SSH_AGENT_PID) is defined, and it is defined for agent-forwarded ssh sessions. It remains to be seen how this interacts with systems that use the systemd unit to launch ssh-agent. | |||
2020-05-04 | .profile: setup chruby | Egor Tensin | |
2020-05-04 | .vimrc: new line without insert mode | Egor Tensin | |
2020-03-18 | .ssh/config: ExitOnForwardFailure yes | Egor Tensin | |
2020-03-17 | .ssh: prettify config | Egor Tensin | |
2020-03-06 | .ssh: update config | Egor Tensin | |
2020-02-25 | .ssh: authorize Egor.Tensin@TENSIN-NOTE | Egor Tensin | |
2020-02-24 | .ssh: authorize the key on my phone | Egor Tensin | |
2020-02-23 | .ssh: switch to ed25519 | Egor Tensin | |
2020-02-20 | .ssh: new VPN instance | Egor Tensin | |
2020-02-20 | .stack: 2017 -> 2020 | Egor Tensin | |
2020-02-20 | Sublime Text 3: lint the config | Egor Tensin | |
2020-02-19 | .ssh/config: add tensin-ext | Egor Tensin | |
2020-02-19 | .ssh: add authorized_keys | Egor Tensin | |
2020-02-19 | .ssh/config: tensin.vpn + /dev/null instead of known_hosts | Egor Tensin | |
2020-02-18 | .ssh/config: git@ by default | Egor Tensin | |
2020-02-16 | .profile: add Rust binaries to PATH | Egor Tensin | |
2020-02-16 | add StackOverflow link to .bash_profile | Egor Tensin | |
2020-02-10 | .ssh/config: add bitbucket.org/github.com alternatives | Egor Tensin | |
2020-01-31 | Sublime Text 3: larger font, more rulers | Egor Tensin | |
2020-01-24 | no more git-* in .local/bin | Egor Tensin | |
Good riddance. | |||
2020-01-24 | .gitconfig: no more external scripts | Egor Tensin | |
2020-01-23 | .bashrc_work -> .bashrc_local | Egor Tensin | |
2020-01-23 | .gitconfig_work -> .gitconfig_local | Egor Tensin | |
2020-01-23 | .ssh/config: add more comments | Egor Tensin | |
Also, rename config_work to config_local. | |||
2020-01-22 | .gitconfig: get rid of platform-specific core.editor | Egor Tensin | |
Plus, many more comments. | |||
2020-01-20 | .ssh/config: Include ~/.ssh/config_work | Egor Tensin | |
2019-08-20 | .bashrc: add screen -d -m alias | Egor Tensin | |
2019-08-16 | .gitconfig: push.followTags = true | Egor Tensin | |
2019-08-11 | .ssh/config: NoHostAuthenticationForLocalhost yes | Egor Tensin | |
2019-03-12 | add str_iconv* | Egor Tensin | |
2019-01-29 | less: suppress line numbers | Egor Tensin | |
2019-01-25 | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | |
2019-01-22 | cxx.sh: add apport_gdb | Egor Tensin | |
2018-10-17 | git-fixup: add copyright notice | Egor Tensin | |
2018-10-16 | .ssh/config: enable keep-alive messages | Egor Tensin | |
2018-10-16 | .bashrc: fix ssh inside screen | Egor Tensin | |
2018-08-01 | add str_grep, str_grep_word | Egor Tensin | |
2018-08-01 | .bashrc: fix ssh inside screen | Egor Tensin | |
2018-07-14 | sums_add_distr: include *.7z | Egor Tensin | |
2018-07-14 | add update-alternatives shortcuts | Egor Tensin | |
2018-07-02 | top: sort by CPU usage | Egor Tensin | |
2018-06-27 | gpg.conf: --force-mdc | Egor Tensin | |