5
|
Linux секция за начинаещи / Настройка на програми / Кодеци за Ред Хат
|
-: Feb 11, 2006, 12:40
|
Цитат (pone @ Фев. 11 2006,11:48) | Аз също съм с Федора, от къде мога да изтегля този Yumex и как се иснталирва? |
Yumex е графична обвивка на yum. Инсталира се като отвориш конзолата и пишеш:
Примерен код | su /въвеждаш паролата на root/ yum install yumex |
Направо разгледай ТОВА Едит: Линк-а, който съм дал е даден още във второто мнение. Да го беше поразгледал.
|
|
|
6
|
Linux секция за начинаещи / Настройка на програми / iptables , скрипта до един период работи, после не
|
-: Jan 31, 2006, 10:49
|
Time to live
In computer and computer network technology, time to live (sometimes abbreviated TTL) is a limit on the period of time that a unit of data (e.g. a record) can exist before it is discarded. Time to live of IP datagrams In IPv4, time to live (TTL) is an 8-bit field in the Internet Protocol (IP) header. It is the 9th octet of 20. The time to live value can be thought of as an upper bound on the time that an IP datagram can exist in an internet system. The TTL field is set by the sender of the datagram, and reduced by every host on the route to its destination. If the TTL field reaches zero before the datagram arrives at its destination, then the datagram is discarded and an ICMP error datagram (11 - Time Exceeded) is sent back to the sender. The purpose of the TTL field is to avoid a situation in which an undeliverable datagram keeps circulating on an internet system.
В общи линии си схванал. Ако пакета идваше при теб със стойност ТТЛ=1, той нямаше да продължи нататък. Проблема явно е някъде другаде.
|
|
|
|