If you re the administrator on any network,

Size: px
Start display at page:

Download "If you re the administrator on any network,"

Transcription

1 Let s do an inventory! If you re the administrator on any network, chances are you ve already faced the need to make an inventory. In fact, keeping a list of all the computers, monitors, software and other component of the network up-to-date is always both hard and tedious. But if those lists aren t kept up-to-date, it often leads to outdated machines being kept around or to installing more copies of a software than the number of licenses available. But stop worrying, as Debian can be easily transformed into an inventory server: just follow this short installation procedure, and then all will happen automatically. Follow the guide! Preparing the installation The installation of the two applications, OCSNG Inventory and GLPI, that are going to change your Debian in an inventory server require some preparation. The two of them are web applications that are written in PHP, and that relies on databases. Several webservers, such as lighttpd or mini-httpd, can be used, but you ll probably be better off using Apache, as it s the most widely used webserver on the internet. That way, you ll have plenty of documentation available if need be. There is no point to look at older versions of Apache (1.3), instead use the latest one available through Debian s repositories (2.2), so that your installation will benefit from the latest innovations and will remain usable for a long time. As far as databases are concerned, make your life simpler and choose MySQL, which is considered to be the most user-friendly database. Just get the latest version, version 5, from the Debian packages repositories. Lastly, OCSNG Inventory and GLPI require two command interpreters: PHP and PERL. Keep in mind that using PHP 5 should be favored over PHP 4, because the second is unmaintained since the end of So try to use maintained and updated software whenever possible. Now, let s get to work. There s no manual compilation or otherwise weird installation procedures to follow, all you need are the standard Debian tools: aptitude install apache2 libapache2-mod-perl2 libapache2-mod-php5 php5 php5-gd php5-mysql php5-cgi mysql-server Figure 1. OCS keeps track of all the computers and servers on the network Your LAMP architecture (LAMP stands for Linux-Apache-MySQL- PHP) is now deployed. If you want to do so, you can test it by going to the /var/www folder (cd /var/www). Create a file named test.php (touch test.php), and edit this file, using nano for example (nano test.php). Inside, put the following: 24 LINUX IDENTITY SET

2 Installing OCS Inventory NG OCS Inventory NG (Open Computer and Software Inventory Next Generation) is the application that ll keep track of the computers composing your network. It is a free (as in free beer and free speech) software, and is licensed under the terms of the GPLv2. First, grab the package. Go to /var/www (cd /var/www) and use this command: wget ceforge.net/ocsinventory/ OCSNG_LINUX_SERVER_ 1.01.tar.gz Extract the content of the archive with the following command: tar xvzf OCSNG_LINUX_SERVER_ 1.01.tar.gz cd OCSNG_LINUX_SERVER_1.01 Figure 2. OCS is configured through a web-based interface <? phpinfo();?> Open your web browser, and type in this address: A page should be displayed, and it should be a summary of your PHP configuration. If that is not the case, there s something wrong, so get back to the start and try again, making sure you re following the steps correctly. To conclude this first part, secure your MySQL server by assigning a password for the root user. By default, when you install MySQL from the Debian repositories, the root user (the administrator of the database server) doesn t have any kind of password. To fix that, use the following command: It would be a good idea to use the same password than the one used by the linux root user, or else chances are that you ll forget the MySQL one. If you came out of this alive, we can get into the core of the task at hand, by installing OCS Inventory NG. The next step will be automatic, as an installation script is included with OCS Inventory NG. But before running this script, you ll have to install some complementary packages. Most of those are perl libraries and compilation tools needed for the OCS Inventory NG server to run. Once again, make use of the power of aptitude: aptitude install libxml- simple-perl libapache-dbi- perl libnet-ip-perl libsoap-lite-perl You re now ready to run the installation script: mysqladmin -u root password 'your_mysql_admin_ password' Figure 3. The GLPI interface 25

