Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | bashrc aliases | Gordon GECOS | |
2023-04-04 | new command montage0 | Gordon GECOS | |
2023-04-04 | update musopen to new server api | Gordon GECOS | |
2023-04-04 | new command: webm2opus | Gordon GECOS | |
2022-11-29 | remove redundant | Andrew Cady | |
2022-11-29 | add .xsession | Andrew Cady | |
2022-11-29 | bash_profile fixes | Andrew Cady | |
2022-11-28 | add .bash_profile | Ella Grapp | |
2022-11-28 | new command: scan | Ella Grapp | |
2022-11-28 | new command pingwatch | Andrew Cady | |
2022-11-27 | remove mispasted garbage string creating syntax error at runtime | Andrew Cady | |
2022-10-09 | increase bash HISTSIZE | Andrew Cady | |
2022-10-09 | redo .ssh/config | Andrew Cady | |
It's questionable whether this should be in this archive at all, since this file is so likely to contain machine-local settings. Highlights the need for some mechanism to back up what we overwrite. | |||
2022-10-09 | automatically log all tmux sessions if $HOME/.tmux-log-everything/ exists | Andrew Cady | |
2022-10-09 | rename marginate -> letterbox | Andrew Cady | |
2022-10-09 | new alias "nodes" | Andrew Cady | |
2022-10-09 | enable prboom flag -window | Andrew Cady | |
2022-10-09 | remove xinitrc | Andrew Cady | |
2022-10-09 | remove "penme" commands from this repo | Andrew Cady | |
2022-10-09 | fix usage bug | Andrew Cady | |
2022-10-09 | remove all traces of xtigervncviewer | Andrew Cady | |
2022-10-09 | switch back to xtightvncviewer for shared connection | Andrew Cady | |
This is needed because xtigervncviewer now fails to forward the input from the other side when launched in this way. There is the same buggy behavior in xtightvncviewer when connecting in the 'reverse' style -- which has been removed from this code base because of that regression. The system as it is now uses both tiger and tight viewers. It uses tiger locally and tight when it projects the display remotely. But only tight has proven reliable in operation. Tight should be available locally. Tiger is preferred because it supports use of a socket file and because it supports many other features and has a superior UI. But these features are not worth bugs and unreliability. | |||
2022-10-09 | fix race condition with poll | Andrew Cady | |
2022-10-09 | add doom games | Andrew Cady | |
2022-10-09 | thinkfix.sh | Andrew Cady | |
2022-10-09 | bashrc: new aliases: emacs, frb | Andrew Cady | |
2022-10-09 | git-ll-remote: trim output | Andrew Cady | |
2022-02-24 | xvnc: use unix socket instead of tcp, always (now requires xtigervncviewer) | Andrew Cady | |
2022-02-24 | switch to tiger vnc viewer | Andrew Cady | |
2022-02-24 | Successfully eliminated TCP port on both sides! | Andrew Cady | |
This requires relying on xtigervncviewer on the remote side, since only tiger supports connecting to a unix socket file. This is for -r only. The regular connection still uses TCP :( | |||
2022-02-24 | factor 'trap ... EXIT' code into function atexit() | Andrew Cady | |
2022-02-24 | avoid use of local TCP port -- use socket file instead | Andrew Cady | |
2022-02-24 | remove (now unused) reverse connection code | Andrew Cady | |
2022-02-24 | xvnc "-r" option: working solution! | Andrew Cady | |
Works around regression in xvncviewer where reverse connections no longer work. We now use direct connections for -r. Also, we now default to direct connections without '-r', since reverse connections fail to forward mouse+keyboard. The occupation of the port on both connection sides is not ideal. Also note that this also shares the local desktop with all other local users. Limiting the port to the calling user would be a good security feature! This may be relevant: https://serverfault.com/questions/127794/forward-local-port-or-socket-file-to-remote-socket-file/753733#753733 Not sure if either x11vnc or xvncviewer can use socket files. | |||
2022-02-23 | workaround option -d for regression in xvncviewer from bullseye | Andrew Cady | |
2021-10-06 | even more beautiful output from git ll-remote | Andrew Cady | |
2021-10-06 | git-ll-remote: improve output greatly | Andrew Cady | |
2021-09-27 | git-ll-remote: fix | Andrew Cady | |
2021-09-27 | fixup! new command: latest | Andrew Cady | |
2021-09-15 | cutbuffer: save popped selection to clipboard in addition to primary | Andrew Cady | |
2021-09-15 | cutbuffer push: use xsel to get selection instead of xcb; push saved ↵ | Andrew Cady | |
selection to cutbuffers | |||
2021-09-15 | alternative implementation of cutbuffer which does not save to disk | Andrew Cady | |
2021-09-14 | cutbuffer: add menu; key bound to shift-PrtSc | Andrew Cady | |
2021-09-14 | refactor cutbuffer to single file | Andrew Cady | |
2021-09-14 | cutbuffer finaller cleanup | Andrew Cady | |
2021-09-14 | cutbuffer final cleanup | Andrew Cady | |
2021-09-14 | new command: latest | Andrew Cady | |
2021-09-14 | cutbuffer_pop: fix sort order | Andrew Cady | |
2021-09-14 | cutbuffer_push: cleanup | Andrew Cady | |
2021-09-14 | cutbuffer_pop: cleanup | Andrew Cady | |