Colours in Linux
2002-02-05 13:28:00
Category: c:linux
Description: Display different colours on your linux console.
Author: detour
Get GID Name
2002-12-01 15:38:16
Category: c:linux
Description: Convert a gid into its proper name, lists users in your group from /etc/group, and retrieves the passwd string.
Author: detour
List Contents of a Directory
2003-01-19 20:35:42
Category: c:linux
Description: List sorted contents of a directory excluding '.' and '..'.
Author: detour
Using the Dialog Library
2003-01-29 19:02:34
Category: c:linux
Description: Example on using the C implemented dialog library.
Author: mind
Catch Signal
2003-05-01 22:01:27
Category: c:linux
Description: This program contains a signal handler so uninterruptable with Ctrl+C keys.
Author: pipas
List Users
2003-05-01 22:05:53
Category: c:linux
Description: Simple program to print all of the known users from the /etc/passwd file.
Author: pipas
Sysinfo
2003-06-03 13:47:01
Category: c:linux
Description: Display the uptime, load averages, total ram, free ram, shared ram, buffered ram, total swap, free swap, and number of processes running on a linux machine.
Author: detour
Read Directory
2003-06-06 22:44:44
Category: c:linux
Description: Example on using opendir, closedir, and readdir to open a directory stream and read in and print file names.
Author: mind
Simple Kernel Module
2003-08-11 12:26:51
Category: c:linux
Description: This simple module will recieve system calls to change the directory and log them. This can be very useful if you want to create a sandbox for users on your system, or just log general activity.
Author: detour