3 sh setup.sh You ll be presented with a set of questions, most of them are selfexplanatory, and you can select the default answers. An exception to this rule is the question Where is Apache root document directory, to which you should answer with the path where your web documents are located, that is /var/www. Next, as you re told at the end of the execution of the script, restart apache: /etc/init.d/apache2 restart You re not done yet with OCS Inventory NG, you have to proceed to the database installation. This time around, you ll be working with a web-based interface. So fire up your browser and point it to: A page should open, and you can fill in your MySQL configuration parameters. Here is what you should mention: MySql login : root MySql password : "your_mysql_ admin_password" MySql HostName : The OCS database then proceeds to install itself automatically. When it s done, click on the Send button at the bottom of the page. And there you have it, the installation is completed. Connect to the web interface by either clicking on the link that you will be given, or by entering the following URL: Click on the flag representing your language, then login into the interface by using the admin both as the login name and the password. Change the admin user s password right away: click on the purple icon with a key, in the upper-right corner of the page. Once the password has been modified, go back to the main screen. As you can see, there s nothing there Figure 4. The reservation tool of GLPI because no computer has been inventoried yet. To change that, the OCS Inventory client must be installed on every computer in the network. The OCS Inventory client It doesn t matter if the network s machines are running Linux or Windows, you have to install a client on every one of them either way. Under Windows, it s really easy: download the client at the following location: ge.net/ocsinventory/ocsng_ WIN32_AGENT_1.01_repack.zip Next, uncompress the software and run the OcsAgentSetup.exe executable. Just type in the OCS Inventory server s address and you re done. On Linux systems, it s a little more complicated, as you ll have to compile the software yourself. For a typical Debian system, install the necessary packages: aptitude install libcompress- zlib-perl libnet-ip-perl libnet-ssleay-perl libwww- perl libxml-simple-perl libssl-dev libmail- sendmail-perl intltool- debian gettext libxml- libxml-common-perl libxml- libxml-perl libxml- namespacesupport-perl libxml-sax-perl libxml- simple-perl po-debconf make Then download the OCS client: wget ceforge.net/ocsinventory/ OCSNG_LINUX_AGENT_1.01_ with_require.tar.gz Extract the contents of the archive: tar xvzf OCSNG_LINUX_AGENT_ 1.01_with_require.tar.gz cd OCSNG_LINUX_AGENT_1.01 Just as you ve done to install the server, run the install script to compile and set up the client: sh setup.sh The script will ask you a set of questions, and here are the answers you should give it to end up with a typical installation: Which method will you use to generate the inventory? Http Which host is running OCS Inventory NG Communication Server? The OCS server s address On which port is running OCS Inventory NG Communication Server? LINUX IDENTITY SET

4 The next steps can be carried out using a web-interface. First, you have to set some things up for GLPI to install its database automatically. Open up a web browser and go to: Figure 5. GLPI also provides helpdesk functionalities What is the value of TAG? The name of the computer If no error message gets displayed, all is well, and the client is successfully installed. In most cases, a first synchronization between your computer and the server should have been carried out. From there on, a cron job set up by the OCS client will update the informations from time to time. To make sure that this first synchronization went well, connect to the web interface on the server, and, normally, you should see a line mentioning the name of the computer you just added. Installing GLPI The GLPI application (for computer stock management) is often coupled to OCSNG Inventory, as it brings many interesting features to an inventory system. GLPI enables you to manage every piece of the group of computer you have to supervise, and lets you get an helpdesk up and running. All maintenance operations are written in a database, and a summary of the carried out actions can then be produced. Of course, it also lets you follow the life cycle of a computer, keep tracks of the warranties, licenses... Go to the the directory where your web documents are placed (cd /var/ www) and grab the GLPI package: wget IMG/gz/glpi-0.70.tar.gz Extract its contents: tar xvzf glpi-0.70.tar.gz A GLPI is created. This time, there s no need to compile anything or to run any install script. In fact, GLPI is a web-based application, and thus by extracting the archive, you already placed the right files at the right places, the rest being done by Apache and PHP who are able to interpret GLPI s files. Nevertheless, you still have some work to do: to delete the compressed package and give the right permissions to the GLPI folder. You can do that by executing: rm glpi-0.70.tar.gz chown -R www-data /var/www/glpi Before configuring GLPI, edit a value in one of the configuration files of PHP, /etc/php5/apache2/php.ini. Look for the following line: memory_limit = 16M The value specified is too low for GLPI to function correctly. So, replace it with the following: memory_limit = 32M And to apply this change, just restart Apache: /etc/init.d/apache2 restart The application is going to ask you several questions, the first being about the language you d rather use. Then, accept the terms of the GPL license to proceed. After that, click on Install. Your setup will be tested, and there shouldn t be any error (no lines of red text), so click on continue. You then have to input your MySQL parameters, as follow: Mysql server: Mysql user: root Mysql pass: "your_mysql_ admin_password" GLPI then asks you to choose a database, but we advise you to create a new one, that you ll name glpi. It s simpler that way, and you won t forget it or overwrite it by mistake. When you re done, the installation process will come to an end, and a page will open, telling you that the installation is indeed completed. You can then click on Use GLPI. Configuring GLPI Connect to the application using the login name glpi and glpi as the password. For security reasons, you should change the administrator s password. Click on Settings, in the upper part of the page. In the Password field, type in the new password, and use that occasion to put an address (the of the administrator) before saving your changes by clicking on Refresh. Next in line is the activation of the OCS Inventory mode. Click on Configuration / general and finally on the Restrictions tab. The page that ll show up contains a field labeled Activate the OCSNG mode, and as you might have guessed, you should set this field s value to Yes. Save this change when you ve done so. If all is well, the configuration page for the OCSNG mode should be displayed. Now, click on the

5 tab, and another page should open. Choose Empty template and configure the OCS server as follow: Name: "choose a name" Host: Name of OCS data base: OCSWEB OCSweb database user: root OCSweb user password: "your root password" Now, you can select the kind of import you want to make, and you should probably choose global for each element. That way, all is imported, but the hardware is managed globally (without redundant information). As far as general informations on computers and on components, we advise you to select Yes for everything to obtain as much information as possible. Last but not least, say Yes to Activate automatic link. The basic configuration of GLPI is now behind you, and you can, if you want to, fine-tune this installation to adapt it to your specific needs. For that, please refer to the online help or the official website of the GLPI project: to obtain additional documentation. How to reserve hardware with GLPI? Amidst all the functionalities offered by GLPI, there s one that can prove particularly helpful for those who administrate large computer networks: the management of hardware reservations. Indeed, you have the possibility to make some hardware available for people on the network to use. To make a piece of hardware available, connect to the GLPI web interface ( Click on Inventory and select the kind of hardware you re interested in, before selecting the specific hardware you want to mark as available. Click on it to open its page and click on the Click to authorize reservation button, at the bottom of the page. The reservation of an available hardware piece happens through the Tools menu, in the upper menu bar. Select the Reservations submenu to see all the available hardware. At the end of the line concerning what you re interested in, there is a calendar-shaped icon. Click on it to open a calendar: just click on the day for which you d like to reserve the hardware. This solution is really easy to set up, and helps a lot when you have to manage a large computer stock. But it implies, on the other hand, that you ll have to manage users with various permission levels. GLPI helpdesk GLPI also offers an helpdesk service: any user can ask the GLPI administrator for help when he faces a problem on some hardware. There again, you ll need to manage users. Each user will have at least the post-only profile. But to make the helpdesk easier to use, you re going to modify this profile. Login into GLPI. In the upper menu bar, go to the Administration menu, then to the Profiles sub-menu. A list of all the available profiles will show, in which you ll have to select post-only. A new page will then be displayed, with all the options regarding this particular profile. Change a few things: Link with hardware when creating tickets: All hardware Hardware linkable to tickets: select everything (keep the [Ctrl] key pressed, and click on every line) Once this profile is modified, click on Refresh. Then, log out of GLPI, and log back in using an username associated to the post-only profile. The page that ll open up let you request assistance (it s called opening a ticket ). The interface asks for the type of hardware involved, and to specify the priority of the request. You can also upload attachments to help processing your request. It s a really complete tool that should cover all your needs. When the request is confirmed, you ll be kept up-to-date with the evolution of its processing. All in all, GLPI provides a simple to use tool, but it should cover most of your needs regarding daily assistance. You re on your own now... With some relatively easy to perform manipulations, you just turned your server into a management system for your whole network. Be it hardware, software, reservations, help requests or many other things, you know have it covered. The only thing we can wish for is for your OCS database to contain only Debian-based computers LINUX IDENTITY SET

L.A.M.P. Stack Part I

L.A.M.P. Stack Part I L.A.M.P. Stack Part I By George Beatty and Matt Frantz This lab will cover the basic installation and some configuration of a LAMP stack on a Ubuntu virtual box. Students will download and install the

More information

Apache MySQL PHP PHPAdmin Install

Apache MySQL PHP PHPAdmin Install Apache MySQL PHP PHPAdmin Install Installing Apache 2 To only install the apache2 webserver, use any method to install apache2 It requires a restart for it to work sudo /etc/init.d/apache2 restart Checking

More information

We want to install putty, an ssh client on the laptops. In the web browser goto:

We want to install putty, an ssh client on the laptops. In the web browser goto: We want to install putty, an ssh client on the laptops. In the web browser goto: www.chiark.greenend.org.uk/~sgtatham/putty/download.html Under Alternative binary files grab 32 bit putty.exe and put it

More information

OpenEMR INSTALLATION AND UPGRADE Quick guide

OpenEMR INSTALLATION AND UPGRADE Quick guide OpenEMR INSTALLATION AND UPGRADE Quick guide Preliminary documentation September 2 nd, 2009 Updated February 1 st, 2010 Amended on July 13 th, 2010 Amended September 22, 2010 Page 1 of 19 Preliminary notes

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH ViMP 2.0 Installation Guide Verfasser: ViMP GmbH Table of contents About this document... 3 Prerequisites... 4 Preparing the server... 5 Apache2... 5 PHP... 5 MySQL... 5 Transcoding... 6 Configuration...

More information

Jarvis Web Gateway. Installation Instructions. Jonathan Couper-Smartt

Jarvis Web Gateway. Installation Instructions. Jonathan Couper-Smartt Jarvis Web Gateway Installation Instructions Jonathan Couper-Smartt jarvis@nsquared.co.nz Abstract: The Jarvis Web Gateway is a lightweight web-service designed to give Rich Internet Applications a rapid,

More information

Installing Ubuntu Server

Installing Ubuntu Server CHAPTER 1 Installing Ubuntu Server You probably chose Ubuntu as a server solution because of either your gratifying experience using it on the desktop or the raves you ve heard from others about its user-friendly

More information

Step 1 - Install Apache and PostgreSQL

Step 1 - Install Apache and PostgreSQL How to install OTRS (Open Source Trouble Ticket System) on Ubuntu 16.04 Prerequisites Ubuntu 16.04. Min 2GB of Memory. Root privileges. Step 1 - Install Apache and PostgreSQL In this first step, we will

More information

Installing Dolphin on Your PC

Installing Dolphin on Your PC Installing Dolphin on Your PC Note: When installing Dolphin as a test platform on the PC there are a few things you can overlook. Thus, this installation guide won t help you with installing Dolphin on

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<<

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<< Apache Manual Install Ubuntu Php Mysql Phpmyadmin No Ubuntu 14.10 LAMP server tutorial with Apache 2, PHP 5 and MySQL (MariaDB) Additionally, I will install phpmyadmin to make MySQL administration easier.

More information

Chapter. NagVis. Nagios, 2nd Edition (C) 2008 by Wolfgang Barth

Chapter. NagVis. Nagios, 2nd Edition (C) 2008 by Wolfgang Barth 18 Chapter NagVis NagVis 1 is an addon for Nagios that displays host and service states against a background image selected by the user. This must be available in the PNG format; the choice is yours whether

More information

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server.

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server. QUICKSMART OptiRain Open 2 Installation Guide for LInux QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com This guide provides general instructions for installing

More information

Accessible depuis une interface web, OCS va permettre de visualiser l'inventaire de votre parc.

Accessible depuis une interface web, OCS va permettre de visualiser l'inventaire de votre parc. OCS Inventory Qu'est-ce que OCS Inventory? OCS Inventory NG (Open Computers and Software Inventory NextGeneration), est un outil permettant d'effectuer un inventaire automatisé d'un parc informatique.

More information

Phpmyadmin Windows Xp

Phpmyadmin Windows Xp Manual Install Apache Win7 7 Php Mysql Phpmyadmin Windows Xp phpmyadmin allows you to control your MySQL server from a web browser. You will need to install a local web server on your Windows computer

More information

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack!

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack! Topics What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack! What is a Raspberry Pi? The Raspberry Pi is a Credit Card sized computer.

More information

WebMatrix: Why PHP Developers Should Pay Attention

WebMatrix: Why PHP Developers Should Pay Attention WebMatrix: Why PHP Developers Should Pay Attention Gone are the days when PHP developers had to turn away business because the clients used Windows Servers. If you are a PHP developer and have been looking

More information

Lecture 3: Web Servers / PHP and Apache. CS 383 Web Development II Monday, January 29, 2018

Lecture 3: Web Servers / PHP and Apache. CS 383 Web Development II Monday, January 29, 2018 Lecture 3: Web Servers / PHP and Apache CS 383 Web Development II Monday, January 29, 2018 Server Configuration One of the most common configurations of servers meant for web development is called a LAMP

More information

ULTEO OPEN VIRTUAL DESKTOP DEBIAN WHEEZY (7.0) SUPPORT

ULTEO OPEN VIRTUAL DESKTOP DEBIAN WHEEZY (7.0) SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 DEBIAN WHEEZY (7.0) SUPPORT Contents 1 Prerequisites: Debian Wheezy (7.0) 3 1.1 System Requirements.............................. 3 2 Repository 4 2.1 Online Method..................................

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

INTRODUCTION. To avoid the PHP7 conflicts use this OS image: STEP 1 - Parts List:

INTRODUCTION. To avoid the PHP7 conflicts use this OS image:   STEP 1 - Parts List: INTRODUCTION These are enhanced instruction set to install RaspberryPints on a Raspberry Pi 2 Model B with use of an AlaMode card and Flow Meters from AdaFruit.com. I started with instruction set here:

More information

Kollaborate Server. Installation Guide

Kollaborate Server. Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house on your own server and storage.

More information

4 Installation from sources

4 Installation from sources 2018/07/18 21:35 1/11 4 Installation from sources 4 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix

More information

3 Installation from sources

3 Installation from sources 2018/02/14 10:00 1/11 3 Installation from sources 3 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix

More information

XCloner. Official User Manual. Copyright 2010 JoomlaPlug.com All rights reserved.

XCloner. Official User Manual. Copyright 2010 JoomlaPlug.com  All rights reserved. XCloner Official User Manual Copyright 2010 JoomlaPlug.com www.joomlaplug.com All rights reserved. JoomlaPlug.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. What

More information

4 Installation from sources

4 Installation from sources 2018/07/12 20:48 1/10 4 Installation from sources 4 Installation from sources Overview You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing

More information

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT Contents 1 Prerequisites: SUSE Linux Enterprise Server (SLES) 11 SP1 3 1.1 System Requirements..............................

More information

Plugin Monitoring for GLPI

Plugin Monitoring for GLPI Plugin Monitoring for GLPI Introduction 2 TOC 3 Contents Preface: Introduction...v Goals of this project... v Why is it revolutionary?...v Links...v Internet site...v IRC-Channel...vi Terms used in this

More information

Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier.

Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier. Nagios 4 on Ubuntu 16 Install some base packages. I recommend following this guide as root on a new VPS or using sudo su, it will make running setup just a touch easier. apt-get install php-gd build-essential

More information

3 Installation from sources

3 Installation from sources 2019/02/02 03:16 1/11 3 Installation from sources 3 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

Setting up a ColdFusion Workstation

Setting up a ColdFusion Workstation Setting up a ColdFusion Workstation Draft Version Mark Mathis 2000 all rights reserved mark@teratech.com 2 Setting up a ColdFusion workstation Table of Contents Browsers:...5 Internet Explorer:...5 Web

More information

Task-Oriented Solutions to Over 175 Common Problems. Covers. Eclipse 3.0. Eclipse CookbookTM. Steve Holzner

Task-Oriented Solutions to Over 175 Common Problems. Covers. Eclipse 3.0. Eclipse CookbookTM. Steve Holzner Task-Oriented Solutions to Over 175 Common Problems Covers Eclipse 3.0 Eclipse CookbookTM Steve Holzner Chapter CHAPTER 6 6 Using Eclipse in Teams 6.0 Introduction Professional developers frequently work

More information

K-RATE INSTALLATION MANUAL

K-RATE INSTALLATION MANUAL K-RATE INSTALLATION MANUAL K-Rate Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-RATE... 4 STEP 1: LOGIN TO YOUR MEMBER ACCOUNT... 4 STEP 2: ENTER DOMAIN NAME... 5 STEP 3: DOWNLOAD

More information

Installing LAMP on Ubuntu and (Lucid Lynx, Maverick Meerkat)

Installing LAMP on Ubuntu and (Lucid Lynx, Maverick Meerkat) Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat) April 29, 2010 by Linerd If you're developing websites, it's nice to be able to test your code in the privacy of your own computer

