How and why I transitioned to Linux
ARANK

Let me briefly tell my Linux story. If you’re thinking about moving to Linux, and wondering how you’d do so, it might give you some pointers and inspiration.The back storyMy first introduction to the command line was in the 80s when I first started learning about computers and, like many geeky kids of the time, wrote my first BASIC computer programs. But it wasn’t until my job starting Nupedia (and then Wikipedia) that I spent much time on the Bash command line.(Let me explain. “Bash” means “Bourne-again shell,” a rewrite of the class Unix shell “sh.” A “shell” is a program for interacting with the computer by processing terse commands to do basic stuff like find and manipulate files; a terminal, or terminal emulator, is a program that runs a shell. The terminal is what shows you that command line, where you type your commands like “move this file there” and “download that file from this web address” and “inject this virus into that database”. The default terminal use…

larrysanger.org
Related Topics: Linux Windows Shell