#terminal

Image Manipulations With Imagemagick

May 20, 2019

ImageMagick is an extremely powerful way to transform images from the command line.

HTML5 Video Element

May 13, 2019

The HTML5 video element is an easy and well supported way to play video on your website.

Linux List Options

Apr 22, 2019

The list (ls) command in linux to list directory contents has quite a few flags that you can pass to it to make the output much more useful to you.

Terminal History Auto Suggestions As You Type With Oh My Zsh

Apr 14, 2019

Oh-My-Zsh is a framework for Zsh, the Z shell. It is an efficiency boom for anyone that works in the terminal. There are a few auto suggest libraries that when combined can give you a fantastic suggestion to what you want to type to save you time and increase your efficiency 10-fold.

Tab Completion In Linux

Apr 06, 2019

Use tab completion in your linux shell to move faster around your terminal.