More information

Install latest version of Roundcube (Webmail) on CentOS 7

Install latest version of Roundcube (Webmail) on CentOS 7 Install latest version of Roundcube (Webmail) on CentOS 7 by Pradeep Kumar Published December 14, 2015 Updated August 3, 2017 Roundcube is a web browser based mail client & also known as webmail. It provides

More information

ULTEO OPEN VIRTUAL DESKTOP OPENSUSE 11.3 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP OPENSUSE 11.3 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 OPENSUSE 11.3 SUPPORT Contents 1 Prerequisites: opensuse 11.3 3 1.1 System Requirements.............................. 3 2 Repository 4 2.1 Online Method..................................

More information

AimSniff. Jason Healy, Director of Networks and Systems

AimSniff. Jason Healy, Director of Networks and Systems AimSniff Jason Healy, Director of Networks and Systems Last Updated Mar 18, 2008 2 Contents 1 AimSniff 5 1.1 Introduction.............................. 5 1.2 Dependencies............................. 5

More information

Installing Joomla

Installing Joomla Installing Joomla 3.0.11 To start installing Joomla 3.X you have to copy the zipped file Joomla_3.0.1-Stable-Full_Package.zip to the folder in which you want to install Joomla 3.X. On a web host this is

More information

GestióIP IPAM v3.0 IP address management software Installation Guide v0.4

