- ProFTPd: - ftp://ftp.proftpd.org/distrib/source/proftpd tar.gz

Size: px
Start display at page:

Download "www.kdev.it - ProFTPd: http://www.proftpd.org - ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.9.tar.gz"

Transcription

1 &8730; ProFTPd Guida per ottenere un server ProFTPd con back-end MySQL. Guida per ottenere un server ProFTPd con back-end MySQL. Condizioni strettamente necessarie: - Mac OS X Developer Tools: - MySQL (suggerisco di seguire le istruzioni su ProFTPd: - ftp://ftp.proftpd.org/distrib/source/proftpd tar.gz Mac OS X Developer Tools Come prima cosa assicuratevi di avere i Developer Tools installati. (Nella root del vostro disco dovete avere una cartella Developer). Nel caso non siano presenti scaricateli e installateli come un normale software applicativo per X (richiesta la password di amministratore). Attenzione: i Developer tools pesano circa 200 Mb. e potrebbe essere un problema downloadarli, leggete su i vari metodi per ottenere il software ad esempio su CD-ROM. Con i Developer Tools potete ora compilare i source. MySQL Seguite le istruzioni sul sito e installate il package pre-compilato per il vostro Mac OS X, 10.1.X o 10.2.X, esse sono disponibili in lingua italiana all'url ProFTPd Ora siamo pronti per compilare e configurare ProFTPd. curl -O ftp://ftp.proftpd.org/distrib/source/proftpd tar.gz tar xzvf proftpd tar.gz cd proftpd /configure --with-modules=mod_sql:mod_sql_mysql --with-includes=/usr/local/include --with-libraries=/usr/local/lib/mysql make make install Ora che profdtpd é compilato e installato dobbiamo configurare il modulo per leggere il back-end mysql. Come prima cosa dobbiamo creare il "back-end" ovvero il database dove saranno contenute le informazioni per il login. Potete scaricare il file contenente le istruzioni SQL per creare il database da eseguire con phpmyadmin

2 &8730; Il file contiene le seguenti istruzioni: Database : `proftpd` Table structure for table `ftpusers` CREATE TABLE `ftpusers` ( `loginallowed` char(1) NOT NULL default 'Y', `username` varchar(60) NOT NULL default 'NULL', `uid` int(11) unsigned default '1000', `gid` int(11) unsigned default '1000', `groupname` varchar(50) default 'ftp', `password` varchar(30) default 'NULL', `homedir` varchar(255) default '/Users/ftp/default/', `shell` varchar(15) NOT NULL default '/sbin/nologin', `count` int(11) unsigned default '0', `fretr` int(10) unsigned default '0', `bretr` int(10) unsigned default '0', `bstor` int(10) unsigned default '0', `fstor` int(10) unsigned default '0', `ftime` timestamp(14) NOT NULL, `faddr` varchar(255) default 'NULL', `fhost` varchar(255) default 'NULL', `fcdir` varchar(255) default 'NULL', PRIMARY KEY (`username`) ) TYPE=MyISAM;

3 &8730; Ora dovete creare uno user di mysql da utilizzare per le connessioni al db back-end proftp. Sostituite lo user nel file di configurazione di proftpd in /usr/local/etc/proftpd.conf il file di configurazione di proftpd é disponibile all'indirizzo: Il file di configurazione contiene le seguenti direttive: ServerName "KDEV" ServerType inetd DefaultServer on Port 21 Umask 022 MaxInstances 15 User ftp Group ftp PassivePorts UseReverseDNS off IdentLookups off SQLAuthenticate on SQLUserInfo ftpusers username password NULL NULL homedir shell SQLAuthTypes Plaintext Backend SQLConnectInfo proftpd password <--- sostituisci qui le info del tuo user SQLUserWhereClause "LoginAllowed = 'Y'" SQLDefaultGID 1000 SQLDefaultUID 1000 SQLGroupInfo ftpusers groupname gid username SQLHomedirOnDemand on SQLDefaultHomedir /Users/ftp/default/cd1/ SQLDefaultHomedir homedir SQLLog PASS updatelogin SQLNamedQuery updatelogin UPDATE "count=count+1 WHERE username='%u'" ftpusers

4 &8730; ExtendedLog /var/log/proftpd.log DefaultRoot ~ Normally, we want files to be overwriteable. <Directory /*> AllowOverwrite off </Directory> Ora non resta che modificare alcune righe di inetd e di xinetd.d Editate con pico o vi il file /etc/xinetd.d/ftp service ftp { disable = no socket_type = stream wait = no user = root server = /usr/local/sbin/proftpd server_args = groups = yes flags = REUSE IPv6 } e rendetelo uguale a questo. Ora localizzate nel file /etc/inetd.conf modifiche al file /etc/inetd.conf Items with double hashes in front () are not yet implemented in the OS. finger stream tcp nowait nobody /usr/libexec/tcpd fingerd -s ftp stream tcp nowait root /usr/libexec/tcpd /usr/local/sbin/proftpd <---sostituisci con questa login stream tcp nowait root /usr/libexec/tcpd rlogind Ora riavviate inetd e il server FTP é pronto. riavvia inetd kdev:/etc root ps -ax grep inetd

5 &8730; 411?? Ss 0:05.74 xinetd -inetd_compat -pidfile /var/run/xinetd.pid std S+ 0:00.02 grep inetd kdev:/etc root

How to renew S&S Video Italian version. 2009 IBM Corporation

How to renew S&S Video Italian version. 2009 IBM Corporation How to renew S&S Video Italian version A. Renewal Email Lasciate che vi illustri come rinnovare le vostre licenze software IBM con Passport Advantage Online. (Let me show you how to renew your IBM software

More information

Come utilizzare il servizio di audioconferenza

Come utilizzare il servizio di audioconferenza Come utilizzare il servizio di audioconferenza Il sistema di audioconferenza puo essere utilizzato in due modalita : 1) Collegamento singolo. Si utilizza l apparecchio per audioconferenza che si ha a disposizione

More information

Nuovi domini di primo livello - Registra nuove estensioni con FabsWeb_HOST

Nuovi domini di primo livello - Registra nuove estensioni con FabsWeb_HOST Oltre 700 nuove estensioni per domini personalizzati Il conto alla rovescia è terminato! Finalmente più di 700 nuove estensioni di dominio gtld stanno per arrivare sul mercato e sono destinate a rivoluzionare

More information

Corso: Supporting and Troubleshooting Windows 10 Codice PCSNET: MW10-3 Cod. Vendor: 10982 Durata: 5

Corso: Supporting and Troubleshooting Windows 10 Codice PCSNET: MW10-3 Cod. Vendor: 10982 Durata: 5 Corso: Supporting and Troubleshooting Windows 10 Codice PCSNET: MW10-3 Cod. Vendor: 10982 Durata: 5 Obiettivi Al termine del corso i partecipanti saranno in grado di: Descrivere i processi coinvolti nella

More information

UML modeling of Web Applications: Project part of the Master in Web Technology V Henry Muccini University of L Aquila 2008

UML modeling of Web Applications: Project part of the Master in Web Technology V Henry Muccini University of L Aquila 2008 UML modeling of Web Applications: Project part of the Master in Web Technology V Henry Muccini University of L Aquila 2008 01. Preface page 1 02. Homework description 1 03. Homework Requirements and Evaluation

More information

22/11/2015-08:08:30 Pag. 1/10

22/11/2015-08:08:30 Pag. 1/10 22/11/2015-08:08:30 Pag. 1/10 CODICE: TITOLO: MOC20462 Administering Microsoft SQL Server Databases DURATA: 5 PREZZO: LINGUA: MODALITA': 1.600,00 iva esclusa Italiano Classroom CERTIFICAZIONI ASSOCIATE:

More information

Linux Networking: network services

Linux Networking: network services Linux Networking: network services David Morgan Client and server: matched pairs Client process inter-process communication Server process 1 OK as long as there s s a way to talk Client process Server

More information

User Manual ZMONITOR. Tool for managing parametric controllers

User Manual ZMONITOR. Tool for managing parametric controllers User Manual ZMONITOR Tool for managing parametric controllers INDICE 1. PRESENTATION... 4 MINIMUM SYSTEM REQUIREMENTS... 4 DEVICES TO BE MANAGED ZMONITOR... 5 2. INSTALLATION... 6 3. LANGUAGE... 8 4. MAIN

More information

DIRECTORS AND OFFICERS PROPOSTA DI POLIZZA

DIRECTORS AND OFFICERS PROPOSTA DI POLIZZA DIRECTORS AND OFFICERS PROPOSTA DI POLIZZA La presente proposta deve essere compilata dall`amministratore o dal Sindaco della Societa` proponente dotato di opportuni poteri. La firma della presente proposta

More information

vsftpd - An Introduction to the Very Secure FTP Daemon

vsftpd - An Introduction to the Very Secure FTP Daemon LinuxFocus article number 341 http://linuxfocus.org vsftpd - An Introduction to the Very Secure FTP Daemon by Mario M. Knopf About the author: Mario enjoys to keep busy with

More information

Archive Server for MDaemon disaster recovery & database migration

Archive Server for MDaemon disaster recovery & database migration Archive Server for MDaemon Archive Server for MDaemon disaster recovery & database migration Abstract... 2 Scenarios... 3 1 - Reinstalling ASM after a crash... 3 Version 2.2.0 or later...3 Versions earlier

More information

Source code security testing

Source code security testing Source code security testing Simone Riccetti EMEA PSS Security Services All information represents IBM's current intent, is subject to change or withdrawal without notice, and represents only IBM ISS goals

More information

IBM System Storage DS3400 Simple SAN Ready Express

IBM System Storage DS3400 Simple SAN Ready Express IBM System Storage Simple SAN Ready Express Facile da implementare Pronto per supportare la crescita del tuo business Al prezzo che non ti aspetti 1 Soluzione Dischi SAN Fibre 4Gbps a basso costo ma affidabile?

More information

IBM System Storage DS3400 Simple SAN

IBM System Storage DS3400 Simple SAN IBM System Storage Simple SAN Facile da implementare Pronto per supportare la crescita del tuo business Al prezzo che non ti aspetti 1 Soluzione Dischi SAN Fibre 4Gbps a basso costo ma affidabile? per

More information

ROS Robot Operating System. Sistemi RealTime Prof. Davide Brugali Università degli Studi di Bergamo

ROS Robot Operating System. Sistemi RealTime Prof. Davide Brugali Università degli Studi di Bergamo ROS Robot Operating System Sistemi RealTime Prof. Davide Brugali Università degli Studi di Bergamo Installazione di ROS su VirtualBox Scaricare e installare VirtualBox 4.2.18 + Extension Pack https://www.virtualbox.org/

More information

Web Services in Eclipse. Sistemi Informativi Aziendali A.A. 2012/2013

Web Services in Eclipse. Sistemi Informativi Aziendali A.A. 2012/2013 Web Services in Eclipse A.A. 2012/2013 Outline Apache Axis Web Service Clients Creating Web Services 2 Apache Axis Web Services in Eclipse WS basics (I) Web services are described by their WSDL file Starting

More information

How To Read Investire In Borsa Con I Trend Pdf

How To Read Investire In Borsa Con I Trend Pdf INVESTIRE IN BORSA CON I TREND PDF ==> Download: INVESTIRE IN BORSA CON I TREND PDF INVESTIRE IN BORSA CON I TREND PDF - Are you searching for Investire In Borsa Con I Trend Books? Now, you will be happy

More information

Building Website with Drupal 7

Building Website with Drupal 7 Building Website with Drupal 7 Building Web based Application Quick and Easy Hari Tjahjo This book is for sale at http://leanpub.com/book1-en This version was published on 2014-08-25 This is a Leanpub

More information

IBM System Storage DS3400 Simple SAN Express Kit PN.172641U

IBM System Storage DS3400 Simple SAN Express Kit PN.172641U IBM System Storage Simple SAN Express Kit PN.172641U Facile da implementare Pronto per supportare la crescita del tuo business Al prezzo che non ti aspetti 1 Soluzione Dischi SAN Fibre 4Gbps a basso costo

More information

Banners Broker è una. Compagnia di pubblicità online

Banners Broker è una. Compagnia di pubblicità online Banners Broker è una? Compagnia di pubblicità online un nuovo metodo di guadagnare online. Il nostro Prodotto è Impressioni Banner. 1 Advertising Parliamo dell Industria pubblicitaria online La pubblicità

More information

Monitoring a Linux Mail Server

Monitoring a Linux Mail Server Monitoring a Linux Mail Server Mike Weber mweber@spidertools.com] Various Methods to Monitor Mail Server Public Ports SMTP on Port 25 POPS on Port 995 IMAPS on Port 993 SNMP Amavis on Port 10024 Reinjection

More information

Chi sono in quattro punti.

Chi sono in quattro punti. vsphere 5 Licensing Chi sono in quattro punti. Massimiliano Moschini Presales/Postsales and Trainer VMUG IT Board Member VCP, VSP VTSP,VCI, V http://it.linkedin.com/in/massimilianomoschini @maxmoschini

More information

Professional FTP Daemon FAQ

Professional FTP Daemon FAQ Mark Lowes Copyright 1999 2004 Mark Lowes Copyrights and Trademarks This document may be reproduced in whole or in part, without fee, subject to the following restrictions: 1. The

More information

Corso: Configuring and Administering Windows 7 Codice PCSNET: MSW7-8 Cod. Vendor: 50322 Durata: 5

Corso: Configuring and Administering Windows 7 Codice PCSNET: MSW7-8 Cod. Vendor: 50322 Durata: 5 Corso: Configuring and Administering Windows 7 Codice PCSNET: MSW7-8 Cod. Vendor: 50322 Durata: 5 Obiettivi Descrivere e scegliere le varie versioni di Windows 7 Eseguire una nuova installazione di Windows

More information

Importante: solo a puro titolo esemplificativo

Importante: solo a puro titolo esemplificativo Importante: il file qui di seguito pubblicato è valido solo per spedizioni di generi alimentari dirette negli USA, deve essere considerato solo a puro titolo esemplificativo, come indicazione delle informazioni

More information

DTI / Titolo principale della presentazione IPHONE ENCRYPTION. Litiano Piccin. 11 ottobre 2014

DTI / Titolo principale della presentazione IPHONE ENCRYPTION. Litiano Piccin. 11 ottobre 2014 1 IPHONE ENCRYPTION 2 MOBILE FORENSICS Nella Computer Forensics, le evidenze che vengono acquisite sono dispositivi statici di massa; questa significa che possiamo ottenere la stessa immagine (bit stream)

More information

CBC (EUROPE) Srl NOTA APPLICATIVA

CBC (EUROPE) Srl NOTA APPLICATIVA Connessioni tra VideoJet10, VIP10, ZN-T8000 e dispositivi supportati da CBCController, ZNController, DEVController Cabling between VideoJet10,VIP10, ZN-T8000 and devices allowed by CBCController, ZN-Controller,

More information

Locking Down Mac OS X

Locking Down Mac OS X Locking Down Mac OS X Black Hat USA 2003 Jay Beale JJB Security Consulting, LLC. GWU Cyber Security Policy & Research Institute Talk Contents This talk with cover Auditing the core operating system. Choosing

More information

ipratico POS Quick Start Guide v. 1.0

ipratico POS Quick Start Guide v. 1.0 ipratico POS Quick Start Guide v. 1.0 Version History Version Pages Comment Date Author 1.0 First Release 5/Marzo/2012 Luigi Riva 2 SUMMARY 1 GETTING STARTED 4 1.1 What do you need? 4 1.2 ipad 5 1.3 Antenna

More information

USERS MANUAL IN.TRA.NET PROJECT

USERS MANUAL IN.TRA.NET PROJECT This project has been funded with support from the European Commission. This publication (communication) reflects the views only of the author, and the Commission cannot be held responsible for any use

More information

Exercise 2 Dialogue(Dialogo)

Exercise 2 Dialogue(Dialogo) Transportation 04: Renting a Car Hi! How are you today? Today s lesson is about Renting a Car. Let s make learning English fun! Lezione di oggi:noleggio auto Exercise 1 Vocabulary and Expressions (Vocabolario

More information

Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation

Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation Tecnologie e Protocolli per Internet 1 Introduzione al NAT Network Address Translation Prof. Stefano Salsano e-mail: stefano.salsano@uniroma2.it AA2012/13 Blocco 10 Le slides di questo blocco sono tratte

More information

Dott. Ruggero Giorgianni. Gruppo Pre-intermediate. Il Futuro

Dott. Ruggero Giorgianni. Gruppo Pre-intermediate. Il Futuro Dott. Ruggero Giorgianni Lezione 6 Corso di lingua inglese - Axada Gruppo Pre-intermediate Il Futuro Il futuro in inglese si può esprimere in 3 modi: 1) will/shall + verbo base 2) be going to + verbo base

More information

Databases and SQL. Homework. Matthias Danner. June 11, 2013. Matthias Danner Databases and SQL June 11, 2013 1 / 16

Databases and SQL. Homework. Matthias Danner. June 11, 2013. Matthias Danner Databases and SQL June 11, 2013 1 / 16 Databases and SQL Homework Matthias Danner June 11, 2013 Matthias Danner Databases and SQL June 11, 2013 1 / 16 Install and configure a MySQL server Installation of the mysql-server package apt-get install

More information

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts AlienVault Unified Security Management (USM) 4.x-5.x Deploying HIDS Agents to Linux Hosts USM 4.x-5.x Deploying HIDS Agents to Linux Hosts, rev. 2 Copyright 2015 AlienVault, Inc. All rights reserved. AlienVault,

More information

CERT-In Indian Computer Emergency Response Team Handling Computer Security Incidents

CERT-In Indian Computer Emergency Response Team Handling Computer Security Incidents CERT-In Indian Computer Emergency Response Team Handling Computer Security Incidents Implementation of Central Logging Server using syslog-ng Department of Information Technology Ministry of Communications

More information

SEAGATE BUSINESS NAS ACCESSING THE SHELL. February 1, 2014 by Jeroen Diel IT Nerdbox

SEAGATE BUSINESS NAS ACCESSING THE SHELL. February 1, 2014 by Jeroen Diel IT Nerdbox SEAGATE BUSINESS NAS ACCESSING THE SHELL February 1, 2014 by Jeroen Diel IT Nerdbox P a g e 1 Table of Contents Introduction... 2 Technical specifications... 3 Gaining access to the shell... 4 Enable the

More information

Misurazione performance. Processing time. Performance. Throughput. Francesco Marchioni Mastertheboss.com Javaday IV Roma 30 gennaio 2010

Misurazione performance. Processing time. Performance. Throughput. Francesco Marchioni Mastertheboss.com Javaday IV Roma 30 gennaio 2010 Misurazione performance Processing time Performance Throughput Processing time Network Network DB Processing time Throughput Quantità di dati trasmessi x secondo Tuning Areas Tuning Java Virtual Machine

More information

Table of Contents. Proftpd. Proftpd...1 A User's Guide...1 Mark Lowes...1. Dedication...2

Table of Contents. Proftpd. Proftpd...1 A User's Guide...1 Mark Lowes...1. Dedication...2 Proftpd Proftpd Table of Contents Proftpd...1 A User's Guide...1 Mark Lowes...1 Dedication...2 Preface...11 This Book's Audience...11 Why Read This Book?...11 Request for Comments...12 Organization of

More information

Get Instant Access to ebook Pop3 Server PDF at Our Huge Library POP3 SERVER PDF. ==> Download: POP3 SERVER PDF

Get Instant Access to ebook Pop3 Server PDF at Our Huge Library POP3 SERVER PDF. ==> Download: POP3 SERVER PDF POP3 SERVER PDF ==> Download: POP3 SERVER PDF POP3 SERVER PDF - Are you searching for Pop3 Server Books? Now, you will be happy that at this time Pop3 Server PDF is available at our online library. With

More information

public class neurale extends JFrame implements NeuralNetListener {

public class neurale extends JFrame implements NeuralNetListener { /* questo file contiene le funzioni che permettono la gestione della rete neurale. In particolare qui si implementa la fase di apprendimento e di addestramento. */ package neurofuzzy; import org.joone.engine.*;

More information

6 Present perfect simple e continuous (25-27, 30-31)

6 Present perfect simple e continuous (25-27, 30-31) 6 Present perfect simple e continuous (25-27, 30-31) Present perfect simple uso Si usa il present perfect per esprimere un evento o una situazione che hanno conseguenze nel presente o per parlare di un

More information

Corso: Core Solutions of Microsoft Skype for Business 2015 Codice PCSNET: MSKY-5 Cod. Vendor: 20334 Durata: 5

Corso: Core Solutions of Microsoft Skype for Business 2015 Codice PCSNET: MSKY-5 Cod. Vendor: 20334 Durata: 5 Corso: Core Solutions of Microsoft Skype for Business Codice PCSNET: MSKY-5 Cod. Vendor: 20334 Durata: 5 Obiettivi Al termine del corso i partecipanti saranno in grado di: Descrivere l'architettura di

More information

The Art of Exploiting Logical Flaws in Web Apps. Sumit sid Siddharth Richard deanx Dean

The Art of Exploiting Logical Flaws in Web Apps. Sumit sid Siddharth Richard deanx Dean The Art of Exploiting Logical Flaws in Web Apps Sumit sid Siddharth Richard deanx Dean A GREAT COLLABORATION! 2 competitors working together! Thanks to: 7Safe, Part of PA Consulting Group Portcullis Computer

More information

Web Hosting Control Panel Guide

Web Hosting Control Panel Guide Web Hosting Control Panel Guide 10/17/2014 CONTENTS Login URL 2 Domains List 3 Control Panel 4 Database Management 5 FTP Management 7 TelePacific s Web Hosting Control Panel is designed to enhance your

More information

APM for European top Customers

APM for European top Customers APM for European top Customers Maria Federica Fermi Axpo Italia Axpo Italia SpA The pan-european enterprises needs How to buy Energy in different European countries with the same contract? How to deal

More information

IBM Bluemix, the digital innovation platform

IBM Bluemix, the digital innovation platform IBM Bluemix, the digital innovation platform Linux day 2015, Torino Greta Boffi, IBM Cloud EcoD 1 Cloud Service Models IBM SaaS Bluemix eliminates / dramatically simplifies various tasks: Traditional On-Premises

More information

Incremental Backup Script. Jason Healy, Director of Networks and Systems

Incremental Backup Script. Jason Healy, Director of Networks and Systems Incremental Backup Script Jason Healy, Director of Networks and Systems Last Updated Mar 18, 2008 2 Contents 1 Incremental Backup Script 5 1.1 Introduction.............................. 5 1.2 Design Issues.............................

More information

Our analysis of the results of the experiment did not provide an explanation of its failure, because our data collection lacked the precision needed.

Our analysis of the results of the experiment did not provide an explanation of its failure, because our data collection lacked the precision needed. ESERCIZI DI STILE Errori di stile ESERCIZIO 1 Our analysis of the results of the experiment did not provide an explanation of its failure, because our data collection lacked the precision needed. i verbi

More information

C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl

C.S.E. Nodi Tipici Parametrizzati al 15-4-2015. 14/04/2015 Copyright (c) 2015 - Castalia srl C.S.E. Nodi Tipici Parametrizzati al 15-4-2015 14/04/2015 Copyright (c) 2015 - Castalia srl 1 Avvertenze (1) Ci sono tre sezioni in questo documento: 1. Nodi in tutte le versioni (background azzurro):

More information

How to gain direct access to SQL Server at Garching via SSH

How to gain direct access to SQL Server at Garching via SSH How to gain direct access to SQL Server at Garching via SSH 1) Who and what is required 2) Getting through the Firewall 3) Setting up the ssh client 4) Register SQL server locally 4.1) If you have SQL

