Nxl67002 - AndLinux - Files: Difference between revisions
(2 intermediate revisions by one other user not shown) | |||
Line 18: | Line 18: | ||
cofs0=C:\ |
cofs0=C:\ |
||
cofs1=D:\ |
cofs1=D:\ |
||
</pre> |
|||
}} |
|||
=== hosts === |
|||
{{hiddenSourceFile|c:\windows\system32\drivers\etc\|hosts|<pre class="hosts"> |
|||
# Copyright (c) 1993-1999 Microsoft Corp. |
|||
# |
|||
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows. |
|||
# |
|||
# This file contains the mappings of IP addresses to host names. Each |
|||
# entry should be kept on an individual line. The IP address should |
|||
# be placed in the first column followed by the corresponding host name. |
|||
# The IP address and the host name should be separated by at least one |
|||
# space. |
|||
# |
|||
# Additionally, comments (such as these) may be inserted on individual |
|||
# lines or following the machine name denoted by a '#' symbol. |
|||
# |
|||
# For example: |
|||
# |
|||
# 102.54.94.97 rhino.acme.com # source server |
|||
# 38.25.63.10 x.acme.com # x client host |
|||
127.0.0.1 localhost |
|||
192.168.11.150 andlinux |
|||
</pre> |
</pre> |
||
}} |
}} |
||
Line 686: | Line 712: | ||
vnoremap h m |
vnoremap h m |
||
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab |
set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab |
||
set autoindent |
|||
set smartindent |
"set smartindent |
||
"set cindent |
"set cindent |
||
"set cinkeys=0{,0},:,0#,!,!^F |
"set cinkeys=0{,0},:,0#,!,!^F |
||
Line 708: | Line 734: | ||
inoremap <nul> <Esc>`^ |
inoremap <nul> <Esc>`^ |
||
function! CleverTab() |
" function! CleverTab() |
||
if pumvisible() |
" if pumvisible() |
||
return "\<C-N>" |
" return "\<C-N>" |
||
endif |
" endif |
||
let line=strpart( getline('.'), 0, col('.')-1 ) |
" let line=strpart( getline('.'), 0, col('.')-1 ) |
||
if !(line =~ '^.*[a-zA-Z0-1_]$') "completion only if last char is a word char |
" if !(line =~ '^.*[a-zA-Z0-1_]$') "completion only if last char is a word char |
||
return "\<Tab>" |
" return "\<Tab>" |
||
elseif exists('&omnifunc') && &omnifunc != '' |
" elseif exists('&omnifunc') && &omnifunc != '' |
||
return "\<C-X>\<C-O>" |
" return "\<C-X>\<C-O>" |
||
else |
" else |
||
return "\<C-N>" |
" return "\<C-N>" |
||
endif |
" endif |
||
endfunction |
" endfunction |
||
inoremap <expr> <Tab> CleverTab() |
" inoremap <expr> <Tab> CleverTab() |
||
</source> |
</source> |
||
}} }} |
}} }} |
Latest revision as of 11:21, 26 April 2013
These are the configuration files on Configuration NXP Dell Latitude D620 - AndLinux.
Windows Host files
settings.txt
{{{content}}}
hosts
{{{content}}}
AndLinux files
Generated with script /home/beq06659/bin/generate_wiki_config_file_page.sh on host andLinux
Directory /etc
fstab
{{{content}}}
Directory /etc/privoxy
set-network-config - This file must be chmod 755. Also the following line must be added to /etc/sudoers:
ALL ALL=(ALL) NOPASSWD: /etc/privoxy/set-network-config
{{{content}}}
config-home.patch
{{{content}}}
config-nxp.patch
{{{content}}}
config-nxp_auth - symlinked to config-nxp
config-nxp_direct.patch
{{{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
{{{content}}}
ssh-agent-refresh.sh
{{{content}}}
Directory /home/beq06659
.bashrc - Everything before #### CUSTOMIZATION is the original file.
{{{content}}}
.dircolors.cfg
{{{content}}}
.inputrc
{{{content}}}
.profile
{{{content}}}
.vimrc
{{{content}}}
Directory /home/beq06659/.ssh
config-home
{{{content}}}
config-nxp
{{{content}}}
config-nxp_auth - symlinked to config-nxp
config-nxp_direct - symlinked to config-nxp
proxy.conf-default
{{{content}}}
proxy.conf-home - symlinked to proxy.conf-default
proxy.conf-nxp - symlinked to proxy.conf-default
proxy.conf-nxp_auth
{{{content}}}
config-home-nxp_direct - symlinked to config-default
Directory /home/beq06659/bin
backup_main - This file must be chmod 700.
{{{content}}}
generate_wiki_config_file_page.sh - This file must be chmod 700.
{{{content}}}
restore_wiki.sh - This file must be chmod 700.
{{{content}}}
set-network.sh - This file must be chmod 700.
{{{content}}}
sshproxy - This file must be chmod 700.
{{{content}}}
startup.sh - This file must be chmod 700.
{{{content}}}
Directory /home/beq06659/etc
backup_definition
{{{content}}}
crontab - Install this file with
crontab -u beq06659 ~/etc/crontab
{{{content}}}