• Home

CodingExperiments.com

$ sudo make money

Search

Category:

  • Apple Inc.
  • Facts
  • Fun
  • Google
  • Google Android
  • Ideas
  • Internet
  • Linux
  • Microsoft
  • Programming
  • Rants
  • Security
  • Uncategorized
  • web 2.0

Archives:

  • April 2010
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007

Pages

  • About
  • About
    • The Authors
  • Commenting your code
  • How to Write Papers with Groff
  • ModCMS Anti-Spam Component Set
  • ModCMS Technical Specifications
  • Regular Expressions Guessing Game
  • Saving code directly to a web server
  • The (Almost) Perfect PHP 404 Page

Meta:

  • RSS
  • Comments RSS

Awesomeness tracker

CodingExperiments at Blogged View blog authority
Free Page Rank Tool

Linux Survival Guide for Beginners

June 9th, 2008 by Rishabh Mishra

Introduction

Ubuntu may be a user-friendly Linux distribution, but as i80and pointed out, it isn’t perfect. What should you do if you happen to be stuck in the wilderness of the terminal? Well, since Google SERPS (Search Engine Result Pages) can be hard to read in Lynx, it’s best if you know some basic commands and the locations of files.

Stuff related to X Window System

Location of xorg.conf, a configuration file for X.org: /etc/X11/xorg.conf

Start the X server: startx

Configure the X server: X -configure

Stuff related to KDE

Start KDE: startkde

Start the Kwin window manager: kwin

Have Kwin replace another window manager: kwin –replace

Stuff related to sound

Configure ALSA (Advanced Linu Sound Architecture): alsaconf

Stuff related to scanning

Use your scanner: scanimage

Convert the PNM from scanimage to a PNG: pnmtopng

How to use the above two together: scanimage | pnmtopng > filename.png

If you don’t know what the “|” and “>” do, you can read “Input/Output redirection made simple in Linux” even though that stuff applies to all UNIX-based operating systems. The previous one will teach you about input and output redirection, while the next one, “Intro to Unix: Pipes and Filters“, will tell you about UNIX pipes.

Miscellaneous

Location of group table: /etc/group

Get information about processing running on the computer: ps -e

Location of GRUB bootloader configuration file: /boot/grub/menu.lst or the less common /boot/grub/grub.conf

Get information about a command on your computer: man <command>


If you have any other good commands, post them in the comments and I’ll add them up here.


Posted in Uncategorized | View Comments

blog comments powered by Disqus

 
Wordpress Themes by and Website Templates by Blogcut Blogged Blog Directory Blog Directory - Blogged