Difference between revisions of "User:Ted"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (2017-70-31 somvaar - Ted adding wiki article link to page which will contain Mediawiki back-up and restore steps.)
(OVERVIEW)
Line 35: Line 35:
  
 
These are the first topics on which Ted wants to gather together notes.  Hard to remember all details regarding pitfalls encountered, solutions found, and ideas for improving the configuration and use experience of these softwares . . .  - TMH
 
These are the first topics on which Ted wants to gather together notes.  Hard to remember all details regarding pitfalls encountered, solutions found, and ideas for improving the configuration and use experience of these softwares . . .  - TMH
 +
  
  
Line 41: Line 42:
  
 
<!-- SECTION - Linux packages -->
 
<!-- SECTION - Linux packages -->
 +
 +
== Linux Packages ==
  
 
- 2017-07-31 &#x0938;&#x094b;&#x092e;&#x0935;&#x093e;&#x0930; -
 
- 2017-07-31 &#x0938;&#x094b;&#x092e;&#x0935;&#x093e;&#x0930; -
Line 48: Line 51:
  
 
*  libreoffice-base
 
*  libreoffice-base
 +
 +
 +
 +
 +
<!-- comment -->
 +
 +
<!-- SECTION - Bash Shell Scripting -->
 +
 +
== Bash Shell Scripting ==
 +
 +
<pre>
 +
  $ for file in `locate tavrasm | grep 'asm$'`; do ls -l ${file}; done
 +
</pre>
 +
  
  

Revision as of 19:45, 9 August 2017

-- 2017-07-21 शुक्रवार --
Ted's page on Neela Nurseries Wiki


OVERVIEW

This wiki document a starting point of Ted's notes on Linux use and configuration, Open Source Software and web development. Recent efforts to document and further study include:



These are the first topics on which Ted wants to gather together notes. Hard to remember all details regarding pitfalls encountered, solutions found, and ideas for improving the configuration and use experience of these softwares . . . - TMH




Linux Packages

- 2017-07-31 सोमवार -


This section a starting point for notes on Linux packages, namely Debian and Ubuntu packages. Focus here is on userland software, and which packages are needed to set up various tools sets in a working Unix / Linux environment . . .

  • libreoffice-base




Bash Shell Scripting

  $ for file in `locate tavrasm | grep 'asm$'`; do ls -l ${file}; done




References

Couple of MediaWiki and publishing issues to look into, which came up during wiki configuration:

Some Hindi language and UTF-8 encoding references, to be factored to a dedicated wiki page later:

Linux programs and utilities: