linux commands
shell script
protocol
ip, tcp, smtp, ntp, ftp
telnet terminal
java and javascript
ajax web technology
documentation
howto, man, info
cisco in network
linux server
linux in home
online utility
and more more more.
python development
туе4ьу дштгч
Вот мой vimrc:
Данный файл приведен в качестве примера реально используемого конфига vim
Приведенный на этой странице вариант немного устарел. Но вы всегда сможете здесь найти самую свежую и актуальную версию конфигурационного файла vim от автора портала net4me.
Каждый раз, когда приходится что-то изменять в vimrc, я обязательно обновляю и этот vimrc файл. Так что у Вас всегда есть возможность скачать более актуальную версию конфига и изменить её на ваше усмотрение.
Update
15.06.2010 Очередное обновление файла vimrc:
В меню F8 ( смена кдировки ) была добавлена функция просмотра файла в HEX ( пункт меню HexView ).
Эта же функция теперь вынесена на кнопку F2. Раньше на F2 была смена кодировки в UTF8.
А вот пример, с которого всё начиналось:
"====================================
"
" Edit by Ben-Ja http://net4me.net
" On Wed 28 Feb 2007 08:11:15 PM MSK
"
"====================================
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set fileencodings=utf-8,latin1
endif
if v:progname =~? "evim"
finish
endif
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
set backspace=indent,eol,start
set history=50 " keep 50 lines of command line history
set ruler " show the cursor position all the time
set showcmd " show partial command in status line
set viminfo='50,%,n~/.viminfo
" Don't use Ex mode, use Q for formatting
map Q gq
" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if &t_Co > 2 || has("gui_running")
syntax on
set hlsearch
" my for not beep:
set vb t_vb="<Esc>|40f"
" my for olors:
":colorscheme ben-ja
endif
" Only do this part when compiled with support for autocommands.
if has("autocmd")
" always jump to the last cursor position
autocmd BufReadPost *
\ if line("'\"") > 0 && line ("'\"") <= line("$") |
\ exe "normal! g'\"" |
\ endif
endif
if has("title")
set notitle
set noicon
endif
" add key mappings for national keyboards
if has("langmap") && filereadable( $VIMRUNTIME . "/langmap/" . $LANG . ".vim" )
exe "so " . $VIMRUNTIME . "/langmap/" . $LANG . ".vim"
endif
" Tab = (4*space)
set tabstop=4
set sw=4
" set number
set nomodeline
set noautoindent
" on search T=t:
set ignorecase
" my for right vertical window active
set splitright
" my maps:
map <F2> :set encoding=UTF-8<CR>
" 3 windows
map <F3> :vs<CR>:sp<CR>
" Insert my stamp (in i mode)
imap <F4> <C-R>=MyStamp()<CR>
function! MyStamp()
let myhead = "#====================================\n#\n"
\ . "# Edit by Ben-Ja http://net4me.net\n# On "
\ . strftime("%c")
\ . "\n#\n#====================================\n"
return myhead
endfunction
"
" force exit (without save):
map <F10> :qall!<CR>
" my menu for comments:
set wildmenu
set wcm=<Tab>
" <F5>
menu REM.Java(//) :s/^/\/\//<CR>
menu REM.Bash(#) :s/^/#/<CR>
menu REM.Vim(") :s/^/"/<CR>
" <F6>
menu UNREM.Java_UN :s/^\/\///<CR>
menu UNREM.Bash_UN :s/^#//<CR>
menu UNREM.Vim_UN :s/^"//<CR>
"
map <F5> :emenu REM.<TAB>
map <F6> :emenu UNREM.<TAB>
" tabbed (move visual blocks):
vmap <TAB> :s/^/\t/<CR>
vmap <S-TAB> :s/^\t//<CR>
" autocompletion {<Enter>}
" imap {<CR> {<CR>}<Esc>O<Tab>
" Encodings
"<F7> EOL format (dos <CR><NL>,unix <NL>,mac <CR>)
set wildmenu
set wcm=<Tab>
menu EOL.unix :set fileformat=unix<CR>
menu EOL.dos :set fileformat=dos<CR>
menu EOL.mac :set fileformat=mac<CR>
menu EOL.my_win2unix :%s /\r\n/\r/g<CR>
map <F7> :emenu EOL.<Tab>
"<F8> Change encoding
set wildmenu
set wcm=<Tab>
menu Enc.cp1251 :e ++enc=cp1251<CR>
menu Enc.koi8-r :e ++enc=koi8-r<CR>
menu Enc.cp866 :e ++enc=ibm866<CR>
menu Enc.utf-8 :e ++enc=utf-8<CR>
menu Enc.ucs-2le :e ++enc=ucs-2le<CR>
map <F8> :emenu Enc.<Tab>
"<Shift+F8> Convert file encoding
set wildmenu
set wcm=<Tab>
menu FEnc.cp1251 :set fenc=cp1251<CR>
menu FEnc.koi8-r :set fenc=koi8-r<CR>
menu FEnc.cp866 :set fenc=ibm866<CR>
menu FEnc.utf-8 :set fenc=utf-8<CR>
menu FEnc.ucs-2le :set fenc=ucs-2le<CR>
map <S-F8> :emenu FEnc.<Tab>
" Statusline
set statusline=%<%f%h%m%r%=format=%{&fileformat}\ file=%{&fileencoding}\ enc=%{&encoding}\ %b\ 0x%B\ %l,%c%V\ %P
set laststatus=2
"
" the end
При копировании материалов нашего портала, сылка на net4me обязательна.
Network to the internet. Open source laboratory must have Linux online services on net4me portal. web develop and information about OpenSource creation project in net.
Example of javascript code is wonderful. Download software and drivers for Linux Geeks on net4me and have fun!
Microsoft’s marketing team considers ridiculously skewed charts to be a killer weapon in the war on competitors, so it’s only natural that they’d provide retail store employees with a surreal “comparison” between Windows 7 and Linux to explain for customers.
The chart is part of an ExpertZone training course provided by Microsoft to retail employees at stores like Best Buy. After the training, the employees are expected to be able to better explain the merits of software like the soon-to-launch Windows 7. Microsoft felt it necessary, however, to specifically compare Windows 7 to Linux—something we usually save for the particularly emotional commenters.
In this case, though, it has to be pointed out that Linux can and does play “the games your customers want”, specifically the World of Warcraft (wow) example mentioned, through the WINE project, and the idea that Linux has compatibility with “few” cameras, iPods, MP3 players, printers and scanners is definitely a stretch of a justification for a stark comparison. Linux, in fact, keeps legacy support intact for many of the printers, scanners, and other devices that Windows Vista and 7 have left behind, and generally supports models from the major manufacturers.
Video chat on “all major IM networks” just got better on Linux moemo, actually, with the release of Pidgin 2.6, and the lack of access to Windows Live Essentials has likely not caused many a netbook owner to make a red-faced return trip.
All that is not to say that a Linux machine, presumably a netbook in this case, is the best choice for any computer user not interested in configuring his machine a little if they’re looking for app use beyond basic web surfing and document access. Let’s hear your take on Microsoft’s talking points in the comments on net4me.
After releasing with much fanfare 20,000 lines of driver code under the GNU General Public License (GPL) for inclusion in the Linux kernel, Microsoft hasn’t followed through with the necessary updates and fixes required by the community, according to one Linux leader on net4me.
Greg Kroah-Hartman, a Novell fellow with SuSE Labs and Linux Driver Project lead, posted on September 9 a status update on the drivers being assembled for inclusion in the Linux 2.6.32 kernel, Kroah-Hartman had some harsh words about Microsoft’s participation since its original announcement of its GPL plans in late July.
Поток знания поможет определить поисковикам пользу для бизнеса от web-сервисов и скачать эту страницу на первые места download рейтингов.
Маркетинг и сеть. Разве может менеджер в галстуке продавать сеть? Сеть для сетевиков в джинсах и свитере. Это же ошибка. Почти как microsoft windows 7 в своей бете.
Сеть в интернет. Любая Open Source лаборатория должна иметь онлайн linux сервисы на портале net4me. Примеры скриптов и подробная документация по фофч, то есть ajax, помогут программистам в разработке web страниц и software не только в линукс, но и в windows. И даже простой сисадмин сможет научиться как правильно сделать javascript сайт и написать правильный скрипт bash или программу python на сервер в сети.
Даже обжим провода с названием витуха станет доступен простым языком войны. А про обжим розетки под rj45 и говорить нечего! Всё описание сетевых протоколов и консольных команд линукса тут, net 4 me рулит! Настройка роутера как и любого сервера под линуксом связана с конфигами. Править конфиг удобно в linux редакторе vim.
В общем, net4me это подробное описание как провести время хорошо и с пользой для знаний. Онлайн игры, wow и война в наши дни тут не уместны. Net это значит сеть. Сеть для меня. Именно так можно перевести название net4me.
В продолжение статьи о бизнесе и раскрутке сайтов посредством добавления букв и цифр на сравнительные страницы сайта о сетях, хочется сказать:
Раскрутить страницу благодаря справочнику net4me может каждый. Надо только захотеть. А вот построить сеть на основе витой пары, даже зная раскладку кабеля по цветам, дано не каждому программисту без умения обжать витуху.
Английский в плане оптимизации сайтов для поисковых систем конечно удобнее. Там нет падежей и склонений. И это не бред. Это долбанный SEO не по GPL. Интересно, кому это надо? Зачем заставлять людей писать, а со временем и даже думать SEO фразами и готовыми шаблонами для поисковиков? Неужели пришла пора и понятие "люди для машин" уже более актуально, нежели "машины для людей"? =((
Ладно. Оставим как есть. И заменим импортный бред про майкрософт и линукс нашим отечественного производства. Ой! Забыл про games, download driver и про туе4ьу is net4me сказать! =)) Ошибка которую можно и нужно исправить.
Найдется команда и пример на все случаи жизни в линукс и подробное описание любой команды простым языком.
И даже утилита из pdf 2 tf2 > pdf2fb2 utilites for moemo docs окажется здесь.
Driver code under the GNU General Public License (GPL) for inclusion (install) in the Linux kernel as nvidia not nv.