TODO article: remove unnecesary ssh -t - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit e58f09a3f868a9dd28b48f6c80935a02280feca9
(DIR) parent f0e8000467a2c6dbe025c81848d0faed0632ec38
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 22 Jul 2022 09:32:53 +0200
TODO article: remove unnecesary ssh -t
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 2 +-
M output/atom_content.xml | 4 ++--
M output/rss_content.xml | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2022-07-01
+siteupdated = 2022-07-22
sitetitle = Codemadness
siteurl = https://www.codemadness.org
(DIR) diff --git a/output/atom.xml b/output/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-07-01T00:00:00Z</updated>
+ <updated>2022-07-22T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-07-01T00:00:00Z</updated>
+ <updated>2022-07-22T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
@@ -65,7 +65,7 @@ project 0.2:
<pre><code>ssh -t host 'ed TODO'
</code></pre>
<h1>Example: multi-user secure remote cloud-encrypted edit session(tm)</h1>
-<pre><code>ssh -t host
+<pre><code>ssh host
tmux or tmux a
ed TODO
</code></pre>
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -60,7 +60,7 @@ project 0.2:
<pre><code>ssh -t host 'ed TODO'
</code></pre>
<h1>Example: multi-user secure remote cloud-encrypted edit session(tm)</h1>
-<pre><code>ssh -t host
+<pre><code>ssh host
tmux or tmux a
ed TODO
</code></pre>