ypdomainname – show or set the system’s NIS/YP domain name

ABOUT NIS The Network Information Service, or NIS (originally called Yellow Pages or YP), is a client–server directory service protocol for distributing system configuration data such as user and host names between computers on a computer network. Sun Microsystems developed the NIS; the technology is licensed to virtually all other Unix vendors. Because British Telecom …

compilation error. libjingle

../../talk/base/messagequeue.h: In constructor ‘talk_base::Message::Message()’: ../../talk/base/messagequeue.h:121: error: ‘memset’ was not declared in this scope i have failed to fix it until now.it did not compile sucessfully. a typical source is available here

Understanding the Unix ‘head’ Command

commandline session head is a program on Unix and Unix-like operating systems used to display the beginning of a text file or piped data. $sudo head /var/log/syslog Jan 5 20:10:05 debian syslogd 1.5.0#6.1: restart. Jan 5 20:10:05 debian anacron[1056]: Job `cron.daily’ terminated Jan 5 20:10:05 debian anacron[1056]: Normal exit (1 job run) Jan 5 20:12:14 …