|
Tools and Utilities
|
|
Thursday, 20 April 2006 |
|
|
|
A Bourne Again Daemon |
|
|
|
|
|
|
|
|
|
|
exclusive content published on April 20, 2006
In Unix-like systems, a daemon is a process that runs in the background,
usually providing some kind of service. Most daemons can be identified
in the process list because their names end in d. Examples are the
Apache web server (httpd) and the OpenSSH server (sshd).
Another thing daemons usually have in common is that they are written in
the C programming language. To create a daemon quickly, you can throw
one together using the Bourne Again Shell (Bash) scripting language.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read more...
|
|
|
Tools and Utilities
|
|
Tuesday, 21 March 2006 |
|
|
|
OS X Sudo vs. Root: The Real Story |
|
|
|
|
|
|
|
|
|
|
exclusive content published on March 21, 2006
In Mac OS X, the root account is disabled by default. The first user
account created is added to the admin group and that user can use the
sudo command to execute other commands as root. The
conventional wisdom is that sudo is the most secure way to run root
commands, but a closer look reveals a picture that is not so clear.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read more...
|
|
|
Tools and Utilities
|
|
Monday, 20 March 2006 |
|
|
|
Tracking system performance with SAR |
|
|
|
|
|
|
|
|
|
|
originally published on March 20, 2006 at
linux.com
Sar is the "system activity report" program. In Linux, it is usually
found in the sysstat
package. The sysstat package includes programs and scripts to
capture and summarize performance data, then produce detailed reports.
This suite of programs can be very useful in tracking down performance
bottlenecks and providing insight into how the system is used throughout
the day.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>
|
| Results 92 - 104 of 104 |