GestióIP IPAM v3.0 IP address management software Installation Guide v0.4 GestióIP IPAM v3.0 IP address management software Installation Guide v0.4 www.gestioip.net GestióIP Copyright Marc Uebel 2014 Table of Contents 1 Introduction... 3 2 Requirements... 3 3 System preparation...

More information

Keep Track of Your Passwords Easily

Keep Track of Your Passwords Easily Keep Track of Your Passwords Easily K 100 / 1 The Useful Free Program that Means You ll Never Forget a Password Again These days, everything you do seems to involve a username, a password or a reference

More information

Creating a multilingual site in WebPlus

Creating a multilingual site in WebPlus Creating a multilingual site in WebPlus One of the problems faced by a number of WebPlus users involves organizing a multilingual website. Ordinarily, the easiest way to do this is to create your primary

More information

Web Server Setup Guide

Web Server Setup Guide SelfTaughtCoders.com Web Server Setup Guide How to set up your own computer for web development. Setting Up Your Computer for Web Development Our web server software As we discussed, our web app is comprised

More information

1 Installation (briefly)

1 Installation (briefly) Jumpstart Linux Bo Waggoner Updated: 2014-09-15 Abstract A basic, rapid tutorial on Linux and its command line for the absolute beginner. Prerequisites: a computer on which to install, a DVD and/or USB

