Book review: Ubuntu for Non-Geeks


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Book review: Ubuntu for Non-Geeks
# 1  
Old 09-02-2008
Book review: Ubuntu for Non-Geeks

09-02-2008 01:00 PM
Ubuntu has experienced its share of success, but it's still relatively unknown amongst non-technical people. Many aren't aware that an open source operating system actually exists, and those who are lack the education required to move comfortably from Microsoft Windows to a Linux-based desktop. Ubuntu for Non-Geeks: A Pain-Free, Project-Based, Get-Things-Done Guidebook, by Rickford Grant, introduces non-Linux users to the world of Linux and shows them how to be productive in a complete Linux environment.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

2. Virtualization and Cloud Computing

Mini Review: SliceHost v. Linode Ubuntu 9.10 Setup

October 2010 Update: Linode Versus Slicehost – One Year Later A few days ago I posted Mini Review: SliceHost v. Linode Customer Service. At that time, I was going to cancel my account with Linode based on problems during the sign-up period. However, Linode asked me to give them another... (2 Replies)
Discussion started by: Neo
2 Replies
Login or Register to Ask a Question
PBUILDER-DIST-SIMPLE(1) 				      General Commands Manual					   PBUILDER-DIST-SIMPLE(1)

NAME
pbuilder-dist-simple - simple multi-release pbuilder wrapper SYNOPSIS
pbuilder-<dist> operation [...] DESCRIPTION
pbuilder-dist-simple is a wrapper that makes it easy to use pbuilder with chroots for many different Ubuntu distributions. If you need more features than pbuilder-dist-simple provides, have a look at pbuilder-dist(1). USAGE
Create one symlink to pbuilder-dist-simple for each distribution for which you want a build environment, naming them like "pbuilder-lucid", "pbuilder-natty", etc. Replace operation with the action you want pbuilder-dist-simple to do (create, update, build, clean, login or execute). EXAMPLES
pbuilder-natty create Creates a pbuilder environment for Ubuntu Natty. pbuilder-lucid update Updates an existing Ubuntu Lucid environment. pbuilder-lucid build ./sample_1.0-0ubuntu1.dsc Builds the specified package on an already existing Ubuntu Lucid environment. FILES
By default, pbuilder-dist-simple will store all the files it generates in ~/pbuilder/. This can be changed by modifying the BASE_DIR value on the top of the script to any other directory you want. If the directory doesn't exit, it will be created at runtime. SEE ALSO
pbuilder(1), pbuilderrc(5), pbuilder-dist(1) AUTHORS
pbuilder-dist was originally written by Jamin W. Collins <jcollins@asgardsrealm.net> and Jordan Mantha <mantha@ubuntu.com>, and this man- page by Siegfried-A. Gevatter <rainct@ubuntu.com>. Both are released under the GNU General Public License, version 2 or later. ubuntu-dev-tools February 25, 2008 PBUILDER-DIST-SIMPLE(1)