UBC Physics Administrator's Guide for Computer

Total Page:16

File Type:pdf, Size:1020Kb

UBC Physics Administrator's Guide for Computer UBC Physics Administrator’s Guide for Computer Lab Eric Nodwell Copyright © 2003 Eric Nodwell This document can be freely redistributed according to the terms of the GNU General Public License. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This manual details how I installed the Linux Terminal Server in the UBC Physics Computer Lab. The server runs Debian Linux. It is assumed that the reader is somewhat familiar with administering Linux, but not necessarily with LTSP or Debian. Table of Contents Installation ...................................................................................... 2 BIOS Settings .............................................................................. 2 Debian Installation .......................................................................... 2 Configure Second Network Interface .......................................................... 5 Upgrade to the Testing Branch of Debian ...................................................... 6 Install Useful Software ...................................................................... 6 Correct xfs config file ...................................................................... 10 Install a firewall ........................................................................... 10 NTP configuration ......................................................................... 10 Customization .................................................................................. 10 bash ...................................................................................... 11 Gnome menu .............................................................................. 11 KDE menu ................................................................................ 14 Gnome Panel .............................................................................. 14 KDE panel ................................................................................ 15 KDE desktop .............................................................................. 16 emacs .................................................................................... 16 ssh ....................................................................................... 16 Internationalization ........................................................................ 16 Browser (Galeon) .......................................................................... 17 Linux Terminal Server Project .................................................................... 17 Install pre-requisite software ................................................................ 18 Download and install LTSP ................................................................. 18 dhcp configuration ......................................................................... 19 xfs configuration ........................................................................... 20 gdm configuration ......................................................................... 20 kdm configuration ......................................................................... 21 nfs configuration ........................................................................... 21 tftp configuration .......................................................................... 21 Boot a client with a floppy .................................................................. 22 Boot a client without a floppy ............................................................... 22 Integration in Physics Network ................................................................... 22 1 UBC Physics Administra- tor’s Guide for Computer Lab Mount home directories .................................................................... 22 User Accounts ............................................................................. 23 Mail configuration (nullmailer) .............................................................. 23 KMail (imap connection to physics) ......................................................... 23 Printers ................................................................................... 29 User Documentation: An Introduction to Command Line Linux ................................. 30 Custom Scripts ................................................................................. 30 users-ps ................................................................................... 30 Debian Tips .................................................................................... 31 su, then xauth merge ....................................................................... 31 dpkg ..................................................................................... 31 apt-get update and apt-get upgrade ........................................................... 32 apt-cache search, apt-cache show and the packages web page ................................... 32 dpkg-reconfigure .......................................................................... 32 Recompiling a .deb package, or back-porting ................................................. 32 update-alternatives ......................................................................... 32 MANPATH ............................................................................... 33 update-rc.d ................................................................................ 33 Still To Do ..................................................................................... 33 Installation BIOS Settings Disable shadow RAM, because Linux doesn’t use it. Debian Installation I’m going to do an unusual install, which doesn’t require any installation media. The general instructions for this kind of install are here [http://www.debian.org/releases/stable/i386/ch-preparing.en.html#s-linux-upgrade]. The first thing needed is a KNOPPIX [http://www.knopper.net/knoppix/] CD. Boot with this CD, which gives you a fully-functional Linux system, running entirely off of the CD. Set up the network for KNOPPIX, under the system menu KNOPPIX -> Network/Internet -> Network card configu- ration. Use the same network settings which you will ultimately use for the server (given below). Get a root console on KNOPPIX with sudo bash Partition the hard drive with fdisk /dev/hda. I set up /dev/hda1 to be a 1GB swap partition, and the rest as a single Linux partition /dev/hda2. You probably want to reboot KNOPPIX after this. Format /dev/hda2 with the ext3 file system. mke2fs -j /dev/hda2 mkswap /dev/hda1 Create a mount point and mount the partition we will install on. mkdir /mnt/debinst mount /dev/hda2 /mnt/debinst 2 UBC Physics Administra- tor’s Guide for Computer Lab Now call the debootstrap which will install a Debian base system. /usr/sbin/debootstrap --arch i386 woody /mnt/debinst http://http.us.debian.org/debian Now we chroot into our new bare-bones Debian system. chroot /mnt/debinst /bin/bash We need to create an /etc/fstab file. (You can use the nano editor, which is part of Debian base and easy to use, or, since you’re running a KNOPPIX X-session, you can select the following file contents with the mouse, run cat > /etc/fstab, clip with the middle mouse button to paste in the selected contents, and then hit CTRL-D.) #/etc/fstab for lts1 # file system mount point type options dump pass /dev/hda2 / ext3 defaults 0 0 /dev/hda1 none swap sw 0 0 proc /proc proc defaults 0 0 /dev/fd0 /mnt/floppy auto noauto,rw,sync,exec 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,ro,exec 0 0 We need to mount the proc file system before continuing. mount -t proc proc /proc To configure the networking, we need an /etc/network/interfaces file. # /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 172.16.0.10 network 172.16.0.0 netmask 255.255.0.0 broadcast 172.16.255.255 gateway 172.16.0.1 And we need a /etc/resolv.conf file. search physics.ubc.ca nameserver 172.16.0.1 And a /etc/hostname file. echo lnx1 > /etc/hostname At this, point, you should also run hostname lnx1 3 UBC Physics Administrator’s Guide for Com- puter Lab We also need to make sure that the network driver kernel module is loaded at boot time. To find out which module it needed, run lsmod. It’s one of these, since KNOPPIX has figure it out. In the present case, I need to add this line to /etc/modules: eepro100 Now run base-config to configure some other stuff and answer the questions. Don’t select md5 paswords, because of compatibility with Solaris. Don’t select any packages or package groups either - we’ll leave this till later. usr/sbin/base-config Now we are going to customize apt, the package management system. We are going by default to use the testing branch of debian, with some packages from unstable (at the current time, some important KDE and Gnome stuff is still in unstable). Contents of /etc/apt/sources.list: # Stable deb http://mirror.direct.ca/linux/debian/ stable main non-free contrib deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free deb http://security.debian.org/ stable/updates main contrib non-free # Testing deb http://mirror.direct.ca/linux/debian/ testing main non-free contrib deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free # Unstable deb http://mirror.direct.ca/linux/debian/ unstable
Recommended publications
  • Exercise for Topic: Linux 10 Points 1. Configuration of the KDE Desktop
    Exercise for topic: Linux 10 points 1. Configuration of the KDE Desktop Carry out different steps of the configuration to customize your KDE screen. First copy a small photo about you into your lecture home directory: /home/<yourlogin>/Desktop, the photo will be visible on the Desktop as an icon. 1. Create Keyboard Layouts for KDE (1 point) - create at least three different layouts (the english, the german layout, and the layout for your country, too, (or something else, if it's the german or english one)). - make a screen shot (linux-keyboard.jpg) about the final configuration of the keyboard layout. 2. Create Multiple Desktops (1 point) - choose 6 multiple desktops, please 3. Create KDE desktop icons for the following applications: (3 points) 1. gnome-nettool 2. ksnapshot 3. firefox 4. thunderbird 5. gimp 6. k3b 7. kdirstat 8. Mathematica 7.0 (check with 'which mathematica' for the path for the application.) 4. Create KDE toolbar applets for the following applets in the given order from left to right: (1 point) 1. System monitor 2. Weather report 3. Clock 5. Create the following KDE toolbar applications: (1 point) 1. Thunderbird (Icedove) 2. Firefox (Iceweasel) 3. Konsole 6. Invoke ksnapshot and create a full screen shot (linux-all-items.jpg) with the items created in steps 2, 3, 4 and 5, in such a way, that knapshot is visible on the screen, too ! (1 point) 7. invoke kdirstat and K3B, and make a full screen shot (linux-k3b.jpg) where both applications are visible. (1 point) 8. invoke kile, compile a latex file to pdf and display the pdf result.
    [Show full text]
  • Gpsbabel Documentation Gpsbabel Documentation Table of Contents
    GPSBabel Documentation GPSBabel Documentation Table of Contents Introduction to GPSBabel ................................................................................................... xx The Problem: Too many incompatible GPS file formats ................................................... xx The Solution ............................................................................................................ xx 1. Getting or Building GPSBabel .......................................................................................... 1 Downloading - the easy way. ....................................................................................... 1 Building from source. .................................................................................................. 1 2. Usage ........................................................................................................................... 3 Invocation ................................................................................................................. 3 Suboptions ................................................................................................................ 4 Advanced Usage ........................................................................................................ 4 Route and Track Modes .............................................................................................. 5 Working with predefined options .................................................................................. 6 Realtime tracking ......................................................................................................
    [Show full text]
  • Red Hat Enterprise Linux 6 Developer Guide
    Red Hat Enterprise Linux 6 Developer Guide An introduction to application development tools in Red Hat Enterprise Linux 6 Dave Brolley William Cohen Roland Grunberg Aldy Hernandez Karsten Hopp Jakub Jelinek Developer Guide Jeff Johnston Benjamin Kosnik Aleksander Kurtakov Chris Moller Phil Muldoon Andrew Overholt Charley Wang Kent Sebastian Red Hat Enterprise Linux 6 Developer Guide An introduction to application development tools in Red Hat Enterprise Linux 6 Edition 0 Author Dave Brolley [email protected] Author William Cohen [email protected] Author Roland Grunberg [email protected] Author Aldy Hernandez [email protected] Author Karsten Hopp [email protected] Author Jakub Jelinek [email protected] Author Jeff Johnston [email protected] Author Benjamin Kosnik [email protected] Author Aleksander Kurtakov [email protected] Author Chris Moller [email protected] Author Phil Muldoon [email protected] Author Andrew Overholt [email protected] Author Charley Wang [email protected] Author Kent Sebastian [email protected] Editor Don Domingo [email protected] Editor Jacquelynn East [email protected] Copyright © 2010 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
    [Show full text]
  • Infrastructural Requirements for a Privacy Preserving Internet
    Infrastructural Requirements for a Privacy Preserving Internet Brad Rosen Fall 2003 Professor Feigenbaum Sensitive Information in the Wired World Abstract With much gusto, firms routinely sell “privacy enhancing technology” to enrich the web experience of typical consumers. Standards bodies have thrown in their hats, and even large organizations such as AT&T and IBM have gotten involved. Still, it seems no one has asked the question, “Are we trying to save a sinking ship?” “Are our ultimate goals actually achievable given the current framework?” This paper tries to examine the necessary infrastructure to support the goals of privacy enhancing technologies and the reasoning behind them. Contents 1 Introduction 2 2 Definition of Terms 3 2.1 User-Centric Terms . 3 2.2 Technical Terms . 4 2.3 Hypothetical Terms . 5 3 Privacy and Annoyances 5 3.1 Outflows – Encroachment . 6 3.2 Inflows – Annoyances . 6 3.3 Relevance . 7 4 Privacy Preserving vs. Privacy Enhancing 7 1 5 Current Infrastructure 8 5.1 Overview . 8 5.2 DNS Request . 8 5.3 Routing . 9 5.4 Website Navigation . 9 5.5 Sensitive Data-Handling . 9 5.6 Infrastructural Details . 10 5.6.1 IPv4 . 10 5.6.2 Java/ECMA Script . 10 5.6.3 Applets/ActiveX . 10 5.6.4 (E)SMTP . 10 6 Next-Generation Infrastructure 11 6.1 Overview . 11 6.2 DNS Request . 11 6.3 Routing . 12 6.4 Website Navigation . 12 6.5 Sensitive Data-Handling . 12 6.6 Infrastructural Details . 13 6.6.1 IPv6 . 13 6.6.2 Java/ECMA Script . 13 6.6.3 Applets/ActiveX .
    [Show full text]
  • Schon Mal Dran Gedacht,Linux Auszuprobieren? Von G. Schmidt
    Schon mal dran gedacht, Linux auszuprobieren? Eine Einführung in das Betriebssystem Linux und seine Distributionen von Günther Schmidt-Falck Das Magazin AUSWEGE wird nun schon seit 2010 mit Hilfe des Computer-Betriebs- system Linux erstellt: Texte layouten, Grafiken und Fotos bearbeiten, Webseiten ge- stalten, Audio schneiden - alles mit freier, unabhängiger Software einer weltweiten Entwicklergemeinde. Aufgrund der guten eigenen Erfahrungen möchte der folgende Aufsatz ins Betriebssystem Linux einführen - mit einem Schwerpunkt auf der Distri- bution LinuxMint. Was ist Linux? „... ein hochstabiles, besonders schnelles und vor allem funktionsfähiges Betriebssystem, das dem Unix-System ähnelt, … . Eine Gemeinschaft Tausender programmierte es und verteilt es nun unter der GNU General Public Li- cense. Somit ist es frei zugänglich für jeden und kos- tenlos! Mehrere Millionen Leute, viele Organisatio- nen und besonders Firmen nutzen es weltweit. Die meisten nutzen es aus folgenden Gründen: • besonders schnell, stabil und leistungs- stark • gratis Support aus vielen Internet- Newsgruppen Tux, der Pinguin, ist das Linux-Maskottchen • übersichtliche Mailing-Listen • massenweise www-Seiten • direkter Mailkontakt mit dem Programmierer sind möglich • Bildung von Gruppen • kommerzieller Support“1 Linux ist heute weit verbreitet im Serverbereich: „Im Oktober 2012 wurden mindes- tens 32% aller Webseiten auf einem Linux-Server gehostet. Da nicht alle Linux-Ser- ver sich auch als solche zu erkennen geben, könnte der tatsächliche Anteil um bis zu 24% höher liegen. Damit wäre ein tatsächlicher Marktanteil von bis zu 55% nicht 1 http://www.linuxnetworx.com/linux-richtig-nutzen magazin-auswege.de – 2.11.2015 Schon mal dran gedacht, Linux auszuprobieren? 1 auszuschliessen. (…) Linux gilt innerhalb von Netzwerken als ausgesprochen sicher und an die jeweiligen Gegebenheiten anpassbar.
    [Show full text]
  • Red Hat Enterprise Linux 7 開発者ガイド
    Red Hat Enterprise Linux 7 開発者ガイド Red Hat Enterprise Linux 7 のアプリケーション開発ツールのご紹介 Red Hat Subject Matter ExpertsDave Brolley William Cohen Roland Grunberg Aldy Hernandez Karsten Hopp Jakub Jelinek Jeff Johnston Benjamin Kosnik Chris Moller Phil Muldoon Alex Kurtakov Charley Wang Development Community Kent Sebastian Red Hat Enterprise Linux 7 開発者ガイド Red Hat Enterprise Linux 7 のアプリケーション開発ツールのご紹介 Dave Brolley Red Hat Engineering ツール開発 [email protected] プロファイリング William Cohen Red Hat Engineering ツール開発 [email protected] プロファイリング Roland Grunberg Red Hat Engineering ツール開発 [email protected] Eclipse および Eclipse プラグイン Aldy Hernandez Red Hat Engineering ツール開発 [email protected] コンパイルおよびビルド Karsten Hopp Base Operating System コアサービス - BRNO [email protected] コンパイル Jakub Jelinek Red Hat Engineering ツール開発 [email protected] プロファイリング Jeff Johnston Red Hat Engineering ツール開発 [email protected] Eclipse および Eclipse プラグイン Benjamin Kosnik Red Hat Engineering ツール開発 [email protected] ライブラリおよびランタイムのサポート Chris Moller Red Hat Engineering ツール開発 [email protected] デバッグ Phil Muldoon Red Hat Engineering ツール開発 [email protected] デバッグ Alex Kurtakov Red Hat Engineering ツール開発 [email protected] Eclipse および Eclipse プラグイン Charley Wang Red Hat Engineering ツール開発 [email protected] Eclipse および Eclipse プラグイン Kent Sebastian [email protected] プロファイリング Red Hat Subject Matter Experts Development Community 編集者 Jacquelynn East Engineering コンテンツサービス [email protected] Don Domingo Red Hat Engineering コンテンツサービス [email protected] 法律上の通知 Copyright © 2012 Red Hat, Inc. and others. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc.
    [Show full text]
  • Release Notes for Fedora 15
    Fedora 15 Release Notes Release Notes for Fedora 15 Edited by The Fedora Docs Team Copyright © 2011 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries. All other trademarks are the property of their respective owners.
    [Show full text]
  • Bienvenue Sur L'aide En Ligne Du Simulateur Affranchigo
    AIDE EN LIGNE DU SIMULATEUR Bienvenue sur l’aide en ligne du simulateur AFFRANCHIGO A. Aide à la navigation Le développement de ce site s'efforce de respecter au mieux les critères d'accessibilité de façon à faciliter la consultation du site pour tous. Si malgré nos efforts, vous rencontrez des difficultés à consulter certaines informations, n'hésitez pas à nous en faire part. 1. Logo du haut de page Le logo La Poste du haut de page permet d’accéder à l’espace «Solutions Business» pour affranchir votre courrier entreprise sur le portail www.laposte.fr. 2. Présentation du contenu-Téléchargement La plus grande partie du contenu est disponible en format HTML. Vous trouverez des documents téléchargeables au format RTF. Ce format est lisible par tous les sites bureautiques. Vous trouverez également des documents téléchargeables au format PDF. Si vous n'avez pas Acrobat Reader, vous pouvez le télécharger sur le site d'Adobe : télécharger Acrobat Reader. Ou alors, vous pouvez transformer les PDF en format HTML classique en utilisant le moteur de conversion en ligne d'Adobe. Pour cela, copier l'adresse du lien vers le fichier en PDF et collez-la dans le champ prévu à cet effet sur l'outil de conversion en ligne d'Adobe. 3. Raccourcis claviers Par ailleurs, des raccourcis claviers ont été programmés sur la totalité du site : − «s» vous amène sur le bouton «suivant» − «p» vous amène sur le bouton «précédent» Les combinaisons de touches pour valider ces raccourcis diffèrent selon les navigateurs, c'est pourquoi nous listons ci-dessous les procédures
    [Show full text]
  • CONNX Installation Guide Version 11.5
    CONNX Installation Guide Version 11.5 Table Of Contents Preface .......................................................................................................................................................... 1 About the Installation Guide .......................................................................................................................... 1 Database Terminology .................................................................................................................................. 2 Installation Overview ..................................................................................................................................... 3 CONNX Installation Checklist ....................................................................................................................... 4 Upgrade Installation Checklist ...................................................................................................................... 5 Displaying Your CONNX Version .................................................................................................................. 6 To display the CONNX version and build numbers ............................................................................... 6 How CONNX Works ...................................................................................................................................... 7 Related Topics ......................................................................................................................................
    [Show full text]
  • Developer Guide
    Red Hat Enterprise Linux 6 Developer Guide An introduction to application development tools in Red Hat Enterprise Linux 6 Last Updated: 2017-10-20 Red Hat Enterprise Linux 6 Developer Guide An introduction to application development tools in Red Hat Enterprise Linux 6 Robert Krátký Red Hat Customer Content Services [email protected] Don Domingo Red Hat Customer Content Services Jacquelynn East Red Hat Customer Content Services Legal Notice Copyright © 2016 Red Hat, Inc. and others. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent.
    [Show full text]
  • Discontinued Browsers List
    Discontinued Browsers List Look back into history at the fallen windows of yesteryear. Welcome to the dead pool. We include both officially discontinued, as well as those that have not updated. If you are interested in browsers that still work, try our big browser list. All links open in new windows. 1. Abaco (discontinued) http://lab-fgb.com/abaco 2. Acoo (last updated 2009) http://www.acoobrowser.com 3. Amaya (discontinued 2013) https://www.w3.org/Amaya 4. AOL Explorer (discontinued 2006) https://www.aol.com 5. AMosaic (discontinued in 2006) No website 6. Arachne (last updated 2013) http://www.glennmcc.org 7. Arena (discontinued in 1998) https://www.w3.org/Arena 8. Ariadna (discontinued in 1998) http://www.ariadna.ru 9. Arora (discontinued in 2011) https://github.com/Arora/arora 10. AWeb (last updated 2001) http://www.amitrix.com/aweb.html 11. Baidu (discontinued 2019) https://liulanqi.baidu.com 12. Beamrise (last updated 2014) http://www.sien.com 13. Beonex Communicator (discontinued in 2004) https://www.beonex.com 14. BlackHawk (last updated 2015) http://www.netgate.sk/blackhawk 15. Bolt (discontinued 2011) No website 16. Browse3d (last updated 2005) http://www.browse3d.com 17. Browzar (last updated 2013) http://www.browzar.com 18. Camino (discontinued in 2013) http://caminobrowser.org 19. Classilla (last updated 2014) https://www.floodgap.com/software/classilla 20. CometBird (discontinued 2015) http://www.cometbird.com 21. Conkeror (last updated 2016) http://conkeror.org 22. Crazy Browser (last updated 2013) No website 23. Deepnet Explorer (discontinued in 2006) http://www.deepnetexplorer.com 24. Enigma (last updated 2012) No website 25.
    [Show full text]
  • Asus Eee PC for Dummies
    Index journal, 101 • Symbols and Numerics • KCalc, 100 > (greater than), redirecting output, 311 KNotes, 105 >> (greater thans), appending to a fi le, 311 Kontact, 100–101 | (vertical bar), directing output to KSnapshot, 102–103 another command, 311–312 PIM (Personal Information Manager), 2G Surf, 14 100–101 4G, 14–15 PIM icon, 99 4G Surf, 14–15 pop-up notes, 101, 105 701SD, 15 Screen Capture icon, 99 900 series, 15–18 to-do list, 101 901 and Beyond icon, 6 Accessories icon, 92, 99 1000 series, 18–19 account name, personalizing, 149 Acrobat Reader, 184. See also PDF readers Acronis True Image, 284 • A • Ad-Aware Free, 231 Adblock Plus, 60 AbiWord, 219–220 add-ons accessories, hardware. See also Firefox, 59–60 personalization Thunderbird, 95–96 Bluetooth, 254–255 Add/Remove Software, 163. See also carrying case, 249–251 installing; uninstalling case graphics, 255–256 Add/Remove Software icon, 147, 163 GPS (Global Positioning System), 259–261 address books, Thunderbird, 96. See also keyboards, 252–253 contact lists mice, 251–252 administrative privileges, 309 modems, 256–257 Advanced Mode, 295–301. See also monitors, 257–259 Easy Mode projectors, 257–259 Advanced Packaging Tool (APT), 204–205 skins (themes), 255–256 advertisements, blocking, 60 USB powered work light, 254 adware, 231 accessories, software. See also AIM, 65 personalization COPYRIGHTEDAll About MATERIAL Eee, 343 accessing, 99 Amarok music player/organizer, 139–140 Calculator, 100 Amazon, 22 Calculator icon, 99 Andreesen, Marc, 58 calendar, 101 Andrew K’s XP Games, 228 capturing
    [Show full text]