Facultad De Ingeniería Eléctrica Y Electrónica

Total Page:16

File Type:pdf, Size:1020Kb

Facultad De Ingeniería Eléctrica Y Electrónica ESCUELA POLITÉCNICA NACIONAL FACULTAD DE INGENIERÍA ELÉCTRICA Y ELECTRÓNICA IMPLEMENTACIÓN DE UN PROTOTIPO DE SOFTWARE COMO SERVICIO (SAAS) PARA PEQUEÑAS Y MEDIANAS EMPRESAS PROYECTO PREVIO A LA OBTENCIÓN DEL TÍTULO DE INGENIERO EN ELECTRÓNICA Y REDES DE INFORMACIÓN DANIEL OMAR NÚÑEZ ESPINOZA [email protected] DIRECTOR: ING. DAVID MEJíA, MSc. [email protected] Quito, Diciembre 2013 I DECLARACIÓN Yo, Daniel Omar Núñez Espinoza, declaro bajo juramento que el trabajo aquí descrito es de mi autoría; que no ha sido previamente presentado para ningún grado o calificación profesional; y, que he consultado las referencias bibliográficas que se incluyen en este documento. A través de la presente declaración cedo mis derechos de propiedad intelectual correspondientes a este trabajo, a la Escuela Politécnica Nacional, según lo establecido por la Ley de Propiedad Intelectual, por su Reglamento y por la normatividad institucional vigente. ___________________________ Daniel Omar Núñez Espinoza II CERTIFICACIÓN Certifico que el presente trabajo fue desarrollado por Daniel Omar Núñez Espinoza, bajo mi supervisión. ___________________________ Ing. David Mejía Navarrete, MSc. DIRECTOR DE PROYECTO III AGRADECIMIENTOS Agradezco por todo el apoyo brindado para la realización de este proyecto, en primer lugar, al Director del Laboratorio de Informática de la Facultad de Ingeniería Eléctrica y Electrónica, Ing. Xavier Calderón, por facilitarme los equipos y el lugar necesario para el desarrollo del prototipo. A los ayudantes del Laboratorio de Informática por brindarme su ayuda en los momentos difíciles, así como la amistad brindada especialmente a Gabriela Morillo, Christian Jácome, Walter Salas y Lenin Vargas. A toda la comunidad de usuarios y desarrolladores OpenStack internacional, quienes sin interés alguno compartieron conmigo su experiencia y consejo para el uso de la herramienta OpenStack. En especial, al coordinador de la Comunidad OpenStack Venezuela, Ing. Ender Mujica. En general a la Escuela Politécnica Nacional y sus docentes, por enseñarme el valor del esfuerzo y dedicación constante para alcanzar grandes objetivos. IV DEDICATORIA Es este trabajo dedicado a toda mi familia, a mis queridos padres, quienes siempre me apoyaron en las largas y agotadoras jornadas de estudio. Mi madre que con su eterno amor y preocupación siempre dio un impulso en mi vida para avanzar y no darme por vencido. Mi padre por su comprensión y ayuda, fue quien acompaño muy de cerca mi vida universitaria y a quien podía acudir cuando mis fuerzas mermaban. Agradezco por su preocupación y cuidado a mi salud. A mi amado hermano Cristian porque en los momentos en que más lo necesitaba, supo sacarme una sonrisa con sus ocurrencias. Una mención especial a aquel hombre que estuvo junto a mí, quien compartía con-migo toda su sabiduría y experiencias de vida. Mi abuelito Mesías que en paz des-canse. Mi familia, ñaño Jorge, tía Mirela y tío Pepe, mis queridos primos Juan, Carlos, Jhon y María José. Tanto cariño he recibido de ustedes que siempre fueron en mí un empuje para poner muy en alto a la familia Espinoza. Quienes viajaron junto a mí en este largo camino universitario. Mis entrañables amigos: Pepe Valencia, Santiago Morejón, Fabricio Vélez, Sergio Narváez, David Zambonino, Sebastián Almagro, Liliana Guanga y Susan Feijó, quienes estuvieron en las buenas y las malas, en exámenes, proyectos, una simple reunión, en la Asociación de Estudiantes y tantas locuras que forman parte de los lindos momentos que siempre tendré presente. V CONTENIDO DECLARACIÓN ......................................................................................................... V CERTIFICACIÓN ...................................................................................................... VI AGRADECIMIENTOS ................................................................................................ III DEDICATORIA ......................................................................................................... IV CONTENIDO .............................................................................................................. V ÍNDICE DE FIGURAS ............................................................................................... XI ÍNDICE DE TABLAS .............................................................................................XIVV ÍNDICE DE CÓDIGOS ............................................................................................. XV RESUMEN ............................................................................................................. XVII PRESENTACIÓN ................................................................................................. XVIIII 1 FUNDAMENTOS TEÓRICOS .................................................................................. 1 1.1 CLOUD COMPUTING ...................................................................................... 1 1.1.1 SERVICIO BAJO DEMANDA................................................................. 2 1.1.2 AMPLIO ACCESO A LA RED ................................................................ 3 1.1.3 COMPARTICIÓN DE RECURSOS ........................................................ 3 1.1.4 ELASTICIDAD ....................................................................................... 3 1.1.5 SERVICIO A LA MEDIDA ...................................................................... 3 1.2 MODELOS DE INFRAESTRUCTURA DE CLOUD COMPUTING .................. 3 1.2.1 NUBE PÚBLICA ..................................................................................... 3 1.2.2 NUBE PRIVADA .................................................................................... 4 1.2.3 NUBE HÍBRIDA .................................................................................... 5 1.2.4 NUBE COMUNITARIA ........................................................................... 6 1.3 ARQUITECTURA DE CAPAS Y MODELOS DE SERVICIO ........................... 6 1.3.1 HARDWARE .......................................................................................... 6 1.3.1.1 Equipos de refrigeración .................................................................... 7 1.3.1.2 CPU, memoria y discos ...................................................................... 7 1.3.1.3 Almacenamiento y Redes................................................................... 8 1.3.1.4 Redundancia ...................................................................................... 8 1.3.1.5 Software Integrado ............................................................................. 8 1.3.2 VIRTUALIZACIÓN ................................................................................. 8 1.3.2.1 Importancia de la Virtualización .......................................................... 9 1.3.2.2 Tecnologías de Virtualización ............................................................. 9 1.3.2.2.1 KVM ( Kernel-based Virtual Machine ) ........................................... 9 1.3.2.2.2 LXC – Linux Containers ............................................................. 10 1.3.2.2.3 QEMU- Quick EMUlator ............................................................. 10 1.3.2.2.4 UML – User Mode Linux ............................................................ 11 1.3.2.2.5 VMWare ESX/ESXi .................................................................... 11 VI 1.3.2.2.6 Xen ............................................................................................ 12 1.3.2.2.7 Microsoft Hyper-V ...................................................................... 13 1.4 SERVICIOS DE CLOUD COMPUTING .......................................................... 13 1.4.1 SOFTWARE COMO SERVICIO (SAAS) ............................................. 14 1.4.1.1 Niveles de Madurez .......................................................................... 14 1.4.1.1.1 Nivel 1, Ad-Hoc/Personalización ................................................ 14 1.4.1.1.2 Nivel 2, Configurabilidad ............................................................ 14 1.4.1.1.3 Nivel 3, Eficiencia Multiusuario .................................................. 15 1.4.1.1.4 Nivel 4, Arquitectura escalable .................................................. 15 1.4.1.2 Características clave de SaaS ......................................................... 15 1.4.2 PLATAFORMA COMO SERVICIO (PAAS) ......................................... 16 1.4.2.1 Características clave de PaaS ......................................................... 17 1.4.3 INFRAESTRUCTURA COMO SERVICIO (IAAS) ................................ 17 1.5 SOFTWARE DE CREACIÓN Y GESTIÓN PARA CLOUD ............................ 18 1.5.1 CLOUDSTACK .................................................................................... 18 1.5.2 VCLOUD DIRECTOR .......................................................................... 19 1.5.3 EUCALYPTUS ..................................................................................... 21 1.5.4 OPENSTACK ....................................................................................... 22 1.6 METODOLOGÍAS DE DESARROLLO DE SOFTWARE ............................... 23 1.6.1 METODOLOGÍA EN CASCADA .......................................................... 23 1.6.2 METODOLOGÍA DE PROTOTIPADO ................................................. 24 1.6.3 MÉTODOLOGÍA INCREMENTAL ........................................................ 24 2 IMPLEMENTACIÓN DEL PROTOTIPO DE PROVEEDOR DE SAAS .................
Recommended publications
  • Country Profile Taking of Evidence by Video-Link Under the Hague Convention of 18 March 1970 on the Taking of Evidence Abroad in Civil Or Commercial Matters
    COUNTRY PROFILE TAKING OF EVIDENCE BY VIDEO-LINK UNDER THE HAGUE CONVENTION OF 18 MARCH 1970 ON THE TAKING OF EVIDENCE ABROAD IN CIVIL OR COMMERCIAL MATTERS STATE NAME: Bolivarian Republic of Venezuela PROFILE UPDATED ON (DATE): May 2017 PART I: STATE 1. Contact details The contact details provided in this section will be published on the Hague Conference website CHAPTER I (LETTERS OF REQUEST) As with any other Letter of Request under Chapter I of the Evidence Convention, the requesting authority should contact the Central Authority(ies)of the requested State when seeking to obtain evidence by means of a Letter of Request, whether using video-link or not. a) Are the contact details of the Central Yes. Authority(ies) designated by YOUR STATE up- No. Please provide the contact details to-date on the Evidence Section of the Hague on a separate Word or PDF document Conference website? for uploading on the Evidence Section of the Hague Conference website. b) Would YOUR STATE be in favour of specifying a Yes. person or department within the Central If YOUR STATE has already done so, Authority(ies) who would assist in please specify the contact details: processing Letters of Request where the use Special Issues Area / Office of of video-links has expressly been requested Consular Relations / Ministry for (e.g.,to arrange the video-link or provide Foreign Relations technical assistance)? No. Please explain why: Comments: c) What arrangements are there for ensuring The office has on-call staff, in charge of the that there is a contact person with whom the information technology area, who is requesting authority can liaise and who is dedicated to the operation of video-link.
    [Show full text]
  • Installation of Apache Openmeetings 4.0.3 on Debian 9 This Tutorial Is
    Installation of Apache OpenMeetings 4.0.3 on Debian 9 This tutorial is made based on a fresh installations of debian-9.1.0-amd64-DVD-1.iso It is tested with positive result. We will use the Apache's binary version OpenMeetings 4.0.3 stable, that is to say will suppress his compilation. It is done step by step. 19-4-2018 Starting... 1) First, we update and upgrade the OS: sudo apt-get update sudo apt-get upgrade 2) ------ Installation of OpenJava 1.8 ------ OpenMeetings 4.0.3 need Java 1.8 to work. So, we install OpenJava 1.8: sudo apt install openjdk-8-jdk openjdk-8-jdk-headless ...and his plugin for web: sudo apt install icedtea-8-plugin Pag 1 Now, please, select OpenJava, if you have more than one java versions installed: sudo update-alternatives --config java To see the active java version: java -version 3) ------ Installation of LibreOffice ------ LibreOffice is need it to convert to pdf the uploaded office files. The ubuntu desktop iso have already LibreOffice installed. We do it also for server iso: sudo apt-get install libreoffice 4) ------ Installation ImageMagick and Sox ------ ImageMagic, will work the image files, png, jpg, gif, etc. Will install it and some more libraries and paquets: sudo apt-get install -y imagemagick libjpeg62 zlib1g-dev unzip make build-essential wget nmap Sox, work the sound. We´ll compile, because this version is newer than is in the repos: cd /opt wget http://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2.tar.gz tar xzvf sox-14.4.2.tar.gz cd /opt/sox-14.4.2 ./configure make && make install Pag 2 5) ------ Installation of Adobe flash player ------ OpenMeetings even need Adobe Flash Player for cam.
    [Show full text]
  • Installation of Apache Openmeetings 4.0.0 on Debian 9 This Tutorial Is
    Installation of Apache OpenMeetings 4.0.0 on Debian 9 This tutorial is made based on a fresh installations of debian-9.1.0-amd64-DVD-1.iso It is tested with positive result. We will use the Apache's binary version OpenMeetings 4.0.0 stable, that is to say will suppress his compilation. It is done step by step. 5-11-207 Starting... 1) First, we update and upgrade the OS: sudo apt-get update sudo apt-get upgrade 2) ------ Installation of OpenJava 1.8 ------ OpenMeetings 4.0.0 need Java 1.8 to work. So, we install OpenJava 1.8: sudo apt install openjdk-8-jdk openjdk-8-jdk-headless ...and his plugin for web: sudo apt install icedtea-8-plugin Pag 1 Now, please, select OpenJava, if you have more than one java versions installed: sudo update-alternatives --config java To see the active java version: java -version 3) ------ Installation of LibreOffice ------ LibreOffice is need it to convert to pdf the uploaded office files. The ubuntu desktop iso have already LibreOffice installed. We do it also for server iso: sudo apt-get install libreoffice 4) ------ Installation ImageMagick and Sox ------ ImageMagic, will work the image files, png, jpg, gif, etc. Will install it and some more libraries and paquets: sudo apt-get install -y imagemagick libjpeg62 zlib1g-dev unzip make build-essential wget nmap Sox, work the sound. We´ll compile, because this version is newer than is in the repos: cd /opt wget http://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2.tar.gz tar xzvf sox-14.4.2.tar.gz cd /opt/sox-14.4.2 ./configure make && make install Pag 2 5) ------ Installation of Adobe flash player ------ OpenMeetings even need Adobe Flash Player for cam.
    [Show full text]
  • Instalación De Apache Openmeetings 4.0.11 En Macos Catalina 10.15.5
    Instalación de Apache OpenMeetings 4.0.11 en macOS Catalina 10.15.5 Está testeado con resultado positivo. Emplearemos la versión binaria de Apache OpenMeetings 4.0.11 estable . Es decir, su- primiremos su compilación. Está hecho paso a paso. Comenzamos… 1) ------ Instalar herramientas de desarrollo de linea de comandos ------ Instalaremos en primer lugar las herramientas de desarrollo de linea de comandos que nos servirán para compilar fuentes. Lanzamos la terminal y como administrador, no como root, instalamos: xcode-select --install …se abrirá una ventana informando que requiere la instalación de las herramientas de desarrollo de linea de comandos: Pag 1 Pulsamos el botón Install, solamente, y se abrirá otra ventana, pulsamos Agree. Pag 2 ...y comenzará a descargar e instalar el software, ...avisando cuando haya concluido.... Pulsamos Done. 2) ------ Instalación de Homebrew ------ Homebrew nos servirá para instalar software. En Mac brew corresponde a apt-get en Debian y yum en CentOS o Fedora, por ejemplo. Pasemos a su instalación: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Pag 3 brew doctor ...y actualizamos: brew update brew upgrade 3) ------ Instalación de paquetes necesarios ------ Instalaremos wget para descargar archivos y ghostscript: brew install wget ghostscript nmap 4) ------ Instalación de Java ------ Java es necesario para el funcionamiento de OpenMeetings 4.0.11. Instalaremos Oracle Java 1.8. Por favor, cambie su-usuario por su verdadero nombre de usuario en Mac: cd /Users/su-usuario ...descargamos el archivo java: (En una sola línea sin espacio entre ambas) wget https://github.com/frekele/oracle-java/releases/download/8u212-b10/jdk-8u212-macosx- x64.dmg ...vaya a su directorio home, donde ha descargado el archivo, haga clic sobre el mismo: jdk-8u212-macosx-x64.dmg ...y siga el proceso de instalación aceptando todo lo predeterminado.
    [Show full text]
  • Удк 004.42; 004.032.6 Doi 10.25205/1818-7900-2018-16-1-24-38
    УДК 004.42; 004.032.6 DOI 10.25205/1818-7900-2018-16-1-24-38 И. А. Архипец 1, Д. Е. Бежецков 1, 2, Ю. Э. Данилова 1, Д. Ю. Кандров 3 М. Н. Солодовник 1, А. А. Федотов 4 1 Новосибирский центр информационных технологий «Унипро» пр. Академика Лаврентьева, 6/1, Новосибирск, 630090, Россия 2 Новосибирский государственный университет ул. Пирогова, 1, Новосибирск, 630090, Россия 3 OOO «Аквелон» пр. Ленина, 12Б, Иваново, 153000, Россия 4 ГП «Грин Стар» ул. Расплетина, д. 5, стр. 1, Москва, 123060, Россия [email protected], [email protected], [email protected], [email protected] [email protected], [email protected] ОТКРЫТЫЕ РЕШЕНИЯ ВЕБ- / ВИДЕОКОНФЕРЕНЦСВЯЗИ И ПРОЕКТ OPENMEETINGS Открытые программные решения веб- / видеоконференцсвязи анализируются как с технологической, так и с функциональной сторон в масштабе хорошо развитого ИТ-сегмента ВКС. На примере международного проекта Apache OpenMeetings новосибирская команда разработчиков детально рассматривает программные, пользовательские, сервисные и коммерческие аспекты таких проектов в динамике их развития. Показаны возможности и достоинства, обозначены дальнейшие перспективы роста. Ключевые слова: веб-конференцсвязь, видеоконференцсвязь, ВКС, открытый код, Flash, WebRTC, фонд Apache, мобильный клиент, разработка ПО, поддержка ПО. Введение В современном обществе практически любой человек, регулярно пользующийся ком- пьютером, хотя бы изредка прибегает к помощи компьютерной конференцсвязи, не упот- ребляя, однако, этот термин. Например, известный мессенджер Skype или сервис Google Hangouts предоставляют такую возможность. Конференцсвязь – это одновременное об- щение нескольких человек по аудио- и / или видеоканалам. Современные системы, обеспечивающие конференцсвязь, на макроуровне делятся на аппаратные и программные. Аппаратные требуют наличия специального оборудова- ния: управляемые видеокамеры, кодеки, серверы и др. Часто это оборудование устанав- ливают в специальный кабинет для проведения совещаний.
    [Show full text]
  • ESCUELA SUPERIOR POLITÉCNICA DEL LITORAL Facultad De
    ESCUELA SUPERIOR POLITÉCNICA DEL LITORAL Facultad de Ingeniería en Electricidad y Computación “ANÁLISIS, CONFIGURACIÓN Y PRUEBAS DE RENDIMIENTO DE UN SISTEMA DE VIDEOCONFERENCIA EN REDES IP UTILIZANDO SOFTWARE LIBRE” INFORME DE PROYECTO DE GRADUACIÓN Previo a la obtención del Título de: LICENCIADO EN REDES Y SISTEMAS OPERATIVOS Presentada por: INTRIAGO NARVAEZ KEVIN EDWIN MARIN ORTIZ THALIA CATALINA GUAYAQUIL – ECUADOR 2015 ii AGRADECIMIENTO A Dios por regalarme un día más de vida, a mis padres Víctor y Narcisa, por haber sido la fuente de apoyo constante e incondicional en todo momento, por los valores que me han inculcado y por haberme dado la oportunidad de tener una excelente educación a pesar de las limitantes económicas que muchas veces tuvieron. Intriago Kevin Le doy gracias a Dios por el milagro de la vida. A mis padres por su sabiduría, por la educación y por su apoyo incondicional en mis decisiones. Por último, le agradezco a aquella persona esencial en mí día a día: Thamari lo logramos. Marín Thalía. iii DEDICATORIA Al creador de todas las cosas, por bendecirme en cada etapa de mi vida, y por darme la fortaleza para continuar aun cuando he querido declinar, a mis padres por su apoyo, amor y dedicación brindada, a Catalina por ser una parte muy importante de mi vida, brindándome su amor en todo momento y a mis amigos que estuvieron presentes cuando requerí de su ayuda. Intriago Kevin Este documento y el contenido del mismo se lo dedico a mi padre Alfredo Octavio Marin Campana, sé lo importante que es para ti este logro.
    [Show full text]
  • Vulnerability Summary for the Week of July 17, 2017
    Vulnerability Summary for the Week of July 17, 2017 The vulnerabilities are based on the CVE vulnerability naming standard and are organized according to severity, determined by the Common Vulnerability Scoring System (CVSS) standard. The division of high, medium, and low severities correspond to the following scores: High - Vulnerabilities will be labeled High severity if they have a CVSS base score of 7.0 - 10.0 Medium - Vulnerabilities will be labeled Medium severity if they have a CVSS base score of 4.0 - 6.9 Low - Vulnerabilities will be labeled Low severity if they have a CVSS base score of 0.0 - 3.9 High Vulnerabilities CVS S Primary Publishe Scor Source & Vendor -- Product Description d e Patch Info CVE-2017- 7664 MLIST Uploaded XML documents were not correctly 2017-07- BID(link is apache -- openmeetings validated in Apache OpenMeetings 3.1.0. 17 7.5 external) An issue was discovered in certain Apple CVE-2017- products. iTunes before 12.6.2 on Windows is 7053 affected. The issue involves the "iTunes" BID(link is component. It allows attackers to execute external) arbitrary code in a privileged context via a crafted 2017-07- CONFIRM(lin apple -- itunes app. 20 9.3 k is external) CVE-2017- 7050 An issue was discovered in certain Apple BID(link is products. macOS before 10.12.6 is affected. The external) issue involves the "Bluetooth" component. It SECTRACK(li allows attackers to execute arbitrary code in a nk is external) privileged context or cause a denial of service 2017-07- CONFIRM(lin apple -- mac_os_x (memory corruption) via a crafted app.
    [Show full text]
  • Installation of Apache Openmeetings 3.1.2 on Debian 8 This Tutorial Is
    Installation of Apache OpenMeetings 3.1.2 on Debian 8 This tutorial is made based on fresh installations of debian-8.3.0-amd64-CD-1.iso It is tested with positive result. We will use the Apache's binary version OpenMeetings 3.1.2 stable, that is to say will suppress his compilation. It is done step by step. updated 12-8-2016 Starting... 1) First update and upgrade the OS: apt-get update apt-get upgrade 2) ------ Installation of Oracle Java 1.8 ------ Red5-OM need Java. Add repository to install Oracle Java 1.8. (Only one line with space between both) echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list Pag 1 apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886 apt-get update To accept the license automatically when install it: (Only one line without space between both) echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf- set-selections ...now install Oracle Java: apt-get install oracle-java8-installer Maybe you have installed various versions of Java. We select the just installed Oracle Java: update-alternatives --config java To know the active java version: java -version 3) ------ Installation of LibreOffice ------ LibreOffice is need it to convert to pdf the uploaded files. apt-get install libreoffice 4) ------Installation ImageMagic, Sox and Swftools ------ ImageMagic, will work the image files.
    [Show full text]
  • Apache Openmeetings
    Università degli studi di Camerino Scuola di Scienze e Tecnologie Corso di Laurea in Informatica (Classe 26) Sistemi di Web Conferencing Caso di studio: Apache OpenMeetings Studente: Relatore: Matteo Veroni Prof. Fausto Marcantoni Anno accademico 2012/2013 Ai miei genitori, Simonetta e Marco e a mio fratello Luca Indice Introduzione ................................................................................................................. 1 Capitolo 1 ..................................................................................................................... 4 Che cos’è il Web Conferencing 1.1 Definizione ............................................................................................................ 4 1.2 Le diverse forme di Web Conferencing ................................................................. 5 1.3 Principali attori..................................................................................................... 10 1.4 Funzionamento generale .................................................................................... 12 1.5 Strumenti indispensabili per il Web Conferencing............................................... 14 1.6 Vantaggi e svantaggi .......................................................................................... 16 1.7 Ambiti di utilizzo .................................................................................................. 21 Capitolo 2 ..................................................................................................................
    [Show full text]
  • Simulasi Unjuk Kerja Mimo Dengan Arsitektur V-Blast
    Implementasi Teleconference … I Made Warsa Kumara IMPLEMENTASI TELECONFERENCE PADA MOODLE DENGAN APACHE OPENMEETINGS I Made Warsa Kumara Manajemen Sistem Informasi dan Komputer, Magister Teknik Elektro Pasca Sarjana Unversitas Udayana [email protected] Abstrak Berbagai terobosan dalam teknologi internet melahirkan berbagai fasilitas baru dalam dunia pendidikan. Teleconfrence adalah salah satunya yang mampu memperkaya fitur e-learning yang terus berkembang baik fungsi maupun kemampuannya. Dari sekian banyak aplikasi teleconference berbasis web yang tersedia gratis, dipilih Apace OpenMeetings karena memiliki fitur dan dokumentasi yang memadai dan cukup mudah untuk diinstal. Tulisan ini membahas bagaimana implementasi teleconference pada Moodle dengan aplikasi open source Apache OpenMeetings. Penelitian dilakukan dengan studi literatur pada sejumlah artikel dan tulisan yang berkaitan dengan Moodle, teleconference dan Apache OpenMeetings. Pengujian dilakukan pada server elearning Fakultas Kedokteran Universitas Warmadewa, dengan mencoba melakukan conference pada sebuah topik dalam elearning. Server elearning yang digunakan memiliki spesifikasi processor core 2 duo 2,8 GHz dengan Ram 1 GB dan jaringan kabel dengan kecepatan 100 Mbps. Kata kunci: elearning, teleconference, openmeetings, moodle 1. PENDAHULUAN langsung diintegrasikan dengan aplikasi LMS, salah satunya adalah Apache OpenMeetings. Aplikasi ini Perkembangan teknologi informasi kini semakin dipilih karena gratis dan memiliki fitur yang cukup membuka peluang bagi lembaga pendidikan baik lengkap dan dapat diintegrasikan dengan LMS formal maupun nonformal untuk memanfaatkan Moodle. Bagaimana cara menggabung kedua aplikasi sistem e-learning guna mendukung proses belajar yang sangat bermanfaat ini kedalam sistem e-learning mengajar. Dengan e-learning pendidik bisa yang terintegrasi akan dibahas dalam tulisan ini. menyampaikan materi pembelajaran melalui internet sehingga peserta dapat mengakses materi tersebut kapan saja dan dari mana saja.
    [Show full text]
  • Installation of Apache Openmeetings 4.0.11 on Fedora 32 This Tutorial It
    Installation of Apache OpenMeetings 4.0.11 on Fedora 32 This tutorial it is bassed on a fresh installa- tion of Fedora-MATE_Compiz-Live-x86_64-32-1.2.iso It is tested with positive result. We will use the Apache's binary version OpenMeetings 4.0.11 stable, that is to say we´ll suppress his compilation. It is done step by step. Starting... 1) At first place, modify Selinux level security, for the installation, and install nano editor: dnf install nano sudo nano /etc/selinux/config …modify: SELINUX=enforcing ...to SELINUX=permissive Pag 1 Press Ctrl+x and will ask to save, press Y, and Enter, to save and leave nano´s editor. 2) ------ Update Operative System ------ Update operative system: dnf update -y ...and reboot, for kernel changes if it is, and the new Selinux configuration: reboot 3) ------ ADD Repos ------ ## RPM Fusion repo ## (Only one line without space between each one of them) su -c 'dnf install --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release- 32.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release- 32.noarch.rpm' ### Adobe repo 32 bit ### For Flash Player. rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux ### Adobe repo 64 bit ### For Flash Player. rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux Update again: dnf update -y Pag 2 4) ------ Installation of packets and libraries ------ We install necessary packets and libraries: (Only one line with space between each one of them) dnf install -y libjpeg-turbo libjpeg-turbo-devel libjpeg-turbo-utils giflib-devel freetype-devel gcc-c++ zlib-devel libtool bison bison-devel file-roller ghostscript freetype unzip gcc ncurses make bzip2 wget ncurses zlib git make automake nasm pavucontrol alsa-plugins-pulseaudio nmap tomcat-native 'dnf-command(versionlock)' h264enc 5) ------ Installation of Java ------ Java is needeed to work OpenMeetings 4.0.11.
    [Show full text]
  • Installation of Apache Openmeetings 4.0.10 on Debian 10 This Tutorial Is
    Installation of Apache OpenMeetings 4.0.10 on Debian 10 This tutorial is made based on a fresh installations of debian-live-10.0.0-amd64-mate.iso It is tested with positive result. We will use the Apache's binary version OpenMeetings 4.0.10 stable, that is to say will suppress his compilation. It is done step by step. 14-12-2019 Starting... 1) First, we update and upgrade the OS: sudo apt update sudo apt upgrade 2) ------ Installation of OpenJava ------ OpenMeetings need Java to work. So, we install OpenJava 11: sudo apt install openjdk-11-jdk openjdk-11-jdk-headless ...and his plugin for web: sudo apt install icedtea-netx Pag 1 Now, please, select OpenJava 11 if you have more than one java versions installed: sudo update-alternatives --config java To see the active java version: java -version 3) ------ Installation of LibreOffice ------ LibreOffice is need it to convert to pdf the uploaded office files. The debian desktop iso have already LibreOffice installed. We do it also for server iso: sudo apt-get install libreoffice 4) ------ Installation ImageMagick and Sox ------ ImageMagic, will work the image files, png, jpg, gif, etc. Will install it and some more libraries and paquets: sudo apt-get install -y imagemagick libjpeg62 zlib1g-dev unzip make build-essential wget nmap Sox, work the sound. We´ll compile, because this version is newer than is in the repos: cd /opt wget http://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2.tar.gz tar xzvf sox-14.4.2.tar.gz cd /opt/sox-14.4.2 ./configure make && make install Pag 2 5) ------ Installation of Adobe Flash Player ------ OpenMeetings even need Adobe Flash Player for cam and audio.
    [Show full text]