Skip to main content

UNIX

Content tagged with UNIX

Not finding what you're looking for? Try using Advanced Search.
Not finding what you're looking for? Try using Advanced Search.

Structured Data, Databases, and SQL

Events
Collecting, analyzing, and managing data is the bread-and-butter of any research project, and standard tools like Microsoft Excel are the go-to apps as they're omnipresent and easy to use. But these start to show their limitations when one needs to handle...

Version Control with Git / GitKraken

Events
Version control software allows you to save “versions” of files -- scripts, text files, web pages, data, etc. -- which show the changes that were made to the files over time, and allows you to backtrack if necessary and undo those changes. The ability...

Do Less Work by Using the Unix Shell

Events
This hands-on workshop will introduce you to the Unix shell, a power tool that allows people to do complex things with just a few keystrokes, combine existing programs in new ways, and automate repetitive tasks. The Unix shell (command line) has been...