Richard Blum - Linux For Dummies

Здесь есть возможность читать онлайн «Richard Blum - Linux For Dummies» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Linux For Dummies: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Linux For Dummies»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Your step-by-step guide to the latest in Linux Nine previous editions of this popular benchmark guide can’t be wrong! Whether you’re new to Linux and need a step-by-step guide or are a pro who wants to catch up with recent distributions, 
 has your back. Covering everything from installation to automation, this updated edition focuses on openSUSE and Ubuntu and includes new and refreshed material—as well as chapters on building a web server and creating simple shell scripts. 
In his friendly, no-jargon style, IT professional and tech higher education instructor Richard Blum draws on more than 10 years of teaching to show you just why Linux’s open source operating systems are relied on to run a huge proportion of the world’s online infrastructure, servers, supercomputers, and NAS devices—and how you can master them too. 
Study the thinking behind Linux Choose the right installation approach Pick up the basics—from prepping to desktops Get fancy with music, video, movies, and games Whatever your Linux needs—work, fun, or just a hobby—this bestselling, evergreen guide will get you up and coding in the open source revolution in no time at all.

Linux For Dummies — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Linux For Dummies», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Linux For Dummies - изображение 12You may notice that often a single Linux distribution will release different versions of the distribution to cover more ground. For example, Ubuntu releases separate distribution that each use a different desktop environment.

The Linux Live distribution

A great phenomenon in the Linux world is the bootable Linux DVD distribution, originally called a LiveDVD . These days, most computers allow you to start up by reading the operating system from either the DVD or a USB drive instead of the hard drive. This lets you see what a Linux system is like without actually installing it.

To take advantage of this feature, some Linux distributions create a bootable ISO file that you can burn on to a DVD or USB stick. These distributions contain a subset of the full Linux system. Due to the size limitations, the sample can't contain a complete Linux system, but you'd be surprised at all the software they can cram in! The result is, you can boot your PC from the DVD or USB stick, and then install the rest of the packages you need from the Internet.

This is an excellent way to test various Linux distributions without having to mess with your PC. Just pop in a DVD or USB stick and boot! All the Linux software will run directly off the DVD or USB device. These days just about every Linux distribution has a Live version, so it's easy to download a distribution from the Internet and burn it onto a DVD (or USB stick) to test drive.

Some Linux Live distributions, such as Ubuntu, allow you to install the Linux distribution directly from the Live device as well. This enables you to boot with the DVD or USB stick, test drive the Linux distribution, and then if you like it, install it onto your hard drive. This feature is extremely handy and user-friendly.

As with all good things, Linux Live distributions have a few drawbacks. Because you access everything from the DVD or USB stick, applications run more slowly, especially if you're using older, slower computers and DVD drives. Also, any changes you make to the Linux system will be gone the next time you reboot.

Chapter 2

Prepping Your Computer for Linux

IN THIS CHAPTER

картинка 13 Taking basic preinstallation steps

картинка 14 Using Linux and Windows on the same computer

картинка 15 Customizing disk partitions before installation

картинка 16 Knowing (and finding) your hardware information

картинка 17 Preparing the media for installation

There are many different ways to get a Linux workstation up and running. With the growing popularity of Linux some companies sell laptops with Linux already loaded onto them. If you've purchased one of those you can skip directly to Chapter 4and dive into the Linux world. If you have a spare computer that’s only going to run Linux and nothing else, you’re in luck! You can skip the “ Preparing to Use Linux and Microsoft Windows Together” section. In fact, if you’re feeling brave, you may want to skip right to Chapter 3and start your installation. There’s troubleshooting information in Chapter 22as well.

Of course, many people don't have the luxury of having more than one computer to dedicate for Linux use. To install Linux permanently on an existing PC, you need to have a hard disk area set up for it. There are three common solutions to this:

Completely replace the existing operating system on the hard drive

Install Linux on a second hard drive

Partition an existing hard drive to include Linux

BACKING UP WINDOWS

The term back up means different things to different people. A full backup copies all the operating system, programs, and data files on the system. That usually requires special software that can copy all of the files as your PC is running. A data backup just copies the individual personal files that you've created. You can usually do that yourself by just copying files commonly found in your Documents, Music, Pictures, and Videos folders to an external device such as a DVD or USB drive. Most likely for your Linux transition you can do just a data backup. These days most modern PCs include a separate partition with the Windows operating system files so you can easily restore the operating system by itself. All you need to worry about is making sure your personal files are safe.

The first solution is the easiest way to installing Linux on a PC. Most Linux installations even include an automatic process that guides you through converting a PC entirely to Linux. However, this is an all-or-nothing approach — you'll be replacing your existing operating system entirely with Linux!

Linux For Dummies - изображение 18If you do replace your existing operating system, just be aware that when you're done, you won't have your original data files any more! If you want to keep any files from your Windows PC, you need to back them up yourself to media that you can read from Linux. See the “Backing up Windows” sidebar for more details on that process.

The other two methods require a dual boot scenario. In a dual boot scenario, both Linux and Microsoft Windows reside on hard drives in the same computer. When you boot the computer, a menu appears, asking you which operating system you want to use. This allows you to keep your original Windows applications and files, plus use Linux — all on the same computer!

If you're using a desktop PC you may be able to add a second, fresh hard drive to install Linux on. This is by far the easiest solution for a dual boot system, and should be used if at all possible. Unfortunately, most laptops don't have the ability to add a second hard drive, so you'll have to resort to partitioning the existing hard drive as explained in the next section.

If you do add a second hard drive, just make a note of which drive is which as far as the computer sees them: You want to make sure that you leave your Microsoft Windows installation untouched. All you need to know is which drive (Windows or Linux) is first and second as far as the computer is concerned. When you are sure you know which drive is which, proceed to the section “ Double-Checking Hardware Compatibility” later in this chapter.

Linux For Dummies - изображение 19It's extremely important that you know which hard drive has your original Windows installation on it. When it comes time to load Linux you don't want to accidentally install it over the original Windows drive! This is another reason it's important to back up any important files before starting this process. Accidents can (and often do) happen!

Those who can't spare an entire hard drive for Linux and already have Microsoft Windows installed will have to resize their current Windows installation and create a second partition on the hard drive. The partition allows a single hard drive to have separate logical sections that the computer sees as individual hard drives. If this is your situation, you will most likely need to work through this entire chapter.

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Linux For Dummies»

Представляем Вашему вниманию похожие книги на «Linux For Dummies» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Linux For Dummies»

Обсуждение, отзывы о книге «Linux For Dummies» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x