Linux: Amministrazione sistema, Documentazione, HowTo, Tutorial, Recensioni, Manuale, Programmi, Software
Linux Command Line - nothing it's impossible by command line!
English - English  Italiano - Italian  Español - Spanish  Français - French  Deutsch - German  Česká republika - Czech Republic  Polski - Polish  Па-беларуску - Byelorussian  中国 - Chinese  Русский - Russian  Português - Brazil Portuguese  فارسی - Persian  ελληνικά - Greek  العربية - Arabic  Indonesia - Indonesian  
 Download offline copy of Linux Command Line Download offline copy
 Credits
  Edit / Translate
 ToDO (Help US)
 Terms of Use and License
 About project
 
Follow us on...
Join our Linux Facebook Group
Follow us on twitter!
 
News Letter
Sign-up me to receive the news about this document
 
 
Version
Linux Command Line
version 1.4
Last modified date: 2009-07-03
Created Date: 2008-01-06
 
Home page


Commands index, choose a letter
|  A |  B |  C |  D |  E |  F |  G |  H |  I |  K |  L |  M |  N |  P |  R |  S |  T |  U |  W |  Y |  Z |


Command Description
# iconv -l Паказвае спіс знаных кадаванняў   [man]
# iconv -f fromEncoding -t toEncoding inputFile > outputFile Стварае новы файл з уводнага, пераўтварыўшы яго з кадавання1 у кадаванне2.   [man]
# find . -maxdepth 1 -name *.jpg -print -exec convert Скопава змяняе памеры файлаў у рабочым каталогу і змяшчае іх у каталогу для мініяцюр (вымагае праграмы convert з пакунка Imagemagick)   [man]
# ifconfig eth0 Паказвае звесткі аб сеткавай прыладзе Ethernet   [man]
# ifconfig eth0 192.168.1.1 netmask 255.255.255.0 Канфігуруе адрас IP   [man]
# ifconfig eth0 promisc Пераключае інтэрфейс 'eth0' у непераборлівы рэжым, каб захопліваць сеткавыя пакункі (для т.зв. сніфінгу)   [man]
# ifdown eth0 Адключае інтэрфейс 'eth0'   [man]
# ifup eth0 Актывізуе інтэрфейс 'eth0'   [man]
# init 0 Выключае сістэму (2)   [man]
# ip link show Паказвае, ці ёсць сігнал на кожным інтэрфейсе   [man]
# iptables -t filter -L Паказвае ўсе ланцугі ў табліцы фільтрацыі   [man]
# iptables -t nat -L Паказвае ўсе ланцугі ў табліцы NAT   [man]
# iptables -t filter -F Ачышчае табліцу фільтрацыі   [man]
# iptables -t nat -F Ачышчае табліцу NAT   [man]
# iptables -t filter -X Выдаляе ўсе створаныя карыстальнікам ланцугі   [man]
# iptables -t filter -A INPUT -p tcp --dport telnet -j ACCEPT Дазваляе ўваходныя спалучэнні Telnet   [man]
# iptables -t filter -A OUTPUT -p tcp --dport http -j DROP Забараняе выходныя спалучэнні HTTP   [man]
# iptables -t filter -A FORWARD -p tcp --dport pop3 -j ACCEPT Дазваляе спалучэнні POP3 для ланцуга перанакіравання   [man]
# iptables -t filter -A INPUT -j LOG --log-prefix Піша часопіс для ўваходнага ланцуга   [man]
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Канфігуруе трансляцыю партоў і адрасоў PAT (Port Address Traslation), замаскіраваўшы выходныя сеткавыя пакункі   [man]
# iptables -t nat -A PREROUTING -d 192.168.0.1 -p tcp -m tcp --dport 22 -j DNAT --to-destination 10.0.0.2:22 Перанакіроўвае сеткавыя пакункі, адрасаваныя хосту, іншаму хосту   [man]
# iwconfig eth1 Паказвае канфігурацыю бяздротавага сеткавага інтэрфейса   [man]
# iwlist scan Паказвае бяздротавыя сеткі   [man]

Translated by: Ihar Hrachyshka  | 
become translator!
Social Bookmarking
Bookmark to: Folkd Bookmark to: Yigg Bookmark to: Digg Bookmark to: Del.icio.us Bookmark to: Facebook Bookmark to: Reddit Bookmark to: StumbleUpon Bookmark to: Slashdot Bookmark to: Furl Bookmark to: Blinklist Bookmark to: Technorati Bookmark to: Newsvine Bookmark to: Blinkbits Information
 
 
Except where otherwise specified, the contents of LinuxCmd.org are licensed under License Creative Commons 2.5 Attribution
Free Distribution if provided Authors and, Not Commercial purposes and, Not Derivated Works 2.5
LinuxGuide.it | Terms of Use and License | Privacy Policies  Read Creative Commons license to learn how to share LinuxCmd.org contents using this license Our sponsors | Become sponsor
Logos and trademarks used for the link are owned the legitimate owners