Debian GNU/Kfreebsd

Total Page:16

File Type:pdf, Size:1020Kb

Debian GNU/Kfreebsd Debian GNU/kFreeBSD Aurelien Jarno Debian GNU/kFreeBSD What ? Why ? Status Architectures Aurelien Jarno Toolchain Integration in Debian [email protected] Available packages Missing packages Infrastructure FOSDEM The future How to help ? Trying it 26/02/2006 As a Debian maintainer Portable packaging Portable programs Additional information What is Debian GNU/kFreeBSD ? Debian GNU/kFreeBSD Aurelien Jarno Debian port What ? Why ? FreeBSD kernel (kFreeBSD for short) Status kFreeBSD 5.4 Architectures experimental version of kFreeBSD 6.0 Toolchain Integration in Debian Available packages GNU userland Missing packages Infrastructure GNU libc The future Cool Debian tools (dpkg, apt, . .) How to help ? Trying it As a Debian maintainer Portable packaging Portable programs Additional A Gentoo port has been started recently. information Why would you prefer Debian GNU/kFreeBSD to GNU/Linux ? Debian GNU/kFreeBSD Aurelien Jarno What ? Because you like the FreeBSD kernel Why ? Jails Status UFS 2+ Architectures Toolchain IPv6 statefull firewalling Integration in Debian Available packages Stable kernel API Missing packages Infrastructure Better or worse device support The future To add diversity among your machines How to help ? Trying it To be able to run FreeBSD and Linux binaries As a Debian maintainer Portable packaging Debian is the ”universal OS” Portable programs Additional information Why would you prefer Debian GNU/kFreeBSD to FreeBSD ? Debian GNU/kFreeBSD Aurelien Jarno What ? Why ? Because you don’t like FreeBSD ports system (or just Status because you like the Debian package system :-) Architectures Toolchain Because you prefer the GNU userland to the BSD one Integration in Debian Available packages Missing packages ext2fs, reiserfs, upcoming xfs and upcoming Xbox Infrastructure ethernet drivers enabled by default (GPL contaminated The future kernel) How to help ? Trying it As a Debian 100% free system according to the DFSG maintainer Portable packaging Portable programs Additional information Supported architectures Debian GNU/kFreeBSD Aurelien Jarno What ? Why ? Status Currently x86 only (kfreebsd-i386.deb) Architectures Toolchain Integration in Debian An alpha port of the GNU libc has existed. Available packages Missing packages An AMD64 port is underway. The toolchain is ported, Infrastructure The future but there are still bugs to fix. How to help ? Trying it As a Debian maintainer Portable packaging Portable programs Additional information Status of the toolchain Debian GNU/kFreeBSD Aurelien Jarno GCC What ? Support in upstream, except for Ada Why ? Support all languages but Java Status Version 3.3, 3.4, 4.0 and 4.1 are available Architectures Toolchain Binutils Integration in Debian Available packages Support in upstream Missing packages Infrastructure GNU libc The future GNU libc ported by Bruno Haible in 2002 How to help ? Trying it Not yet integrated in upstream, set of patches As a Debian maintainer Patches to remove ”linuxisms” are being merged Portable packaging Portable programs Sysdeps/ directory will go to glibc-ports Additional Uses linuxthreads (how about the future ?) information Integration in Debian Debian GNU/kFreeBSD Aurelien Jarno What ? Follows unstable and experimental Why ? ”unreleased” repository for patched packages Status Architectures 77% of the packages have been ported (4700 source Toolchain Integration in Debian Available packages packages) Missing packages Infrastructure The most advanced Debian non-Linux port The future popcon.debian.org shows 17 machines How to help ? Trying it A few machines using it in production (web server, As a Debian maintainer Portable packaging database) Portable programs Additional information Some available packages Debian GNU/kFreeBSD Aurelien Jarno Xorg, KDE 3.5, most parts of Gnome, WindowMaker, What ? ... Why ? Status Apache, PHP, MySQL, Postgresql, Samba. Architectures Toolchain Abiword, KOffice, The Gimp, . Integration in Debian Available packages Missing packages Frozen Bubble, GTetrinet, Pingus, . Infrastructure The future Totem, Kaffeine, XMMS, . How to help ? Trying it As a Debian maintainer Portable packaging MPlayer (not a Debian package) also works out of the Portable programs box Additional information Some missing packages Debian GNU/kFreeBSD Aurelien Jarno What ? Why ? Status Architectures Gecko based browsers Toolchain Integration in Debian Available packages Mozilla Thunderbird Missing packages Infrastructure Openoffice.org The future How to help ? Trying it As a Debian maintainer Portable packaging Portable programs Additional information Infrastructure Debian GNU/kFreeBSD Aurelien Jarno What ? Why ? Primary mirror (ftp.gnuab.org) + a few mirrors Status Architectures Packages are searchable on http ://pdo.debian.net Toolchain Integration in Debian 2 autobuilders Available packages Missing packages Infrastructure Build status on http ://buildd.net The future Build logs on http ://experimental.ftbs.de How to help ? Trying it Developer accessible machine (io.debian.net) As a Debian maintainer Portable packaging Portable programs Additional information The future Debian GNU/kFreeBSD Aurelien Jarno What ? Reach 95% of source packages built Why ? Port integrated into the archive Status Architectures Toolchain Release architecture Integration in Debian Available packages Debian installer (currently it uses the FreeBSD installer) Missing packages Infrastructure Other architectures The future How to help ? Trying it As a Debian maintainer We need help ! Portable packaging Portable programs Additional information How to try it ? Debian GNU/kFreeBSD Aurelien Jarno What ? Installing it http ://glibc-bsd.alioth.debian.org/install Why ? Status LiveCD Architectures Toolchain http ://ftp.gnuab.org/pub/ging/ Integration in Debian Available packages Debian Developer machine Missing packages Infrastructure http ://io.debian.net/ssh.html The future How to help ? Trying it As a Debian maintainer Report bugs, and tell friends about it ! Portable packaging Portable programs Additional information How to help as a Debian maintainer Debian GNU/kFreeBSD Aurelien Jarno Try to build your packages on io.debian.net What ? Try to port them Why ? Out of date config.guess and config.sub Status Architectures Out of date libtool Toolchain Integration in Debian http ://glibc-bsd.alioth.debian.org/PORTING Available packages Missing packages FreeBSD CVS Infrastructure The future Don’t ignore our patches sent to the BTS How to help ? Trying it As a Debian maintainer Portable packaging Our policy is to send a bug report only when we have a Portable programs patch. Additional information A few tricks for portable packages Debian GNU/kFreeBSD Aurelien Jarno What ? Don’t suppose a GNU/Linux system : Why ? ./configure --host=‘dpkg Status --print-architecture‘-linux Architectures Toolchain but Integration in Debian Available packages ./configure --host=‘dpkg-architecture Missing packages Infrastructure -qDEB HOST GNU TYPE‘ The future Don’t build depends on libc6-dev ! The glibc How to help ? Trying it development package is libc0.1-dev As a Debian maintainer Don’t build depends on linux-kernel-headers if you Portable packaging Portable programs don’t need kernel headers Additional information A few tricks for portable packages (2) Debian GNU/kFreeBSD Aurelien Jarno If your package supports Linux specific stuff (alsa, hal, . ), enable them for GNU/Linux only : What ? DEB HOST ARCH OS := $(shell dpkg-architecture Why ? -qDEB HOST ARCH OS) Status Architectures ifeq (linux,$(DEB HOST ARCH OS)) Toolchain Integration in Debian linux specific stuff Available packages Missing packages endif Infrastructure The future Build-depends : field such as [linux-any], How to help ? [any-i386] will be available soon Trying it As a Debian maintainer Use DEB HOST ARCH CPU to test for a specific CPU, not Portable packaging Portable programs DEB HOST ARCH Additional information For x86 packages, add kfreebsd-i386 to the Architecture : field. Writing portable programs Debian GNU/kFreeBSD Aurelien Jarno What ? Avoid Linux specific functions when possible Why ? Status Provide a way to bootstrap compilers Architectures Toolchain Kernel != userland Integration in Debian Available packages Missing packages Use autotools instead of #ifdef (use a recent version) Infrastructure The future FreeBSD = plain FreeBSD system (kernel + How to help ? userland) Trying it As a Debian FreeBSD kernel = FreeBSD kernel only maintainer Portable packaging Portable programs Additional information Better solution : #ifdef GLIBC #include <endian.h> #elif FreeBSD #include <sys/endian.h> #error "Unknown system" #endif Best solution : use autotools ! Writing portable programs (2) Debian GNU/kFreeBSD Wrong solution : Aurelien Jarno #ifdef linux What ? #include <endian.h> Why ? #elif FreeBSD Status #include <sys/endian.h> Architectures Toolchain #error "Unknown system" Integration in Debian Available packages #endif Missing packages Infrastructure The future How to help ? Trying it As a Debian maintainer Portable packaging Portable programs Additional information Best solution : use autotools ! Writing portable programs (2) Debian GNU/kFreeBSD Wrong solution : Aurelien Jarno #ifdef linux What ? #include <endian.h> Why ? #elif FreeBSD Status #include <sys/endian.h> Architectures Toolchain #error "Unknown system" Integration in Debian Available packages #endif Missing packages Infrastructure Better solution : The future #ifdef GLIBC How to help ? Trying it #include <endian.h> As a Debian maintainer #elif FreeBSD Portable packaging Portable programs #include
Recommended publications
  • 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]
  • Linux Games Page 1 of 7
    Linux Games Page 1 of 7 Linux Games INTRODUCTION such as the number of players and the size of the map, then you start the game. Once the game is running clients may Hello. My name is Andrew Howlett. I've been using Linux join the game. Clients connect to the game using TCP/IP, since 1997. In 2000 I cutover to Linux for all my projects, so it is very easy to play multi-player games over the except I dual-booted Windows to play games. I like to play Internet. Like many Free games, clients are available for computer games. About a year ago I stopped dual booting. many platforms, including Windows, Amiga and Now I play computer games under Linux. The games I Macintosh. So there are lots of players out there. If you play can be divided into four groups: Free Games, native don't want to play against other humans, then Freeciv linux commercial games, Windows Emulated games, and includes some nasty AIs. Win4Lin enabled games. This presentation will demonstrate games from each of these four groups. BZFlag Platform BZFlag is a tank combat game along the same lines as the old BattleZone game. Like FreeCiv, BZFlag uses a client/ Before I get started, a little bit about my setup so you can server architecture over TCP/IP networks. Unlike FreeCiv, relate this to whatever you are running. This is a P3 900 the game contains no AIs – you must play this game MHz machine. It has a Crystal Sound 4600 sound card and against other humans (? entities ?) over the Internet.
    [Show full text]
  • Kubuntu Desktop Guide
    Kubuntu Desktop Guide Ubuntu Documentation Project <[email protected]> Kubuntu Desktop Guide by Ubuntu Documentation Project <[email protected]> Copyright © 2004, 2005, 2006 Canonical Ltd. and members of the Ubuntu Documentation Project Abstract The Kubuntu Desktop Guide aims to explain to the reader how to configure and use the Kubuntu desktop. Credits and License The following Ubuntu Documentation Team authors maintain this document: • Venkat Raghavan The following people have also have contributed to this document: • Brian Burger • Naaman Campbell • Milo Casagrande • Matthew East • Korky Kathman • Francois LeBlanc • Ken Minardo • Robert Stoffers The Kubuntu Desktop Guide is based on the original work of: • Chua Wen Kiat • Tomas Zijdemans • Abdullah Ramazanoglu • Christoph Haas • Alexander Poslavsky • Enrico Zini • Johnathon Hornbeck • Nick Loeve • Kevin Muligan • Niel Tallim • Matt Galvin • Sean Wheller This document is made available under a dual license strategy that includes the GNU Free Documentation License (GFDL) and the Creative Commons ShareAlike 2.0 License (CC-BY-SA). You are free to modify, extend, and improve the Ubuntu documentation source code under the terms of these licenses. All derivative works must be released under either or both of these licenses. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE AS DESCRIBED IN THE DISCLAIMER. Copies of these licenses are available in the appendices section of this book. Online versions can be found at the following URLs: • GNU Free Documentation License [http://www.gnu.org/copyleft/fdl.html] • Attribution-ShareAlike 2.0 [http://creativecommons.org/licenses/by-sa/2.0/] Disclaimer Every effort has been made to ensure that the information compiled in this publication is accurate and correct.
    [Show full text]
  • A History of Linux Gaming
    FEATURE A HISTORY OF LINUX GAMING A HISTORY OF LINUX GAMING Liam Dawe peeks into the belly of an unstoppable beast. n the first ever issue of Linux Voice we briefly developer possible, to having major publishers on touched down on the colourful history of Linux board. Let that just sink in for a moment, as two years Igaming. Now we’re here again to give you a better ago we didn’t have anything looking as bright as it is picture of how we went from being an operating now. That’s an insanely short amount of time for such system that was mostly ignored by every major a big turnaround. The dark ages We start our look in the early 90s, before most popular Linux distro even existed. ack in the 90s, people would most likely laugh at you for telling them Byou used Linux on the desktop. It was around this time that Id Software was creating the game Doom, which actually helped push Windows as a gaming platform. Ironically it was Id that threw us our first bone. A man named Dave Taylor ported Doom to Linux the year after the original release, and he only did it because he loved Linux. In the README.Linux file Dave gave his reasons for the port: “I did this ‘cause Linux gives me a woody. It doesn’t generate revenue. Please don’t call or write us with bug reports. They cost us money, and I get sorta ragged on for wasting One of the first big name games to ever grace our platform, Doom has left quite a legacy.
    [Show full text]
  • Frozen Bubble 1.0.0
    GAME Ulasan CD | Klinik | Ulasan | Linux Ready | Utama | Bisnis | Feature | Tutorial Hasil Tes dan Ulasan Game Frozen Bubble 1.0.0 Sifat: Open source Lisensi: GNU General Public License (GPL) Pengembang: Guillaume Cottenceau dan tim Situs web: http://www.frozen-bubble.org/ agi penggemar game yang datang dari dunia Windows, tentunya Puzzle Bubble bukan merupakan Frozen B Bubble game yang asing. Permainan menjatuhkan kelompok bola kecil berwarna sama Anda. Anda akan menjumpai penguin- dahulu. Atau buatlah lawan Anda kalah dengan tembakan bola kecil lainnya cukup penguin kecil dan lucu di kiri dan kanan terlebih dahulu. seru untuk dimainkan. Dan apabila Anda bawah layar. Latar belakangnya pun Bagi Anda yang memiliki mesin memainkannya berdua, permainan berupa penguin. Akan tetapi, berhati- lambat, para pengembang game ini telah tersebut akan terasa lebih menyenangkan. hatilah. Anda tidak memiliki banyak memikirkan caranya agar Anda tetap dapat Anda bisa mengolok-olok teman Anda waktu untuk mengagumi binatang lucu menikmati serunya menjatuhkan bola- yang kalah, bukan? tersebut. Apabila Anda tidak bola. Pertama-tama, tentunya mengurangi Sekarang di Linux, kita dapat menembakkan bola ke sasaran, maka kualitas grafik. Frozen Bubble bahkan memainkan game serupa. Akan tetapi, bola akan ditembakkan sendiri dengan dapat dijalankan dengan memberikan opsi namanya bukanlah Puzzle Bubble, sasaran sesuai arah moncong meriam. yang menandakan bahwa mesin yang kita melainkan Frozen Bubble. Dalam beberapa Dan dengan demikian, Anda akan miliki adalah mesin lambat. hal, Frozen Bubble bahkan jauh lebih kehilangan satu senjata. Game yang keren tidak akan terlalu menyenangkan untuk dimainkan. Dan berhati-hati pula, karena tumpukan memukau apabila tidak disertai dengan Beberapa game cukup susah diinstal.
    [Show full text]
  • Region-Specific Cache Structures for Android Mobile Platforms
    Region-specific cache structures for Android mobile platforms Master’s thesis in Embedded Electronics System Design MAZDAK SANATI Department of Computer Science and Engineering CHALMERS UNIVERSITY OF TECHNOLOGY UNIVERSITY OF GOTHENBURG Gothenburg, Sweden 2017 Master's thesis 2017 Region-specific cache structures for Android mobile platforms MAZDAK SANATI Department of Computer Science and Engineering Chalmers University of Technology and University of Gothenburg Gothenburg, Sweden 2017 Region-specific cache structures for Android mobile platforms MAZDAK SANATI c MAZDAK SANATI, 2017. Supervisor: Sally A. McKee, Department of Computer Science and Engineering Examiner: Per Larsson-Edefors, Department of Computer Science and Engineer- ing Master's Thesis 2017 Department of Computer Science and Engineering Chalmers University of Technology and University of Gothenburg SE-412 96 Gothenburg Telephone +46 31 772 1000 Department of Computer Science and Engineering Gothenburg, Sweden 2017 ii To my parents, my wife and my son iii Region-specific cache structures for Android mobile platforms MAZDAK SANATI Department of Computer Science and Engineering Chalmers University of Technology and University of Gothenburg Abstract The popularity of Android operating system in mobile platforms, as well as con- stant development in Android systems as modern mini computers, increase the complexity and the size of the virtual memory. Therefore, the need for studying and categorizing Android memory system becomes essential for design and im- provement of the memory organization. In this work, we purpose two modern cache organizations, namely, region cache and drowsy cache to enhance the Android memory performance. These cache designs are based on multiple simu- lations on gem5 while running Agave Android benchmark suite.
    [Show full text]
  • Evaluation of a Benchmark Suite Exposing Android System Complexities Using Region-Based Caching Martin Kenneth Brown
    Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2016 Evaluation of a Benchmark Suite Exposing Android System Complexities Using Region-Based Caching Martin Kenneth Brown Follow this and additional works at the DigiNole: FSU's Digital Repository. For more information, please contact [email protected] FLORIDA STATE UNIVERSITY COLLEGE OF ARTS AND SCIENCES EVALUATION OF A BENCHMARK SUITE EXPOSING ANDROID SYSTEM COMPLEXITIES USING REGION-BASED CACHING By MARTIN KENNETH BROWN A Dissertation submitted to the Department of Computer Science in partial fulfillment of the requirements for the degree of Doctor of Philosophy 2016 Copyright c 2016 Martin Kenneth Brown. All Rights Reserved. Martin Kenneth Brown defended this dissertation on November 14, 2016. The members of the supervisory committee were: Gary Tyson Professor Directing Dissertation Linda DeBrunner University Representative David Whalley Committee Member Xin Yuan Committee Member The Graduate School has verified and approved the above-named committee members, and certifies that the dissertation has been approved in accordance with university requirements. ii This is dedicated to my wife, Sherene. iii ACKNOWLEDGMENTS “I returned and saw under the sun that the race is not to the swift, nor the battle to the strong, nor bread to the wise, nor riches to men of understanding, nor favor to men of skill; but time and chance happen to them all.” — King Solomon, Ecclesiastes 9:11. I thank God for His providence. I’m grateful to Gary Tyson for serving as my thesis advisor. Thank you for challenging me and providing many opportunities for me to mold my research, teaching, mentoring and presentation skills.
    [Show full text]
  • Free and Open Source Software
    Free and open source software Copyleft ·Events and Awards ·Free software ·Free Software Definition ·Gratis versus General Libre ·List of free and open source software packages ·Open-source software Operating system AROS ·BSD ·Darwin ·FreeDOS ·GNU ·Haiku ·Inferno ·Linux ·Mach ·MINIX ·OpenSolaris ·Sym families bian ·Plan 9 ·ReactOS Eclipse ·Free Development Pascal ·GCC ·Java ·LLVM ·Lua ·NetBeans ·Open64 ·Perl ·PHP ·Python ·ROSE ·Ruby ·Tcl History GNU ·Haiku ·Linux ·Mozilla (Application Suite ·Firefox ·Thunderbird ) Apache Software Foundation ·Blender Foundation ·Eclipse Foundation ·freedesktop.org ·Free Software Foundation (Europe ·India ·Latin America ) ·FSMI ·GNOME Foundation ·GNU Project ·Google Code ·KDE e.V. ·Linux Organizations Foundation ·Mozilla Foundation ·Open Source Geospatial Foundation ·Open Source Initiative ·SourceForge ·Symbian Foundation ·Xiph.Org Foundation ·XMPP Standards Foundation ·X.Org Foundation Apache ·Artistic ·BSD ·GNU GPL ·GNU LGPL ·ISC ·MIT ·MPL ·Ms-PL/RL ·zlib ·FSF approved Licences licenses License standards Open Source Definition ·The Free Software Definition ·Debian Free Software Guidelines Binary blob ·Digital rights management ·Graphics hardware compatibility ·License proliferation ·Mozilla software rebranding ·Proprietary software ·SCO-Linux Challenges controversies ·Security ·Software patents ·Hardware restrictions ·Trusted Computing ·Viral license Alternative terms ·Community ·Linux distribution ·Forking ·Movement ·Microsoft Open Other topics Specification Promise ·Revolution OS ·Comparison with closed
    [Show full text]
  • Dissertation Submitted to the Graduate Faculty of Auburn University in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy
    Repatterning: Improving the Reliability of Android Applications with an Adaptation of Refactoring by Bradley Christian Dennis A dissertation submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements for the Degree of Doctor of Philosophy Auburn, Alabama August 2, 2014 Keywords:Refactoring, Code Smells, Patterns, Non-functional Requirements, Verification Copyright 2014 by Bradley Christian Dennis Committee: David Umphress, Chair, Associate Professor of Computer Science and Software Engineering James Cross, Professor of Computer Science and Software Engineering Dean Hendrix, Associate Professor of Computer Science and Software Engineering Jeffrey Overbey, Assistant Research Professor of Computer Science and Software Engineering Abstract Studies of Android applications show that NullPointerException, OutofMemoryError, and BadTokenException account for a majority of errors observed in the real world. The technical debt being born by Android developers from these systemic errors appears to be due to insufficient, or erroneous, guidance, practices, or tools. This dissertation proposes a re- engineering adaptation of refactoring, called repatterning, and pays down some of this debt. We investigated 323 Android applications for code smells, corrective patterns, or enhancement patterns related to the three exceptions. I then applied the discovered patterns to the locations suggested by the code smells in fifteen randomly selected applications. I measured the before and after reliability of the applications and observed a statistically significant improvement in reliability for two of the three exceptions. I found repatterning had a positive effect on the reliability of Android applications. This research demonstrates how refactoring can be generalized and used as a model to affect non-functional qualities other than the restructuring related attributes of maintainability and adaptability.
    [Show full text]
  • Descargadas De Internet: Podrían Estarse Metiendo En Un Problema Legal Al Utilizarlas
    Número 05 B e g i n s OCTUBRE 2006 La Revista de Software Libre y Código Abierto Una cuestión de estilo... TESTIMONIO ● Situación actual CONSEJOS de Venezuela ● Software recomendado para tu Linux TALLER ● PartImage: copias de seguridad para todos PYMES ● POS Rizoma Comercio, cambio tecnológico para las PyMEs chilenas NOTAS INSTALACION ● Laboratorio de APLICANDO SL ● Ingresa al computación Colegio ● El software libre mundo libre San José aplicado a la mitigación instalando ● Frozen Bubble 2.0 de desastres Ubuntu Linux pronto! medioambientales Además: Zona de enlaces – Opinión – Ojo del novato – Datos - y mucho más Editorial Más. ¿Habéis buscado esa palabra en el diccionario? Probadlo, buscad "más" en http://buscon.rae.es/draeI/ y os sorprenderéis. Pocas veces una palabra tan corta adquiere tanto (y tantos) significado(s). En este número de Begins hemos tomado varios Redacción de esos significados: Ricardo Berlasso [email protected] Mauricio Nunes [email protected] Para empezar, en este número os traemos muchos MÁS Alejandro Arrieta [email protected] contenidos. Esperamos que sean de vuestro agrado y que la Rodrigo Ramírez [email protected] Juan Herrera [email protected] calidad de los artículos sea asimismo MÁS evidente que en otros Óscar Calle [email protected] Eric Baez [email protected] números. Pero no acaba aquí la cosa, no. Aún hay MÁS. MÁS Eduardo Aguayo [email protected] Dionisio Fernández [email protected] compañeros, puesto que el staff de Begins ha aumentado su Alex Sandoval [email protected] número. Ahora está compuesto por seis miembros, con el fichaje estrella de Alex Sandoval (si supiese dónde se ha metido, se lo Revisión y corrección Eric Baez [email protected] habría pensado MÁS).
    [Show full text]
  • Linux Journal Readers’ Choice Awards As We Hang on to the Rope for Dear Life
    Readers’ 2009 Choice 44 | june 2009 www.linuxjournal.com Readers’ Choice Awards 2009 If you pick it, they will come. he Linux Journal Readers’ Choice Awards as we hang on to the rope for dear life. The reality is have become an annual ritual, almost as that you are always experimenting; your opinions are fun as the holiday season. Our editorial fluid, and filling in virtual bubbles doesn’t fully explain team members can’t wait to get their the nuance of your relationship to your tools. T hands on the results to see what products This is a survey of big trends, and the trend under- and tools from the Linux space are keeping you produc- lying them all is that you embrace lots of tools. One tive, satisfied and wowed. And, who better to ask than respondent summed it up with “All of the above, many our readers, the most talented, informed and (nearly of the above”, and another exclaimed, “Variety is the always for the better) opinionated group of Linux spice, baby!” experts anywhere? These characteristics are what make Once again, in this year’s competition, we designated the awards such a great snapshot of what’s hot and only one winner per category, with strong contenders what’s not in Linux. receiving Honorable Mention awards. For instance, in Before diving into the results, let me explain that the the categories where a cluster of formidable contenders results, although insightful, inherently fail to capture the followed the outright winner, we designated up to three true diversity of preferences that exist in our community.
    [Show full text]
  • Free Computer Software!
    What is Open Source How can I use FREE software? Open Source? COMPUTER Open Source software is While many people only available free to anyone around associate “Open Source” SOFTWARE! the world. It is software with the Linux operating developed by a wide variety of system, that's only the tip people for an even wider variety of the iceberg! of uses. Listed here are completely Unlike “shareware” and “free- free titles available for ware”, Open Source software is Windows, Mac and Linux! more than just free of charge. The “source code” – the human- If you want to surf more readable recipe used to create safely, you can switch from the software – is available, as Internet Explorer and well. Outlook to the Mozilla Firefox web browser and e- In the scientific realm, today's mail. discoveries are built on those of Open Source the past. Similarly, Open Source software naturally software: evolves and extends from earlier works. Developed by Who Uses Open Source? volunteers, Movie makers such as Dream Works use it to create non-profits and your favorite movies, like companies Shrek, Star Wars, Lord of the www.mozilla.org Rings. around the OpenOffice.org has a word Internet companies from your processor, spreadsheet, world local dial-up Internet service presentation and graphics provider (ISP) to Google and in an integrated suite. It Yahoo! search engines. can read and write Microsoft Office files, and Businesses you buy from, like export PDF and Flash Published by the Amazon.com and Ford Motor formats when publishing to Linux Users' Group of Davis, Company.
    [Show full text]