Featured Content

Expert analysis, trending topics and featured articles...

White Papers & Research

Today's featured white papers and research content...

05/05

Find Command Cheat Sheet

The options determine whether find will follow symbolic links (symlinks) as if they are the files they reference. One or more paths can be listed as arguments to set the directories that find will search. The expressions determine what find will search for and what actions it will take on items it finds. All path arguments must be listed before the first expression, and expression options should be listed before the test and action expressions. If no action expressions are listed, find will use -print by default. Request Free! ...
05/05

Coding Projects

In this resource you will find links to over one thousand computer programming project ideas. Use this list to hone your coding skills or start building your online portfolio.  Request Free! ...
05/05

HTTP Load Balancing with Nginx

This video talks through how to build a load balancer that will accept requests from clients, route those requests to a web server for processing, and send back the results to the client.  Request Free! ...