Nxl67002 - AndLinux - Files: Difference between revisions
Jump to navigation
Jump to search
Line 679: | Line 679: | ||
=== Directory ~/etc === |
=== Directory ~/etc === |
||
{{hiddenSourceFile|~/etc/|backup_definition|<source lang="bash" class="backup_definition"> |
|||
BACKUPPREFIX=wiki |
|||
BACKUPID=www.noekeon.org_miki |
|||
BACKUPEXT=sql.gz |
|||
BACKUPCMD="ssh noekeon '~daemenj/private/backup_wiki ~daemenj/kiwi.noekeon.org/miki/LocalSettings.php'" |
|||
BACKUPPREFIX=wiki |
|||
BACKUPID=www.noekeon.org_miki |
|||
BACKUPEXT=tar.gz |
|||
BACKUPCMD="ssh noekeon 'cd ~daemenj/kiwi.noekeon.org; /usr/bin/nice -n 19 tar -cz miki/'" |
|||
BACKUPPREFIX=wiki |
|||
BACKUPID=www.noekeon.org_crypto |
|||
BACKUPEXT=sql.gz |
|||
BACKUPCMD="ssh noekeon '~daemenj/private/backup_wiki ~daemenj/kiwi.noekeon.org/crypto/LocalSettings.php'" |
|||
BACKUPPREFIX=wiki |
|||
BACKUPID=www.noekeon.org_crypto |
|||
BACKUPEXT=tar.gz |
|||
BACKUPCMD="ssh noekeon 'cd ~daemenj/kiwi.noekeon.org; /usr/bin/nice -n 19 tar -cz crypto/'" |
|||
</source> |
|||
}} |
|||
'''crontab''' - Install this file with <source lang="bash">crontab -u beq06659 ~/etc/crontab</source> |
'''crontab''' - Install this file with <source lang="bash">crontab -u beq06659 ~/etc/crontab</source> |
||
{{hiddenSourceFile|~/etc/|crontab|<source lang="bash" class="crontab"> |
{{hiddenSourceFile|~/etc/|crontab|<source lang="bash" class="crontab"> |
||
# Crontab for user beq06659 |
|||
⚫ | |||
# |
|||
# Install this crontab with |
|||
# |
|||
# crontab -u beq06659 crontab |
|||
# |
|||
⚫ | |||
SHELL=/bin/bash |
SHELL=/bin/bash |
||
# Define variable USER because we need it in our job scripts |
|||
⚫ | |||
USER=beq06659 |
|||
⚫ | |||
⚫ | |||
⚫ | |||
# |
# |
||
# |
# |
||
# m h dom mon dow command (dow=0|7 is sunday) |
# m h dom mon dow command (dow=0|7 is sunday) |
||
37 * * * * ~beq06659/bin/backup_main ~beq06659/etc/backup_definition |
|||
</source> |
</source> |
||
}} |
}} |
Revision as of 22:55, 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/proxy.conf-default (<file name="proxy.conf-default" tag="source">download</file>)
{{{content}}}
~/.ssh/proxy.conf-nxp_auth (<file name="proxy.conf-nxp_auth" tag="source">download</file>)
{{{content}}}
Directory ~/etc
~/etc/backup_definition (<file name="backup_definition" tag="source">download</file>)
{{{content}}}
crontab - Install this file with
crontab -u beq06659 ~/etc/crontab
~/etc/crontab (<file name="crontab" tag="source">download</file>)
{{{content}}}
Directory ~/bin
backup_main - This file must be chmod +700.
~/bin/backup_main (<file name="backup_main" tag="source">download</file>)
{{{content}}}
set-network.sh - This file must be chmod +700.
~/bin/set-network.sh (<file name="set-network.sh" tag="source">download</file>)
{{{content}}}
sshproxy - This file must be chmod +700.
~/bin/sshproxy (<file name="sshproxy" tag="source">download</file>)
{{{content}}}
startup.sh - This file must be chmod +700.
~/bin/startup.sh (<file name="startup.sh" tag="source">download</file>)
{{{content}}}