massive update to fix issues from htmltest

This commit is contained in:
Don Harper 2020-08-22 16:32:22 -05:00
parent a6ebb354c8
commit 878ae417aa
88 changed files with 548 additions and 567 deletions

View file

@ -8,13 +8,6 @@ tags = ["cli","games"]
Pacman for Console
==================
You are tired of hearing your GUI friends talking about their games?
Tired of playing simple
[Adventure](http://en.wikipedia.org/wiki/Colossal_Cave_Adventure)? Why
not try [Pacman for
Console](http://doctormike.googlepages.com/pacman.html)?
You are tired of hearing your GUI friends talking about their games? Tired of playing simple [Adventure](https://en.wikipedia.org/wiki/Colossal_Cave_Adventure)? Why not try Pacman for Console (was at doctormike.googlepages.com/pacman.html)?
The game play is just like the old quarter game you played long ago, and
the best part, you can develop your own maps! Check out the screen
shot:\
![](https://sites.google.com/site/doctormike/_/rsrc/1256355717564/pacman-1-1-full.jpg?height=532&width=244)
The game play is just like the old quarter game you played long ago, and the best part, you can develop your own maps!

View file

@ -8,20 +8,15 @@ tags = ["cli","screen","windowmanager"]
Screen - terminal multiplexer
=============================
I usually have one screen running at all time, and in that screen
session, I ssh to various hosts that I am working, and have screen
running on those hosts.
I usually have one screen running at all time, and in that screen session, I ssh to various hosts that I am working, and have screen running on those hosts.
### Additional Links
* [gnu screen - Google Search](http://www.google.com/search?q=gnu+screen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
* [GNU Screen - GNU Project - Free Software Foundation (FSF)](http://www.gnu.org/software/screen/)
* [GNU Screen - Summary \[Savannah\]](http://savannah.gnu.org/projects/screen/)
* [GNU Screen - Wikipedia, the free encyclopedia](http://en.wikipedia.org/wiki/GNU_Screen)
* [GNU Screen - Jonathan McPherson](http://jmcpherson.org/screen.html)
* [Screen User's Manual](http://www.delorie.com/gnu/docs/screen/screen_toc.html)
* [start \[GNU screen\]](http://aperiodic.net/screen/)
* [Deadman.org: SSH-Agent Forwarding and GNU Screen](http://www.deadman.org/sshscreen.html)
* [Remote terminal session management using screen](http://www.pixelbeat.org/docs/screen/) How to use screen to detach from and share terminal sessions
* [gnu screen - Google Search](https://www.google.com/search?q=gnu+screen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
* [GNU Screen - GNU Project - Free Software Foundation (FSF)](https://www.gnu.org/software/screen/)
* [GNU Screen - Summary \[Savannah\]](https://savannah.gnu.org/projects/screen/)
* [GNU Screen - Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/GNU_Screen)
* [GNU Screen - Jonathan McPherson](https://jmcpherson.org/screen.html)
* [Remote terminal session management using screen](https://www.pixelbeat.org/docs/screen/) How to use screen to detach from and share terminal sessions
* [An Introduction to Screen](https://nathan.chantrell.net/linux/an-introduction-to-screen/)
* [screen - The Terminal Multiplexer](http://www.bangmoney.org/presentations/screen.html) Power Sessions with Screen
* [screen - The Terminal Multiplexer](https://www.bangmoney.org/presentations/screen.html) Power Sessions with Screen