More information

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Table of Contents Preparation... 3 Exercise 1: Create a repository. Use the command line.... 4 Create a repository...

More information

Documentation of Clubdata

Documentation of Clubdata Documentation of Clubdata Autor: Franz Domes Version: 1.0 Datum: 10. Oct. 2004 Table of content 1 Overview...3 1.1 Features...3 2 Concepts...4 2.1 MemberID...4 2.2 User versus Member...4 2.3 Membership

More information

Installing OptiRain Open on Raspbian

Installing OptiRain Open on Raspbian QUICKSMART Installing OptiRain Open on Raspbian QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com This document shows how to install OptiRain Open 2 on a Raspberry

More information

ModSecurity2 Installation, and Configuration

ModSecurity2 Installation, and Configuration ModSecurity2 Installation, and Configuration Hi, I actually searched a lot of times through Mr. Google looking for a ModSecurity2 HOWTO, but unfortunately I didn't find any. So I decided to write this

More information

LOCAL WALLET (COLD WALLET):

LOCAL WALLET (COLD WALLET): This tutorial will teach you how to create a masternode with a "cold/hot" setup. The whole process is as follows. LOCAL WALLET (COLD WALLET): Visit TRAID platform s official repository on GitHub and download

More information

SETTING UP 3 WORDPRESS SITES ON APACHE AND UBUNTU BY RAMI

SETTING UP 3 WORDPRESS SITES ON APACHE AND UBUNTU BY RAMI SETTING UP 3 WORDPRESS SITES ON APACHE AND UBUNTU 14.04 BY RAMI SETTING UP 3 WORDPRESS SITES ON APACHE SERVER AND UBUNTU 14.04 THE SET UP This may be a little rough in some places because not all the terms

More information

District 5910 Website Quick Start Manual Let s Roll Rotarians!

District 5910 Website Quick Start Manual Let s Roll Rotarians! District 5910 Website Quick Start Manual Let s Roll Rotarians! All Rotarians in District 5910 have access to the Members Section of the District Website THE BASICS After logging on to the system, members

More information

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector SIMICART USER GUIDE SERIES Install SimiConnector TABLE OF CONTENTS I. INSTALL SIMICONNECTOR 3 II. CHECK CONNECTOR AFTER INSTALL 12 I. INSTALL SIMICONNECTOR 1) Download SimiConnector: https://github.com/simicart/simicart-magento2.x

More information

Step 1: Adding Darwin to your computer

Step 1: Adding Darwin to your computer Step 1: Adding Darwin to your computer You MUST be on GoucherWIFI. If you receive any network connection problems at any point, double-check your WIFI connection. Remove/Move GoucherGuest and GoucherMultimedia

More information

PS IMAGO Portal 4.0 /// installation instructions

PS IMAGO Portal 4.0 /// installation instructions PS IMAGO Portal 4.0 /// installation instructions Installing PS IMAGO Portal on Windows PS IMAGO Portal was designed to maximally simplify the installation process, transferring the system to other platforms

More information

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP CENTOS 6.0 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 CENTOS 6.0 SUPPORT Contents 1 Prerequisites: CentOS 6.0 3 1.1 System Requirements.............................. 3 1.2 SELinux....................................... 3

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

Illustrated Steps to create greggroeten.net with AWS

Illustrated Steps to create greggroeten.net with AWS Illustrated Steps to create greggroeten.net with AWS Screenshots of each step Table of Contents 1. CREATE VPC 10.10.0/16.... 3 2. CREATE 1 PUBLIC SUBNET IN DEFAULT AZ, EX BELOW... 4 3. CREATE IGW, ATTACH

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Chapter-3. Introduction to Unix: Fundamental Commands

Chapter-3. Introduction to Unix: Fundamental Commands Chapter-3 Introduction to Unix: Fundamental Commands What You Will Learn The fundamental commands of the Unix operating system. Everything told for Unix here is applicable to the Linux operating system

More information

Setting Up a Development Server

Setting Up a Development Server 2 Setting Up a Development Server If you wish to develop Internet applications but don t have your own development server, you will have to upload every modification you make to a server somewhere else

More information

Web Hosting. Important features to consider