More information

Centova Cast. Reseller Usage Guide. Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova.

Centova Cast. Reseller Usage Guide. Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova. Centova Cast Reseller Usage Guide Published May 04, 2015 Copyright 2015, Centova Technologies Inc. Centova Technologies Inc. www.centova.com Contents 1 Introduction 2 2 Installing and Upgrading Centova

More information

LOCAL ADVERTISING BOOK 2015

LOCAL ADVERTISING BOOK 2015 LOCAL ADVERTISING BOOK 2015 Questo Book raccoglie una serie di foto selezionate per rendere più efficaci le vostre iniziative pubblicitarie. Il Book contiene una serie di foto, disponibili in formato verticale

More information

Phase Documentation. Release 0.1. ChangeToMyName

Phase Documentation. Release 0.1. ChangeToMyName Phase Documentation Release 0.1 ChangeToMyName May 18, 2015 Contents 1 Getting started 1 1.1 Introduction............................................... 1 1.2 Installation................................................

More information

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

How To Test An Electronic Board With A Flying Probe Tester

How To Test An Electronic Board With A Flying Probe Tester REVERSE ENGINEERING PER LA RIPARAZIONE DI SCHEDE ELETTRONICHE Luca Corli Key Account Manager Seica S.p.A. Nell'industria elettronica si definisce normalmente con reverse engineering "il processo di ricostruzione

