linux

Command Line Basics: Symbolic Links

Video preview image

This video shows how to use the magical symbolic link, or symlink. These are basically a handy *nix way to create shortcuts. They come in particularly handy if you want to organize code for your websites outside of the web server's document root and that is the example we use here.

Command Line Basics: Compression and Archiving

Video preview image

This command line video covers the three most common commands for compressing and archiving files, including how to get them back out again. Most commonly you first hit the need for these when you download a file and need to get it uncompressed. We'll cover the following commands:

  • zip
  • unzip
  • gzip
  • gunzip
  • tar

Command Line Basics: Copy, Move, Delete

Video preview image

The next video covering command line basics, this one covers common commands for dealing with files:

  • cp
  • mv
  • rm

Fair warning: I say the word "stuff" way too many times in this video. Please just bear with it.

read more

Command Line Basics: Moving around

Video preview image

This is the first video in a series that shows basic command line usage for *nix systems, such as Linux, Mac OS X, and on Windows, using applications like Cygwin. This video shows the following commands and spends the most time explaining how to move around your file structure from the command line:

  • pwd
  • ls (and ls -al)
  • less
  • cd
  • man
  • clear

read more

Install a Local Web Server on Ubuntu

Video preview image

This video will show you how to set up a local web server on the Ubuntu desktop version. It walks through most of the process using a GUI and uses just a little bit of command line to set some things up. I did it this way to make it the most accessible to even new users of Ubuntu. It walks you through installing the needed packages, setting it up for clean URLs and getting Drupal started.

Syndicate content