User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
playground:playground [2022/05/08 11:32] – add testing contents of terminal display finetunes peterguoplayground:playground [2022/12/19 00:17] hc9
Line 1: Line 1:
 ====== Proposed SDF wiki splash page ====== ====== Proposed SDF wiki splash page ======
  
-  * :!: [[a_cleaner_front_page_--_push_most_things_into_sub-menus|A cleaner Front Page? Push most things into sub-menus on pages linking to start page]] +|[[proposed_sdf_wiki_splash_page|Proposed SDF wiki splash page]]|<nowiki>https://wiki.sdf.org/doku.php?id=playground:proposed_sdf_wiki_splash_page</nowiki>|
-  * [[relabel site as Knowledge Base front page]] Maybe generalize front page as a "User Knowledge Base" that just happens to also feature tutorials, and allow/encourage simpler help and tips & tricks, rather than just full-blown tutorials? +
-  * Optional real colo: [[https://wiki.sdf.org/doku.php?id=tuner-01:tuner-01_prototype_-_ver._0.9.0|SDF tutorial Tuner-01]]+
  
-====== Headline ======+====== Proposed SDF wiki other page ======
  
-  * [[SDF Basics]]-- seeing if this page can have a lot of non-basics and repetitive links stripped from it and moved either to subsections on  [[playground:a_cleaner_front_page_--_push_most_things_into_sub-menus|Welcome to SDF User Contributed Tutorials]] or to [[:sdf_advanced_tutorials|Advanced Topics]] +|[[proposed_sdf_wiki_other_page|Proposed SDF wiki other page]]|<nowiki>https://wiki.sdf.org/doku.php?id=playground:proposed_sdf_wiki_other_page</nowiki>|
-  * [[playground:menu_of_SDF_offerings|Keeping track of the massive menu of SDF offerings]] - something a bit more organized than the hierarchy of membership levels +
-====== Inserting Images ====== +
- +
-==== boxed image w/ caption & rollover: ==== +
- +
-|  {{ :playground:ipaq-4.jpg?nolink&400 |old Compaq dialup Internet appliances}} +
-|  old Compaq dialup Internet appliances  | +
- +
-<code> +
-|  {{ :playground:ipaq-4.jpg?nolink&400 |old Compaq dialup Internet appliances}} +
-|  old Compaq dialup Internet appliances +
-</code> +
- +
- +
-====== Terminal Display finetunes ====== +
- +
-===== Display your local languages in console terminal ===== +
- +
-To display your own languages, e.gChinese, Janpanes in console, you would need to enable UTF-8 encoding, and this could be done by changing the environment variable value of $LANG. +
- +
-You could firstly test this in your shell: +
- +
-<code type this to your shell command line> +
-LANG=en_US.UTF-8 +
-export LANG +
-</code> +
- +
-Or, +
- +
-<code type this to your shell command line> +
-export LANG="en_US.UTF-8" +
-</code> +
- +
-Once this is done, you should be able to view your own languages with less or vim, and your email program alpine should also properly showing your langues in the inbox as well as in the email contents. +
- +
-{{:playground:alpine_inbox_shows_chinese.png?600|}} +
- +
-Then, to make lifer easier, add the below two lines to your ~/.profile, so every login the ksh shell will automatically do this for you.   +
- +
-<file add the following two lines to your ~/.profile file> +
-LANG=en_US.UTF-8 +
-export LANG +
-</file> +
- +
-===== Enable color scheme in Vim ===== +
- +
-In SDF.org Unix console, by default, the Vim is only showing black and whtie, even you enable it in Vim by using ":syntax enable".  +
-The reason could be Vim could not detech the correct type of your terminal, and by default in SDF.org Unix this is DEC vt100, which is not supporting colors, so solution will be set the environment variable $TERM to terminal types of supporting colors, e.g. "xterm-color" terminal type. +
- +
-<code type this to your shell command line> +
-export TERM="xterm-color" +
-</code> +
- +
-Now reopen Vim, you should see the color is switched on. +
- +
-Then, to make lifer easier, add the below two lines to your ~/.profile, so every login the ksh shell will automatically do this for you.   +
- +
-<file add the following two lines to your ~/.profile file> +
-TERM=xterm-color +
-export TERM +
-</file>+
  
playground/playground.txt · Last modified: 2023/07/25 17:06 by peteyboy