This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# _____________________________________________________________________________ | |
#____/Конфигурация vim для администратора с поддержкой синтаксиса нескольких языков\____ | |
# | |
Список используемых плагинов: | |
1. git://github.com/tpope/vim-pathogen.git | |
2. git://github.com/msanders/snipmate.vim.git 3. git://github.com/tpope/vim-pastie.git | |
4. git://github.com/tpope/vim-rails.git | |
5. git://github.com/vim-ruby/vim-ruby.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"------------------------- | |
" Стандартные настройки | |
"------------------------- | |
" When started as "evim", evim.vim will already have done these settings. | |
" if v:progname =~? "evim" | |
" finish | |
" endif | |
"if has("vms") | |
" set nobackup " do not keep a backup file, use versions instead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"------------------------- | |
" Стандартные настройки | |
"------------------------- | |
" When started as "evim", evim.vim will already have done these settings. | |
" if v:progname =~? "evim" | |
" finish | |
" endif | |
"if has("vms") | |
" set nobackup " do not keep a backup file, use versions instead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# _____________________________________________________________________________ | |
#____/Конфигурация vim для администратора с поддержкой синтаксиса нескольких языков\____ | |
# | |
Список используемых плагинов: | |
1. git://github.com/tpope/vim-pathogen.git | |
Удобное добавление плагинов (см. папки bundle и submodule) | |
2. git://github.com/msanders/snipmate.vim.git | |
Автодополнение |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# define groups of people | |
@wilful = semenovav | |
@admins = @wilful git | |
@servers = 7dn | |
@dev = @admins @servers root vsavenkov morozkin localgit yakovenko olenichev klimenkov leog tristan git urus oberset aleks yangizitov solovov | |
#@all = root vsavenkov morozkin localgit git urus | |
# define groups of projects | |
@close = gitolite-admin | |
@open-dev = p2p photo core 7days 7dn-ru 7dn ZF-Core avto itogi nomobile | |
@open = help |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00010 count ip from any to 79.140.18.13 in via rl2 | |
00080 divert 8668 tcp from any to 79.140.18.13 dst-port 4899 via rl2 | |
00081 allow tcp from any to 192.168.0.105 dst-port 4899 | |
00081 allow tcp from any to 192.168.0.155 dst-port 4899 | |
00082 divert 8668 tcp from 192.168.0.105 to any via rl2 | |
00082 divert 8668 tcp from 192.168.0.155 to any via rl2 | |
00100 allow ip from any to any via lo0 | |
00200 deny ip from any to 127.0.0.0/8 | |
00300 deny ip from 127.0.0.0/8 to any | |
00400 deny ip from 192.168.0.0/24 to any in via rl2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ns# cat /etc/natd.conf | |
same_ports yes | |
use_sockets yes | |
redirect_port tcp 192.168.0.105:4899 4899 | |
redirect_port tcp 192.168.0.1:25 4898 | |
redirect_port tcp 192.168.0.6:3389 3389 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ns# cat /etc/rc.conf | |
# This file now contains just the overrides from /etc/defaults/rc.conf. | |
# Please make all changes to this file, not to /etc/defaults/rc.conf. | |
# Enable network daemons for user convenience. | |
# Created: Tue Feb 8 16:30:11 2005 | |
# -- sysinstall generated deltas -- # Tue Feb 8 16:30:11 2005 | |
#--- VolgaTelecom Interface | |
ifconfig_rl0="inet 10.0.0.2 netmask 255.255.255.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DIR="$( cd "$( dirname "$0" )" && pwd )" | |
GIT=git | |
ROOT_DIR="avto.git" | |
UPLOAD_DIR="avto.upload" | |
# ________________________ | |
#_/ Select enviroment mode. \________________ | |
# | |
if [[ "$1" = "production" ]]; then |
OlderNewer