More information

Cisco Lab@Politecnico di Torino

Cisco Lab@Politecnico di Torino Cisco Lab@Politecnico di Torino Fulvio Risso http://staff.polito.it/fulvio.risso/ 1 Main objectives Main use: teaching So, features, not performances Not experimental devices, but what students will use

More information

Homework 5b: Homework 5b: Samba

Homework 5b: Homework 5b: Samba Homework 5b: Samba Network-based File Sharing (1) NFS (UNIX-based) mountd is responsible for mount request nfsd and nfsiod CIFS (Microsoft) Common Internet File System 網 路 芳 鄰 2 Network-based File Sharing

More information

expanded metal on stock lamiera stirata in stock

expanded metal on stock lamiera stirata in stock expanded metal on stock lamiera stirata in stock Fratelli Mariani S.p.A. da 80 anni produce lamiera stirata e tela metallica. L azienda, di 0 dipendenti, ha la sua sede operativa a Cormano, alle porte

More information

Passare a Sql Server Compact : come leggere dati da Mdb, Xls, Xml, Dbf, Csv, senza utilizzare Microsoft Jet Database Engine 4.0

Passare a Sql Server Compact : come leggere dati da Mdb, Xls, Xml, Dbf, Csv, senza utilizzare Microsoft Jet Database Engine 4.0 Passare a Sql Server Compact : come leggere dati da Mdb, Xls, Xml, Dbf, Csv, senza utilizzare Microsoft Jet Database Engine 4.0 Qualche anno fa ho sviluppato un' applicazione in VB6 per l' ottimizzazione

