Maemo 5
test
Votes: 5
Simple Wake On Lan application
Don't like having your media servers running all the time but don't want to go press the switch button when you need them? This simple application will broadcast magic packets to the local network and wake up computers that support this feature. The computer to wake up is identified by the network adapter MAC address. You can use the IP address or the host name of a powered on computer to find out its MAC address.
Votes: 5
OpenBSD NTP daemon
NTP, the Network Time Protocol, is used to keep the computers clock synchronize. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock.
This is an alternative implementation of the NTP software made by the OpenBSD project. It makes use of privilege separation.
It only implements a subset of the NTP protocol and does not adjust the rate of the clock. Alternatives packages are ntp and chrony.
Votes: 3
File comparison utilities
The diffutils package provides the diff, diff3, sdiff, and cmp programs.
diff' shows differences between two files, or each corresponding file
in two directories.cmp' shows the offsets and line numbers where
two files differ. cmp' can also show all the characters that
differ between the two files, side by side.diff3' shows differences
among three files. `sdiff' merges two files interactively.
The set of differences produced by diff' can be used to distribute
updates to text files (such as program source code) to other people.
This method is especially useful when the differences are small compared
to the complete files. Givendiff' output, the `patch' program can
update, or "patch", a copy of the file.
Due to conflicts with busybox and SDK, all binaries are stored in /usr/bin/gnu, which could be added to $PATH, or can be called with a 'g' prefix, e.g., 'gdiff' for diff.
