Bebot - Software Installation Guide

Total Page:16

File Type:pdf, Size:1020Kb

Bebot - Software Installation Guide HEINZ NIXDORF INSTITUTE University of Paderborn BeBot - Software Installation Guide Version 1.4 BeBot - Software Installation Guide Markus Koester, Stefan Herbrechtsmeier Copyright c 2009 - 2011 HEINZ NIXDORF INSTITUTE University of Paderborn System and Circuit Technology F"urstenallee 11 D-33102 Paderborn, Germany This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. i Contents 1 BeBot Hardware1 2 Installation of the Software Development Environment3 2.1 Linux Installation................................3 2.1.1 Wubi...................................3 2.1.2 VirtualBox...............................4 2.2 Software Installation.............................. 16 3 Software Development for BeBot 18 3.1 Connecting the BeBot with the Host System................. 18 3.2 Settings for BeBot Programming in Eclipse.................. 19 3.2.1 Download example source code.................... 20 3.2.2 Create new C/C++ project...................... 20 3.2.3 Setup cross compiler.......................... 20 3.2.4 Setup Player framework (optional).................. 22 3.2.5 Import source files........................... 22 3.2.6 Compile project............................. 23 3.2.7 Setup file transfer............................ 24 3.2.8 Remote system exlporer........................ 25 3.2.9 Setup remote debugging........................ 25 3.3 Simulate the BeBot with Player/Stage.................... 26 4 Installation and usage of the Build Environment 28 4.1 Build Environment Installation........................ 28 4.2 Root File System Generation......................... 29 4.3 Cross Compiler Toolchain Generation..................... 29 5 System utilities 30 5.1 BeBot...................................... 30 5.1.1 Obstacle avoidance - avoid....................... 30 5.1.2 Wiimote remote control - wiibot.................... 30 5.2 Player...................................... 30 5.2.1 Object follower - follow......................... 30 5.3 FPGA...................................... 30 5.3.1 Register setup - fpga.......................... 31 5.3.2 Expansion connector - /dev/firmware/fpga.bit............ 31 ii Contents 6 System Update 33 6.1 USB device interface.............................. 33 6.2 Serial line.................................... 33 6.3 Preperations................................... 34 6.4 Flash programming............................... 34 1 1 BeBot Hardware This chapter provides a brief introduction to the hardware of the BeBot. An overview is given over the most important system specifications and the communication and naviga- tion possibilities. The BeBot is based on a powerful ARM processor. The integrated CPU is an Marvell PXA270 at 520 MHz (cf. Figure 1.1). Additionally to the CPU the robot is equipped with run-time reconfigurable hardware in form of an Field Programmable Gate Array (FPGA), which is directly connected to the camera module. Thus complex algorithm such as video processing can be efficiently implemented and executed in hardware. The operating system can be installed in 64MB flash memory (cf. Table 1.1) or alternatively in a external USB memory stick. The whole system offers 64MB of internal RAM. Application int. Name Size Flash Memory Address Range Bootloader uboot 768kB 0x00000000 - 0x000c0000 Bootloader Configuration Data env 256kB 0x000c0000 - 0x00100000 Kernel kernel 3MB 0x00100000 - 0x00400000 Root File System rootfs 40MB 0x00400000 - 0x02c00000 User Data data 20MB 0x02c00000 - 0x04000000 Table 1.1: Address ranges of the flash memory The robot can communicate with the outside world in different ways. In the initial state (without any operating system) the robot offers a serial link (RS232). After installing a bootloader and the standard operating system, the user can access the robot by a console via the RS232 link. Additionally, the robot can be accessed via Bluetooth and SSH (cf. Chapter3) if the operating system is configured accordingly. By using a WLAN USB stick the robot is able to establish a WiFi connection. The drive and position of the robot in space is captured by a gyroscope and a 3-axis accelerometer. In co-operation with the IR sensors and the camera the robot is capable of navigating in its environment. The 12 IR sensors (two on each side, one on each corner of the robot) allow for a 360 object detection and distance measurement. The forward facing camera module enables to process image data of the environment. 2 1 BeBot Hardware Figure 1.1: BeBot-Hardware: CPU (1), RAM (2), Flash (3), Bluetooth Module (4), Zig- Bee Module (5), FPGA (6), RS232 Port (7) 3 2 Installation of the Software Development Environment This chapter descrips the installation of the software development environment. 2.1 Linux Installation The development tools of the BeBot are based on a Linux operating system. There are several different Linux distributions available. For the robot development a Kubuntu 10.04 (http://www.kubuntu.org/) distribution is recommended. If you are familiar with Linux, you can use Ubuntu 10.04 (http://www.ubuntu.com/) as well. Basically, there are two options to install the Linux OS: Dual-boot system: Linux is installed as an additional operating system in a separate partition of the hard disk. When booting the computer the user can select which operating system to boot from a boot manager. This option is also referred to as a dual-boot system. If the original OS of the target computer is Microsoft Windows, the installation of Linux in a separate file of the Windows partition can be realized by the Windows Ubuntu Installer (http://wubi-installer.org/). Virtual machine: Virtualization is a technique that allows for installing multiple oper- ating systems within an existing operating system. This is done by a program, which is referred as a virtual machine. It emulates a computer with all its hard- ware. Although virtual machines do not achieve the performance of a real ma- chine, they offer a great flexibility to the user. There is no need to switch between different operating systems. Free tools for virtual machines are VMware (http: //www.vmware.com) and VirtualBox (http://www.virtualbox.org). The following section provides a step-by-step tutorial for installing Kubuntu Linux using Wubi or VirtualBox. 2.1.1 Wubi Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way. Go to http://wubi-installer.org/ and download the latest version of Wubi. Start Wubi and select your installation size, desktop environment, language, user name and password. The installation size of the Linux partition should be around 30GB to avoid a shortage in disk memory. 4 2 Installation of the Software Development Environment 2.1.2 VirtualBox VirtualBox Installation VirtualBox is a general-purpose virtual machine for x86 hardware offered from Sun Mi- crosystems. Targeted at server, desktop and embedded use, it is the only professional- quality virtualization solution that is Open Source Software. The following steps describe the installation of Kubuntu (Version 9.10) using VirtualBox (version 3.0.2). Basically, the installation can be done using the default settings. If custom settings are required they are explicitly mentioned. 1. Download and install VirtualBox Go to http://www.virtualbox.org/wiki/Downloads and download the latest version of VirtualBox for your target platform. Do a full installation including USB Support and Networking. After the installation is finished start VirtualBox. The following window appears. 2.1 Linux Installation 5 2. Create a new virtual machine Create a new virtual machine by clicking on New followed by Next. Enter the name of the virtual machine, e.g. Kubuntu-10.04-64. Select Linux for the operating system and Ubuntu (64bit) for the version. 3. Specify the virtual memory In the next window you can specify the memory used by the virtual machine. The base memory size should be selected based on the available memory of the host machine. Select an amount, which is equal or larger than 1024 MB. 6 2 Installation of the Software Development Environment 4. Specify the virtual hard disk The following window is used to specify the virtual hard disk used in the virtual machine. This can either be a real hard disk partition, or a large file on an existing partition, which emulates the hard disk. Make sure that Boot Hard Disk (Primary Master) is selected and choose Create new hard disk. 5. Select storage type Click Next to proceed to the Virtual Disk Wizard. You can now select the hard disk storage type. A dynamically expanding storage initially occupies a very small amount of space on your physical hard disk. It will grow dynamically (up to the size specified) as the Guest OS claims disk space. A fixed-size storage does not grow and occupies the amount of memory as the size of the virtual hard disk. Select Dynamically expanding storage. 2.1 Linux Installation 7 6. Specify the location and the size of the virtual disk The size should be around 30 GB. Note that the file size of the virtual disk can grow up to the size that you specify. So the file should be stored on a drive that offers enough space. The next window shows a brief summary of the virtual hard disk. Verify your specification and click on Finish. 8 2 Installation of the Software Development Environment 7. Modify the video memory of the graphics adapter Click on Display in the Details tab of the virtual machine. You can now select the video memory size and 3D acceleration. It is recommended to increase the size to 64 MB to allow for larger video resolutions when working with the virtual machine. Click OK to return to the main window, which shows a summary of the settings of your virtual machine. 2.1 Linux Installation 9 8. Specify a shared folder for file exchange In order to allow for an easy file exchange between your host operating system and the virtual machine, it is possible to add a shared folder.
Recommended publications
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • 2.5 the Ubuntu Operating System 7
    By Courtney Loo http://courtneyloo.wordpress.com Edited by Justin Pot This manual is the intellectual property of MakeUseOf. It must only be published in its original form. Using parts or republishing altered parts of this guide is prohibited without permission from MakeUseOf.com Think you’ve got what it takes to write a manual for MakeUseOf.com? We’re always willing to hear a pitch! Send your ideas to [email protected]; you might earn up to $400. UBUNTU: AN ABSOLUTE BEGINNER’S GUIDE Table Of Contents 1. Introduction 5 2. Ubuntu 101 6 2.1 What Is Ubuntu? 6 2.2 The Ubuntu Philosophy 6 2.3 Proprietary Software vs Free/Libre Open-Source Software 6 2.4 How Can Ubuntu Be Free? 7 1. It’s Maintained By The FLOSS Community. 7 2. It’s Managed & Funded By Canonical 7 2.5 The Ubuntu Operating System 7 Linux: The Dreaded ‘L’ Word 7 What Is The Linux Kernel? 7 How Then Are Ubuntu & Linux Related? 8 2.6 Why Use Ubuntu? 8 3. Ubuntu Releases 9 3.1 Ubuntu Version Numbers 9 3.2 Ubuntu Code Names 9 3.3 Normal Releases vs. Long Term Support (LTS) Releases 9 4. Installing Ubuntu 10 4.1 Different Ways To Install Ubuntu 10 4.2 Installing Ubuntu Alongside Windows 7 With Wubi 10 What Is Wubi? 10 What Does Wubi Do? 10 5. Support & Community 14 5.1 Ubuntu Local Communities 14 Get Involved! 14 5.2 Free Documentation 14 Official Documentation 14 Community Documentation 15 5.3 Launchpad Answers 15 What Is Launchpad ? 15 HTTP://MAKEUSEOF.COM HTTP://COURTNEYLOO.WORDPRESS.COM, COURTNEY LOO 3 UBUNTU: AN ABSOLUTE BEGINNER’S GUIDE Why Should You Use Launchpad Answers? 15 6.
    [Show full text]
  • Guida All'installazione Di LINUX Per Utenti Inesperti
    Guida all'installazione di LINUX per utenti inesperti L' attuale diffusione del sistema operativo LINUX dimostra il favore accordato dalla gran parte dell'utenza nei confronti di un prodotto “”aperto e pressochè gratuito a dispetto di quanto offerto “”a pagamento durante l'acquisto di un comune “”Personal Computer . L' introduzione di distribuzioni “”live ha inoltre ampliato l'offerta mettendo a disposizione dell'utenza prodotti in grado di essere provati sul proprio PC in maniera sicura ancor prima di optare o meno per l'istallazione; quest'ultima, infine, è stata resa di una facilità disarmante da progetti dedicati alla gran parte di quei consumatori orientati alla scelta di LINUX ma del tutto a digiuno per quanto riguarda le conoscenze di base da applicare in via di installazione. La considerazione che può essere fatta di fronte alla “”resistenza dei restanti potenziali fruitori è che, a dispetto di tanta semplicità, non abbiano conoscenze “”conto terzi alle quali aggrapparsi, manchino del tempo per affidarsi ad associazioni come i LUG e, soprattutto, non si fidino delle proprie capacità di tentare a fare da sé, per quanto facilitati dalle proposte attuali. Ecco il perchè di questa guida dedicata a chi magari ha provato una “”live senza sapere poi cos'altro farci, lasciando il CD a prendere polvere sopra il tavolo per tornarsene a Windows, oppure non ha nemmeno un'idea di cosa sia LINUX, ne ha solo sentito parlare (bene), ma non sa andare oltre il pulsante “”Start del sistema che si è trovato preinstallato sul proprio PC. 1 L'obiettivo che ci proponiamo, quindi, non è semplicemente di “”far vedere LINUX per poi dirci arrivederci e tanti saluti; l'idea è di andare oltre il semplice concetto di distribuzione “”live installando vicino a Windows il sistema operativo LINUX in modo da poterlo provare davvero a fondo, avendolo sempre a disposizione, accorgendosi magari che, poco a poco, questo “”intruso sa farsi valere lavorando come –– e meglio dell' attuale concorrenza.
    [Show full text]
  • Getting Started with Ubuntu 12.04
    Getting Started withUbuntu 12.04 Second Edition The Ubuntu Manual Team Copyright © – by e Ubuntu Manual Team. Some rights reserved. cba is work is licensed under the Creative Commons Aribution–Share Alike . License. To view a copy of this license, see Appendix A, visit http://creativecommons.org/licenses/by-sa/./, or send a leer to Creative Commons, Second Street, Suite , San Francisco, California, , USA. Geing Started with Ubuntu . can be downloaded for free from http:// ubuntu-manual.org/ or purchased from http://ubuntu-manual.org/buy/ gswue/en_US. A printed copy of this book can be ordered for the price of printing and delivery. We permit and even encourage you to dis- tribute a copy of this book to colleagues, friends, family, and anyone else who might be interested. http://ubuntu-manual.org Second Edition Revision number: Revision date: -- :: + Contents Prologue Welcome Ubuntu Philosophy A brief history of Ubuntu Is Ubuntu right for you? Contact details About the team Conventions used in this book Installation Geing Ubuntu Trying out Ubuntu Installing Ubuntu—Geing started Finishing Installation Ubuntu installer for Windows e Ubuntu Desktop Understanding the Ubuntu desktop Unity Using Launcher e Dash Workspaces Managing windows Browsing files on your computer Nautilus file manager Searching for files and folders on your computer Customizing your desktop Accessibility Session options Geing help Working with Ubuntu All the applications you need Geing online Browsing the web Reading and composing email Using instant messaging Microblogging Viewing and editing photos Watching videos and movies Listening to audio and music Burning CDs and DVDs Working with documents, spreadsheets, and presentations Ubuntu One Hardware Using your devices Hardware identification .
    [Show full text]
  • Ubuntu Kung Fu.Pdf
    Prepared exclusively for J.S. Ash Beta Book Agile publishing for agile developers The book you’re reading is still under development. As part of our Beta book program, we’re releasing this copy well before we normally would. That way you’ll be able to get this content a couple of months before it’s available in finished form, and we’ll get feedback to make the book even better. The idea is that everyone wins! Be warned. The book has not had a full technical edit, so it will con- tain errors. It has not been copyedited, so it will be full of typos and other weirdness. And there’s been no effort spent doing layout, so you’ll find bad page breaks, over-long lines with little black rectan- gles, incorrect hyphenations, and all the other ugly things that you wouldn’t expect to see in a finished book. We can’t be held liable if you use this book to try to create a spiffy application and you somehow end up with a strangely shaped farm implement instead. Despite all this, we think you’ll enjoy it! Throughout this process you’ll be able to download updated PDFs from your account on http://pragprog.com. When the book is finally ready, you’ll get the final version (and subsequent updates) from the same address. In the meantime, we’d appreciate you sending us your feedback on this book at http://books.pragprog.com/titles/ktuk/errata, or by using the links at the bottom of each page.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Welcome to Linux Foundation Virtual Training 2021/09/17 Version 8.31 Copyright © 2010-2021 the Linux Foundation
    Welcome to Linux Foundation Virtual Training 2021/09/17 Version 8.31 Copyright © 2010-2021 The Linux Foundation. All rights reserved. Connection information for class You will receive an email containing the specific login information for your screenshare and phone bridge, as well as exact dates and times, no later than the week before the class is scheduled. If you have any further questions after reading this document, the answer may be found in the FAQ on the website: http://bit.ly/LF-FAQ or https://training.linuxfoundation.org/about/faqs/general-faq/ Specific instructions for your course will be addressed in the Appendix. Contents 1 Hardware Requirements 1 2 Networking, Screenshare and Audio or Telephone Requirements 3 3 Software Requirements 3 Appendices 5 A Course-Specific Hardware and/or Software Requirements 5 B More Details on Installing Linux 11 1 Hardware Requirements Students are expected to provide their own computers for Linux Foundation courses. The following instructions should make clear the specifics that apply to you. All courses have slightly different HW requirements. Specific HW requirements for your class can be found in the Appendix. The Linux Foundation logistical staff may be consulted as required for further clarification. 1.1 Using a Virtual Machine Instead Virtual Machines If you elect to use a Virtual Machine (instead of native Linux) bear in mind that the hard- ware requirements double, since you now need enough CPU/RAM for the host operating system as well as the guest OS. 1 1.2 Pre-Built Virtual Machine Images 2 Using a VM for this course can make things faster/easier; if you make a fatal mistake, a simple reboot of the VM will restore things to normal.
    [Show full text]
  • Ubuntu Installationinstallation
    UbuntuUbuntu InstallationInstallation DarkoDarko PalicPalic [email protected]@jugs.org Was kann Ubuntu (Linux) nicht? Outlook-vergleichbare Smartphone/PIM Integration mit Klimmzügen doch “Mal kurz” erworbene und brandneu Hardware unterstützen Laptops, Scanner, Drucker, Webcams, TV-Karten, UMTS-Modems, WLAN- Karten, ... Windowsprogramme starten mit Einschränkungen doch: wine Alles besser als Windows Bluescreens anzeigen ;-) 2 Ubuntu 8.04 LTS Editionen Desktop CD GUI-Installer Textbased-Installer Zielsysteme: PCs, Laptops mit graphischer Oberfläche Server CD Textbased-Installer Zielsysteme: Server ohne graphischer Oberfläche Alternate CD Textbased-Installer mit sehr vielen Setup-Optionen für Spezialisten/Administratoren Zielsysteme: vorkonfigurierte Clients/Server, OEM-Systeme Jeweils verfügbar in x86 (32 bit) AMD64/x64 (64 bit) 3 Ubuntu Installationsvarianten GUI-Installer sehr einfach zu nutzender fensterbasierter Installer Bedienung erfolgt mit Maus und Tastatur Textbasierter Installer einfach zu bediendender konsolen/textbasierter Installer Bedienung erfolgt mit Tastatur mehr Setup-Details werden während der Installation abgefragt Upgradeinstaller für Ubuntu 6.06 LTS und 7.10 Installer ermöglicht ein Upgrade eines vorhandenen System in der Version 6.06 LTS oder 7.10 auf den aktuellen Stand WUBI (neu seit 8.04) Ebenfalls sehr einfach zu bedienender Installer, der Ubuntu in eine vorhandene Windowspartition installiert. 4 Ubuntu Installationsvarianten Startoptionen LiveCD mit GUI-Installer GUI-Installer CD auf Übertragungs- und Brennfehler prüfen RAM testen Alles ignorieren und bisheriges System von Festplatte starten Mit F4 weitere Änderungen am Installerverhalten Normal (default) für GUI-Installer Safe graphics mode Installer für unwillige Grafikkarten OEM Installer mit sehr viele Setup-Optionen 5 Setup-Empfehlungen Backup vom aktuellen System anlegen! Setup- und Systemsprache Englisch für leichtere Fehlersuche im Web Region Deutschland Tastaturlayout Deutsch Partitionierung SWAP Partition ca.
    [Show full text]
  • Ubuntu:Precise Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu:Precise - http://ubuntuguide.org/index.php?title=Ubuntu:Precise&prin... Ubuntu:Precise From Ubuntu 12.04 LTS (Precise Pangolin) Introduction On April 26, 2012, Ubuntu (http://www.ubuntu.com/) 12.04 LTS was released. It is codenamed Precise Pangolin and is the successor to Oneiric Ocelot 11.10 (http://ubuntuguide.org/wiki/Ubuntu_Oneiric) (Oneiric+1). Precise Pangolin is an LTS (Long Term Support) release. It will be supported with security updates for both the desktop and server versions until April 2017. Contents 1 Ubuntu 12.04 LTS (Precise Pangolin) 1.1 Introduction 1.2 General Notes 1.2.1 General Notes 1.3 Other versions 1.3.1 How to find out which version of Ubuntu you're using 1.3.2 How to find out which kernel you are using 1.3.3 Newer Versions of Ubuntu 1.3.4 Older Versions of Ubuntu 1.4 Other Resources 1.4.1 Ubuntu Resources 1.4.1.1 Unity Desktop 1.4.1.2 Gnome Project 1.4.1.3 Ubuntu Screenshots and Screencasts 1.4.1.4 New Applications Resources 1.4.2 Other *buntu guides and help manuals 2 Installing Ubuntu 2.1 Hardware requirements 2.2 Fresh Installation 2.3 Install a classic Gnome-appearing User Interface 2.4 Dual-Booting Windows and Ubuntu 1 of 212 05/24/2012 07:12 AM Ubuntu:Precise - http://ubuntuguide.org/index.php?title=Ubuntu:Precise&prin... 2.5 Installing multiple OS on a single computer 2.6 Use Startup Manager to change Grub settings 2.7 Dual-Booting Mac OS X and Ubuntu 2.7.1 Installing Mac OS X after Ubuntu 2.7.2 Installing Ubuntu after Mac OS X 2.7.3 Upgrading from older versions 2.7.4 Reinstalling applications after
    [Show full text]
  • Operating Systems Section 02 Prepared by Eng
    Operating Systems Section 02 Prepared By Eng. Abdalla Essam Abdalla LiveCD or LiveCD/persistent image Install Ubuntu inside Windows (Wubi) Ubuntu installation Dual/multi booting options Virtualization (Using a virtual machine) Windows Subsystem for Linux (terminal only) LiveCD Sometimes referred to as live distro mode or live session Safest option to try Ubuntu Useful for highlighting any hardware issues before installation Fixing problems in already installed operating systems Installing programs for virus check or data recovery. Some pitfalls Settings: normally everything is lost after reboot or shutting down Performance: Slow specially if data is read from DVD System: confusing error messages (e.g. when trying to update..) Risk to data: potential for accidental damage is high LiveCD Persistent image Enhance a read-only LiveCD by adding persistent file storage on another drive. A persistent image can retain data and settings when the machine gets switched off. Advantage over Cloud Computing No need for internet connection Who posses the Persistent Image posses the data – better privacy Needs to be kept on a Usb-stick or external hard-drive to really maximize on the usefulness of the LiveCd Install Ubuntu inside Windows (Wubi) Windows-based Ubuntu Installer (Wubi) Wubi lets you install Ubuntu within the windows file system. Slower than actual dual/multi boot Wubi works by creating a loopback file system It creates a single large file within the windows file system That file is then used as the ubuntu file system Wubi requires Windows 98, ME, 2000, XP, Vista, Windows 7. There is a fork that support EFI Dual/multi booting Multi-booting = multiple OS + boot choice Dual-booting = two OS + boot choice Virtualization Another safe way to use ubuntu.
    [Show full text]
  • 18T00432.Pdf
    ESCUELA SUPERIOR POLITÉCNICA DE CHIMBORAZO FACULTAD DE INFORMÁTICA Y ELECTRÓNICA ESCUELA DE INGENIERÍA EN SISTEMAS “ANÁLISIS DE ALTERNATIVAS DE DISTRIBUCIONES LINUX PARA PERSONALIZAR UN LIVE CD PARA LA EIS DE LA ESPOCH” TESIS DE GRADO Previa a la obtención del título de INGENIERO EN SISTEMAS INFORMÁTICOS Presentado por: VERONICA ALEJANDRA PINO MOSCOSO RIOBAMBA – ECUADOR 2010 -2- NOMBRE FIRMA FECHA Ing. Iván Menes __________________ ___________________ DECANO FACULTAD INFORMÁTICA Y ELECTRÓNICA Ing. Raúl Rosero __________________ __________________ DIRECTOR DE LA ESCUELA DE INGENIERÍA EN SISTEMAS Ing. Danilo Pastor __________________ __________________ DIRECTOR Ing. Wladimir Castro __________________ __________________ MIEMBRO DEL TRIBUNAL Lcdo. Carlos Rodríguez __________________ __________________ DIRECTOR CENTRO DE DOCUMENTACIÓN NOTA DE LA TESIS __________________ __________________ -3- AGRADECIMIENTO A Dios que es el dueño de nuestras vidas, por quien se hace posible hasta lo imposible con amor incondicional. A mi madre porque a pesar de sus limitaciones dio luz a mis ojos dándome la oportunidad de ver lo bella que es la vida. A mis tíos Miguel Ángel, Elisa, Margarita, Carlos por estar pendientes de cada situación buena o mala, siendo mí soporte en mis momentos de flaqueza, cuando las circunstancias eran adversas. A Victoria Moscoso por ser una abuelita y madre que supo sembrar en mi, sus sabios consejos los cuales hoy entiendo que tenían un valor incalculable que serán perecederos para quienes los asimilen y pongan en práctica. A todo
    [Show full text]
  • Ubuntu: Powerful Hacks and Customizations
    Hacks, tips, and tricks to Krawetz put your OS into overdrive ubuntu Whether it’s speed, glitz, sounds, or security, you want to get the most out of your Ubuntu Linux system. This book shows you how to do just that. You’ll fi nd out how to customize the user interface, implement networking tools, optimize video, and more. You’ll then be able to build on these hacks to further tune, tweak, and customize Ubuntu to meet all your needs. The basic Ubuntu system is good, but with a few modifi cations, it can be made great. This book is packed with techniques that will help you: • Choose the right options when installing Ubuntu onto a Netbook, server, or other system • Install fi les for interoperability and collaborate with non-Linux systems • Tune the operating system for optimal performance ® • Enhance your graphics to take them to the next level Powerful Hacks and Customizations Powerful • Navigate the desktop, manage windows, and multitask between applications • Check for vulnerabilities and prevent undesirable access • Learn tricks to safely opening up the system with external network services Neal Krawetz, PhD, is a computer security professional with experience in computer forensics, ® profi ling, cryptography and cryptanalysis, artifi cial intelligence, and software solutions. Dr. Krawetz’s company, Hacker Factor, specializes in uncommon forensic techniques and anti-anonymity technologies. He has confi gured Ubuntu on everything from personal workstations to mission-critical servers. ubuntu Visit our Web site at www.wiley.com/compbooks $39.99 US/$47.99 CAN Powerful Hacks and Customizations ISBN 978-0-470-58988-5 Neal Krawetz Operating Systems / Linux Ubuntu® Powerful Hacks and Customizations Dr.
    [Show full text]