AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
The following are some of the most commonly used MS-DOS commands and its equivalent in Linux. This cheat sheet is for those of you who have just switched from Windows to Linux and are just getting acquainted with the terminal.
"I have joined up with some of the guys from ODYNUG who have started meeting for breakfast and learning Common Lisp together. We are all using some version of Emacs, SLIME, and SBCL. Blaine shared a cool way to make SLIME load much faster..."
"When you are working in a shell you certainly don’t want to waste your time using arrow keys or home/end keys to navigate around the command line. One of the most popular shells, bash - Bourne Again SHell, uses GNU’s Readline library for reading the command line. The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. The readline library also includes functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. Both emacs and vi editing modes are available.
"The greatest single thing about Emacs is it's extensibility. If you think Emacs is missing something, or don't like how something works, you can change it. But that's true of any free software.
"Emacs is a text editor which is far more powerful than most of its users realize. It can be (1) customized extensively to suit one's needs, (2) automated to save time and reduce tedium, and (3) extended to do virtually anything.
"Today, the two major surviving branches on the emacs family tree are GNU Emacs, and XEmacs [...] but the one thing I remember that it still somewhat missing in GNU Emacs, is package management [...] This has changed now with
"php-mode is responsible for syntax highlighting, indentation, and other major PHP-specific modifications to your editing environment. There are a number of PHP modes available for Emacs. In this project, you’ll learn how to set up the php-mode available from http://sourceforge.net/projects/php-mode/ .