1 Ubuntu 8.04 LTS (Hardy Heron)

Total Page:16

File Type:pdf, Size:1020Kb

1 Ubuntu 8.04 LTS (Hardy Heron) Ubuntu 8.04 LTS (Hardy Heron) Ubuntu Hardy Heron, the successor to Gutsy Gibbon was released on the 24th of April 2008. Please help test and perfect this guide. This guide was started by Chua Wen Kiat (Kuala Lumpur, Malaysia). Contents [[hide]] •• 1 Ubuntu 8.04 LTS (Hardy Heron) oo 1.1 Preface 1.1.1 About Hardy 1.1.2 How to find out what version of Ubuntu you're using 1.1.3 How to find out the Kernel version of the Ubuntu release you're using 1.1.4 Newer Versions of Ubuntu 1.1.5 About Ubuntu and Official Ubuntu Derivatives 1.1.5.1 Ubuntu 8.04 Guides and Links 1.1.5.1.1 Ubuntu Screenshots 1.1.5.1.2 Kubuntu Screenshots oo 1.2 Useful Knowledge 1.2.1 Using the console / terminal / shell 1.2.2 Using manpages to display command-line options and help oo 1.3 Keeping the system up-to-date oo 1.4 Installing packages (programs) and libraries 1.4.1 How to install a package with Apt (from the command-line terminal) 1.4.2 How to install a package with Synaptic Package Manager oo 1.5 Searching for a package/program 1.5.1 Find a package in Synaptic 1.5.2 Select the fastest mirror 1.5.3 Find a package on the Ubuntu website 1.5.4 Find a package with Apt 1.5.5 Find a package in Aptitude oo 1.6 Add a program to the Applications menu oo 1.7 Graphics cards and displays 1.7.1 Installation of ATI and nVidia Graphics drivers 1.7.1.1 Install restricted drivers 1.7.1.1.1 NVidia Driver 1.7.1.2 Install latest EnvyNG driver (ATI & nVidia) 1.7.1.3 Install drivers from the repository (ATI & nVidia) 1.7.1.4 Open Source rRadeon driver (ATI) 1.7.1.5 RadeonHD driver (ATI only) 1.7.1.6 Fix for Video Playback Problem in Compiz- Fusion 1.7.2 Configuring multiple monitors with a nVidia graphics card oo 1.8 How to install multimedia support on Hardy Heron 1.8.1 Installing Codecs 1.8.2 Installing DVD Support 1.8.3 Pulseaudio 1.8.4 Installing VLC Media Player 1.8.4.1 How to make VLC open when you insert a DVD 1.8.5 Installing Amarok (a Music Player) 1.8.6 Installing Exaile (Amarok-like Music Player) 1.8.7 Installing Pulseaudio Tools 1.8.8 Installing XMMS 1.8.9 Installing Real Player 11 and Configuring Mozilla Plugin oo 1.9 Systems and Network Monitoring 1.9.1 Install the Zenoss stack oo 1.10 Internet and Web Development 1.10.1 Install a LAMP server on a Desktop 1.10.2 Install a LAMP server for local web development 1.10.3 Adding a virtual host to your LAMP server oo 1.11 Home Automation / Home Theater / Home Security 1.11.1 Complete Systems 1.11.1.1 Linux MCE (Media Center Edition) 1.11.2 PVR (Personal Video Recorder) 1.11.2.1 Mythbuntu 1.11.3 Home Security 1.11.3.1 Zoneminder surveillance system 1.11.3.1.1 Installing the latest Zoneminder version 1.11.3.1.2 Using the repository package 1.11.3.1.3 Original Feisty installation instructions 1.11.3.1.4 Setup Zoneminder configuration 1.11.3.2 Myth Zoneminder oo 1.12 How to restore GRUB to a partition or MBR with an Ubuntu Live CD oo 1.13 Encrypt home partition with cryptsetup & LUKS oo 1.14 Aliases oo 1.15 Tips & Tricks 1.15.1 Change the splash screen color 1.15.2 Change the default Terminal window size 1.15.3 Change the Samba workgroup oo 1.16 How to make partitions oo 1.17 How to enable Compiz Fusion in Ubuntu oo 1.18 Add-on Applications 1.18.1 Wine 1.18.2 Unison - file synchronization tool 1.18.3 PlayOnLinux 1.18.4 Tor,privoxy and Tor GUI (Vidalia) 1.18.5 How to Sync your emails, files, bookmarks, and any other type of personal information 1.18.6 How to install applications for study of religious texts 1.18.6.1 How to install Gnomesword (Bible study program) 1.18.6.2 How to install a Quran researching tool (Zekr) 1.18.7 Playing N64 with the emulator Mupen64Plus for Linux 1.18.8 Watching Live-TV On Your Ubuntu Desktop With Zattoo oo 1.19 How to upgrade from Hardy Heron to Intrepid Ibex (for developers and bug reports only) 1.19.1 Upgrade to Intrepid Manually 1.19.2 Upgrade to Intrepid automatically Preface About Hardy •• Ubuntu 8.04 was released on 24 April 2008 . •• It was code named Hardy Heron and is the successor to Ubuntu 7.10 Gutsy Gibbon. •• * Hardy Heron is a LTS (Long Term Support) release and will be supported with security updates for five years on the server and three years on the desktop. How to find out what version of Ubuntu you're using Use this command: lsb_release -a How to find out the Kernel version of the Ubuntu release you're using Use this command: uname -r Newer Versions of Ubuntu •• Ubuntu uses a six month release cycle •• These releases occur in April and October •• The next release is scheduled for the 30th of October, 2008 and will be Ubuntu 8.10 (Intrepid Ibex) which is Hardy+1. About Ubuntu and Official Ubuntu Derivatives Ubuntu 8.04 Guides and Links •• Ubuntu Official Website •• Official About Ubuntu Page •• Official Ubuntu Forums •• Wikipedia: Ubuntu (Linux Distribution) •• Ubuntu Geek includes Tips,Howtos,Tutorials and Articles about Ubuntu Linux Ubuntu Screenshotsts Ubuntu 8.04 Screenshots Gallery Kubuntu Screenshots Kubuntu 8.04 Screenshots Gallery Useful Knowledge This section contains information useful in following this guide. Using the console / terminal / shell The console, terminal, and shell refer to the same thing - a command line interface. It can be used to control the system instead of the graphical user interface (GUI). Many of the tasks within the guide can be performed using the GUI, but it is simpler for many users to use the command line. To open the console: Applications --> Accessories --> Terminal Any command prefixed by 'sudo' is given administrative (or root) access. You will be prompted for your user password. Using manpages to display command-line options and help Most programs and commands have a help manual or screen, named "manpages". A command's function and command-line options can be displayed by typing in the terminal window (i.e. from the command line): man <command> For example, man apt-get will show the options for the command apt-get. Keeping the system up-to-date •• It is important to have the system updated with the latest patches, security fixes and package upgrades from the repositories. •• Ensure that the correct repositories are enabled: System --> Administration --> Software Sources •• Open the command-line terminal: Applications --> Accessories --> Terminal •• Update the repositories: sudo apt-get update (The system will ask for your user password.) •• Upgrade the packages of the currently installed version: sudo apt-get upgrade •• If you wish to upgrade to the newest version, use: sudo apt-get dist-upgradee Upgrading to a new version should be done with caution. Make sure you are not using a system that requires a specific version of Ubuntu to function. Some applications are not compatible with newer releases and may stop functioning when you do a distribution upgrade. This is especially true if you are using an "appliance" version of Ubuntu. These often should only have a distribution upgrade in co-ordination with a complete appliance upgrade. Installing packages (programs) and libraries In Ubuntu there are two ways to install packages into your system. You can install packages from the command-line Terminal or from the Synaptic Package Manager How to install a package with Apt (from the command-line terminal) •• Apt is the Debian Package Manager and is used in Ubuntu as well. •• Start the command line terminal: System --> Accessories --> Terminal •• Install a package by typing: sudo apt-get install package •• To install the music player Amarok, for example: sudo apt-get install amarok •• Remove a package: sudo apt-get remove package •• To remove the Exaile music player, for example: sudo apt-get remove exaile •• Apt checks the dependencies of a program automatically it is installed or removed. How to install a package with Synaptic Package Manager •• Start Synaptic Package Manager: System --> Administration --> Synaptic Package Manager •• Search for a complete or package using the Search Button. •• Click the box(es) of the package(s) to be installed; it/(they) will be entered into the installation queue. •• Press "Apply". Synaptic calculates the dependencies and installs the selected package as well as the packages on which it is dependent. Searching for a package/program There are several ways to find packages in the repositories. Find a package in Synaptic •• Open Synaptic: System --> Administration --> Synaptic Package Manager •• Press the Search button. Select the fastest mirror •• See How to select the fastest mirror.. Find a package on the Ubuntu website •• Go to the Ubuntu Packages website.. •• Search the Hardy packages at: •• http://packages.ubuntu.com/hardy/ •• http://packages.ubuntu.com/hardy-updates/ •• http://packages.ubuntu.com/hardy-backports/ :: **http://packages.ubuntu.com/hardy-backports/main/newpkg Find a package with Apt •• Open a command-line terminal: Applications --> Accessories --> Terminal •• Search for a package-name in the cache. sudo apt-cache search <package-name> •• Example: sudo apt-cache search music player Find a package in Aptitude •• Aptitude is a menu-driven version of apt.
Recommended publications
  • I Want My Mythtv
    I want my MythTV Tim Fenn [email protected] What are DVRs? ● Digital Video Recorders - digital devices used to schedule/record television programs ● typically include features like fast forward, rewind, pause recorded and ªliveº TV ● standalone service - e.g. TiVo, Replay TV ● integrated service ± e.g. Comcast How does MythTV compare? ● Free and open source ● for users, by users ● Runs under Linux and (frontend only) MacOSX ● SQL backbone ● client/server architecture (think: one box for inputs/recording, any other number of boxes for viewing) ● nobody cares what you do with it or how you use it (10 capture cards? Sure! Can I control my lights and ceiling fans using the same box? OK! Watch/burn/rip DVDs? DeCSS, hah!) ● Con: requires know-how of hardware and (primarily Linux) software So what is MythTV capable of? Example screenshots... Example screenshots... Example screenshots... Example screenshots... Example screenshots... Example screenshots... Required Hardware (backend) ● TV capture card: – Hauppauge PVR cards (150/250/350/500) are very popular (encoding done in hardware) ($70-200)1 ● well supported in linux (Chris Kennedy, Tyler Trafford, John Harvey et al. and some actual vendor support on register settings)2 – older bttv (bt848/bt878) chipsets (WinTV-Go, etc, etc...) – Plextor ConvertX PX-TV402U (USB 2.0 device) ● fully open sourced SDK (and gave free stuff to Isaac Richards)3 1. http://www.hauppauge.com 2. http://www.ivtv.tv 3. http://www.plextor.com/english/support/LinuxSDK.htm Required Hardware (backend) ● currently supported HDTV cards require encoding in software (computationally demanding, requires a P4 and ~9gig/hr of media) – very tricky for several reasons: OTA/QAM/resolution/DVB vs.
    [Show full text]
  • Full Circle Magazine #33 Contents ^ Full Circle Ubuntu Women P.28
    full circle ISSUE #33 - January 2010 CCRREEAATTEE AA MMEEDDIIAA CCEENNTTEERR WWIITTHH UUBBUUNNTTUU,, AANN AACCEERR RREEVVOO && BBOOXXEEEE full circle magazine #33 contents ^ full circle Ubuntu Women p.28 Program In Python - Pt7 p.08 Ubuntu Games p.31 My Story p.19 MOTU Interview p.24 Read how Ubuntu is used in public education, and why one man made the switch to Linux. Ubuntu, Revo & Boxee p.13 Command & Conquer p.05 The Perfect Server - Pt3 p.15 Review - Exaile p.23 Letters p.26 Top 5 - Sync. Clients p.35 The articles contained in this magazine are released under the Creative Commons Attribution-Share Alike 3.0 Unported license. This means you can adapt, copy, distribute and transmit the articles but only under the following conditions: You must attribute the work to the original author in some way (at least a name, email or URL) and to this magazine by name ('full circle magazine') and the URL www.fullcirclemagazine.org (but not attribute the article(s) in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you must distribute the resulting work under the same, similar or a compatible license. full circle magazine #33 contents ^ EDITORIAL This magazine was created using : Welcome to another issue of Full Circle magazine. ast month, Andrew gave us his Top 5 Media Center applications. This month I've written a How-To on using Ubuntu on an Acer Aspire Revo to create the foundation for Boxee. For under £150 I've created a fantastic media center L which not only looks great, it's fully customizable! That's my media center story, but don't forget to read the My Story articles which this month focus on Ubuntu, Linux and open-source in public education, as well as how one man went from using old (modern at the time) computers, to using Ubuntu.
    [Show full text]
  • Hacker Public Radio
    hpr0001 :: Introduction to HPR hpr0002 :: Customization the Lost Reason hpr0003 :: Lost Haycon Audio Aired on 2007-12-31 and hosted by StankDawg Aired on 2008-01-01 and hosted by deepgeek Aired on 2008-01-02 and hosted by Morgellon StankDawg and Enigma talk about what HPR is and how someone can contribute deepgeek talks about Customization being the lost reason in switching from Morgellon and others traipse around in the woods geocaching at midnight windows to linux Customization docdroppers article hpr0004 :: Firefox Profiles hpr0005 :: Database 101 Part 1 hpr0006 :: Part 15 Broadcasting Aired on 2008-01-03 and hosted by Peter Aired on 2008-01-06 and hosted by StankDawg as part of the Database 101 series. Aired on 2008-01-08 and hosted by dosman Peter explains how to move firefox profiles from machine to machine 1st part of the Database 101 series with Stankdawg dosman and zach from the packetsniffers talk about Part 15 Broadcasting Part 15 broadcasting resources SSTRAN AMT3000 part 15 transmitter hpr0007 :: Orwell Rolled over in his grave hpr0009 :: This old Hack 4 hpr0008 :: Asus EePC Aired on 2008-01-09 and hosted by deepgeek Aired on 2008-01-10 and hosted by fawkesfyre as part of the This Old Hack series. Aired on 2008-01-10 and hosted by Mubix deepgeek reviews a film Part 4 of the series this old hack Mubix and Redanthrax discuss the EEpc hpr0010 :: The Linux Boot Process Part 1 hpr0011 :: dd_rhelp hpr0012 :: Xen Aired on 2008-01-13 and hosted by Dann as part of the The Linux Boot Process series.
    [Show full text]
  • Magazine.Odroid.Com, Is Your Source for All Things Odroidian
    Volumio 2 • Android ADB Debug • Android navigation using IR remote Year Four Issue #41 May 2017 ODROIDMagazine Repurpose your WithN64 the power of ODROID A complete walkthrough allowing you to use the classic Nintendo console case with your favorite board Offering Exploring Native RS485 ODROID-C2 communication Support on C1+ and C2 What we stand for. We strive to symbolize the edge of technology, future, youth, humanity, and engineering. Our philosophy is based on Developers. And our efforts to keep close relationships with developers around the world. For that, you can always count on having the quality and sophistication that is the hallmark of our products. Simple, modern and distinctive. So you can have the best to accomplish everything you can dream of. We are now shipping the ODROID-C2 and ODROID-XU4 devices to EU countries! Come and visit our online store to shop! Address: Max-Pollin-Straße 1 85104 Pförring Germany Telephone & Fax phone: +49 (0) 8403 / 920-920 email: [email protected] Our ODROID products can be found at http://bit.ly/1tXPXwe EDITORIAL o you have an old Nintendo or other gaming console that doesn’t work anymore? Don’t throw it away! You can re- Dfurbish it with an ODROID-XU4 running ODROID GameS- tation Turbo, RetroPie or Lakka and turn it into a multi-platform emulator station that can play thousands of different console games. Our main feature this month details how to fit everything into an N64 shell, breathing new life into an old dusty console case. ODROIDs are extremely versatile, and can be used for music playback, as de- scribed in our Volumio 2 article, developing Android apps, as Nanik demonstrates in his ar- ticle on the Android Debug Bridge, and process control, as shown by Charles and Neal in their discussion of the RS485 communication protocol.
    [Show full text]
  • 18 Free Ways to Download Any Video Off the Internet Posted on October 2, 2007 by Aseem Kishore Ads by Google
    http://www.makeuseof.com/tag/18-free-ways-to-download-any-video-off-the-internet/ 18 Free Ways To Download Any Video off the Internet posted on October 2, 2007 by Aseem Kishore Ads by Google Download Videos Now download.cnet.com Get RealPlayer® & Download Videos from the web. 100% Secure Download. Full Movies For Free www.YouTube.com/BoxOffice Watch Full Length Movies on YouTube Box Office. Absolutely Free! HD Video Players from US www.20north.com/ Coby, TV, WD live, TiVo and more. Shipped from US to India Video Downloading www.VideoScavenger.com 100s of Video Clips with 1 Toolbar. Download Video Scavenger Today! It seems like everyone these days is downloading, watching, and sharing videos from video-sharing sites like YouTube, Google Video, MetaCafe, DailyMotion, Veoh, Break, and a ton of other similar sites. Whether you want to watch the video on your iPod while working out, insert it into a PowerPoint presentation to add some spice, or simply download a video before it’s removed, it’s quite essential to know how to download, convert, and play these videos. There are basically two ways to download videos off the Internet and that’s how I’ll split up this post: either via a web app or via a desktop application. Personally, I like the web applications better simply because you don’t have to clutter up and slow down your computer with all kinds of software! UPDATE: MakeUseOf put together an excellent list of the best websites for watching movies, TV shows, documentaries and standups online.
    [Show full text]
  • Mapping the Internet and Intranets
    Visual Tools for Security: is there a There There? Bill Cheswick AT&T Labs - Research Shannon Labs [email protected] http://www.cheswick.com/ches/ 1 of 108 Saturday, October 10, 2009 Lucent Bell Labs اﻟﻜﺘﺎّ Not 2 of 108 Saturday, October 10, 2009 Limitations • I know more about security than visualization • The Related Works portion of this talk would be weak. • I’ll be around all week: feel free to set me straight 3 of 108 Saturday, October 10, 2009 The Case for Visualization • Complex software, networks, and network traffic are way too much for a human to grok • Visual input offers high bandwidth and native mental skills • other inputs too • Modern hardware: offering new opportunities to experiment 4 of 108 Saturday, October 10, 2009 5 of 108 Saturday, October 10, 2009 6 of 108 Saturday, October 10, 2009 Johnny Chung Lee (CMU) 7 of 108 Saturday, October 10, 2009 Saturn V mission control 8 of 108 Saturday, October 10, 2009 9 of 108 Saturday, October 10, 2009 10 of 108 Saturday, October 10, 2009 NORAD: War Games (1983) 11 of 108 Saturday, October 10, 2009 NORAD, 9/11 12 of 108 Saturday, October 10, 2009 AT&T GNOC 13 of 108 Saturday, October 10, 2009 AT&T GNOC 14 of 108 Saturday, October 10, 2009 15 of 108 Saturday, October 10, 2009 Accenture Global Network Ops 16 of 108 Saturday, October 10, 2009 I’ve seen a lot of ideas • and lots of startups • but actual deployment seems to be lagging • Microsoft hasn’t changed much in Windows • Mac has cover views and multitouch is coming to all • Cooliris 17 of 108 Saturday, October 10, 2009 Case in point: treemap • Treemap came out in 1992.
    [Show full text]
  • I Know What You Streamed Last Night: on the Security and Privacy of Streaming
    Digital Investigation xxx (2018) 1e12 Contents lists available at ScienceDirect Digital Investigation journal homepage: www.elsevier.com/locate/diin DFRWS 2018 Europe d Proceedings of the Fifth Annual DFRWS Europe I know what you streamed last night: On the security and privacy of streaming * Alexios Nikas a, Efthimios Alepis b, Constantinos Patsakis b, a University College London, Gower Street, WC1E 6BT, London, UK b Department of Informatics, University of Piraeus, 80 Karaoli & Dimitriou Str, 18534 Piraeus, Greece article info abstract Article history: Streaming media are currently conquering traditional multimedia by means of services like Netflix, Received 3 January 2018 Amazon Prime and Hulu which provide to millions of users worldwide with paid subscriptions in order Received in revised form to watch the desired content on-demand. Simultaneously, numerous applications and services infringing 15 February 2018 this content by sharing it for free have emerged. The latter has given ground to a new market based on Accepted 12 March 2018 illegal downloads which monetizes from ads and custom hardware, often aggregating peers to maximize Available online xxx multimedia content sharing. Regardless of the ethical and legal issues involved, the users of such streaming services are millions and they are severely exposed to various threats, mainly due to poor Keywords: fi Security hardware and software con gurations. Recent attacks have also shown that they may, in turn, endanger Privacy others as well. This work details these threats and presents new attacks on these systems as well as Streaming forensic evidence that can be collected in specific cases. Malware © 2018 Elsevier Ltd. All rights reserved.
    [Show full text]
  • Openbsd Gaming Resource
    OPENBSD GAMING RESOURCE A continually updated resource for playing video games on OpenBSD. Mr. Satterly Updated August 7, 2021 P11U17A3B8 III Title: OpenBSD Gaming Resource Author: Mr. Satterly Publisher: Mr. Satterly Date: Updated August 7, 2021 Copyright: Creative Commons Zero 1.0 Universal Email: [email protected] Website: https://MrSatterly.com/ Contents 1 Introduction1 2 Ways to play the games2 2.1 Base system........................ 2 2.2 Ports/Editors........................ 3 2.3 Ports/Emulators...................... 3 Arcade emulation..................... 4 Computer emulation................... 4 Game console emulation................. 4 Operating system emulation .............. 7 2.4 Ports/Games........................ 8 Game engines....................... 8 Interactive fiction..................... 9 2.5 Ports/Math......................... 10 2.6 Ports/Net.......................... 10 2.7 Ports/Shells ........................ 12 2.8 Ports/WWW ........................ 12 3 Notable games 14 3.1 Free games ........................ 14 A-I.............................. 14 J-R.............................. 22 S-Z.............................. 26 3.2 Non-free games...................... 31 4 Getting the games 33 4.1 Games............................ 33 5 Former ways to play games 37 6 What next? 38 Appendices 39 A Clones, models, and variants 39 Index 51 IV 1 Introduction I use this document to help organize my thoughts, files, and links on how to play games on OpenBSD. It helps me to remember what I have gone through while finding new games. The biggest reason to read or at least skim this document is because how can you search for something you do not know exists? I will show you ways to play games, what free and non-free games are available, and give links to help you get started on downloading them.
    [Show full text]
  • Yocto on the ODROID-C2: Using Yocto with Kernel 5.0  July 1, 2019
    GO Green with “Envi”: A Qwiic Environmental Combo Sensor for Your Beloved Game Machine July 1, 2019 A venerable sensor for providing ambient temperature and humidity is the integrated digital environmental sensor BME280 by Bosch Sensortec. Do It Yourself 6-bay Network Access Storage (NAS): Leveraging the Power of the ODROID-H2 July 1, 2019 How to build a 6-Bay NAS server with ODROID-H2. The G Spot: Your Go-to Destination for all Things Android Gaming July 1, 2019 The upcoming summer months could be very exciting for Android gamers. Google Stadia, E3, and some long-awaited, big-name game releases have all been penciled into my calendar. One of these major game releases is Elder Scrolls: Blades. I’ve been singing the praises of this title for the last couple of Kodi and Advanced Mame on ODROID-XU4 - Part 2 July 1, 2019 This is a continuation of a guide for setting up Kodi with Mame, which details how to install the joystick. Ideally, playing with MAME requires a nice joystick. Here are two examples of joystick I've built myself. It's a good exercise of woodwork, painting, designing and electronics and a fun Zoneminder - Part 2: Building the Package From Source on the ODROID-XU4 July 1, 2019 ZoneMinder is an integrated set of applications that provide a complete surveillance solution allowing capture, analysis, recording, and monitoring of any CCTV or security cameras. How to Build a Monku Retro Gaming Console - Part 3: Building The Case July 1, 2019 This is a continuation of the Retro Gaming Console article from last month, where we learned how to build the inside of a retro gaming console.
    [Show full text]
  • UNIVERSIDAD AUTÓNOMA DE CIUDAD JUÁREZ Instituto De Ingeniería Y Tecnología Departamento De Ingeniería Eléctrica Y Computación
    UNIVERSIDAD AUTÓNOMA DE CIUDAD JUÁREZ Instituto de Ingeniería y Tecnología Departamento de Ingeniería Eléctrica y Computación GRABADOR DE VIDEO DIGITAL UTILIZANDO UN CLUSTER CON TECNOLOGÍA RASPBERRY PI Reporte Técnico de Investigación presentado por: Fernando Israel Cervantes Ramírez. Matrícula: 98666 Requisito para la obtención del título de INGENIERO EN SISTEMAS COMPUTACIONALES Profesor Responsable: M.C. Fernando Estrada Saldaña Mayo de 2015 ii Declaraci6n de Originalidad Yo Fernando Israel Cervantes Ramirez declaro que el material contenido en esta publicaci6n fue generado con la revisi6n de los documentos que se mencionan en la secci6n de Referencias y que el Programa de C6mputo (Software) desarrollado es original y no ha sido copiado de ninguna otra fuente, ni ha sido usado para obtener otro tftulo o reconocimiento en otra Instituci6n de Educaci6n Superior. Nombre alumno IV Dedicatoria A Dios porque Él es quien da la sabiduría y de su boca viene el conocimiento y la inteligencia. A mis padres y hermana por brindarme su apoyo y ayuda durante mi carrera. A mis tíos y abuelos por enseñarme que el trabajo duro trae sus recompensas y que no es imposible alcanzar las metas soñadas, sino que solo es cuestión de perseverancia, trabajo, esfuerzo y tiempo. A mis amigos: Ana, Adriel, Miguel, Angélica, Deisy, Jonathan, Antonio, Daniel, Irving, Lupita, Christian y quienes me falte nombrar, pero que se han convertido en verdaderos compañeros de vida. v Agradecimientos Agradezco a Dios por haberme permitido llegar hasta este punto en la vida, sin Él, yo nada sería y es Él quien merece el primer lugar en esta lista. Gracias Señor porque tu mejor que nadie sabes cuánto me costó, cuanto espere, cuanto esfuerzo y trabajo invertí en todos estos años, gracias.
    [Show full text]
  • Le Multimédia Sous Ubuntu
    Multimédia Le multimédia sous Ubuntu ’il est bien une chose qui ne peut être ques-uns des logiciels les plus pertinents reprochée aux logiciels multimédia pour divers usages multimédia. Suivez le Ssous Ubuntu, c’est leur manque de guide... diversité. Les lecteurs de vidéo ou de mu- sique sont si nombreux qu’il est presque Les lecteurs audio impossible de ne pas trouver son bonheur. L'ordinateur est souvent un outil de travail, Mais pour vous éviter de vous perdre c'est vrai. Cependant, rares sont les person- dans ce foisonnement de programmes, nes qui l'utilisent uniquement dans ce but. nous avons décidé de vous présenter quel- En effet, il est maintenant fréquent de voir des personnes travailler devant leurs écrans avec des écouteurs sur les oreilles, profitant ainsi de leur CD préférés tout en effec- tuant d'autres tâches. Beaucoup le confirment : un des choix de lo- giciels le plus important est celui du lecteur de musique. Que vous soyez un adepte de lecteur léger ou propriétaire d'une collection musicale de centaines de gigas, il vous faut trouver le programme adapté à vos besoins et à vos en- vies. Sur ce point, Ubuntu vous of- fre quantité de possibilités. Nous vous présenterons ici les plus largement adoptées et abouties, mais n'oubliez pas qu'une recher- che sur Internet vous ouvrira bien d'autres portes encore ! Figure 1. Rhythmbox, le lecteur par défaut d'Ubuntu Rhythmbox Il s'agit du lecteur jukebox par défaut d'Ubuntu. Il est donc inutile d'installer un paquet supplémentaire pour l'utiliser, il se trouve déjà dans votre menu Appplications –> Son et vidéo.
    [Show full text]
  • ODROID-Magazine-201806.Pdf
    Thundroid: The Perfect Bitcoin Lightning Node June 1, 2018 Bitcoin is a native digital currency for the internet age. It could be considered just another international currency, but one without a native country so it dees borders, trade policies, and arbitrary ination. In the 2008 whitepaper (https://bitcoin.org/bitcoin.pdf) by the pseudonymous Satoshi Nakamoto it is described as “…a purely peer-to- peer Linux Gaming: Nintendo 64 Emulation – Part 1 June 1, 2018 It took a while to get N64 emulation to work on all the ODROID boards under Linux. However, now that it’s functioning, it’s quite fun and opens up lots of opportunities for classic gaming. Hopefully in the future, we will see more improvement and have even better support for N64 Digital Photo Frame: 55 inch 4K Digital Photo Frame Display for Around $400 June 1, 2018 There are lots of tutorials on how to make an awesome digital photo frame with a Raspberry Pi. OS Spotlight: ODROID GameStation Turbo June 1, 2018 One of the biggest projects that I am working on for the ODROID community is the ODROID GameStation Turbo image, which works as a frontend for both games and media playback. It’s intended as an entertainment system that allows you to control your ODROID just by using a game controller OGST Gaming Console Kit for the ODROID-XU4 June 1, 2018 The OGST Gaming Console Kit for the ODROID-XU4 kit allows you to build your own gaming console with a powerful ODROID-XU4 or ODROID-XU4Q. Its attractive design includes a fancy 2.4” LCD to show programmable game logo animations, and is specically designed to work with the popular ODROID GameStation Turbo disk ODROID GameSir G3w USB Controller Joystick June 1, 2018 The GameSir G3w is a high-quality gamepad that adopts a 32-bit MCU chip, with a computing capability that is up to 48 million operations per second.
    [Show full text]