A quick note on security

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!
digg_url = ‘http://blog.georgegumpert.com/2007/05/07/a-quick-note-on-security/’;I saw this on Digg’s upcoming stories today: Totally complete sources.list for Ubuntu Feisty Fawn, and felt a chill of terror. Visions of masses of users new to Ubuntu (and Linux in general), downloading this sources.list [...]

LCoTD: File Viewing

digg_url = ‘http://blog.georgegumpert.com/2007/05/02/lcotd-file-viewing/’;Today I’ll be covering commands related to file viewing. These commands are cat, less, head, tail, nl, od, xxd, gv, and xdvi

LCoTD: Directory Operations

digg_url = ‘http://blog.georgegumpert.com/2007/04/24/lcotd-directory-operations/’;Today I’ll be covering directory operations, which are- as you probably guessed- commands that manipulate directories. Specifically, cd, pwd, basename, dirname, mkdir, rmdir, and rm -r.

Sphere: Related Content

LCoTD: Basic File Operations

digg_url = ‘http://blog.georgegumpert.com/2007/04/19/lcotd-basic-file-operations/’;One of the first things you’ll need to do on a Linux system is manipulate files: copying, renaming, deleting, and so forth. There are a number of commands to perform these actions, and they are: ls (list files in a directory), cp (Copy a file), mv (rename (”move”) a file), rm (Delete [...]

5 Must-Have Linux Desktop Apps

digg_url = ‘http://blog.georgegumpert.com/2007/04/17/5-must-have-linux-desktop-apps/’;In my last Linux Command of the Day article, I covered how to install any software package in Linux. Shortly after, I found this post over at darxr.net. What a perfect chance to put your new skills to the test! (Yes, I know The GIMP is mentioned, and I previously said [...]

LCoTD: Installing Software under Ubuntu (And Most Other Distros)

digg_url = ‘http://blog.georgegumpert.com/2007/04/17/lcotd-installing-software-under-ubuntu-and-most-other-distros/’;OK, so the thing that kept me from using Linux for the longest time was the fact that it had little to no software availability. Or so I thought. While it remains true that I use Photoshop and 3D Studio MAX above all else, and will never fully switch to Linux [...]

LCoTD: Job Control (An Introduction)

digg_url = ‘http://blog.georgegumpert.com/?p=58′;Today I’ll be covering job control. What exactly is job control, you ask? No, it isn’t resisting the urge to give your boss the finger every morning at 9:15am. All Linux shells have job control: the ability to run programs in the background (multitasking behind the scenes) and foreground (running [...]

LCoTD: The Shell (Part 3: IO Redirection, Combining Commands, Quoting, and More!)

digg_url = ‘http://blog.georgegumpert.com/?p=56′;This one’s a real doozie. In today’s Linux Command of the Day, I’ll be covering Input/Output redirection, pipes, combining commands, quoting, escaping, command-line editing, command history, and filename completion. I know it sounds like a lot, but it’s all really quite simple, and not too much to take in! But [...]

LCoTD: The Shell (Part 2: Shell Variables, Search Path, and Aliases)

Today we’ll be covering shell variables, search path, and aliases.

LCoTD: The Shell (Part 1: Wildcards, Brace Expansion, and Tilde Expansion)

Today, I’ll be covering the Linux “Shell”. In addition, I’ll be touching on the commands, who and type but the focus of this article is learning how the shell works, and by extension, what you are actually doing when you enter commands.

Sphere: Related Content