Thinstation & Colinux

Total Page:16

File Type:pdf, Size:1020Kb

Thinstation & Colinux ThinStation & coLinux The way for building ThinStation images on Windows By Ludo Klein Holte revision: 02-11-2006 Table of Contents 1Introduction........................................................................................................................................ 3 2Getting it working...............................................................................................................................3 2.1Download coLinux..................................................................................................................... 3 2.2Installing coLinux.......................................................................................................................3 2.2.1Extract Debian rootfs.......................................................................................................... 5 2.2.2Configure coLinux.............................................................................................................. 5 2.2.3Configure Windows............................................................................................................ 6 2.2.4Create shortcut.................................................................................................................... 6 2.3Starting coLinux......................................................................................................................... 6 2.3.1Configure DNS................................................................................................................... 6 2.3.2Download needed packages................................................................................................ 6 2.3.3Download Windows SSHclient.......................................................................................... 6 3Building you're own image.................................................................................................................7 3.1Download ThinStation................................................................................................................7 3.2Extract ThinStation.....................................................................................................................7 3.3Edit build.conf............................................................................................................................ 7 3.4Edit thinstation.conf.buildtime................................................................................................... 7 3.5Edit bootsplash config................................................................................................................ 7 3.6Change bootsplash picture..........................................................................................................7 3.7Building the image......................................................................................................................8 3.8Download the image................................................................................................................... 8 4Last word............................................................................................................................................ 8 1 Introduction I've was wondering how good ThinStation would work. It's a hobby of mine to test some stuff for fun. I build a nice iso online, but had some trouble with it. One trouble shooting item was the bootsplash screen. The online compiler only said syntax error to me. So i thought if i build it my own the error would disappear. I used my FreeBSD server, but the build script failed on this. I didn't like to install a new pc with Linux certainly not for this. I looked on the website which said that Cygwin is not working. Then i saw coLinux and i tried it with succes. Because the setup is not obvious i wrote this peace of paper so you can reproduce it if you like. 2 Getting it working 2.1 Download coLinux On the SF.net website of coLinux you can download a coLinux installer for Windows. Go to http://sourceforge.net/projects/colinux/ and download the .exe installer of a stable version of coLinux. 2.2 Installing coLinux Start the executable coLinux<version>.exe file you've downloaded in the previous step. The installer wil start with the welcome screen as it is shown in the textbox, press Next to continue. The next screen will present you the license under which coLinux is released. Read the license and if you agree press the I Agree button. The next screen will show you the components which you can install. All components are needed accept WinPcap but if you like it for further development you can include it also, thus press the Next button. The next screen let you choose you're install directory. Choose c:\coLinux as you're destination folder and press the Next button. The next screen lets you choose you're filesystem. Select Debian as distribution and set you're nearest download location. Then press the Install button. During the installation you can get a hardware installation message. Press the continue button. When the copying of the files is finished you get the next screen. Un check the README checkbox and click the Finish button. Congrats you're coLinux installation is done up to the rest. 2.2.1 Extract Debian rootfs During the installation of coLinux you've selected Debian as you're rootfs. The installation downloaded this file for you to the c:\coLinux directory. Now we gonna extract this bz2 file. Make sure that you have enough space because the 21Mb file will expand to 1Gb. Because a Windows system can't extract this file extension you need a extractor which you can download from . Store this file in c:\coLinux. Now start a command prompt: Start->Execute->cmd and go to c:\coLinux: cd coLinux. Now you can extract (which can take a couple of seconds) the rootfs file by typing: bzip2-100-x86-win32 -d Debian-3.0r2.ext3-mit-backports.1gb.bz2 Please take some attention of the Debian image version. If the name of the Debian rootfs file in you're c:\coLinux is different, change it in the command. 2.2.2 Configure coLinux Browse with you're Windows explorer to c:\coLinux, the place where you've installed it. This directory contains several files. If it is well the file c:\coLinux\defaule.colinux.xml is one of them. Take you're favorite editor and edit the file so it looks like this: <?xml version="1.0" encoding="UTF-8"?> <colinux> <block_device index="0" path="\DosDevices\c:\coLinux\Debian-3.0r2.ext3-mit-backports.1gb" enabled="true" /> <bootparams>root=/dev/cobd0</bootparams> <initrd path="initrd.gz" /> <image path="vmlinux" /> <memory size="64" /> <network index="0" type="tap" /> </colinux> Please take some attention of the Debian image version. If the name of the Debian rootfs file in you're c:\coLinux is different, change it in you're c:\coLinux\defaule.colinux.xml file also. 2.2.3 Configure Windows There is need to do some configuration on Windows networking so you have an Internet connection in coLinux. Under Start -> Control panel -> Network connections you will find the network connections of you're computer. There will be a LAN-connection with TAP-Win32 as device. This is the virtual device for coLinux. To give this connection some Internet, double click you're Internet network connection press the Properties button. Go to the Advance tab and check the checkbox “Share Internet with other connections”. Press the Ok button. Press the Close button. Done. 2.2.4 Create shortcut It's time to create a shortcut for starting coLinux on you're desktop. Browse with you're Windows explorer to c:\coLinuxright click on the file colinux-daemon.exe and select “Create shortcut”. The short cut will be made in the same directory. Rename the shortcut (select and press F2) to StartCoLinux or something. Now you must add extra parameters in the shortcut thus right click the shortcut and select “'Properties” in the tab Shortcut change the source into"c:\coLinux\colinux- daemon.exe" -c default.colinux.xml and press the Ok button. Done. 2.3 Starting coLinux Now you can start coLinux by double click the “StartCoLinux” shortcut, the one you've created in the previous step. Two boxes will appear: A dos box which started coLinux and the Cooperative Linux Console, the one we need. Login with as root with the password root. The password can be different like coLinux of blank it holds course with the Debian rootfs image. 2.3.1 Configure DNS Because you don't make use of DHCP a DNS-server don't get assigned automaticly. Before you have Internet you must add the DNS-server of you're ISP. For this example we use 123.123.123.123 as you're ISP DNS-server. You can set the DNS-server by: echo nameserver 123.123.123.123 > /etc/resolv.conf Now test you're connection by pinging www.google.com or ping something else. If it doesn't response look the previous steps if you didn't make a mistake. 2.3.2 Download needed packages Before you can upload download and build you're thinstation iso you must install extra packages. This will be done with apt-get. The way to install these is: apt-get install file apt-get install nano apt-get install ssh During the install of ssh you can be asked if you want to install sshd server, please anwser yes!! 2.3.3 Download Windows SSHclient On the ftp server ftp://ftp.ssh.com/pub/ssh you can download SSHSecureShellClient-<version>.exe This client is used to connect you're desktop to coLinux. Download it, install it and start it. Now you can do a quick connect. Fill in the ip address of coLinux. You can obtain these by typing the command “ifconfig”in the coLinux console. The inet addr of
Recommended publications
  • Karelia-Ammattikorkeakoulu Työasemien Muuttaminen
    KARELIA-AMMATTIKORKEAKOULU Tietotekniikan koulutusohjelma Jouni Nevalainen TYÖASEMIEN MUUTTAMINEN LINUX-KEVYTPÄÄTTEIKSI OUNEVA GROUPISSA Opinnäytetyö Huhtikuu 2013 OPINNÄYTETYÖ Huhtikuu 2013 Tietotekniikan koulutusohjelma Karjalankatu 3 80200 JOENSUU p. (013) 260 6800 Tekijä Jouni Nevalainen Nimeke Työasemien muuttaminen Linux-kevytpäätteiksi Ouneva Groupissa Toimeksiantaja Ouneva Group Tiivistelmä Työpöytävirtualisointi on oikein toteutettuna tehokas keino säästää tietotekniikan ylläpito- ja laitekustannuksissa. Palvelimilla suoritettavat ohjelmat hyödyntävät laitteistoresursseja tehokkaasti ja työasemina voidaan käyttää iäkkäitäkin tietokoneita. Tässä opinnäytetyössä tutkittiin mahdollisuutta muuttaa tehdasympäristössä Windows XP -työasemat Linux-pohjaisiksi MS Remote Desktop Services -päätteiksi. Muutoksen tuli olla käyttäjille huomaamaton. Tärkeimpänä tavoitteena oli vähentää työasemien ylläpitoon kuluvaa aikaa. Tätä varten päätejärjestelmässä oli oltava mahdollisuus hallita työasemien asetuksia keskitetysti. Eri toteutustapoja arvioitiin näitä vaatimuksia vasten ja rakennettiin vaatimukset täyttävä päätejärjestelmä. Kutakin päätejärjestelmää testattiin ensin virtuaalisesti. Näin pyrittiin löytämään ja ratkaisemaan mahdolliset ongelmat ennen varsinaista koekäyttöä. Tehtaassa tapahtunutta koekäyttöä varten perustettiin tarpeelliset palvelimet ja otettiin päätejärjestelmät käyttöön yhdessä tai useammassa työasemassa. Saatujen kokemusten perusteella arvioitiin järjestelmien käyttökelpoisuutta. Työn lopputuloksena syntyi ohutpääteratkaisu,
    [Show full text]
  • Courtesy of SAMAG, 11-2005 ( Anton Borisov Тонкий Клиент
    Courtesy of SAMAG, 11-2005 (http://www.samag.ru) Anton Borisov Тонкий клиент - шаг к “мэйнфреймам”? Когда-то терминалы подключались к мощным серверам и обработка информации происходила на мэйнфреймах. Затем появились достаточно мощные ПЭВМ и информация стала обрабатываться на рабочих местах. Похоже история любит повторяться, но сегодня уже в зеркальном отражении - становится опять экономически выгодно использовать “мэйнфреймы” с подключением легких терминалов - тонких клиентов. Как показывает практика, чем сложнее становится система, тем больше усилий требуется на поддержание ее в рабочем состоянии. В то же время, становится очевидной специализация тех или иных бизнес-процессов. Можно уже четко определить, какие конкретно ресурсы требуются определенным пользователям для решения их бизнес-задач. Исходя из указанных предпосылок данным пользователям следует выделить необходимый конкретно им инструментарий, но не более того. Кроме этого, установку (а в дальнейшем и обновление) пакетов прикладных программ, хранение электронной документации также рациональнее вести в одином месте – на производительном терминальном сервере. Таким образом, проведя анализ потоков данных и выяснив структуру документооборота, предприятие может попробовать преобразовать структуру рабочих мест. Из названия следует, что ориентир сделан на создание тонких клиентов, т.е. создание ПЭВМ, которые отображают выполнение програмного обеспечения на серверной стороне, при этом, будучи клиентской частью, могут быть совершенно облегченными. Под облегченностью понимается как использование
    [Show full text]
  • Anàlisis D'implantació I Gestió D'un Telecentre Emprant
    PROJECTE FI DE CARRERA ANÀLISIS D’IMPLANTACIÓ I GESTIÓ D’UN TELECENTRE EMPRANT CLIENTS LLEUGERS AUTOR: TUTOR: FRANCESC PINEDA SEGARRA ENRIC GUITART BARAUT Resum En aquest projecte es realitza un estudi per a la implantació d’un telecentre i la seva gestió util- itzant equips a mode de clients lleugers amb estructura client-servidor. S’analitzen les alternatives disponibles de software lliure que permeten disposar d’eines prou madures per aconseguir una bona experiència d’usuari i optimitzar-ne el seu manteniment a l’administrador. I Índex Índex de Figures V Índex de Taules VIII 1 Introducció 1 1.1 Objectius . 1 1.2 Estructuració . 2 2 Anàlisis 3 2.1 Tipus d’equips . 3 2.1.1 Equips amb hardware pesat . 4 2.1.2 Equips amb hardware lleuger . 5 2.1.3 Avantatges e inconvenients . 7 2.1.4 Conclusions dels tipus de clients . 11 2.2 Software disponible per a infraestructures client-servidor . 12 2.2.1 2X ThinClientServer Enterprise Edition . 12 2.2.2 Thinstation . 12 2.2.3 OpenThinClient . 12 2.2.4 LTSP . 13 2.2.5 TCOS . 15 2.3 Passarel·la a software propietari . 16 2.4 Serveis bàsics . 16 2.4.1 Requisits per als equips clients . 16 2.4.2 Requisits per a l’equip servidor . 17 2.5 Serveis complementaris . 18 2.5.1 Eines de supervisió i gestió . 18 2.6 Estructura de la xarxa . 22 2.6.1 Xarxa amb serveis centralitzats . 22 III 2.6.2 Xarxa amb firewall independent . 23 2.6.3 Xarxa amb servidors virtualitzats .
    [Show full text]
  • Human-Centric Composite Quality Modeling and Assessment for Virtual Desktop Clouds
    Human-centric Composite Quality Modeling and Assessment for Virtual Desktop Clouds Yingxiao Xu, Prasad Calyam, David Welling, Saravanan Mohan, Alex Berryman, Rajiv Ramnath University of Missouri, Ohio Supercomputer Center/OARnet, The Ohio State University, USA; Fudan University, China [email protected]; [email protected]; fdwelling, smohan, [email protected]; [email protected] Abstract—There are several motivations (e.g., mobility, cost, security) that are fostering a trend to transition users’ traditional desktops to thin-client based virtual desktop clouds (VDCs). Such a trend has led to a rising importance for human-centric performance modeling and assessment within user communities in industry and academia that are increasingly adopting desktop virtualization. In this paper, we present a novel reference ar- chitecture and its easily-deployable implementation for modeling and assessment of objective user QoE (Quality of Experience) within VDCs, without the need for expensive and time-consuming subjective testing. The architecture novelty is in our approach to integrate finite state machine representations for user workload generation, and slow-motion benchmarking with deep packet inspection of application task performance affected by network health i.e., QoS (Quality of Service) variations to derive a “composite quality” metric model of user QoE. We show how this metric is customizable to a particular user group profile with different application sets, and can be used to: (i) identify domi- nant performance indicators for troubleshooting bottlenecks, and (ii) effectively obtain both ‘absolute’ and ‘relative’ objective user QoE measurements needed for pertinent selection/adaptation of thin-client encoding configurations within VDCs. We validate the effectiveness of our composite quality modeling and assessment Fig.
    [Show full text]
  • Cuenca López, Diana Maribel, Jaramillo Veintimilla, Marilyn Del
    Universidad Nacional de Loja | II UNIVERSIDAD NACIONAL DE LOJA ÁREA DE LA ENERGÍA, LAS INDUSTRIAS Y LOS RECURSOS NATURALES NO RENOVABLES INGENIERÍA EN SISTEMAS TEMA: “DISEÑO E IMPLEMENTACIÓN DE LABORATORIOS DE COMPUTACIÓN ESCOLARES MEDIANTE EL USO DE COMPUTADORAS RECICLADAS Y SOFTWARE LIBRE EDUCATIVO PARA LOS ALUMNOS DEL JARDÍN DE INFANTES “JOSÉ ALEJO PALACIOS” Y LA ESCUELA “PEDRO VICTOR FALCONÍ” ANEXOS A LA UNIVERSIDAD NACIONAL DE LOJA” Tesis previa a la obtención del Título de Ingeniero en Sistemas Autores: Diana Maribel Cuenca López Marilyn del Cisne Jaramillo Veintimilla Director: Ing. Milton Leonardo Labanda Jaramillo Loja-Ecuador Universidad Nacional de Loja | III CERTIFICACIÓN Ing. Milton Leonardo Labanda Jaramillo. DOCENTE DE LA CARRERA DE INGENIERIA EN SISTEMAS DE LA UNIVERSIDAD NACIONAL DE LOJA Y DIRECTOR DE TESIS. CERTIFICA Que el trabajo de investigación, con el tema: “DISEÑO E IMPLEMENTACIÓN DE LABORATORIOS DE COMPUTACIÓN ESCOLARES MEDIANTE EL USO DE COMPUTADORAS RECICLADAS Y SOFTWARE LIBRE EDUCATIVO PARA LOS ALUMNOS DEL JARDÍN DE INFANTES “JOSÉ ALEJO PALACIOS” Y LA ESCUELA “PEDRO VICTOR FALCONÍ” ANEXOS A LA UNIVERSIDAD NACIONAL DE LOJA”, de la autoría de los señoritas DIANA MARIBEL CUENCA LÓPEZ y MARILYN DEL CISNE JARAMILLO VEINTIMILLA, ha sido revisado en su totalidad por lo que cumple con los requisitos reglamentarios, autorizándose su presentación y defensa correspondiente para los fines pertinentes. Loja, 10 de febrero de 2012. Ing. Milton Leonardo Labanda Jaramillo DIRECTOR DE TESIS Universidad Nacional de Loja | IV Autoría Todas las ideas, conceptos, conclusiones y recomendaciones expuestos en el presente trabajo han sido resultado de una ardua labor investigativa, por lo tanto es de exclusiva responsabilidad de sus autores.
    [Show full text]
  • Traditional LAN Booting / Openslx Project DAAD Summer School: Aspects of Large Scale High Speed Computing 21St March 2011
    Traditional LAN Booting / OpenSLX Project DAAD Summer School: Aspects of Large Scale High Speed Computing 21st March 2011 Dr. Dirk von Suchodoletz, Sebastian Schmelzer, Michael Janczyk Faculty of Engineering, University Freiburg Last Lecture • Introduction / Motivation, why virtualize? • Administrative and economic advantages • History and main ideas • Distinguish full, hardware assisted, para virtualization and tools using it, partitioning, emulation • Practical application: Running Windows without pain in flexible lecture pools • Classic server consolidation: Experiences and further usage scenarios • Virtualization for preservation of complex digital objects 03/23/11 2 Overview of this Lecture • Introduction • Different Concepts of Operation • Project Idea OpenSLX • Getting started – Tools to use for basic and advanced setups • ... 03/23/11 3 Structure: LAN Booting Linux Different Concepts of Operation Project Idea OpenSLX 03/23/11 4 Traditional LAN Boot Booting machines via PXE over Ethernet LAN connections − DHCP to provide basic IP setup − Next-Server and filename statements to provide information to load next stage bootloader via the net − Different variants possible – PXE/SysLinux the most common combination Boot conceptually does not differ much from traditional kernel and InitRamFS load of a modern Linux system − InitRamFS loads all necessary components to enable rootfilesystem the system later runs off − Easiest setup: Root filesystem via NFS, later experiments could use NBD/SquashFS 5 The OpenSLX Project To generalize the
    [Show full text]
  • „Entwicklung Einer Netzwerkboot-Umgebung Für Thin-Clients“
    Diplomarbeit „Entwicklung einer Netzwerkboot-Umgebung für Thin-Clients“ Ausgeführt zum Zweck der Erlangung des akademischen Grades eines Dipl.-Ing. (FH) für Telekommunikation und Medien am Fachhochschul-Diplomstudiengang Telekommunikation und Medien St. Pölten Vertiefungsrichtung Telekommunikation unter der Leitung von Bakk.rer.soc.oec. Bernhard R. Fischer ausgeführt von Hans-Peter Brandstätter tm0210038017 St. Pölten, am 08. September 2006 Unterschrift: Ehrenwörtliche Erklärung II Ehrenwörtliche Erklärung Ich versichere, dass - ich diese Diplomarbeit selbständig verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt und mich auch sonst keiner unerlaubten Hilfe bedient habe. - ich dieses Diplomarbeitsthema bisher weder im Inland noch im Ausland einem Be- gutachter/in zur Beurteilung oder in irgendeiner Form als Prüfungsarbeit vorgelegt habe. Diese Arbeit stimmt mit der vom Begutachter beurteilten Arbeit überein. Ort, Datum Unterschrift Kurzfassung III Kurzfassung Durch die ständig steigende Komplexität von dezentral verwalteten Computernetzen, besonderes in Mittel- und Großbetrieben, steigt auch die damit verbunden Fehleranfäl- ligkeit solcher Systeme. Aber nicht nur durch den erhöhten Administrationsaufwand, der meist recht autonomen Computerarbeitsplätze, nehmen jährlich die Kosten der IT- Abteilungen zu, sondern auch durch die stetig wachsenden Anforderungen an die Leis- tungsfähigkeit der Arbeitsplatzrechner und die damit einhergehenden kürzeren Aus- tauschzyklen dieser Computer. Alternativ zu den dezentralen Computernetzen,
    [Show full text]
  • Debian Une Distribution, Un Projet, Des Contributeurs
    https://people.debian.org/~taffit/talks/2018/ Debian Une distribution, un projet, des contributeurs David Prévot <[email protected]> Mercredi 27 mars 2018 — Lycée Aorai Quelques dates ● Fondée par Ian Murdock (16 août 1993) ● Debian 1.1 Buzz (17 juin 1996) ● Principes du logiciel libre selon Debian (DFSG) (5 juillet 1997) ● Première DebConf à Bordeaux (5 juillet 2000) https://www.debian.org/doc/manuals/project-history/ This hostname is going in dozens of remote config files. Changing a kid’s name is comparatively easy! https://xkcd.com/910/ Quelques chiffres ● Plus de 50 000 paquets binaires ● Installateur disponible en 75 langues ● 10 architectures (amd64, i386, armel, armhf…) ● Des centaines de distributions dérivées (Tails, Ubuntu, etc.) ● Des milliers de contributeurs https://www.debian.org/News/2017/20170617 Répartition des développeurs https://www.debian.org/devel/developers.loc Distributions majeures et dérivées ● Une poignées de distributions Linux à la base : Debian, Red Hat Enterprise Linux, Slackware, Gentoo, Arch Linux, Android, etc. ● De nombreuses distributions sont dérivées des précédentes : Tails, Ubuntu ou Raspbian par exemple pour Debian 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 Libranet Omoikane (Arma) Quantian GNU/Linux Distributions Timeline Damn Small Linux Version 17.10 Damn Vulnerable Linux KnoppMyth © Andreas Lundqvist, Donjan Rodic, Mohammed A. Mustafa Danix © Konimex, Fabio Loli and contributors https://github.com/FabioLolix/linuxtimeline
    [Show full text]
  • Thin Clients Section 2.4
    Linux in a Windows World By Roderick W. Smith Publisher: O'Reilly Pub Date: February 2005 ISBN: 0-596-00758-2 Pages: 494 Table of • Contents • Index • Reviews Reader The latest in O'Reilly's line of bestselling Linux titles, Linux in a Windows • Reviews World is an invaluable companion for any system administrator interested • Errata in integrating Linux into their Windows environment. This book takes an • Academic in-depth look at exactly how Linux can be brought into an organization that's currently based on Microsoft Windows systems. Featuring a litany of insider tips and techniques, Linux in a Windows World dispenses all the practical advice you need to migrate to this revolutionary open source software. Linux in a Windows World By Roderick W. Smith Publisher: O'Reilly Pub Date: February 2005 ISBN: 0-596-00758-2 Pages: 494 Table of • Contents • Index • Reviews Reader • Reviews • Errata • Academic Copyright Dedication Preface Audience Contents of This Book Conventions Used in This Book Using Code Examples Comments and Questions Safari Enabled Acknowledgments Part I: Linux's Place in a Windows Network Chapter 1. Linux's Features Section 1.1. Where Linux Fits in a Network Section 1.2. Linux as a Server Section 1.3. Linux on the Desktop Section 1.4. Comparing Linux and Windows Features Section 1.5. Summary Chapter 2. Linux Deployment Strategies Section 2.1. Linux Server Options Section 2.2. Linux Desktop Migration Section 2.3. Linux and Thin Clients Section 2.4. Summary Part II: Sharing Files and Printers Chapter 3. Basic Samba Configuration Section 3.1.
    [Show full text]
  • Free Software Magazine July/August 2006
    ISSN 1746-8752 1 2 9 771746 875009 Free Software Magazine is a magazine by The Open Company Partners Inc, EDITORIAL 90 Main St. Road Town, Tortola BVI Why Red Hat will go bust because of Ubuntu EDITOR IN CHIEF Tony Mobily (t.mobily@) don’t like writing controversial editorials. Controversy is an effective means to get a lot of SENIOR EDITOR accesses: most people seem to enjoy reading controversial articles, maybe because they like Dave Guard (d.guard@) torturing themselves. (And yes, I used to read a lot of Maureen O’Gara’s articles myself!). Besides, controversy is a double edged sword: there’s very little chance that I would ever go I SALES AND ADVERTISING back to those sites! Bridget Kulakauskas (b.kulakauskas@) And yet here I am. First of all: Red Hat was my first love, as far as GNU/Linux distributions are concerned. I was always LAYOUT AND COMPOSITION frustrated by the many tgz files in slackware, and was ecstatic when I installed Red Hat 3.0.3. At that Gianluca Pignalberi (g.pignalberi@) time, Red Hat was a tiny startup with a modem connection to the internet. It was based on RPM, a tool that made me finally feel in control of my system. GRAPHIC DESIGN Now, the key sentence: I became a user of Red Hat Linux for my desktop machine (and yes, it was a Alan Sprecacenere (a.sprecacenere@) bit of a challenge!), and a couple of months later, when I had to choose what distribution I should use for my server, I chose the one I was most accustomed to: Red Hat Linux.
    [Show full text]
  • Thin Client Computing: Installation Manual 4
    A HEMISPHERIC INITIATIVE Thin Client Computing Installation Manual Prepared by: Amos Becker Batto email: amosbatto AT yahoo DOT com web: http://www.ciber-runa.net/serendipity Managed by: The Center of Information and Communication Technology for Development CETIC.BO/Quipus Foundation of Bolivia www.quipusbolivia.org World Computer Exchange of North America www.worldcomputerexchange.org With Financial Support from: The International Development Research Center IDRC www.idrc.ca The Institute for Connectivity in the Americas - ICA www.icamericas.net License: This work is public domain and may be freely copied, modified, and redistributed. For more information, see: http://creativecommons.org/licenses/publicdomain/ La Paz – Bolivia August, 2007 Table of Contents 1. Introduction.................................................................................................................................... 4 2. Hardware to set up a thin client network.....................................................................................6 2.1. Buying the server..................................................................................................................... 6 2.1.1. Recommended requirements for a thin client server .................................................... 8 2.1.2. Example servers:..........................................................................................................10 2.2. Obtaining thin clients.............................................................................................................12
    [Show full text]
  • Tp Clients Legers Sous Thinstation
    TP CLIENTS LEGERS SOUS THINSTATION Fran¸coisDucrot - Jacquelin Charbonnel Journ´eesMathrice - Mars 2009 - Angers 1 Introduction Thinstation est une petite distribution Linux bootant par PXE, et qui transforme un PC en client l´eger(CL). Ce CL peut ensuite ^etre utilis´een autonome, ou ^etreutilis´epour se connecter `aun serveur applicatif via divers protocoles. La solution Thinstation met en oeuvre : { des PC destin´es`a^etredes CL, { un serveur d'infrastructure n´ecessaireau boot des CL, c’est-`a-direassurant le r^olede serveur DHCP et TFTP, serveur de polices, { ´eventuellement, des serveurs applicatifs accessibles par exemple par XDMCP, NX, RDP ou ICA. Le TP propose quatre manips : { boot d'un CL avec la distribution de base, { configuration d'un CL en terminal X, { configuration d'un CL autonome (kiosque internet), { configuration d'un CL en client NX. Dans le cadre de ce TP, un serveur unique sous Fedora 9 (192.168.1.1) joue le r^olede serveur d'infrastructure et serveur applicatif (chaque bin^ome y poss`edeun login, tpxx). Chaque bin^omedis- pose : { d'un PC ´etiquet´e PCxx qui sera son CL, { d'un ou deux portables perso pour acc´ederen ssh au serveur 192.168.1.1 Le serveur DHCP est configur´ede fa¸con`ace que chaque CL PCxx aille chercher ses fichiers dans le r´epertoire /tftpboot/tpxx. Pour plus de d´etail,voir le fichier de configuration /etc/dhcpd.conf du serveur DHCP sur 192.168.1.1. Le but des manips est que chaque bin^omexx fabrique une arborescence /tftpboot/tpxx/ compre- nant `achaque fois l'ensemble des fichiers n´ecessairespour faire d´emarrerle PC dans la configuration souhait´ee.
    [Show full text]