More information

Network Activation Key Installation Guide. Unilab COILS 7.x. Network Activation Key Installation Guide

Network Activation Key Installation Guide. Unilab COILS 7.x. Network Activation Key Installation Guide Pag. 1 di 12 Unilab 7.x Network Activation Key Pag. 2 di 12 The NETWORK activation of Coils 7.x requires the usage of a Server computer that will give the licenses available of coils to the users that

More information

Percorso Mcsa Managing and Mainting Windows 8

Percorso Mcsa Managing and Mainting Windows 8 Percorso Mcsa Managing and Mainting Windows 8 Descrizione In questo corso, gli studenti imparano a progettare l'installazione, la configurazione e la manutenzione di Windows 8. Due caratteristiche uniche

More information

A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments

A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments A Tutorial on Configuring and Deploying GridFTP for Managing Data Movement in Grid/HPC Environments John Bresnahan Michael Link Rajkumar Kettimuthu Dan Fraser Argonne National Laboratory University of

More information

Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L

Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L Installation Guide for WebSphere Application Server (WAS) and its Fix Packs on AIX V5.3L Introduction: This guide is written to help any person with little knowledge in AIX V5.3L to prepare the P Server

More information

on-hand viewer on iphone / ipod touch manual installation and configuration of an FTP server for Mac OS X to transfer data to on-hand viewer application on iphone / ipod touch table of contents 1. Introduction

