ld.so is the dynamic library loader. Each binary using shared libraries used to have about 3K of start-up code to find and load the shared libraries. Now that code has been put in a special shared library, /lib/ld.so, where all binaries can look for it, so that it wastes less disk space, and can be … Read more
Just Enough to Get By (Reference : Prentice Hall Linux Desk Reference Second Edition) As the heading suggests, in this section I attempt to present a subset of the vi commands large enough to enable you to accomplish basic tasks, but small enough that a beginner can remember most of them. Opening and Closing You … Read more
how to get memcached stats from the command line (cli)?
December 5th, 2011 | Posted by in memcache | Uncategorized - (0 Comments)Once you have memcached installed, you want to know how well it is working out for you. Here we will show you how you can get stats on memcached from the command-line in a hurry. Telnet to your memcached server using the memcached port. For example, if you are running memcached on your localhost on … Read more
