Nxl67002 - AndLinux - Files: Difference between revisions
Jump to navigation
Jump to search
(Using template HiddenSourceFile) |
(→AndLinux files: Sorted according to directory) |
||
Line 23: | Line 23: | ||
== AndLinux files == |
== AndLinux files == |
||
=== /etc |
=== Directory /etc === |
||
{{hiddenSourceFile|/etc/|fstab|<pre class="fstab"> |
{{hiddenSourceFile|/etc/|fstab|<pre class="fstab"> |
||
# /etc/fstab: static file system information. |
# /etc/fstab: static file system information. |
||
Line 38: | Line 38: | ||
}} |
}} |
||
=== /usr/local/bin |
=== Directory /usr/local/bin === |
||
This script would ideally require to add the following line to <tt>/etc/sudoers</tt>: |
'''be''' - This script would ideally require to add the following line to <tt>/etc/sudoers</tt>: |
||
:<code>ALL ALL=(ALL) NOPASSWD: /bin/loadkeys</code> |
:<code>ALL ALL=(ALL) NOPASSWD: /bin/loadkeys</code> |
||
Line 49: | Line 49: | ||
}} |
}} |
||
=== /usr/local/bin/ssh-agent-refresh.sh === |
|||
{{hiddenSourceFile|/usr/local/bin/|ssh-agent-refresh.sh|<source lang="bash" class="ssh-agent-refresh.sh"> |
{{hiddenSourceFile|/usr/local/bin/|ssh-agent-refresh.sh|<source lang="bash" class="ssh-agent-refresh.sh"> |
||
#!/bin/bash |
#!/bin/bash |
||
Line 131: | Line 130: | ||
}} |
}} |
||
=== ~ |
=== directory ~ === |
||
Everything before <tt>#### CUSTOMIZATION</tt> is the original file. |
'''.bashrc''' - Everything before <tt>#### CUSTOMIZATION</tt> is the original file. |
||
{{hiddenSourceFile|~/|.bashrc|<source lang="bash" class=".bashrc"> |
{{hiddenSourceFile|~/|.bashrc|<source lang="bash" class=".bashrc"> |
||
# ~/.bashrc: executed by bash(1) for non-login shells. |
# ~/.bashrc: executed by bash(1) for non-login shells. |
||
Line 337: | Line 336: | ||
</source> |
</source> |
||
}} |
}} |
||
=== ~/.dircolors.cfg === |
|||
{{hiddenSourceFile|~/|.dircolors.cfg|<pre class=".dircolors.cfg"> |
{{hiddenSourceFile|~/|.dircolors.cfg|<pre class=".dircolors.cfg"> |
||
Line 454: | Line 451: | ||
}} |
}} |
||
=== ~/.inputrc === |
|||
{{hiddenSourceFile|~/|.inputrc|<source lang="bash" class=".inputrc"> |
{{hiddenSourceFile|~/|.inputrc|<source lang="bash" class=".inputrc"> |
||
# |
# |
||
Line 510: | Line 506: | ||
}} |
}} |
||
=== ~/.profile === |
|||
{{hiddenSourceFile|~/|.profile|<source lang="bash" class=".profile"> |
{{hiddenSourceFile|~/|.profile|<source lang="bash" class=".profile"> |
||
# ~/.profile: executed by the command interpreter for login shells. |
# ~/.profile: executed by the command interpreter for login shells. |
||
Line 542: | Line 537: | ||
}} |
}} |
||
⚫ | |||
=== ~/.ssh/config-home === |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
=== Directory ~/.ssh === |
|||
{{hiddenSourceFile|~/.ssh/|config-home|<pre class="config-home"> |
{{hiddenSourceFile|~/.ssh/|config-home|<pre class="config-home"> |
||
# ~/.ssh/config-home |
# ~/.ssh/config-home |
||
Line 564: | Line 579: | ||
}} |
}} |
||
=== ~/.ssh/config-nxp === |
|||
{{hiddenSourceFile|~/.ssh/|config-nxp|<pre class="config-nxp"> |
{{hiddenSourceFile|~/.ssh/|config-nxp|<pre class="config-nxp"> |
||
# ~/.ssh/config-nxp |
# ~/.ssh/config-nxp |
||
Line 599: | Line 613: | ||
}} |
}} |
||
=== ~/.ssh/config-tunnel === |
|||
{{hiddenSourceFile|~/.ssh/|config-tunnel|<pre class="config-tunnel"> |
{{hiddenSourceFile|~/.ssh/|config-tunnel|<pre class="config-tunnel"> |
||
# ~/.ssh/config-tunnel |
# ~/.ssh/config-tunnel |
||
Line 628: | Line 641: | ||
}} |
}} |
||
=== ~/.ssh/proxy.conf === |
|||
{{hiddenSourceFile|~/.ssh/|proxy.conf|<pre class="proxy.conf"> |
{{hiddenSourceFile|~/.ssh/|proxy.conf|<pre class="proxy.conf"> |
||
# SSH Tunnel configuration file. |
# SSH Tunnel configuration file. |
||
Line 658: | Line 670: | ||
}} |
}} |
||
=== ~/ |
=== Directory ~/etc === |
||
'''crontab''' - Install this file with <source lang="bash">crontab -u beq06659 ~/etc/crontab</source> |
|||
{{hiddenSourceFile|~/etc/|crontab|<source lang="bash" class="crontab"> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
=== ~/crontab === |
|||
Install this file with '''<code>crontab -u beq06659 ~/crontab</code>'''. |
|||
⚫ | |||
# usr /bin/bash to run commands, instead of the default /bin/sh |
# usr /bin/bash to run commands, instead of the default /bin/sh |
||
SHELL=/bin/bash |
SHELL=/bin/bash |
||
Line 693: | Line 684: | ||
}} |
}} |
||
=== ~/bin |
=== Directory ~/bin === |
||
This file must be '''chmod +755'''. |
'''backup_noekeon''' - This file must be '''chmod +755'''. |
||
{{hiddenSourceFile|~/|backup_noekeon|<source lang="bash" class="backup_noekeon"> |
{{hiddenSourceFile|~/|backup_noekeon|<source lang="bash" class="backup_noekeon"> |
||
#! /bin/bash |
#! /bin/bash |
Revision as of 22:36, 16 November 2009
These are the configuration files on Configuration NXP Dell Latitude D620 - AndLinux.
Windows Host files
settings.txt
./andlinux/settings.txt (<file name="settings.txt" tag="source">download</file>)
{{{content}}}
AndLinux files
Directory /etc
/etc/fstab (<file name="fstab" tag="source">download</file>)
{{{content}}}
Directory /usr/local/bin
be - This script would ideally require to add the following line to /etc/sudoers:
ALL ALL=(ALL) NOPASSWD: /bin/loadkeys
/usr/local/bin/be (<file name="be" tag="source">download</file>)
{{{content}}}
/usr/local/bin/ssh-agent-refresh.sh (<file name="ssh-agent-refresh.sh" tag="source">download</file>)
{{{content}}}
directory ~
.bashrc - Everything before #### CUSTOMIZATION is the original file.
~/.bashrc (<file name=".bashrc" tag="source">download</file>)
{{{content}}}
~/.dircolors.cfg (<file name=".dircolors.cfg" tag="source">download</file>)
{{{content}}}
~/.inputrc (<file name=".inputrc" tag="source">download</file>)
{{{content}}}
~/.profile (<file name=".profile" tag="source">download</file>)
{{{content}}}
~/.vimrc (<file name=".vimrc" tag="source">download</file>)
{{{content}}}
Directory ~/.ssh
~/.ssh/config-home (<file name="config-home" tag="source">download</file>)
{{{content}}}
~/.ssh/config-nxp (<file name="config-nxp" tag="source">download</file>)
{{{content}}}
~/.ssh/config-tunnel (<file name="config-tunnel" tag="source">download</file>)
{{{content}}}
~/.ssh/proxy.conf (<file name="proxy.conf" tag="source">download</file>)
{{{content}}}
Directory ~/etc
crontab - Install this file with
crontab -u beq06659 ~/etc/crontab
~/etc/crontab (<file name="crontab" tag="source">download</file>)
{{{content}}}
Directory ~/bin
backup_noekeon - This file must be chmod +755.
~/backup_noekeon (<file name="backup_noekeon" tag="source">download</file>)
{{{content}}}