• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From die.net

kill(3) - Linux man page

0 1

The kill() function shall send a signal to a process or a group of processes specified by pid. The signal to be sent is specified by sig and is either one ...

on Mon, 9PM

From die.net

beep(1): beep pc speaker any number of ways - Linux man page

0 1

beep allows the user to control the pc-speaker with precision, allowing different sounds to indicate different events. While it can be run quite happily on ...

on Jun 25

From die.net

xwininfo(1): window info utility for X - Linux man page

0 0

Xwininfo is a utility for displaying information about windows. Various information is displayed depending on which options are selected. If no options are chosen, -stats is assumed.

on May 5

From die.net

atop(1) - Linux man page

0 0

The program atop is an interactive monitor to view the load on a Linux system. It shows the occupation of the most critical hardware resources (from a ...

on Apr 19

From die.net

tidy(1) - Linux man page

0 0

Tidy reads HTML, XHTML and XML files and writes cleaned up markup. For HTML variants, it detects and corrects many common coding errors and strives to ...

on Apr 17

From die.net

comm(1): compare two sorted files line by line - Linux man page

0 0

With no options, produce three-column output. Column one contains lines unique to FILE1, column two contains lines unique to FILE2, and column three ...

on Apr 11

From die.net

ssh_config(5): OpenSSH SSH client config files - Linux man page

0 0

ssh(1) obtains configuration data from the following sources in the following order:

on Apr 10

From die.net

sshd_config(5): OpenSSH SSH daemon config file - Linux man page

0 0

sshd(8) reads configuration data from /etc/ssh/sshd_config (or the file specified with -f on the command line). The file contains keyword-argument pairs, ...

on Apr 10

From die.net

explain_waitpid_or_die(3) - Linux man page

0 0

The explain_waitpid_or_die function is used to call the waitpid(2) system call. On failure an explanation will be printed to stderr, obtained from ...

on Mar 29

From die.net

xxd(1): make hexdump/do reverse - Linux man page

0 0

xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form. Like uuencode(1) and uudecode(1) ...

on Mar 2

From die.net

utimes(2) - Linux man page

0 0

The utime() system call changes the access and modification times of the inode specified by filename to the actime and modtime fields of times respectively.

on Mar 1

From die.net

pcscd(8): PC/SC Smart Card Daemon - Linux man page

0 0

pcscd is the daemon program for pcsc-lite and the MuscleCard framework. It is a resource manager that coordinates communications with smart card readers ...

on Mar 1

From die.net

incrontab(1) - Linux man page

0 0

incrontab is a table manipulator for the inotify cron (incron) system. It creates, removes, modifies and lists user tables (incrontab(5)).

on Jan 21

From die.net

funlockfile(3): lock FILE for stdio - Linux man page

0 0

The stdio functions are thread-safe. This is achieved by assigning to each FILE object a lockcount and (if the lockcount is nonzero) an owning thread. For ...

on Dec 25

From die.net

strftime(3): format date/time - Linux man page

0 0

The strftime() function formats the broken-down time tm according to the format specification format and places the result in the character array s of size max.

on Dec 3

From die.net

xclock(1): analog/digital clock for X - Linux man page

0 0

The xclock program displays the time in analog or digital form. The time is continuously updated at a frequency which may be specified by the user.

on Dec 3

From die.net

grep(1): print lines matching pattern - Linux man page

0 0

grep searches the named input FILEs (or standard input if no files are named, or if a single hyphen-minus (-) is given as file name) for lines containing a match to the given PATTERN.

on Dec 1

From die.net

shred(1) - Linux man page

0 0

Overwrite the specified FILE(s) repeatedly, in order to make it harder for even very expensive hardware probing to recover the data.

on Nov 13

From die.net

atool(1) - Linux man page

0 0

aunpack extracts files from an archive. Often one wants to extract all files in an archive to a single subdirectory. However, some archives contain ...

on Oct 27