The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
Currently hosting over 25000 manual pages,
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
Random man page:
XmTextDisableRedisplay(3) -- A Text function that temporarily prevents visual update of the Text widget
|
XmTextDisableRedisplay prevents redisplay of the specified Text widget even though its visual attributes have been modified. The visual appearance of the widget remains unchanged until XmTextEnableRedisplay is called, although the insertion cursor is not displayed. This allows an application to make multiple changes to the widget without causing intermediate visual updates. widget Specifies the Te... |
FreeBSD Tip Of the Day
|
View all tips
|
You can get a good generic server install by using the
instant-server port/package. If you have ports installed, you can
install it by doing
# cd /usr/ports/misc/instant-server
# make install && make clean
as root. This will install a collection of packages that is appropriate for
running a "generic" server.
|
|