个人工具

“UbuntuHelp:Beginners/FAQ”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示3个用户的14个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Beginners/FAQ}}
 
{{From|https://help.ubuntu.com/community/Beginners/FAQ}}
 
{{Languages|UbuntuHelp:Beginners/FAQ}}
 
{{Languages|UbuntuHelp:Beginners/FAQ}}
The intention of the page is to gather well-written answers to frequent questions (in the Absolute Beginners Forum) in an orderly fashion.
+
#title Beginners FAQ
 +
The intention of the page is to gather well-written answers to frequent questions from the Absolute Beginners Forum in an orderly fashion.
 
Suggestions are welcomed at [http://www.ubuntuforums.org/showthread.php?t=379658 Feature Requests ]
 
Suggestions are welcomed at [http://www.ubuntuforums.org/showthread.php?t=379658 Feature Requests ]
== 如何安装Ubuntu ==
+
The Ubuntu Documentation Team has also looked into creating a FAQ section, you can see their initial list of Common Questions on [http://philbull.googlepages.com/CommonQuestions-UbuntuForums.pdf this pdf document].
 
+
Also see [[UbuntuHelp:CommonQuestions|CommonQuestions]].
Installing an Operating System (OS) is a sophisticated and unfamiliar task for most computer users. Before you start you should back up your data at a minimum. As you embark you will be confronted with partitioning your hard drive (to make room for a new OS) and installing a boot loader (to boot your various OS). Fortunately, installing Ubuntu is relatively easy. You will burn a CD, then start up your computer from that CD, which will allow you to preview the Ubuntu operating system. From the CD, you can also install Ubuntu onto your computer through a simple graphical interface. See [[UbuntuHelp:GraphicalInstall|GraphicalInstall]] for help on installing Ubuntu using the graphical installer. Occasionally the Desktop, or Live CD, will fail. It can then be helpful to consider the Alternate CD. The Alternate CD uses a command-line installer and is designed for more advanced users. If you are not comfortable using the Alternate CD, seek help from a more experienced Ubuntu user and they will help guide you through the process. The IRC channel #ubuntu on irc.freenode.net is a great place to get help. Overview (for further information): [http://users.bigpond.net.au/hermanzone/ Installing from the Alternate CD] Graphical guide: [http://users.bigpond.net.au/hermanzone/p3.htm Windows (NTFS) + Ubuntu]
+
== Forums FAQ ==
 
+
=== Installing Ubuntu ===
=== 附加信息 ===
+
* [http://www.ubuntu.com/getubuntu Where to get Ubuntu ?].
 
+
* [http://www.ubuntu.com/getubuntu/downloadmirrors download mirrors].
Where to download Ubuntu: [[UbuntuHelp:GettingUbuntu|获取Ubuntu]] How to burn the CD image (ISO) to CD: [[UbuntuHelp:BurningIsoHowto|BurningIsoHowto]] Booting from the CD: [[UbuntuHelp:BootFromCD|BootFromCD]] Partitioning basics: [http://www.ubuntuforums.org/showthread.php?t=282018 Basic Partitioning] GRUB: [[UbuntuHelp:GrubHowto|GrubHowto]] [http://users.bigpond.net.au/hermanzone/p15.htm Hermanzone: How to Grub]
+
* [[UbuntuHelp:Installation/MinimalCD|Minimal|installation]].
 
+
* [[UbuntuHelp:Installation/MinimalCD|Minimal|installation ISO]].
== Desktop customization ==
+
* Which version of Ubuntu should I use ?
=== Accessibility options ===
+
* Versions of Ubuntu are released every 6 months named by year.month and a "code name".
Once Ubuntu is installed, select '''System -> Preferences -> Accessibility''' from the main menu (at the upper left-hand corner of the screen by default) of an Ubuntu 7.04 (Feisty Fawn) system, the latest version. Select Keyboard accessibility and enable sticky keys and other accessibility features,
+
* [[UbuntuWiki:Releases|Releases]]
On older system it is under System -> Preferences -> Keyboard.
+
* What does LTS mean?
See the [[UbuntuHelp:Accessibility|Accessibility]] documentation for more information.
+
* [[UbuntuWiki:LTS|Length|of Support]]
=== General customization ===
+
* First you should know your architecture or (type of CPU).
[[UbuntuWiki:Beginners/Guide/DesktopCustomization|Desktop Customization]]
+
* [[UbuntuHelp:SupportedArchitectures|Architectures]].
== Installing software ==
+
* Next select a window manager.
=== Repositories ===
+
* Ubuntu = [http://www.gnome.org/ Gnome].
In general it is best (and easiest) to install from the Ubuntu repositories. Ubuntu is a Debian-based distribution and as such uses Synaptic, apt-get, and aptitude (as well as dpkg). dpkg, apt-get, and aptitude are all command line tools. Synaptic is a GUI front end for apt-get. Applications (programs) are packaged into .deb files :
+
* Kubuntu = [http://www.kde.org/ KDE].
''' note: you will need to enable all repositories by removing "#" from the front of any line that looks like a web address, save the file and reload sources'''
+
* Xubuntu = [http://www.xfce.org/ XFCE].
Ubuntu or Gnome
+
* You may add additional window managers after installation.
<pre><nowiki>
+
* Will Ubuntu run on my computer ?
gksudo gedit /etc/apt/sources.list
+
* [[UbuntuWiki:HardwareSupport|Hardware|compatibility list]].
</nowiki></pre>
+
* [[UbuntuHelp:Installation/SystemRequirements|System|requirements]].
Kubuntu or KDE
+
* [http://ubuntuforums.org/showthread.php?t=368607 Should I use 64 bit ?]
<pre><nowiki>
+
* What is the difference between the Desktop / Server / and alternate CD's ?
kdesu kate /etc/apt/sources.list
+
* The "Desktop" CD is a "live CD" and boots Ubuntu without changing your hard drive. Use the desktop CD to test your hardware. To install Ubuntu click on the "install" icon on the desktop.
</nowiki></pre>
+
* The "Alternate" CD is a install CD (no "live" desktop) and is used if the Desktop fails. In addition the Alternate CD allows "advanced" features such as a minimal install, LVM, RAID, and encryption.
Xubuntu or Xfce
+
* The "Server" CD is also a installation CD and will set up LAMP. The server installation comes with no GUI (Graphical Interface).
<pre><nowiki>
+
* *Most* dedicated Linux servers are managed either by editing configuration files (which are in plain text) or via Web based graphical interfaces (thus a GUI is not needed).
gksudo mousepad /etc/apt/sources.list
+
* You may install server software (apache, ssh, ftp, etc) on a Desktop or add a graphical interface to a server after installation.
</nowiki></pre>
+
* The "Minimal" CD is a minimal command line installation. It installs the base operating system and package manager with no GUI. This CD is not recommended for users with slow internet connections.
Server users
+
* [[UbuntuHelp:BurningIsoHowto|How|To Burn an ISO]]
<pre><nowiki>
+
* [[UbuntuHelp:LiveCD|How|to boot the live CD]]
sudo nano /etc/apt/sources.list
+
* Simply place the Ubuntu CD into your DVD/CDROM and reboot.
</nowiki></pre>
+
* You may need to set your BIOS to boot from DVD/CDROM (this varies by BIOS, hit Ecs, F2, F8, etc during the initial boot process).
Example foo-xvz.deb
+
[[UbuntuHelp:BootFromCD|Trouble|booting from CD ?]].
*foo  = application (program) name
+
* [[UbuntuHelp:Installation|How|To Install Ubuntu]]
*-xyz = version
+
* [[UbuntuHelp:HowToRemoveWindows|HowToRemoveWindows]]
dpkg will install a .deb file you may have downloaded, dpkg will install the .deb, but not handle dependencies.
+
* How to remove Ubuntu.
apt-get, aptitude, and synaptic will download and install your application and dependencies.
+
* [http://ubuntuforums.org/showthread.php?t=508927 Remove Ubuntu / restore Windows].
For further information : [[UbuntuHelp:InstallingSoftware|InstallingSoftware]]
+
* [[UbuntuWiki:WubiGuide#head-7cd5a1eda23f1e9960c28ef3a2f4e8645c5ea87d|Remove|Wubi]].
=== Installing from source code ===
+
=== Configuration ===
You can install programs by ''compiling'' their ''source code''. Source code is what a programmer writes in order to create a program. Compiling is the process of converting this code into a form that the computer can understand, so that the program can be run. All of the programs available in Ubuntu software repositories are in a ready-to-run (compiled) state. In general you will only ever need to compile an application if it is not available from the repositories.
+
* [[UbuntuHelp:Accessibility| Accessibility Features aka Assistive Technologies]]
The compilation of source code can be a tricky process, as there are many things that could go wrong during the process. Compilation is recommended for advanced users only.
+
* [[UbuntuHelp:RootSudo| Root / Sudo]]
To compile a program from source code, first install the '''build-essential''' and '''checkinstall''' packages. ''build-essential'' installs all of the basic tools required to compile source code. ''checkinstall'' will convert your newly compiled application into an Ubuntu/Debian package (.deb) and then install it. The advantage of this is that you may now use ''apt-get'' or ''aptitude'' to install and uninstall the program.
+
* How do I get xyz to start at boot ?
For further information on ''checkinstall'', see [[UbuntuHelp:CheckInstall|CheckInstall]].
+
* To run simple commands at boot add them to /etc/rc.local
The general steps are:
+
* To add a service you will need to write a script (needs expansion / link)
# Download the source code.
+
* How do I get xyz to start at login ?
# Extract the source code. Source code is generally distributed in a .tar or archive format similar to a .zip file.
+
* Go to System > Preferences > Sessions
'''Note:''' Not all .tar files contain source code. Some may be install scripts and others may be pre-compiled binaries.
+
* Defragmentation
1.#3 Read the README file for further information and instructions.
+
* [https://help.ubuntu.com/8.04/internet/C/connect.html Connecting to the Internet]
# Open a Terminal ('''Applications''' -> '''Accessories''' -> '''Terminal''')
+
* X fails (at first boot)
# Type <code><nowiki>./configure --help</nowiki></code> in the Terminal to list all of the options.
+
* [[UbuntuHelp:Video|Monitor|Resolution]]
# Type <code><nowiki>./configure</nowiki></code> to prepare the source code for compilation.
+
* [[UbuntuHelp:GrubHowto| Grub]]
# Type <code><nowiki>make</nowiki></code> to compile the source code.
+
* [[UbuntuHelp:GrubHowto#Windows|Windows|and Ubuntu]]
# Type <code><nowiki>sudo checkinstall</nowiki></code> to create an Ubuntu/Debian package.
+
* [[UbuntuHelp:AutomaticallyMountPartitions|Mounting|Partions]]
For further information : http://cutlersoftware.com/ubuntuinstall/
+
* [[UbuntuHelp:FilePermissions|File|Permissions]]
== Hardware ==
+
* [[UbuntuHelp:SettingUpSamba| Setting Up Samba]]
Many people experience problems with some item of hardware. This section covers ways to tackle some common problems.
+
* [[UbuntuHelp:DataRecovery|Recovering|Data]]
=== Identifying your hardware ===
+
* [https://help.ubuntu.com/8.04/hardware/C/disks.html Formatting Partitions]
The model name on your hardware may be meaningless in Linux - what is important is the chipset. Also be aware that the same branded model may either have chipset revision or even different chipset.
+
* [[UbuntuHelp:Wine|Wine]]
==== PCI devices ====
+
=== Multimedia ===
* To identify a PCI device, we can query the hardware by typing <code><nowiki>lspci</nowiki></code> into a Terminal.
+
* [[UbuntuHelp:Multimedia|Multimedia]]
* To identify a graphics card, we can narrow the query by searching for the term 'VGA' in the output of the <code><nowiki>lspci</nowiki></code> command:
+
* [[UbuntuHelp:MultimediaApplications|MultimediaApplications]]
<pre><nowiki>lspci | grep VGA
+
* [[UbuntuHelp:RestrictedFormats|RestrictedFormats]]
</nowiki></pre>
+
* [[UbuntuHelp:Medibuntu|Medibuntu]]
'''Example output:''' <code><nowiki>0000:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440 ] (rev a3)</nowiki></code>
+
=== Gnome vs KDE ===
==== USB devices ====
+
* Which one do I use ?
* To identify a USB device, we can query USB devices by typing <code><nowiki>lsusb</nowiki></code> into the Terminal
+
* Use whichever you like. You can switch desktop environments easily in Ubuntu.
'''Example output:''' <code><nowiki>Bus 004 Device 002: ID 152e:2507 LG (HLDS)</nowiki></code>
+
* If I use Ubuntu, can I use KDE/Xfce programs?
* Above, we see the output ''Bus 004 Device 002''. This is handy if we need to point a program/driver to the "location" of the hardware.
+
* Yes you may need to install additional libraries and dependencies, but you can use a KDE/Xce in ubuntu. The package manager will install these dependencies and libraries automatically.
* The ''ID'' allows us to search for the make and model of the device. From ''152e:2507'', we can find out that the manufacturer is LG (basic USB information)
+
* How can I try an alternate ?
* For more detailed information on USB devices and their capabilities, run <code><nowiki>lsusb -v</nowiki></code> in a Terminal.
+
* Install Gnome by installing the "ubuntu-desktop" package
* To see recent events involving USB devices which the kernel has recognized (for example, plugging and unplugging), type <code><nowiki>dmesg | tail</nowiki></code> in a Terminal
+
* Install Kde by installing the "kubuntu-desktop" package
* To monitor other events involving USB devices, type <code><nowiki>sudo udevmonitor</nowiki></code> into a Terminal
+
* Install Xfce by installing the "xubuntu-desktop" package
For more information on troubleshooting certain types of USB device, see [[UbuntuHelp:DebuggingUSBStorage| Debugging USB Storage Devices]] and [[UbuntuHelp:UsbFlashDrives|USB Flash Drives]]
+
* Install other window managers or desktop environments by installing the appropriate meta package or packages as recommended by the developer.
==== Hard drive info ====
+
=== Security ===
''' Hard drive and partition information '''
+
* [[UbuntuHelp:Antivirus|Antivirus]]
<pre><nowiki>
+
* [[UbuntuHelp:Uncomplicated_Firewall_ufw|Firewall]]
sudo fdisk -l
+
=== Install additional software ===
</nowiki></pre>
+
''Any and all info that you might need on Installing Additional software unto Ubuntu can be found on this page.
You can also use gparted which can be installed by installing the gparted package. [https://help.ubuntu.com/community/InstallingSoftware Installing Software]
+
* [[UbuntuHelp:InstallingSoftware|Installing|Software in Ubuntu]]
''' Mount removable devices as normal user '''
+
* [[UbuntuHelp:CheckInstall|Checking|Software Installation]]
pmount is a wrapper around the standard mount program which permits normal users to mount removable devices without a matching /etc/fstab entry. This provides a robust basis for automounting frameworks like GNOME's Utopia project and confines the amount of code that runs as root to a minimum.
+
=== Server ===
This package also contains a wrapper "pmount-hal" which reads some information like device labels and mount options from hal and passes them to pmount. Install the package "hal" if you want to use this feature.
+
''Any and all questions you may have can be found here at the following page.''
If a LUKS capable cryptsetup package is installed, pmount is able to transparently mount encrypted volumes.
+
* [[UbuntuHelp:ServerFaq||Server FAQ]]
'' example ''
+
=== Command line skills ===
<pre><nowiki>
+
* [[UbuntuHelp:UsingTheTerminal|How|to use the Terminal]]
pmount /dev/sda
+
* [[UbuntuHelp:Beginners/BashScripting|Intro|to Bash Scripting]]
</nowiki></pre>
+
=== Virtualization ===
''' For USB storage that do not get recognized you could try: '''
+
* VMWare
<pre><nowiki> sudo modprobe usb-storage
+
* [[UbuntuHelp:VirtualBox|VirtualBox]]
</nowiki></pre>
+
* [http://lifehacker.com/367714/run-windows-apps-seamlessly-inside-linux For Hardy - Run Windows Apps Seamlessly Inside Linux]
<pre><nowiki>
+
sudo locate usb_storage
+
</nowiki></pre>
+
followed by pmount command
+
==== Query Motherboard bios ====
+
''' for board type /bios version etc '''
+
<pre><nowiki>
+
sudo lshw | less
+
</nowiki></pre>
+
<pre><nowiki>
+
sudo dmidecode
+
</nowiki></pre>
+
==== Other possible diagnostics ====
+
''' lsmod ''' — program to show the status of modules in the Linux Kernel
+
'' so if we wanted to just list USB modules and ignore case ''
+
<pre><nowiki>
+
sudo lsmod | grep -i usb
+
</nowiki></pre>
+
or all devices general info
+
<pre><nowiki>
+
lsmod
+
</nowiki></pre>
+
''' To display the SCSI devices currently attached (and recognized) by the SCSI subsystem use '''
+
<pre><nowiki>
+
cat /proc/scsi/scsi.
+
</nowiki></pre>
+
The output looks like this:
+
Attached devices:
+
Host: scsi0 Channel: 00 Id: 02 Lun: 00
+
Vendor: PIONEER  Model: DVD-ROM DVD-303  Rev: 1.10
+
Type:  CD-ROM              ANSI SCSI revision: 02
+
Host: scsi1 Channel: 00 Id: 00 Lun: 00
+
Vendor: IBM      Model: DNES-309170W    Rev: SA30
+
Type:  Direct-Access      ANSI SCSI revision: 03
+
After the "Attached devices:" line there are 3 lines for each recognized device. The first of these lines is SCSI address information discussed in Section 3.1. The following 2 lines of data are obtained from a INQUIRY command that was performed on the device when it was attached. See Section 9.4 for the relationship between the ordering of these devices compared with the sg driver's ordering (which most of the time is the same).
+
Existing devices can be removed using echo "scsi remove-single-device <h> <b> <t> <l>" > /proc/scsi/scsi where the variables are host, bus (channel), target (scsi id) and lun. The success (or otherwise) of this command can be determined by sending a subsequent cat /proc/scsi/scsi command. The removal will fail if the device is busy (e.g. if a file system on the device is mounted).
+
New devices can be added using echo "scsi add-single-device <h> <b> <t> <l>" > /proc/scsi/scsi where the variables are host, bus (channel), target (scsi id) and lun. The success (or otherwise) of this command can be determined by sending a subsequent cat /proc/scsi/scsi command. [1]
+
The SCSI subsystem does not support hot-plugging of SCSI devices (there may also be electrical issues on the associated SCSI parallel bus). It is recommended that those who use add+remove-single-device make sure that other devices on that SCSI bus are inactive if re-plugging is going to take place.
+
To output a list of internal SCSI command blocks use echo "scsi dump <n>" > /proc/scsi/scsi where the numeric value of <n> doesn't matter. This is probably only of interest to people chasing down bugs within the SCSI subsystem.
+
To start (or stop) logging information being sent to the console/log use echo "scsi log <token> <n>" > /proc/scsi/scsi where <token> is one of: {all, none, error, timeout, scan, mlqueue, mlcomplete, llqueue, llcomplete, hlqueue, hlcomplete, ioctl} and <n> is a number between 0 and 7. The tokens "all" and "none" don't take an <n> argument. Prefix meanings:
+
hl    upper level drivers [exception: sg uses "timeout"]
+
ml    mid level
+
ll    lower level drivers
+
[adapter drivers often have there own flags]
+
The value "0" turns off logging while "7" maximizes the volume of output. Logging information will only be output if CONFIG_SCSI_LOGGING was selected in the kernel build.
+
'''Warning''': "scsi log all" (and several other variants) can cause a logging infinite loop if the log file (typically /var/log/messages ) lies on a SCSI disk. Either turn off the kernel logging daemon or direct its output to a non SCSI device.
+
Notes
+
[1]
+
The parsing of "add-single-device" and "remove-single-device" is rather inflexible. Hence it is best to stay close to the demonstrated syntax with no extra spaces (and no tabs).
+
''' Something else to check/try: Add irqpoll to grub '''
+
<pre><nowiki>
+
gksudo gedit /boot/grub/menu.lst
+
</nowiki></pre>
+
# defoptions=quiet splash noapic irqpoll
+
'sudo update-grub'
+
=== WiFi ===
+
Although often WiFi will work out of the box, sometimes a particular WiFi card will work in either Ubuntu 6.06 LTS or 6.10 but not both. Therefore if you are having problems with your WiFi you may want to try a different version of Ubuntu.
+
See WirelessNetworking for instructions on how to configure your wireless connection.
+
If you are still having problems with your WiFi you can try to manually configure the interface. In some cases there may be more than one method to get your wireless card to work. Make sure to keep track of which set of instructions you have followed in order to avoid unnecessary repetition.
+
The first step is to identify which wifi card you have so that you can pick the relevant set of instructions, to do this type the following in the terminal:
+
<pre><nowiki>
+
lspci
+
</nowiki></pre>
+
The output you are looking for will look similar to this:
+
<pre><nowiki>
+
00:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
+
</nowiki></pre>
+
Once you have identified your WiFi card you can proceed to the [[UbuntuHelp:WifiDocs|WifiDocs]] page and pick the relevant instructions (don't let the long list scare you, you only need the relevant entries).
+
Please note that Ubuntu 6.06 and 6.10 do not natively support WiFi access to WPA encrypted networks. You will be required to install additional packages to access such networks. For further information please read [https://help.ubuntu.com/community/WifiDocs/WPAHowTo WifiDocs/WPAHowTo]
+
For further information, see the [[UbuntuHelp:WirelessTroubleShootingGuide|Wireless Troubleshooting Guide]].
+
=== Winmodem ===
+
''No information yet.''
+
=== Printers ===
+
''No information yet.''
+
== Multimedia ==
+
People sometimes have problems with certain types of audio and video file, or do not like the default multimedia applications. See below for information on working with multimedia in Ubuntu:
+
* [[UbuntuHelp:RestrictedFormats|Restricted Formats]] - Information on playing multimedia files which use restricted formats
+
* [[UbuntuHelp:MultimediaApplications|Multimedia Applications]] - Listings of multimedia software available with Ubuntu
+
== System Administration ==
+
Sometimes you may need to perform administrative tasks on your system. This section provides help with some common administrative tasks.
+
=== Mounting Disk Partitions ===
+
Sometimes, in order to access a hard drive (or a partition on the hard drive), you must ''mount'' the hard drive. Mounting is when Ubuntu connects a disk to itself, thus making it available for access.
+
Different disks/partitions can have different ''file system types''. A file system is a way of organizing information on a disk, and much initial configuration depends on the tye of file system the disk has.
+
==== Windows ====
+
To mount a Windows disk for both reading and writing:
+
# For ''vfat'' (FAT32) format disks, use <code><nowiki>umask=000</nowiki></code>
+
# For ''NTFS'' format disks, use [http://doc.gwos.org/index.php/NTFS-3g ntfs-3g] and an <code><nowiki>/etc/fstab</nowiki></code> entry something like this:
+
<pre><nowiki>/dev/hda1  /media/windows  ntfs-3g  defaults  0  0
+
</nowiki></pre>
+
1.#3  An alternate is ntfs-config. ntfs-config uses ntfs-3g to mount windows partitions via a GUI.
+
See [http://www.psychocats.net/ubuntu/mountwindows Mount Windows (Psychocats)] and [http://doc.gwos.org/index.php/Ntfs-config ntfs-config (GWOS)] for more information.
+
==== Linux ====
+
To set permissions:
+
# Mount the partition
+
# Use ''chmod'' on the directory which you mounted the disk to by typing something like <code><nowiki>sudo chmod 755 /mount/point</nowiki></code> into a Terminal
+
To mount a partition at boot you will need to edit the <code><nowiki>/etc/fstab</nowiki></code> file. For an overview of fstab see [http://doc.gwos.org/index.php/Understanding_fstab Understanding fstab (GWOS)].
+
If you would like to access EXT2 and EXT3 partitions from Windows, take a look at [http://www.fs-driver.org/url FS-Driver].
+
See [http://www.psychocats.net/ubuntu/mountlinux Mount Linux (Psychocats)] for more information.
+
== Server Install ==
+
Server installs typically have no GUI, and servers may administered remotely via SSH or Webmin. If you are new to server installs you can add a light window manager such as Fluxbox, [[UbuntuHelp:IceWM|IceWM]], Openbox, or the Ubuntu desktop.
+
 
----
 
----
[[category:CategoryCleanup]]
+
[[category:CategoryFaq]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 21:41的最新版本


  1. title Beginners FAQ

The intention of the page is to gather well-written answers to frequent questions from the Absolute Beginners Forum in an orderly fashion. Suggestions are welcomed at Feature Requests The Ubuntu Documentation Team has also looked into creating a FAQ section, you can see their initial list of Common Questions on this pdf document. Also see CommonQuestions.

Forums FAQ

Installing Ubuntu

  • Where to get Ubuntu ?.
  • download mirrors.
  • Minimal|installation.
  • Minimal|installation ISO.
  • Which version of Ubuntu should I use ?
  • Versions of Ubuntu are released every 6 months named by year.month and a "code name".
  • Releases
  • What does LTS mean?
  • Length|of Support
  • First you should know your architecture or (type of CPU).
  • Architectures.
  • Next select a window manager.
  • Ubuntu = Gnome.
  • Kubuntu = KDE.
  • Xubuntu = XFCE.
  • You may add additional window managers after installation.
  • Will Ubuntu run on my computer ?
  • Hardware|compatibility list.
  • System|requirements.
  • Should I use 64 bit ?
  • What is the difference between the Desktop / Server / and alternate CD's ?
  • The "Desktop" CD is a "live CD" and boots Ubuntu without changing your hard drive. Use the desktop CD to test your hardware. To install Ubuntu click on the "install" icon on the desktop.
  • The "Alternate" CD is a install CD (no "live" desktop) and is used if the Desktop fails. In addition the Alternate CD allows "advanced" features such as a minimal install, LVM, RAID, and encryption.
  • The "Server" CD is also a installation CD and will set up LAMP. The server installation comes with no GUI (Graphical Interface).
  • *Most* dedicated Linux servers are managed either by editing configuration files (which are in plain text) or via Web based graphical interfaces (thus a GUI is not needed).
  • You may install server software (apache, ssh, ftp, etc) on a Desktop or add a graphical interface to a server after installation.
  • The "Minimal" CD is a minimal command line installation. It installs the base operating system and package manager with no GUI. This CD is not recommended for users with slow internet connections.
  • How|To Burn an ISO
  • How|to boot the live CD
  • Simply place the Ubuntu CD into your DVD/CDROM and reboot.
  • You may need to set your BIOS to boot from DVD/CDROM (this varies by BIOS, hit Ecs, F2, F8, etc during the initial boot process).

Trouble|booting from CD ?.

Configuration

Multimedia

Gnome vs KDE

  • Which one do I use ?
  • Use whichever you like. You can switch desktop environments easily in Ubuntu.
  • If I use Ubuntu, can I use KDE/Xfce programs?
  • Yes you may need to install additional libraries and dependencies, but you can use a KDE/Xce in ubuntu. The package manager will install these dependencies and libraries automatically.
  • How can I try an alternate ?
  • Install Gnome by installing the "ubuntu-desktop" package
  • Install Kde by installing the "kubuntu-desktop" package
  • Install Xfce by installing the "xubuntu-desktop" package
  • Install other window managers or desktop environments by installing the appropriate meta package or packages as recommended by the developer.

Security

Install additional software

Any and all info that you might need on Installing Additional software unto Ubuntu can be found on this page.

Server

Any and all questions you may have can be found here at the following page.

Command line skills

Virtualization