Configuration Templates: Difference between revisions

From miki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Installed Operating System ==
== Installed Operating System ==
=== Current OS Log ===
=== Current OS Log ===
* [[{{PAGENAME}} - Windows|Windows (HOSTNAME)]]
* [[{{PAGENAME}} - Windows|Windows]]
** [[{{PAGENAME}} - Windows - Files|Configuration files]]
** [[{{PAGENAME}} - Windows - Files|Configuration files]]
* [[{{PAGENAME}} - Linux|Linux (HOSTNAME)]]
* [[{{PAGENAME}} - (DISTRIBUTION_NAME)|(DISTRIBUTION_NAME)]]
** [[{{PAGENAME}} - Linux - Files|Configuration files]]
** [[{{PAGENAME}} - (DISTRIBUTION_NAME) - Files|Configuration files]]


=== Previous OS Log ===
=== Previous OS Log ===
Line 31: Line 31:
|<tt>/dev/sda3/</tt>||UBUNTU||align="right"|xx.xxGiB||reiserfs||<tt>/</tt>||?||?||<tt>drwxr.xr.x</tt>
|<tt>/dev/sda3/</tt>||UBUNTU||align="right"|xx.xxGiB||reiserfs||<tt>/</tt>||?||?||<tt>drwxr.xr.x</tt>
|}
|}

== 1st Install ==
To be completed
</pre>
</pre>


Line 45: Line 42:


== Installed Applications ==
== Installed Applications ==
=== Common applications ===
{| class="install_log"
See [[Configuration Common#Linux|Common configuration for Linux]].

=== Essential ===

{| class="install_simple_log"
|-
|-
|[YYYY-MM-DD]||'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> Updsate<br/>Additional configuration settings
|'''Application''' (<tt>package</tt>, repo ''Repository'')||
<source lang=bash>
sudo apt-...
</source>
|-
|'''Application''' (<tt>package</tt>)||
* <small>[YYYY-MM-DD]</small> Update to vX.Y
* TBC
|}
|}


=== Local ===
Un-installed applications (by uninstall date):

{| class="install_log"
{| class="install_simple_log"
|-
|-
|[YYYY-MM-DD]||'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> uninstalled (reason)
|'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> Update<br/>Additional configuration settings
|}
|}


== Simple Settings ==
=== Uninstalled ===
* [<tt>YYYY-MM-DD</tt>] - SETTING


{| class="install_simple_log"
== Detailed System Settings ==
|-
=== 1st install ===
|'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> Update<br/>Additional configuration settings
* INSTALL LOG
|}


=== File System ===
== System Settings ==
* To be completed


{| class="install_simple_log"
=== Network ===
|-
* To be completed
|1st install||

* TBC
=== Preferences ===
|-
* To be completed
|File system||

* TBC
=== Update / Package Management ===
|-
To be completed
|Network||

* TBC
=== Users ===
|-
To be completed
|Preferences||
* TBC
|-
|Miscellaneous||
* TBC
|}


== Detailed Application Settings ==
== Issues and To Do ==
=== APPLICATION ===
=== Issues ===
See [[Common Issues]].
* SETTINGS


== To Do ==
=== To Do ===
* '''{{red|To Do}}''' — Description
* To be complete


Done:
=== Done ===
* '''{{green|Done}}''' — Description
* nothing
</pre>
</pre>



Latest revision as of 08:30, 8 July 2015

Main Configuration Page

== Installed Operating System ==
=== Current OS Log ===
* [[{{PAGENAME}} - Windows|Windows]]
** [[{{PAGENAME}} - Windows - Files|Configuration files]]
* [[{{PAGENAME}} - (DISTRIBUTION_NAME)|(DISTRIBUTION_NAME)]]
** [[{{PAGENAME}} - (DISTRIBUTION_NAME) - Files|Configuration files]]

=== Previous OS Log ===
* [[{{PAGENAME}} - Old Linux|Old Linux]]

== System ==
=== Hardware ===
To be completed

=== Log ===
To be completed

=== Partition ===
{| class="wikitable"
|-
!Device!!Label!!Size!!Type!!Mount!!uid!!gid!!permissions
|-
|<tt>/dev/sda1/</tt>||OS||align="right"|xx.xxGiB||ntfs||<tt>/windows/c</tt>||?||?||<tt>drwxrwx---</tt>
|-
|<tt>/dev/sda2/</tt>||SWAP||align="right"|xx.xxGiB||linux-swap||swap||?||?||
|-
|<tt>/dev/sda3/</tt>||UBUNTU||align="right"|xx.xxGiB||reiserfs||<tt>/</tt>||?||?||<tt>drwxr.xr.x</tt>
|}

OS Configuration Page

== Introduction ==
This is the configuration page for the '''DISTRIBUTION VERSION''' partition on '''[[PARENT PAGE|HOST NAME]]'''.

== Configuration Files ==
All configuration files can be found [[{{PAGENAME}} - Files|here]].

== Installed Applications ==
=== Common applications ===
See [[Configuration Common#Linux|Common configuration for Linux]].

=== Essential ===

{| class="install_simple_log"
|-
|'''Application''' (<tt>package</tt>, repo ''Repository'')||
<source lang=bash>
sudo apt-...
</source>
|-
|'''Application''' (<tt>package</tt>)||
* <small>[YYYY-MM-DD]</small> Update to vX.Y
* TBC
|}

=== Local ===

{| class="install_simple_log"
|-
|'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> Update<br/>Additional configuration settings
|}

=== Uninstalled ===

{| class="install_simple_log"
|-
|'''Application''' (<tt>package</tt>)||<small>[YYYY-MM-DD]</small> Update<br/>Additional configuration settings
|}

== System Settings ==

{| class="install_simple_log"
|-
|1st install||
* TBC
|-
|File system||
* TBC
|-
|Network||
* TBC
|-
|Preferences||
* TBC
|-
|Miscellaneous||
* TBC
|}

== Issues and To Do ==
=== Issues ===
See [[Common Issues]].

=== To Do ===
* '''{{red|To Do}}''' — Description

=== Done ===
* '''{{green|Done}}''' — Description

OS Configuration Page - Files

__TOC__

These are the configuration files on '''[[PARENTPAGE]]'''.

=== ~/.bashrc ===
Download [{{#file: .bashrc}} this file].
<source lang="bash">
</source>