More information

SQL Server Setup for Assistant/Pro applications Compliance Information Systems

SQL Server Setup for Assistant/Pro applications Compliance Information Systems SQL Server Setup for Assistant/Pro applications Compliance Information Systems The following document covers the process of setting up the SQL Server databases for the Assistant/PRO software products form

More information

How To Lock A File In A Microsoft Microsoft System

How To Lock A File In A Microsoft Microsoft System Level 1 Opportunistic Locks Si intuisce che level 1 corrisponde concettualmente allo stato M di un dato in cache nel protocollo MESI A level 1 opportunistic lock on a file allows a client to read ahead

More information

Organization Requested Amount ( ) Leading Organization Partner 1*

Organization Requested Amount ( ) Leading Organization Partner 1* Budget form 2016 FILL IN THE FORM FOLLOWING THE GUIDELINES AND DO NOT DELETE THEM. PLEASE USE THE FONT TREBUCHET 10PT, SINGLE-SPACED. PLEASE UPLOAD AS A PDF FILE. Si precisa che, per facilitare l inserimento

More information

Shellshock Security Patch for X86

Shellshock Security Patch for X86 Shellshock Security Patch for X86 Guide for Using the FFPS Update Manager October 2014 Version 1.0. Page 1 Page 2 This page is intentionally blank Table of Contents 1.0 OVERVIEW - SHELLSHOCK/BASH SHELL

More information

Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2 Installing OpsCenter on Amazon AMI References Contact

Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2 Installing OpsCenter on Amazon AMI References Contact Contents Set up Cassandra Cluster using Datastax Community Edition on Amazon EC2... 2 Launce Amazon micro-instances... 2 Install JDK 7... 7 Install Cassandra... 8 Configure cassandra.yaml file... 8 Start

More information

ROS Robot Operating System. Robotica Prof. Davide Brugali Università degli Studi di Bergamo

ROS Robot Operating System. Robotica Prof. Davide Brugali Università degli Studi di Bergamo ROS Robot Operating System Robotica Prof. Davide Brugali Università degli Studi di Bergamo Tutorials [online] http://wiki.ros.org/ [2014] Jason M. O Kane A Gentle Introduction to ROS https://cse.sc.edu/~jokane/agitr/agitr-letter.pdf

More information

APC-Pro sa Computer Service

APC-Pro sa Computer Service Configuring, Managing and Maintaining Windows Server 2008-based Servers (6419B) Durata: 5 giorni Orario: 8:30 12:00 / 13:30-17.00 Costo per persona: CHF 1 900.-- (Min. 5 partecipanti) Obiettivi di formazione

More information

Lesson 4 (A1/A2) Present simple forma interrogativa e negativa FORMA. + infinito senza to. Does he / she / it. No, I / you / we / they don t.

Lesson 4 (A1/A2) Present simple forma interrogativa e negativa FORMA. + infinito senza to. Does he / she / it. No, I / you / we / they don t. Lesson 4 (A1/A2) Present simple forma interrogativa e negativa FORMA Interrogativa Negativa Do I / you / we / they Does he / she / it I / you / we / they do not/don t He / she / it does not/doesn t + infinito

More information

TabCaratteri="0123456789abcdefghijklmnopqrstuvwxyz._~ABCDEFGHIJKLMNOPQRSTUVWXYZ";

TabCaratteri=0123456789abcdefghijklmnopqrstuvwxyz._~ABCDEFGHIJKLMNOPQRSTUVWXYZ; Script / Utlity www.dominioweb.org Crea menu laterale a scomparsa Creare una pagina protetta da password. Lo script in questione permette di proteggere in modo abbastanza efficace, quelle pagine che ritenete

More information

Refurbishment Rifacimenti Porte

Refurbishment Rifacimenti Porte 2XX ENG-ITA Refurbishment Rifacimenti Porte Sales Brochure Brochure Commerciale 281-011-000 E 2 May 2006 The best solution for modernising any type of old lift doors to the latest Sematic 2000 series design

More information

The New Luxury World: l identità digitale nel lusso fa la differenza

The New Luxury World: l identità digitale nel lusso fa la differenza The New Luxury World: l identità digitale nel lusso fa la differenza Massimo Fubini Founder & CEO di ContactLab 7 Luxury Summit, Il Sole 24ORE, 10 giugno 2015 It may not be modified, organized or reutilized

More information

OS Installation Guide Red Hat Linux 9.0

OS Installation Guide Red Hat Linux 9.0 OS Installation Guide Red Hat Linux 9.0 C o n t e n t s Contents 3 About This Guide 5 1 Planning Your Installation 7 Requirements 7 2 Installing Red Hat 9.0 Error! Bookmark not defined. What s Next? 19

More information

Syslog & xinetd. Stephen Pilon

Syslog & xinetd. Stephen Pilon Syslog & xinetd Stephen Pilon What create log files? Logging Policies Throw away all data immediately Reset log files at periodic intervals Rotate log files, keeping data for a fixed time Compress and

More information

ProCall 4+ Enterprise

ProCall 4+ Enterprise ProCall 4+ Enterprise Release Notes Version 4.1.10.19925 Soggetto ad errori e modifiche Le specifiche tecniche e le illustrazioni grafiche presenti in questo documento corrispondono alle ultime informazioni

More information

Procedure to Create and Duplicate Master LiveUSB Stick

Procedure to Create and Duplicate Master LiveUSB Stick Procedure to Create and Duplicate Master LiveUSB Stick A. Creating a Master LiveUSB stick using 64 GB USB Flash Drive 1. Formatting USB stick having Linux partition (skip this step if you are using a new

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Server Account Management

Server Account Management Server Account Management Setup Guide Contents: About Server Account Management Setting Up and Running a Server Access Scan Addressing Server Access Findings View Server Access Scan Findings Act on Server

More information

TDD da un capo all altro. Matteo Vaccari vaccari@pobox.com matteo.vaccari@xpeppers.com (cc) Alcuni diritti riservati

TDD da un capo all altro. Matteo Vaccari vaccari@pobox.com matteo.vaccari@xpeppers.com (cc) Alcuni diritti riservati TDD da un capo all altro Matteo Vaccari vaccari@pobox.com matteo.vaccari@xpeppers.com (cc) Alcuni diritti riservati 1 Introduzione Quando si parla di Test-Driven Development spesso si sente dire facciamo

More information

APC-Pro sa Computer Service

APC-Pro sa Computer Service Configuring, Managing and Troubleshooting Microsoft Exchange Service Pack 2 (10135B) Durata: 5 giorni Orario: 8:30 12:00 / 13:30-17.00 Costo per persona: CHF 1 900.-- (Min. 5 partecipanti) Obiettivi di

More information

Noi con Voi. I webinar per gli insegnanti della scuola primaria

Noi con Voi. I webinar per gli insegnanti della scuola primaria Noi con Voi I webinar per gli insegnanti della scuola primaria Per assistenza è possibile contattare lo staff Pearson scrivendo al seguente indirizzo e-mail: formazione.online@pearson.it oppure chiamando

More information

n N e E 0 m A R sr S l 10.2015 230/01

n N e E 0 m A R sr S l 10.2015 230/01 N 0 E A R n e msrls 10.15 230/01 Cablaggi LED LED wiring NEM s.r.l. ha nella propria gamma di prodotti due diversi cablaggi per LED. In its product range, NEM s.r.l. offers two different LED wirings. 051

More information

N@ONIS. com. www.naonis.it. Kerio MailServer 6.4 Mobile groupware. In ufficio. Fuori ufficio. A casa.

N@ONIS. com. www.naonis.it. Kerio MailServer 6.4 Mobile groupware. In ufficio. Fuori ufficio. A casa. Mobile groupware. In ufficio. Fuori ufficio. A casa. N@ONIS. com Kerio Business Partner Program Partner Training Tool May 2007 www.naonis.it Nuove caratteristiche Windows Vista compatibile Symbian & BlackBerry

More information

Organization Requested Amount ( ) Leading Organization Partner 1*

Organization Requested Amount ( ) Leading Organization Partner 1* Integrated research on industrial biotechnologies 2016 Budget 2016 FILL IN THE FORM FOLLOWING THE GUIDELINES AND DO NOT DELATE THEM. PLEASE USE THE FONT TREBUCHET 10PT SINGLE SPACED. PLEASE UPLOAD THE

More information

!"# $ %& '( ! %& $ ' &)* + ! * $, $ (, ( '! -,) (# www.mysql.org!./0 *&23. mysql> select * from from clienti;

!# $ %& '( ! %& $ ' &)* + ! * $, $ (, ( '! -,) (# www.mysql.org!./0 *&23. mysql> select * from from clienti; ! "# $ %& '(! %& $ ' &)* +! * $, $ (, ( '! -,) (# www.mysql.org!./0 *&23 mysql> select * from from clienti; " "!"# $!" 1 1 5#',! INTEGER [(N)] [UNSIGNED] $ - 6$ 17 8 17 79 $ - 6: 1 79 $.;0'

More information

Samba and Vista with IPv6

Samba and Vista with IPv6 Samba and Vista with IPv6 Dr David Holder CEng MIET MIEEE david.holder@erion.co.uk - All rights reserved Quick Poll Who is using IPv6? Who is using IPv6 in a production environment? Who wants to use IPv6

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GMbH Vordergasse 49 CH8200 Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Copyright 1999-2011

More information

Manuale BOOT TRICORE

Manuale BOOT TRICORE Manuale BOOT TRICORE FG Technology 1/113 BOOT TRICORE MANUAL Indice Index Premessa / Premise..................................................................... 8 Il modulo EOBD2 / The EOBD2 module...................................................

More information

Signiant Agent installation

Signiant Agent installation Signiant Agent installation Release 11.3.0 March 2015 ABSTRACT Guidelines to install the Signiant Agent software for the WCPApp. The following instructions are adapted from the Signiant original documentation

More information

Questionario Medico Medical Questionnaire

Questionario Medico Medical Questionnaire Nome e Cognome Name and lastname Sesso Sex Data di nascita Date of birth Altezza Height Peso attuale Current weight Avete mai avuto una diminuzione o aumento di peso (più di 5 kg.) Have you ever had shrinkage

More information

Scenario. Roadmap. ! The simplified architecture! The complete architecture Pre-authentication Delegation. Realms

Scenario. Roadmap. ! The simplified architecture! The complete architecture Pre-authentication Delegation. Realms erberos' erberos! erberos is based on the Needham-Schroeder protocol (1978)! erberos was developed at MIT in1980! erberos V4 and erberos V5 (RFC 1510)! erberos if part of OSF DCE and Windows 2 (e later)!

More information

STAMPI PER CIOCCOLATO CATALOGO STAMPI PER CIOCCOLATO CHOCOLATE MOULDS CATALOG

STAMPI PER CIOCCOLATO CATALOGO STAMPI PER CIOCCOLATO CHOCOLATE MOULDS CATALOG STAMPI PER CIOCCOLATO CATALOGO STAMPI PER CIOCCOLATO CHOCOLATE MOULDS CATALOG 2015 30 ANNI DI ESPERIENZA SPECIFICA La nostra azienda nasce nel 2012, ma può vantare un esperienza di oltre 30 anni nella

More information

Introduction to the IBM Rational Software Development Platform

Introduction to the IBM Rational Software Development Platform IBM Software Group Introduction to the IBM Software Development Platform Luca Amato SOA Leader Certified IT Architect lucaamato@it.ibm.com Messina, 24 Maggio 2007 2005 IBM Corporation IBM Software Agenda

More information

Tutorial: How to Use SQL Server Management Studio from Home

Tutorial: How to Use SQL Server Management Studio from Home Tutorial: How to Use SQL Server Management Studio from Home Steps: 1. Assess the Environment 2. Set up the Environment 3. Download Microsoft SQL Server Express Edition 4. Install Microsoft SQL Server Express

More information

Corso: Microsoft Project Server 2010 Technical Boot Camp Codice PCSNET: AAAA-0 Cod. Vendor: - Durata: 5

Corso: Microsoft Project Server 2010 Technical Boot Camp Codice PCSNET: AAAA-0 Cod. Vendor: - Durata: 5 Corso: Microsoft Project Server 2010 Technical Boot Camp Codice PCSNET: AAAA-0 Cod. Vendor: - Durata: 5 Obiettivi Comprendere la terminologia Project Server e i componenti principali del sistema Descrivere

More information

Version of this tutorial: 1.06a (this tutorial will going to evolve with versions of NWNX4)

Version of this tutorial: 1.06a (this tutorial will going to evolve with versions of NWNX4) Version of this tutorial: 1.06a (this tutorial will going to evolve with versions of NWNX4) The purpose of this document is to help a beginner to install all the elements necessary to use NWNX4. Throughout

More information