Web Hosting. Important features to consider Web Hosting Important features to consider Amount of Storage When choosing your web hosting, one of your primary concerns will obviously be How much data can I store? For most small and medium web sites,

More information

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG 1 Notice Class Website http://www.cs.umb.edu/~jane/cs114/ Reading Assignment Chapter 1: Introduction to Java Programming

More information

WLprinter Web-to-local print solution Version 0.9

WLprinter Web-to-local print solution Version 0.9 WLprinter Web-to-local print solution Version 0.9 Tekki October 7, 2010 Contents 1 Introduction 2 1.1 What is WLprinter?.............................. 2 1.2 System requirements..............................

More information

Manually Password Protect Directories Apache Ubuntu

Manually Password Protect Directories Apache Ubuntu Manually Password Protect Directories Apache Ubuntu Apache can be configured to force users to login before being Password protection can be useful for securing a directory that planning to edit them manually,

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

More information

Preparing Your Working Environment

Preparing Your Working Environment A Preparing Your Working Environment In order to avoid any headaches while going through the case studies in this book, it's best to install the necessary software and configure your environment the right

More information

Table of Contents. Server Migrations Hints, tips and planning considerations

Table of Contents. Server Migrations Hints, tips and planning considerations Server Migrations Hints, tips and planning considerations Table of Contents Introduction:...2 Overview:...2 Migrating your server...2 Audit of the existing server:...2 Preparing the new server:...3 Syncing

More information

Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 1

Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 1 Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 1 Execu/Tech Systems, Inc. Handheld Inventory Manual P a g e 2 Contents Important Notes... 3 Requirements and Software Installation... 4-5 Starting

More information

The following pages within this guide will explain to you stepby-step how to set up your sites.

The following pages within this guide will explain to you stepby-step how to set up your sites. Thank you for purchasing VORTEX 47. VORTEX 47 websites are loaded with some of the Highest Gravity, Most Popular items listed on Clickbank. These sites are optimized for Google Adsense Ads as well as Amazon

More information

XML and API Documentation

XML and API Documentation ATLauncher XML and API Documentation Version 1.0.22 Last Updated: 18/10/2013 Table of Contents XML Introduction... 2 Basic Layout... 3 ... 4 ... 5 ... 7 ... 8 Mod Types...

More information

Things to note: Each week Xampp will need to be installed. Xampp is Windows software, similar software is available for Mac, called Mamp.

Things to note: Each week Xampp will need to be installed. Xampp is Windows software, similar software is available for Mac, called Mamp. Tutorial 8 Editor Brackets Goals Introduction to PHP and MySql. - Set up and configuration of Xampp - Learning Data flow Things to note: Each week Xampp will need to be installed. Xampp is Windows software,

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Installing Koha on Windows XP. Amandeep Kapila

Installing Koha on Windows XP. Amandeep Kapila Installing Koha on Windows XP For MLIS Online by Amandeep Kapila 0 Introduction KOHA is an Integrated Library System with all the features that are required in day to day library management operations.

More information

This document is intended for use by Nagios Administrators that want to use Slack for notifications.

This document is intended for use by Nagios Administrators that want to use Slack for notifications. Purpose This document describes how integrate the Slack messaging platform with. This integration will allow to send notifications to Slack channels, enabling teams to see the health of their devices monitored

More information

How to Secure SSH with Google Two-Factor Authentication

How to Secure SSH with Google Two-Factor Authentication How to Secure SSH with Google Two-Factor Authentication WELL, SINCE IT IS QUITE COMPLEX TO SET UP, WE VE DECIDED TO DEDICATE A WHOLE BLOG TO THAT PARTICULAR STEP! A few weeks ago we took a look at how

More information

Building a Django Twilio Programmable Chat Application

Building a Django Twilio Programmable Chat Application Building a Django Twilio Programmable Chat Application twilio.com/blog/08/0/python-django-twilio-programmable-chat-application.html March 7, 08 As a developer, I ve always wanted to include chat capabilities

More information

EZ Admin Helper Addon

EZ Admin Helper Addon EZ Admin Helper Addon Purpose Many common administrative functions are needed to successfully run your business. This addon provides you a way to either schedule tasks to be done at an interval you choose

More information

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

CCMS Installation Instructions

CCMS Installation Instructions CCMS Installation Instructions August 2012 Rev. 1.8.0 Ceedo Technologies, Ltd. 21 Hamelacha St. P.O. Box 11695 Park Afek, Rosh-Haayin, Israel 48091 T +972-7-322-322-00 www.ceedo.com 2012 Ceedo Technologies,

More information

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6

IBM Atlas Policy Distribution Administrators Guide: IER Connector. for IBM Atlas Suite v6 IBM Atlas Policy Distribution Administrators Guide: IER Connector for IBM Atlas Suite v6 IBM Atlas Policy Distribution: IER Connector This edition applies to version 6.0 of IBM Atlas Suite (product numbers

More information

Plugin Monitoring for GLPI

Plugin Monitoring for GLPI Plugin Monitoring for GLPI Introduction 2 TOC 3 Contents Preface: Introduction...v Goals of this project... v Why is it revolutionnary?...v Links...v Internet site...v IRC-Channel...v Terms used in this

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet.

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet. Mr G s Java Jive #2: Yo! Our First Program With this handout you ll write your first program, which we ll call Yo. Programs, Classes, and Objects, Oh My! People regularly refer to Java as a language that

More information

Nextcloud 13: How to Get Started and Why You Should

Nextcloud 13: How to Get Started and Why You Should Nextcloud 13: How to Get Started and Why You Should Nextcloud could be the first step toward replacing proprietary services like Dropbox and Skype. By Marco Fioretti In its simplest form, the Nextcloud

More information

Getting Started with Phalcon

Getting Started with Phalcon Getting Started with Phalcon Stephan A. Miller Chapter No. 1 "Installing Phalcon" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.1 "Installing

More information

ASCII Art. Introduction: Python

ASCII Art. Introduction: Python Python 1 ASCII Art All Code Clubs must be registered. Registered clubs appear on the map at codeclub.org.uk - if your club is not on the map then visit jumpto.cc/18cplpy to find out what to do. Introduction:

More information

Improved Web Development using HTML-Kit

Improved Web Development using HTML-Kit Improved Web Development using HTML-Kit by Peter Lavin April 21, 2004 Overview HTML-Kit is a free text editor that will allow you to have complete control over the code you create and will also help speed

More information

Web Servers and Security

Web Servers and Security Web Servers and Security The Web is the most visible part of the net Two web servers Apache (open source) and Microsoft s IIS dominate the market Apache has 49%; IIS has 36% (source: http://news.netcraft.com/archives/2008/09/30/

More information

System Administration for Beginners

System Administration for Beginners System Administration for Beginners Week 5 Notes March 16, 2009 1 Introduction In the previous weeks, we have covered much of the basic groundwork needed in a UNIX environment. In the upcoming weeks, we

More information

How to set up your wireless network

How to set up your wireless network How to set up your wireless network There are several steps involved in securing your wireless network. I recommend that you take these steps in order and only change one item at a time. While this may

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Contents. Crave Masternode Setup Guides. Single / Multiple Local Masternode(s) Single Masternode using a VPS. Multiple Masternodes using a VPS

Contents. Crave Masternode Setup Guides. Single / Multiple Local Masternode(s) Single Masternode using a VPS. Multiple Masternodes using a VPS Contents Crave Masternode Setup Guides Single / Multiple Local Masternode(s) 1 Requirements...1 2 Preparing Masternodes...1 3 Preparing Controller Wallet...2 4 Masternode Configuration...3 5 Starting Masternodes...3

More information

Setting up a LAMP server

Setting up a LAMP server Setting up a LAMP server What is a LAMP? Duh. Actually, we re interested in... Linux, Apache, Mysql, and PHP A pretty standard web server setup Not the only technology options! Linux Pick any! Common choices

More information

Clean & Speed Up Windows with AWO

Clean & Speed Up Windows with AWO Clean & Speed Up Windows with AWO C 400 / 1 Manage Windows with this Powerful Collection of System Tools Every version of Windows comes with at least a few programs for managing different aspects of your

More information

Getting Started with the Zendesk Enterprise Plan

Getting Started with the Zendesk Enterprise Plan Getting Started with the Zendesk Enterprise Plan In this guide, you will learn how to setup Zendesk in an enterprise environment. Large companies typically need their help desk to handle situations where

More information

Subversion was not there a minute ago. Then I went through a couple of menus and eventually it showed up. Why is it there sometimes and sometimes not?

Subversion was not there a minute ago. Then I went through a couple of menus and eventually it showed up. Why is it there sometimes and sometimes not? Subversion was not there a minute ago. Then I went through a couple of menus and eventually it showed up. Why is it there sometimes and sometimes not? Trying to commit a first file. There is nothing on

More information

Linux application virtualization with UDS Enterprise. Versión Rev. 1

Linux application virtualization with UDS Enterprise. Versión Rev. 1 Linux application virtualization with Versión 2.2.1 Rev. 1 February 26th, 2019 Introduction... 2 Necessary elements... 3 1. Virtualization platform... 3 2. Image of Linux OS... 3 3. X2Go protocol... 3

More information

Network and Server Statistics using Cacti

Network and Server Statistics using Cacti Network and Server Statistics using Cacti PacNOG5 17 June 2009 Hervey Allen Introduction A tool to monitor, store and present network and system/server statistics Designed around RRDTool with a special

More information