A network analyzer that lets you capture and interactively browse the
contents of packets from a variety of network interface types. Packet data can
be read from a file, or live from a local network interface.
XORP is the eXtensible Open Router Platform.
The XORP project is developing an open source software router. The software
is intended to be stable and fully featured enough for production use, and
flexible and extensible enough for research use.
KDE Network monitor for DNS-SD services (Zeroconf).
Based on the work of rdesktop, xrdp uses the remote desktop protocol to
present a GUI to the user.
The goal of this project is to provide a fully functional Linux terminal
server, capable of accepting connections from rdesktop and Microsoft's own
terminal server / remote desktop clients.
Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop
but an X window desktop to the user.
Xrdp uses Xvnc or X11rdp to manage the X session.
The Zebra server combines a versatile fielded/free-text indexing/search
engine with a Z39.50-1995 frontend to provide a powerful and flexible
information mining tool.
描述:
在8位环境下使用 /usr/bin/telnet ,例如,台湾的大五码中文环境。
为了能输入汉字,需要使用“-8”或“-L”参数,但是,使用这些参数会引起了另外一个问题。
指定“-8”或“-L”导致当 telnet 到 SunOS 时 ^U 或 ^C 或 ^D 或 ……(any isprint(c))发生故障。
如何重现:
/usr/bin/telnet -8 ms1.hinet.net (ms1.hinet.net running Solaris)
login: abcde^U (or just press Enter)
=> the terminal state goes wrong, "reset" is needed to go back
to "normal state"
修正:
应用了下面的补丁:
gopher://freebsd.csie.nctu.edu.tw/00%2f3%2fA0002063
这使得 telnet “纯8位”,可以输入8位的数据(汉字)而不需要指定“-8或-L”选项,并且
telne 到 SunOS 没有问题。
参见:
Muni 可以查找列在 Matthews 汉英字典中的 7773 个汉字字符的 Unicode 值。
你输入一个可以在字典中找到的字符,然后它将给你对应的 Unicode 映射,或者告诉你没有找到
匹配的映射。
除了可以输入数字外,你还可以输入一个查询,例如:
% muni
: What is Unicode mapping for "Yung", listed in Matthews' Dictionary
: as character 7589?
- Matthews(7589) = U+6C38
: Thank you. How about 3268, Matthews' number for "Kang"?
- Matthews(3268) = U+525B
: Thank you, Mr. Computer.
: ^D
%
G. Adam Stanislav (a.k.a. Yung Kang)
adam@redprince.net
http://www.redprince.net/
Redis is an open source, advanced key-value store. It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.
You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set
intersection, union and difference; or getting the member with highest
ranking in a sorted set.
In order to achieve its outstanding performance, Redis works with an
in-memory dataset. Depending on your use case, you can persist it either
by dumping the dataset to disk every once in a while, or by appending each
command to a log.
Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.
Redis is an open source, advanced key-value store. It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.
You can run atomic operations on these types, like appending to a string;
incrementing the value in a hash; pushing to a list; computing set
intersection, union and difference; or getting the member with highest
ranking in a sorted set.
In order to achieve its outstanding performance, Redis works with an
in-memory dataset. Depending on your use case, you can persist it either
by dumping the dataset to disk every once in a while, or by appending each
command to a log.
Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.
libcidr is a library that provides a number of functions to input, output,
manipulate, compare, multilate, and otherwise play with, IP addresses and
netblocks.
It supports both IPv4 and IPv6, and provides sufficiently diverse functions
to be useful for everything from log processes to network client and server
programs. It parses addresses in a wide variety of common formats. It also
provides a plethora of options for formatting them on the output as well.
It can compare them in various ways and give you some useful statistics
about the netblocks in which they reside.