Rearranging dir structure...

This commit is contained in:
Don Harper 2015-06-18 11:05:31 -05:00
parent 0be4a5f73a
commit 2696bf0516
126 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<html><body><h1>Window Manager for tty?</h1>
<p>The package <a href="http://www.gnu.org/software/screen">screen</a> is<br>
something that has been around for a long time.</p>
<p>With screen, you can have many session running on on tty, and you can<br>
switch to another session with out touching a mouse. With the proper<br>
configuration, you can get notified if there is some change (like if<br>
you have a IM client up) or if there is no output (say, if you are<br>
watching a compile session).</p>
<p>You are in the zone working, and then you notice the time, and you<br>
have to log out and go home. Is this a problem? No, with a simple<br>
d, you can disconnect the screen session, log out, go home,<br>
log back into that machine, and resume your session just where you<br>
left off.</p>
<p>One of the other really feature is cut and paste between sessions.<br>
The is very handy when adapting code (or articles) into a new file.</p>
<h3>Screen References</h3>
<ul>
<li><a href="http://www.sun.com/bigadmin/features/articles/gnu_screen.html">BigAdmin Feature Article: Installing and Using GNU Screen</a></li>
<li><a href="http://www.google.com/search?num=100&amp;hl=en&amp;safe=off&amp;client=firefox&amp;rls=org.mozilla:en-US:unofficial&amp;q=gnu+screen+howto&amp;spell=1">Google Search: gnu screen howto</a></li>
<li><a href="http://www.sun.com/bigadmin/features/articles/gnu_screen.html">BigAdmin Feature Article: Installing and Using GNU Screen</a></li>
<li><a href="http://aperiodic.net/screen/start">GNU screen: start</a></li>
<li><a href="http://aperiodic.net/screen/tutorial">GNU screen: tutorial</a></li>
<li>[GNU Screen: an introduction and beginner's t utorial</li>
</ul></body></html>

View file

@ -0,0 +1,6 @@
.. title: Window Manager for tty?
.. slug: 200701window-manager-for-tty
.. date: 2007/01/28 17:01:00
.. tags: cli,software,windowmanager
.. link:
.. description:

View file

@ -0,0 +1,23 @@
<html><body><h1>cli bug/issue/task tracking system?</h1>
<p>Fresh from freshmeat:</p>
<p>http://www.ditrack.org/</p>
<pre><code>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).
The project is inspired by the idea of [Subissue](http://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.
</code></pre></body></html>

View file

@ -0,0 +1,6 @@
.. title: cli bug/issue/task tracking system?
.. slug: 200703cli-bugissuetask-tracking-system
.. date: 2007/03/05 17:03:00
.. tags: cli,software,bugtracker
.. link:
.. description:

View file

@ -0,0 +1,9 @@
<html><body><h1>CLI Magic: Linux troubleshooting tools 101</h1>
<p>When something goes wrong with your Linux-based system, you can try to<br>
diagnose it yourself with the many troubleshooting tools bundled with<br>
the operating system. Knowing about these tools, and how to<br>
effectively use them, can help you overcome many…</p>
<p><a href="http://rss.slashdot.org/~r/linux/KhmQ/~3/92841427/article.pl">Read<br>
More…</a></p></body></html>

View file

@ -0,0 +1,6 @@
.. title: CLI Magic: Linux troubleshooting tools 101
.. slug: 200703cli-magic-linux-troubleshooting-tools-101
.. date: 2007/03/13 18:03:00
.. tags: cli,article,troubleshooting
.. link:
.. description:

View file

@ -0,0 +1,15 @@
<html><body><h1>Strayed from the path</h1>
<p>In two ways…first, I have not updated the site in a while, and I<br>
need to get back to updating it.</p>
<p>Second, because I have not been true to my cli roots. I have moved<br>
from my default MUA of the last, oh, 8 years, and flirted with a GUI<br>
MUA, <a href="http://www.mozillia.org">thunderbird</a>. It was pretty.<br>
It was sexy. It let me see everything then and now. It tried to<br>
seduce me into using a GUI for more…</p>
<p>But, then I got behind in my email, and it was taking longer and<br>
longer to catch up. <em>sigh</em> Two days ago, I switched back, and now, I<br>
am fully caught up on my inbox, and making headway on my actionable<br>
items.</p></body></html>

View file

@ -0,0 +1,6 @@
.. title: Strayed from the path
.. slug: 200703strayed-from-the-path
.. date: 2007/03/19 18:03:00
.. tags: cli,article
.. link:
.. description:

View file

@ -0,0 +1,34 @@
<html><body><h1>BINS Photo Album</h1>
<p>The <a href="http://bins.sautret.org/">BINS Photo Album</a> is a package to generate static web pages from the command line. Why would you want to do this? Well, most of the dynamic web photo albums require that the server do all the work when the client requests the images, thus either slowing it down, or requiring a very beefy server. Also, you introduce the chance for a script-kiddie from hacking your site. Not good.</p>
<p>Enter BINS. Some of its features include [<a href="http://bins.sautret.org/intro.html">from the web page</a>]:</p>
<ul>
<li>generated album is <strong>static</strong> : its just plain HTML/CSS/Javascript files (Javascript is not mandatory to view the album), no need of any dynamic language (php, asp, etc.) nor database on server side. Album can be burned on CD or DVD.</li>
<li>album can contains other albums (<strong>sub albums</strong>): the album can have a tree structure ;</li>
<li>generation of a <strong>thumbnail</strong> and of <strong>scaled images</strong> for each picture ;</li>
<li>generated album appearance is <strong>fully customizable</strong> by using <strong>HTML templates</strong> (5 different templates sets are currently provided) and <strong>configuration parameters</strong>: colors, number and size of thumbnails per page, number and size of scaled pictures (in pixels or percentage of the original image for the size), fields to display, etc. Those parameters can be <strong>set globally</strong> (system wide or per user), <strong>per album</strong> or sub album or <strong>per picture</strong> (for example, you can change the colors of one sub album or one just one picture page in an album by editing its description file) ;</li>
<li>several <strong>description fields</strong> (date, location, etc…) can be associated with the pictures (in text or HTML format). You can easily add or customize these fields ;</li>
<li>description fields can be set or modified via a <strong>command line interface</strong> or a <strong>GTK+/GNOME-based GUI</strong> ;</li>
<li>A <strong>search engine</strong> is included in the album : you can find some pictures by searching keywords in their description fields.</li>
<li>Album can be generated from pictures managed by <a href="http://www.nother.net/zoph/">Zoph</a>.</li>
<li><strong>speed up</strong> album browsing by performing a clean up of HTML code to reduce its size and by <strong>pre-loading</strong> thumbnails in browser cache using <em>JavaScript</em> code ;</li>
<li><p>Exif information and <strong>Digital camera support</strong> :</p>
<ul>
<li>use the EXIF data structure found on some image files (usually, those produced by digital cameras) to fill automatically some fields (date and time for example).</li>
<li>BINS use the Orientation EXIF tag (which is normally set when you rotate a image on you DigiCam) to <strong>rotate the picture to correct orientation</strong>.</li>
<li>For each image, a page provides all information available on the picture and the <strong>DigiCam settings</strong> when the photo was taken.</li>
<li>Additional information are provided for <strong>Canon DigiCams</strong>.</li>
<li>Tooltips provide information about the meaning of some of the fields.</li>
<li>All EXIF information is saved in the XML description file, preventing they disappear when the image is modified ;</li>
</ul></li>
<li><strong>internationalization</strong> (generation of album in different languages) using gettext. Current languages supported are Catalan, Dutch, English, Esperanto, Finish, French, German, Hungarian, Italian, Japanese, Polish, Russian, Spanish and Traditional Chinese ;</li>
<li><strong>customizable charset encoding</strong> for HTML generation, including <strong>UTF-8 (Unicode)</strong> support by default. Generation of the Apache <code>.htaccess</code> file for correct encoding charset in HTTP headers ;</li>
<li>use of <strong>XML files</strong> to save user description of pictures and albums/subalbums and Exif data from image file ;</li>
<li>handle correctly file and directory names with spaces or other odd characters (excepted /), and create <strong>valid escaped URLs</strong> ;</li>
<li>generate <strong>valid HTML/XHTML</strong> code. The level of HTML depends of the style used. Some of the styles are valid, table free XHTML.</li>
</ul>
<p>The web site has some great <a href="http://bins.sautret.org/examples.html">example.</a> Go check them out.</p></body></html>

View file

@ -0,0 +1,6 @@
.. title: BINS Photo Album
.. slug: 200705bins-photo-album
.. date: 2007/05/21 18:05:00
.. tags: cli,software,photo
.. link:
.. description:

View file

@ -0,0 +1,5 @@
<html><body><h1>iKog - the simple todo list</h1>
<p><a href="http://www.henspace.co.uk/ikog/index.html">iKog - the simple todo list</a></p>
<p>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 todo manager which has been influenced by the GTD school of thought. Currently, I am using it for my daily todo manager, and using the python gtd tool for my long term list management.  Give it a whirl, you might like it!</p></body></html>

View file

@ -0,0 +1,6 @@
.. title: iKog - the simple todo list
.. slug: 200705ikog-the-simple-todo-list
.. date: 2007/05/21 18:05:00
.. tags: cli,software,todo
.. link:
.. description:

View file

@ -0,0 +1,6 @@
<html><body><h1>Pacman for Console</h1>
<p>You are tired of hearing your GUI friends talking about their games? Tired of playing simple <a href="http://en.wikipedia.org/wiki/Colossal_Cave_Adventure">Adventure</a>? Why not try <a href="http://doctormike.googlepages.com/pacman.html">Pacman for Console</a>?</p>
<p>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:<br>
<img alt="" src="http://doctormike.googlepages.com/pacman-1-1.png/pacman-1-1-full.jpg"></p></body></html>

View file

@ -0,0 +1,6 @@
.. title: Pacman for Console
.. slug: 200706pacman-for-console
.. date: 2007/06/25 18:06:00
.. tags: cli,software,games
.. link:
.. description:

View file

@ -0,0 +1,21 @@
<html><body><h1>Screen - terminal multiplexer</h1>
<p>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.</p>
<h3>Additional Links</h3>
<p><a href="http://www.google.com/search?q=gnu+screen&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">gnu screen - Google Search</a>
<a href="http://www.gnu.org/software/screen/">GNU Screen - GNU Project - Free Software Foundation (FSF)</a>
<a href="http://savannah.gnu.org/projects/screen/">GNU Screen - Summary [Savannah]</a>
<a href="http://en.wikipedia.org/wiki/GNU_Screen">GNU Screen - Wikipedia, the free encyclopedia</a>
<a href="http://jmcpherson.org/screen.html">GNU Screen - Jonathan McPherson</a>
<a href="http://www.delorie.com/gnu/docs/screen/screen_toc.html">Screen Users Manual</a>
<a href="http://aperiodic.net/screen/">start [GNU screen]</a>
<a href="http://www.deadman.org/sshscreen.html">Deadman.org: SSH-Agent Forwarding and GNU Screen</a>
<a href="http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html">http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html</a>
<a href="http://www.pixelbeat.org/docs/screen/">Remote terminal session management using screen</a>
How to use screen to detach from and share terminal sessions
<a href="http://www.zorg.org/linux/screen.php">z o r g . o r g - A Brief Introduction to Screen</a>
<a href="http://www.zorg.org">www.zorg.org</a>! Linux, Home Automation, VoIP, Radio Scanning, PMR446, CB Radio, Cryptography, Handspring Visor, Psion Series 3 and much more.
<a href="http://www.bangmoney.org/presentations/screen.html">screen - The Terminal Multiplexer</a>
[Power Sessions with Screen</p></body></html>

View file

@ -0,0 +1,6 @@
.. title: Screen - terminal multiplexer
.. slug: 200706screen-terminal-multiplexer
.. date: 2007/06/13 18:06:00
.. tags: cli,software,screen,windowmanager
.. link:
.. description: