Virtual Consoles and the Installation Program

Total Page:16

File Type:pdf, Size:1020Kb

Virtual Consoles and the Installation Program Chapter 1: Installing a Linux Server In This Chapter ✓ Getting ready to install Linux ✓ Installing Linux ✓ Adding additional packages after installation his chapter presents the procedures that you need to follow to install TLinux on a server computer. The details provided are specifically for Fedora 17, a free Linux distribution sponsored by Red Hat. However, the procedures for installing other distributions of Linux are similar, so you won’t have any trouble adapting these procedures if you’re using a different distribution. Planning a Linux Server Installation Before you begin the installation program, you need to make a number of preliminary decisions. The following sections describe the decisions that you need to make before you install Linux. Checking system requirements Before you install Linux, make sure that the computer meets the minimum requirements. Although the minimum requirements for Linux are consider- ably less than those for the latest version of Windows Server, you can’t run Linux on an abacus. The following paragraphs summarize the minimum capabilitiesCOPYRIGHTED you need: MATERIAL ✦ A Pentium-based computer: Even an ancient and slow Pentium 3 system will run some builds of Linux although performance will be slow. The minimum recommended for Fedora 17 is a Pentium 4. ✦ 768MB of RAM or more: Of course, the more the better, but Linux can make do with much less RAM than Windows. ✦ A hard drive with enough free space to hold the packages that you need to install: A suitable minimum is 10GB. ✦ A DVD-ROM drive from which to install the operating system 664_9781118380987-bk09ch01.indd4_9781118380987-bk09ch01.indd 679679 110/29/120/29/12 110:320:32 PPMM 680 Planning a Linux Server Installation ✦ Just about any video card and monitor combination: You don’t need anything fancy for a server. In fact, fancy video cards often lead to hard- ware compatibility issues. Stick to a basic video card. ✦ An extra mouse: If you’re converting an old junker computer to a Linux server and you’ve lost the mouse (that seems to happen a lot), pick one up at your local office supply store. A cheap one costs only about $15. ✦ A network interface card (NIC) Choosing a distribution Because the kernel (that is, the core operating functions) of the Linux oper- ating system is free, several companies have created their own distributions of Linux, which include the Linux OS along with a bundle of packages, such as administration tools, web servers, and other useful utilities, as well as printed documentation. The following are some of the more popular Linux distributions: ✦ Fedora: One of the popular Linux distributions. You can download Fedora free from http://fedoraproject.org. You can also obtain it by purchasing any of several books on Fedora that include the Fedora distribution on DVD or CD-ROM. All the examples in this book are based on Fedora 17. ✦ Mandriva Linux: Another popular Linux distribution, one that is often recommended as the easiest for first-time Linux users to install. This distribution was formerly known as Mandrake Linux. Go to www. mandriva.com for more information. ✦ Ubuntu: A Linux distribution that has gained popularity in recent years. It focuses on ease of use. For more information, go to www.ubuntu.com. ✦ SUSE: Pronounced SOO-zuh, like the name of the famous composer of marches; a popular Linux distribution sponsored by Novell. You can find more information at www.suse.com. ✦ Slackware: One of the oldest Linux distributions and still popular, espe- cially among Linux old-timers. A full installation of Slackware gives you all the tools that you need to set up a network or Internet server. See www.slackware.com for more information. All distributions of Linux include the same core components: the Linux kernel, an X Server, popular windows managers such as GNOME and KDE, compilers, Internet programs such as Apache, Sendmail, and so on. However, not all Linux distributions are created equal. In particular, the manufacturer of each distribution creates its own installation and configura- tion programs to install and configure Linux. 664_9781118380987-bk09ch01.indd4_9781118380987-bk09ch01.indd 680680 110/29/120/29/12 110:320:32 PPMM Planning a Linux Server Installation 681 Book IX I can’t see my C: drive! Chapter 1 Installing a Linux Linux and Windows have a completely differ- partition as /var. Then, any files stored in ent method of referring to your computer’s hard the /user directory would actually be stored Server drives and partitions. The differences can take in the second partition, and files stored in the some getting used to for experienced Windows /var directory would be stored in the third users. partition. Windows uses a separate letter for each drive The directory to which a drive mounts is called and partition on your system. For example, if the drive’s mount point. you have a single drive formatted into three Notice that Linux uses regular forward slash partitions, Windows identifies the partitions as characters (/) to separate directory names drives C:, D:, and E:. Each of these drives has its rather than the backward slash characters (\) own root directory, which can, in turn, contain used by Windows. Typing backslashes instead additional directories used to organize your of regular slashes is one of the most common files. As far as Windows is concerned, drives mistakes made by new Linux users. C:, D:, and E: are completely separate drives even though the drives are actually just parti- While I’m on the subject, Linux uses a different tions on a single drive. convention for naming files, too. In Windows, filenames end in a three- or four-letter exten- Linux doesn’t use drive letters. Instead, Linux sion that’s separated from the rest of the file- combines all the drives and partitions into a name by a period. The extension is used to single directory hierarchy. In Linux, one of the indicate the file type. For example, files that end partitions is designated as the root partition. in .exe are program files, but files that end in The root partition is roughly analogous to the .doc are word-processing documents. root directory of the C: drive on a Windows system. Then, the other partitions can be Linux doesn’t use file extensions, but periods mounted on the root partition and treated are often used in Linux filenames to separate as if they were directories on the root parti- different parts of the name — and the last tion. For example, you may designate the first part often indicates the file type. For example, partition as the root partition and then mount ldap.conf and pine.conf are both the second partition as /user and the third configuration files. The installation program is what makes or breaks a Linux distribution. All the distributions I list in this section have easy-to-use installation programs that automatically detect the hardware that’s present on your computer and configure Linux to work with that hardware, thus eliminating most — if not all — manual configuration chores. The installation programs also let you select the Linux packages that you want to install and let you set up one or more user accounts besides the root account. 664_9781118380987-bk09ch01.indd4_9781118380987-bk09ch01.indd 681681 110/29/120/29/12 110:330:33 PPMM 682 Planning a Linux Server Installation Thinking about multiboot Linux comes with a boot loader program called GRUB that lets you choose from several installed operating systems when you start your computer. GRUB makes it possible to keep your existing Windows system on a com- puter and install Linux into a separate partition. Then, each time you start the computer, you can decide whether to start Windows or Linux. If you’re new to Linux and want to experiment with it a bit before you commit to it, multiboot is a good way to go. But if you’re setting up a produc- tion server on a machine that will be devoted to Linux, there’s no reason to mess around with multiboot. Going virtual Another common way to install Linux is in a virtual machine running within the Windows operating system. In fact, all the examples in this minibook were tested using Oracle VM VirtualBox, a free virtualization platform you can download from www.virtualbox.org. For more information, see Chapter 8 of Book II. Deciding on your TCP/IP configuration Before you install the OS, you should have a plan for how you will implement TCP/IP on the network. Here are some of the things you need to decide or find out: ✦ The public IP subnet address and mask for your network ✦ The domain name for the network ✦ The host name for the server? ✦ Whether the server obtain its address from DHCP ✦ Whether the server have a static IP address — and if so, what? ✦ Whether the server be a DHCP server ✦ The default gateway for the server — that the IP address of the net- work’s Internet router ✦ Whether the server be a DNS server If the server will host TCP/IP servers (such as DHCP or DNS), you’ll probably want to assign the server a static IP address. For more information about planning your TCP/IP configuration, see Book IV. 664_9781118380987-bk09ch01.indd4_9781118380987-bk09ch01.indd 682682 110/29/120/29/12 110:330:33 PPMM Installing Fedora 17 683 Book IX Installing Fedora 17 Chapter 1 After you plan your installation and prepare the computer, you’re ready Installing a Linux to actually install Linux. The following procedure describes the steps you must follow to install Fedora 17 on a computer that has a bootable DVD- Server ROM drive: 1.
Recommended publications
  • Installing a Real-Time Linux Kernel for Dummies
    Real-Time Linux for Dummies Jeroen de Best, Roel Merry DCT 2008.103 Eindhoven University of Technology Department of Mechanical Engineering Control Systems Technology group P.O. Box 513, WH -1.126 5600 MB Eindhoven, the Netherlands Phone: +31 40 247 42 27 Fax: +31 40 246 14 18 Email: [email protected], [email protected] Website: http://www.dct.tue.nl Eindhoven, January 5, 2009 Contents 1 Introduction 1 2 Installing a Linux distribution 3 2.1 Ubuntu 7.10 . .3 2.2 Mandriva 2008 ONE . .6 2.3 Knoppix 3.9 . 10 3 Installing a real-time kernel 17 3.1 Automatic (Ubuntu only) . 17 3.1.1 CPU Scaling Settings . 17 3.2 Manually . 18 3.2.1 Startup/shutdown problems . 25 4 EtherCAT for Unix 31 4.1 Build Sources . 38 4.1.1 Alternative timer in the EtherCAT Target . 40 5 TUeDACs 43 5.1 Download software . 43 5.2 Configure and build software . 44 5.3 Test program . 45 6 Miscellaneous 47 6.1 Installing ps2 and ps4 printers . 47 6.1.1 In Ubuntu 7.10 . 47 6.1.2 In Mandriva 2008 ONE . 47 6.2 Configure the internet connection . 48 6.3 Installing Matlab2007b for Unix . 49 6.4 Installing JAVA . 50 6.5 Installing SmartSVN . 50 6.6 Ubuntu 7.10, Gutsy Gibbon freezes every 10 minutes for approximately 10 sec 51 6.7 Installing Syntek Semicon DC1125 Driver . 52 Bibliography 55 A Menu.lst HP desktop computer DCT lab WH -1.13 57 i ii CONTENTS Chapter 1 Introduction This document describes the steps needed in order to obtain a real-time operating system based on a Linux distribution.
    [Show full text]
  • Guest OS Compatibility Guide
    Guest OS Compatibility Guide Guest OS Compatibility Guide Last Updated: September 29, 2021 For more information go to vmware.com. Introduction VMware provides the widest virtualization support for guest operating systems in the industry to enable your environments and maximize your investments. The VMware Compatibility Guide shows the certification status of operating system releases for use as a Guest OS by the following VMware products: • VMware ESXi/ESX Server 3.0 and later • VMware Workstation 6.0 and later • VMware Fusion 2.0 and later • VMware ACE 2.0 and later • VMware Server 2.0 and later VMware Certification and Support Levels VMware product support for operating system releases can vary depending upon the specific VMware product release or update and can also be subject to: • Installation of specific patches to VMware products • Installation of specific operating system patches • Adherence to guidance and recommendations that are documented in knowledge base articles VMware attempts to provide timely support for new operating system update releases and where possible, certification of new update releases will be added to existing VMware product releases in the VMware Compatibility Guide based upon the results of compatibility testing. Tech Preview Operating system releases that are shown with the Tech Preview level of support are planned for future support by the VMware product but are not certified for use as a Guest OS for one or more of the of the following reasons: • The operating system vendor has not announced the general availability of the OS release. • Not all blocking issues have been resolved by the operating system vendor.
    [Show full text]
  • Phoronix Test Suite V4.0.1 (Suldal)
    www.phoronix-test-suite.com Phoronix Test Suite v4.0.1 (Suldal) User Manual Phoronix Test Suite v4.0.1 Test Client Documentation Getting Started Overview The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, Mac OS X, and BSD operating systems. The Phoronix Test Suite allows for carrying out tests in a fully automated manner from test installation to execution and reporting. All tests are meant to be easily reproducible, easy-to-use, and support fully automated execution. The Phoronix Test Suite is open-source under the GNU GPLv3 license and is developed by Phoronix Media in cooperation with partners. Version 1.0 of the Phoronix Test Suite was publicly released in 2008. The Phoronix Test Suite client itself is a test framework for providing seamless execution of test profiles and test suites. There are more than 200 tests available by default, which are transparently available via OpenBenchmarking.org integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites.
    [Show full text]
  • Linux Newbie Administrator Guide (LNAG)
    1 2 Linux Newbie Administrator Guide (LNAG) Stan and Peter Klimas Feedback welcome at: LinuxNAG at gmail.com November 22, 2009 Preface LNAG License The Linux Newbie Administrator Guide (LNAG) (”The Guide”) is distributed under the Open Content Licence (http://opencontent.org/openpub/) with the following addition: THE GUIDE IS BEING INCREMENTALLY UPDATED. THEREFORE, TO PROVIDE THE BEST VALUE TO OUR READERS, UNLESS THE GUIDE HAS BEEN SUBSTANTIALLY MODIFIED BY AUTHOR(S) OTHER THAN THE ORIGINAL GUIDE AUTHORS, ANY DISTRIBUTOR SHALL DISTRIBUTE A REASONABLY RE- CENT VERSION OF THE GUIDE, I.E., ITS MOST RECENT VERSION OR A VERSION NOT OLDER THEN ONE YEAR ON THE DATE OF WEB SERVING, CD WRITING, OR HARD COPY PRINTING. THE MOST RECENT VERSION OF THE GUIDE IS AVAILABLE AT HTTP://LNAG.SOURCEFORGE.NET. THIS LICENCE MEANS THAT ANY PUBLICLY ACCESSIBLE MIRROR MUST BE UPDATED AT LEAST ONCE A YEAR, IF A NEWER VERSION OF THE GUIDE IS AVAILABLE. PLEASE DO NOT CREATE A MIR- ROR IF YOU DO NOT INTEND TO UPDATE IT. All the code examples are distributed under the GNU General Public Licence (http://www.gnu.org/copyleft/gpl.html). The maintainers of this Guide (Stan and Peter Klimas) can be contacted by email: LinuxNAG at Gmail.com The latest version of this guide is available at http://lnag.sourceforge.net. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0, 8 or later http://opencontent.org/openpub/ Acknowledgments The Linux Newbie Administrator Guide (LNAG) is hosted FREE OF CHARGE on the DotSrc.org server at Aalborg University, Denmark http://lnag.sourceforge.net.
    [Show full text]
  • Mandriva 2009 Graham Morrison Asks Whether This 10-Year-Old Distro Does Enough to Survive for Another Decade
    Reviews Linux distribution Mandriva 2009 Graham Morrison asks whether this 10-year-old distro does enough to survive for another decade. h, Mandriva Linux. This beginner- In brief... friendly system was really the first A major distro to put the end-user at User-friendly the heart of its installation process, and as distro that provides a result became the distro of choice for an easy introduction newbies, while retaining enough advanced for new users that’s features to keep more experienced users also suitable for the more experienced. happy too. Since then the rise of Ubuntu See also Ubuntu or has all but eclipsed Mandriva in the OpenSUSE. popularity stakes, but the last couple of releases from Mandriva Linux have brought this worthy distribution back on to our radar, taming that volatile mixture of cutting-edge features and stability. The 2009 release is no different: KDE 4.1.2 is the showcase component, a version of the desktop that was released just days before Mandriva 2009 hit the mirrors. And KDE is Mandriva 2009 includes many proprietary packages out of the box, including joined by Gnome 2.24, OpenOffice.org 3.0, Google Picasa, Google Gadgets and Google Earth. Firefox 3.02, and even a developer’s release of the Amarok music player. But the first window to let us through, all we got was a key to use it. Fluendo’s Codeina can be thing you’ll notice is the new installer. blue background and a lonely Xterm. That used to purchase and install media codecs, meant going back to a full install.
    [Show full text]
  • Remastering GNU/Linux
    10/17/2012 Remastering GNU/Linux Riki Ruli Siregar [email protected] Sejarah GNU/Linux • Linux merupakan sistem operasi bertipe Unix modular • Linux memiliki banyak disain yang berasal dari disain dasar Unix yang dikembangkan dalam kurun waktu 1970-an hingga 1980-an. • Faktor ketersediaannya dan kompatibilitasnya yang tinggi menyebabkannya Unix dapat digunakan, disalin dan dimodifikasi secara luas oleh institusi-institusi akademis dan pada pebisnis. 1 10/17/2012 Sejarah GNU/Linux • Tahun 1985, Richard Stallman mendirikan Yayasan Perangkat Lunak Bebas dan mengembangkan Lisensi Publik Umum GNU (GNU General Public License atau GNU GPL). • Elemen-elemen tingkat rendah seperti device driver, jurik dan kernel masih belum selesai • Pada saat itulah (1991) Linus Torvalds mengumumkan telah membuat sebuah kernel yang dibuat berdasarkan Unix yang diberi nama Linux Sejarah GNU/Linux • Linux sendiri terinspirasi dari Minix. • MINIX, adalah sebuah sistem bertipe Unix yang ditujukan untuk penggunaan akademis dirilis oleh Andrew S. Tanenbaum pada tahun 1987 2 10/17/2012 PENGEMBANGAN SISTEM OPERASI GNU/LINUX • Perbedaan utama antara Linux dan sistem operasi populer lainnya terletak pada Kernel Linux dan komponen-komponennya yang bebas dan terbuka. • Lisensi perangkat lunak bebas dan sumber terbuka berdasarkan prinsip-prinsip copyleft • Lisensi-lisensi perangkat lunak bebas secara eksplisit mengijinkan distribusi ulang • Proyek-proyek yang bertujuan untuk mengumpulkan perangkat lunak-perangkat lunak tersebut dan menjadikannya tersedia dalam waktu bersamaan
    [Show full text]
  • Getting Started with Ubuntu and Kubuntu
    Getting Started With Ubuntu and Kubuntu IN THIS PART Chapter 1 The Ubuntu Linux Project Chapter 2 Installing Ubuntu and Kubuntu Chapter 3 Installing Ubuntu and Kubuntu on Special-Purpose Systems COPYRIGHTED MATERIAL 94208c01.indd 1 3/16/09 11:43:23 PM 94208c01.indd 2 3/16/09 11:43:24 PM The Ubuntu Linux Project ersonal computers and their operating systems have come a long way since the late 1970s, when the first home computer hit the market. At IN THIS cHAPTER that time, you could only toggle in a program by flipping switches on the P Introducing Ubuntu Linux front of the machine, and the machine could then run that program and only that program until you manually loaded another, at which time the first program Choosing Ubuntu was kicked off the system. Today’s personal computers provide powerful graph- ics and a rich user interface that make it easy to select and run a wide variety of Reviewing hardware and software concurrently. software requirements The first home computer users were a community of interested people who just Using Ubuntu CDs wanted to do something with these early machines. They formed computer clubs and published newsletters to share their interests and knowledge ​— ​and often the Getting help with Ubuntu Linux software that they wrote for and used on their machines. Sensing opportunities and a growing market, thousands of computer companies sprang up to write and Getting more information sell specific applications for the computer systems of the day. This software ranged about Ubuntu from applications such as word processors, spreadsheets, and games to operating systems that made it easier to manage, load, and execute different programs.
    [Show full text]
  • Mastering Mandriva Linux 2009.Pdf
    2009 Information - Product registration number (corresponds to the product activation key) .................................................... - Internet Login (email address used to register on my.mandriva.com) .................................................... - Internet Password (password associated with above email address) .................................................... - Incident numbers (the incident numbers you reported on Expert website) .................... - .................... - .................... - .................... .................... - .................... - .................... - .................... Access to Mandriva Services http://expert.mandriva.com https://my.mandriva.com/login/ Mastering Mandriva Linux by NeoDoc, Camille Bégnis, Christian Roy, Fabián Mandelbaum, Roberto Rosselli del Turco, Marcus Duarte, Marco De Vitis, Alice Lafox, John Rye, Wolfgang Bornath, Funda Wang, Patricia Pichardo Bégnis, Debora Rejnharc Mandelbaum, Raphaël Jadot, Pascal Rigaux, Thierry Vignaud, Giuseppe Ghibò, Pavel Maryanov, Felipe Arruda, André Machado, Laura Sebrie, Johanna Mistretta, Denis Philippov, Kasparas Adomaitis, and Mario Gonzalez Published October 2008 Copyright © 2008 Mandriva SA This material may only be distributed subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at opencontent.org [http://www.opencontent.org/openpub/]). • Distribution of substantively modified versions of this document is prohibited without the explicit
    [Show full text]
  • Dual-Booting Windows 7 and Ubuntu 10.10
    Dual-booting Windows 7 and Ubuntu 10.10 http://www.linuxbsdos.com/2011/01/28/dual-booting... Didn't find what you were looking for? Click Questions & Answers to ask a question. Good answers await. Latest Reviews & Tutorials How to install Linux Mint 11 on a btrfs file system May 30, 2011 Like Ubuntu 11.04 on which it is based, Linux Mint 11 has support for btrfs, a modern journaling file system with features that are not available on the default file system on Linux. For example, with btrfs, you can: Writable snapshots Subvolumes... More Dual-booting Windows 7 and Ubuntu 10.10 Tutorials/Tips, ubuntu | January 28, 2011 3:31 pm Previous« 1 2 3 »Next On the Add New Entry tab, click on the Linux/BSD tab. For Type, select “GRUB 2″ from the menu. That is all you need to change. Click on Add Entry button, then click on the Edit Boot Menu tab to view your handiwork. MORE IN TUTORIALS/TIPS 1 of 16 07/05/2011 02:51 PM Dual-booting Windows 7 and Ubuntu 10.10 http://www.linuxbsdos.com/2011/01/28/dual-booting... You should see this. You may change the boot order if you wish. Exit EasyBCD, then reboot. MORE IN TUTORIALS/TIPS How to install Linux Mint Debian Edition on an encrypted LVM file system Linux Mint Debian Edition (LMDE) is the edition of Linux Mint that is based on Debian Testing. Like the edition ... 2 of 16 07/05/2011 02:51 PM Dual-booting Windows 7 and Ubuntu 10.10 http://www.linuxbsdos.com/2011/01/28/dual-booting..
    [Show full text]
  • Mastering Mandriva Linux
    Mastering Mandriva Linux http://www.mandriva.com Mastering Mandriva Linux by NeoDoc [http://www.neodoc.biz], Camille Bégnis, Christian Roy, Fabian Man- delbaum, Roberto Rosselli del Turco, Marco De Vitis, Alice Lafox, John Rye, Wolfgang Bornath, Funda Wang, Patricia Pichardo Bégnis, Debora Rejnharc Mandelbaum, Mickael Scherer, Jean-Michel Dault, Lunas Moon, Céline Harrand, Fred Lepied, Pascal Rigaux, Thierry Vignaud, Giuseppe Ghibò, Stew Benedict, Francine Suzon, Indrek Madedog Triipus, Nicolas Berdugo, Fabrice Facorat, Xiao Ming, Snature , Guylhem Aznar, Pavel Maryanov, Annie Tétrault, Aurelio Marinho Jargas, Felipe Arruda, Marcia Gawlak Hoshi, Roberto Patriarca, Sean Wheller, and Laura Sebrie Published September 2006 Copyright © 2006 Mandriva SA Legal Notice This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at opencontent.org [http://www. opencontent.org/openpub/]). • Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. • Distribution of the work or derivative of the work in any standard (paper) book form is prohibited unless prior permission is obtained from the copyright holder. “Mandriva” and “DrakX” are registered trademarks in the US and/or other countries. The related “Star logo” is also registered. All rights reserved. All other copyrights embodied in this document remain the property of their respective owners. Table of Contents
    [Show full text]
  • Linux Essentials//The LPI Introductory Programme
    Linux Essentials The LPI Introductory Programme Linup Front GmbH Postfach 10 01 21 64201 Darmstadt Germany ⋅ ⋅ Telefon +49(0) 6151 9067 0 Telefax +49(0) 6151 9067 299 ⋅ www.linupfront.de The Linux Essentials logo does not imply that this training manual was checked or endorsed by the Linux Professional Institute (LPI). The LPI does not endorse specific exam preparation methods or mate- rials. Further information is available from http://www.lpi.org/. Linux Essentials The LPI Introductory Programme Revision: lxes:54d12fc97784892b:2012-05-11 adm1:62522705f117f22a:2012-05-11 13–14 grd1:822549a3d13cac8e:2012-05-11 4–11, B lxes:7ef0d045e4cceb6c:2012-05-11 1–3, 12, 15 lxes:HacJlmLhsTatn7YZSqqfhF © 2012 Linup Front GmbH Darmstadt http://www.linupfront.de [email protected] ⋅ Authors: Tobias Elsner, Thomas Erker, Anselm Lingnau Technical Editor: Anselm Lingnau [email protected] ⟨ ⟩ Typeset in Palatino, Optima and DejaVu Sans Mono About Ourselves Who We Are Since 2001, Linup Front GmbH offers training materials and instructor services for Linux and free/open-source software—competently and re- liably, in Germany and abroad. As a leading enterprise we stand for uncompromising quality, customer-oriented flexibility, and fair prices. Linux Essentials You can download the Linux Essentials app, in English and German, from the Google Play Store. A freely redistributable PDF version of this training manual for printing and giving away is available from Linup Front GmbH’s online shop at http://shop.linupfront.com/. In our online shop, we also offer additional training manuals for Linux and FLOSS topics. We ship printed manuals (within Germany and the EU) and also deliver manuals in PDF and e-book formats.
    [Show full text]
  • Mandriva Linux 2006
    LINUX MAGA On this DVD: Free Mandriva Linux 2006 Linux kernel 2.6.12 ZINE � X.org 6.9 KDE 3.4.2 Gnome 2.10.2 OpenOffice 1.1.5 �������� GIMP 2.2 ISSUE ISSUE Kontact 1.1.2 Kopete 0.10.3 Kat 0.6.3 K3b 0.12.4 GCC 4.0 61 Firefox 1.0.6 FREE Scribus 1.3.0 ����������������� GnuCash 1.8.11 Amarok 1.3 ��������������� ����������������� ����������������� �������������������������� ����� � ����������������������� ���� ������������������ �� �� � �� ■ ■ ■ In 1998, a group of young Linux users met ■ in an Internet cafe to create a company that MANDRIVA LINUX 2006 would come to be known as Mandrakesoft. The company followed the rise of Linux, growing from three employees to over a hundred in 2 years and, even when Linux was considered a tool for experts, establish- ing a reputation for simple, reliable systems that even a casual user could understand. That ambitious company we used to know proved ergonomics, faster boot, better over 50 languages and automatically as Mandrakesoft recently merged with performance, and enhanced Wi-Fi and configures a wide range of hardware. Conectiva, another highly regarded Linux Centrino support. distribution, to form a new company they Control Center Manage your accounts with GnuCash called Mandriva. And before the ink was even Free Mandriva Linux 2006 comes with financial account manager, and use dry on that important merger, Mandriva went the Mandriva Linux Control Center, one GnomeMeeting for virtual confer- on to purchase Lycoris, an up and coming of the best and most versatile configu- ences with friends and associates. Trap desktop distro with many extras for the ration tools in all of Linux.
    [Show full text]