diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-26 09:53:47 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-26 09:53:47 -0500 |
commit | e52fa9d96846af459cf58401213c0f148a9309eb (patch) | |
tree | b8346e710ccf720ef341ad9f789b45a0fc89ddce | |
parent | 89fe9b0d5de005f9690753b6929861865f268ef2 (diff) | |
download | emacsconf-el-e52fa9d96846af459cf58401213c0f148a9309eb.tar.xz emacsconf-el-e52fa9d96846af459cf58401213c0f148a9309eb.zip |
remove unneeded steps
Diffstat (limited to '')
-rw-r--r-- | emacsconf-pad.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emacsconf-pad.el b/emacsconf-pad.el index b4484d9..756a65e 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -367,10 +367,7 @@ ${next-talk-list} <li>[ ] ${irc-volunteer}: Watch the #emacsconf-${track-id} channel and open ${base-url}${year}/talks for links to the pads</li> <li>[ ] ${pad}: Open ${base-url}${year}/talks for links to the pads</li> <li>[ ] ${stream}: Start recording with OBS -<ul><li>[ ] Set up the local environment -<ul><li>[? gen] <strong>export TRACK=gen; export TRACK_PORT=5905; export SSH_PORT=${ssh-port}</strong></li> -<li>[? dev] <strong>export TRACK=dev; export TRACK_PORT=5906; export SSH_PORT=${ssh-port}</strong></li></ul></li> -<li>[ ] Copy the password file: <strong>scp emacsconf-${track-id}@res.emacsconf.org:~/.vnc/passwd vnc-passwd-${track-id} -p ${ssh-port}</strong></li> +<li>[ ] Copy the password file if you don't already have it: <strong>scp emacsconf-${track-id}@res.emacsconf.org:~/.vnc/passwd vnc-passwd-${track-id} -p ${ssh-port}</strong></li> <li>[ ] Forward your local ports: <strong>ssh emacsconf-${track-id}@res.emacsconf.org -N -L ${vnc-port}:127.0.0.1:${vnc-port} -p ${ssh-port} &</strong></li> <li>[ ] Connect via VNC: <strong>xvncviewer 127.0.0.1:${vnc-port} -shared -geometry 1280x720 -passwd vnc-passwd-${track-id} &</strong> <ul> |