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,7 +8,7 @@ tags = ["cli","windowmanager"]
Window Manager for tty?
=======================
The package [screen](http://www.gnu.org/software/screen) is something that has been around for a long time.
The package [screen](https://www.gnu.org/software/screen) is something that has been around for a long time.
With screen, you can have many session running on on tty, and you can switch to another session with out touching a mouse. With the proper configuration, you can get notified if there is some change (like if you have a IM client up) or if there is no output (say, if you are watching a compile session).
@ -19,10 +19,8 @@ One of the other really feature is cut and paste between sessions. The is very
### Screen References
- [BigAdmin Feature Article: Installing and Using GNU
Screen](http://www.sun.com/bigadmin/features/articles/gnu_screen.html)
Screen](https://www.sun.com/bigadmin/features/articles/gnu_screen.html)
- [Google Search: gnu screen
howto](http://www.google.com/search?num=100&hl=en&safe=off&client=firefox&rls=org.mozilla:en-US:unofficial&q=gnu+screen+howto&spell=1)
howto](https://www.google.com/search?num=100&hl=en&safe=off&client=firefox&rls=org.mozilla:en-US:unofficial&q=gnu+screen+howto&spell=1)
- [BigAdmin Feature Article: Installing and Using GNU
Screen](http://www.sun.com/bigadmin/features/articles/gnu_screen.html)
- [GNU screen: start](http://aperiodic.net/screen/start)
- [GNU screen: tutorial](http://aperiodic.net/screen/tutorial)
Screen](https://www.sun.com/bigadmin/features/articles/gnu_screen.html)

View file

@ -10,21 +10,12 @@ cli bug/issue/task tracking system?
Fresh from freshmeat:
http://www.ditrack.org/
https://www.ditrack.org/
What is DITrack?
DITrack is a free, open source, lightweight, distributed issue (bug,
defect, ticket) tracking system using a [Subversion](http://subversion.tigris.org/) repository instead
of a backend database. It is written in Python and runs in UNIX
environment (*BSD, Linux, MacOS X).
DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a [Subversion](https://subversion.tigris.org/) repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X).
The project is inspired by the idea of [Subissue](http://subissue.tigris.org/) issue tracking system.
The project is inspired by the idea of [Subissue](https://subissue.tigris.org/) issue tracking system.
However, while Subissue aims in merely replacing the traditional
database storage with Subversion repository, DITrack is a major
rethought of the issue tracking system paradigm. The main difference
is that instead of sticking to the centralized model (one database,
one web interface, one mail integration machinery), DITrack treats
underlying Subversion storage as a versioned distributed file system
which enables benefits of truly distributed operation mode.
However, while Subissue aims in merely replacing the traditional database storage with Subversion repository, DITrack is a major rethought of the issue tracking system paradigm. The main difference is that instead of sticking to the centralized model (one database, one web interface, one mail integration machinery), DITrack treats underlying Subversion storage as a versioned distributed file system which enables benefits of truly distributed operation mode.

View file

@ -10,6 +10,6 @@ Strayed from the path
In two ways...first, I have not updated the site in a while, and I need to get back to updating it.
Second, because I have not been true to my cli roots. I have moved from my default MUA of the last, oh, 8 years, and flirted with a GUI MUA, [thunderbird](http://www.mozillia.org). It was pretty. It was sexy. It let me see everything then and now. It tried to seduce me into using a GUI for more...
Second, because I have not been true to my cli roots. I have moved from my default MUA of the last, oh, 8 years, and flirted with a GUI MUA, [thunderbird](https://www.mozilla.org). It was pretty. It was sexy. It let me see everything then and now. It tried to seduce me into using a GUI for more...
But, then I got behind in my email, and it was taking longer and longer to catch up. *sigh* Two days ago, I switched back, and now, I am fully caught up on my inbox, and making headway on my actionable items.

View file

@ -8,7 +8,7 @@ tags = ["cli","todo"]
iKog - the simple todo list
===========================
[iKog - the simple todo list](http://www.henspace.co.uk/ikog/index.html)
[iKog - the simple todo list](https://www.henspace.co.uk/ikog/index.html)
So I am looking for a good to-to list manager, and I stumbled across
ikog.  ikog stands for "It Keeps On Growing", and it is a pretty nice

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