ImageMagick is a handy multipurpose command-line tool for all your image needs.
Jim Hall
Jim Hall is an open source software developer and advocate. His first
contribution to open source was in 1993 with a patch to GNU Emacs, but
he is probably best known for his work on FreeDOS, the open source
version of the DOS operating system, and for his work on usability in
open source software. In addition to writing open source software, Jim
also writes about open source software, including Both.org and All
Things Open, and about technical writing at Technically We Write.
Explore retrocomputing with this open source operating system that recently turned 30 years old.
With a little Bash scripting, you can automate tasks on your Linux system. Learn more with these...
Process management can be an important part of system maintenance.
Use Bash to print 2-sided documents on a printer that can only print on one side.
Join the community by writing an article for Both.org.
Generate colorful ASCII art from a C program using FreeDOS.
Sometimes it's easier to define your API to hide the platform-specific code
Jim shares this follow-up to an earlier article about programming across platforms.
Celebrate the National Day on Writing by sharing your first article about open source software.
Write a gawk script to determine the most (and least) common letters in a set of words.
Using these C compiler preprocessor directives to detect the operating system can make it easier to support...
Write an article about your open source experience.
Use the flexibility of ncurses to create a guess-the-number game on Linux.
1 When programs like vi first came along, terminals had a predefined size: usually 80 columns and...
The find command is a powerful and flexible tool to locate files under a path.