TipiWiki 2

[ ephestus ]

edit | Recent Changes | Find Page | All Pages | Front Page |

Il programma del corso può essere riassunto nelle seguenti lezioni:


Networking base
(concetto di rete, varie topologie di rete, protocolli di rete, la pila TCP/IP)
http://www.tuttoreti.com/TCP_IP.htm
http://it.wikipedia.org/wiki/TCP/IP
http://www.pluto.it/files/ildp/vintage/NET-3-HOWTO/NET-3-HOWTO-4.html
http://tldp.org/LDP/nag2/index.html
http://linux-ip.net/html/index.html
http://vandali.org/DanieleMasini/introreti.php
http://www.goldfish.org/books/TCPIP Illustrated Vol 1/index.htm http://www.acmesecurity.org/~vinicius/ebooks/tcpipillustrated.pdf


Networking avanzato
(Struttura dei pacchetti TCP, UDP, ICMP, routing, telnet, WAN, VPN, PPP)
http://linux-ip.net/html/index.html
https://labs.truelite.it/documenti/firewall.pdf
http://www.linuxguide.it/docs.php?Networking:VPN

http://www.sistemistiindipendenti.org/modules/news/article.php?storyid=186
http://kovyrin.net/2006/04/06/5min-guide-to-linux-shaping-htb/


Progettazione di un firewall a 3 vie
(Progettazione di una rete, installazione di Ipcop, gestione del firewall, Port
Forwarding, DMZ)
http://www.howtoforge.com/perfect_linux_firewall_ipcop
http://ilpinguinofurioso.wordpress.com/2008/01/02/come-installare-ipcop-e-vivere-felici/
http://linux.html.it/articoli/leggi/1198/reti-e-linux-port-forwarding/
http://nazarenolatella.myblog.it/archive/2008/05/04/linux-creare-una-rete-bastion-host-con-dmz.html
http://www.cyberciti.biz/faq/linux-demilitarized-zone-howto/
http://www.mondoinformatico.info/come-configurare-una-dmz_post-43.html
https://labs.truelite.it/documenti/sicurezza.pdf


Progettazione di un Server di rete
(Installazione di Ubuntu Server, gestione ed hardening del Server, concetti di
sicurezza intrinseca, manutenzione del Server)
http://www.howtoforge.com/perfect-server-ubuntu8.04-lts
http://linux.p2pforum.it/wiki/Sicurezza_di_rete
http://vistabuntu.wordpress.com/2008/11/09/ma-linux-e-davvero-cosi-sicuro-come-dicono/


Autenticazione centralizzata
(Overview dei metodi conosciuti, installazione e configurazione di un server LDAP in
ambiente *NIX)
http://www.bo.cnr.it/corsi-di-informatica/seminarioldap/Autenticazione centralizzata con OpenLDAP.pdf
http://www.ba.infn.it/calcolo/documenti/autaut.html
http://www.claudiove.com/articoli/pdc.pdf
https://labs.truelite.it/documenti/ldap.pdf


DNS
(Concetti generali di DNS, struttura del DNS, analisi e studio del DNS lato client,
installazione e configurazione di un Server DNS con Bind9)
http://www.howtoforge.com/two_in_one_dns_bind9_views
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch18_:_Configuring_DNS


Samba Server
(Analisi di una rete promiscua *NIX, Windows, studio delle vulnerabilità, installazione e
configurazione di un Server Samba come Primary Domain Controller e File Sharing,
script di netlogon)
http://linux.netlink.it/linux/samba.htm
http://www.pluto.it/files/journal/pj0605/samba3pdc.html
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch10_:_Windows ,_Linux,_and_Samba
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch11_:_Sharing_Resources_Using_Samba
http://www.miamammausalinux.org/2009/04/samba-e-active-directory-1-di-3-diventare-parte-di-un-dominio/


NFS
(Studio, analisi ed implementazione del file sharing in ambiente puro *NIX)
http://nfs.sourceforge.net/nfs-howto/
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch29_:_Remote_Disk_Access_with_NFS


Proxy
(Studio, analisi ed implementazione di un Server Proxy con Squid, transparent Proxy)
http://www.sistemistiindipendenti.org/pdf/squid_bandwidth.pdf
http://librenix.com/?inode=13058
http://www.cyberciti.biz/tips/linux-setup-transparent-proxy-squid-howto.html
http://tldp.org/HOWTO/TransparentProxy.html
http://www.acmeconsulting.it/Squid-Book/HTML/index.html


Web Server
(Concetti base del WWW, http, https, html, installazione e configurazione del Server
Web Apache1 ed Apache2)
https://labs.truelite.it/documenti/apache.pdf
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch20_:_The_Apache_Web_Server


Database
(Installazione e configurazione del database Mysql e di alcuni strumenti per la sua
gestione come phpmyadmin )
https://labs.truelite.it/truedoc/wiki/MySQLInitConf
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch34_:_Basic_MySQL_Configuration


FTP
(Installazione, configurazione ed analisi dei server FTP in ambiente *NIX, con
particolare attenzione a VsFTPd)
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch15_:_Linux_FTP_Server_Setup
http://www.linuxtutorial.it/creare-un-server-ftp-usando-vsftpd/


Mail Server
(Concetti base sulla posta elettronica, studio dei protocolli POP, POPS, IMAP, IMAPS,
SMTP, installazione e configurazione di un Server di posta basato su Qmail)
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch21_:_Configuring_Linux_Mail_Servers
http://workaround.org/articles/ispmail-etch/


Wireless avanzato
(Studio, progettazione ed implementazione di un ramo Wireless, analisi delle
metodologie di sicurezza e performance)
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch13_:_Linux_Wireless_Networking


System troubleshooting e performance analysis
(Overview dei più utilizzati metodi per l'analisi delle performance del proprio server in
ambiente GNU/Linux,benchmark su filesystem, hardware, tips&trick in ambiente GNU/Linux)
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch22_:_Monitoring_Server_Performance
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch23_:_Advanced_MRTG_for_Linux


Network Troubleshooting and analysis
(Studio ed installazione dei tools per l'analisi delle performance di rete, sniffing,
spoofing, port scanning)
https://labs.truelite.it/documenti/ids.pdf
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch04_:_Simple_Network_Troubleshooting
http://www.imolug.org/wiki/images/WireShark_Manual.pdf


Backup
(Studio dei più avanzati metodi di backup incrementale e non, rsync, find, tar)
https://labs.truelite.it/truedoc/wiki/BackupPC
https://labs.truelite.it/truedoc/wiki/BaculaBackup


Shell scripting avanzato
(Concetti di shell scripting avanzati come funzioni, sostituzioni, variabili d'ambiente)
http://www.pluto.it/files/ildp/guide/abs/index.html
http://www.calabriaunix.org/bash/guida_shell_scripting.html


VPN
(Studio, analisi ed Implementazione di una VPN)
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch35_:_Configuring_Linux_VPNs


FreeBSD
(Installazione, configurazione ed hardening di un sistema FreeBSD)
http://www.bsdguides.org/guides/freebsd/security/harden.php
http://www.windowsecurity.com/whitepapers/FreeBSD_Security_HowTo.html


OpenBSD
(Installazione, configurazione ed hardening di un sistema OpenBSD)
http://www.nothink.org/publications/Quaderni_Webbit_Hardening_OpenBSD.doc
http://kirash.interfree.it/doc/hardening_openbsd_it.txt
http://www.alba.st/sharedimages/File/docs/corsi/openbsd_pf.pdf
http://openbeer.it/docs/carpepfsync.pdf
http://www.kernel-panic.it/it/openbsd/carp/index.html


sicurezza
http://www.hakin9.org/prt/view/download.html
http://seifried.org/security/index.php/Linux_Security
http://www.pluto.it/files/ildp/HOWTO/Security-HOWTO/index.html

dhcp
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch08_:_Configuring_the_DHCP_Server

server dialin ppp
http://www.pluto.it/files/ildp/HOWTO/Modem-HOWTO/Modem-HOWTO-11.html
http://www.pluto.it/files/ildp/HOWTO/PPP-HOWTO/index.html

varie


http://www.pluto.it/files/ildp/guide/GuidaSysadm/book1.html
http://www.linuxhomenetworking.com/
http://codex.altervista.org/introlinux1_25/introlinux1_25_0.pdf
http://www.sistemistiindipendenti.org/pdf/sambaacl.pdf

- sistemispiindipendenti: heartbeat, ucarp, HA
http://www.sistemistiindipendenti.org/modules/news/article.php?storyid=121
http://www.sistemistiindipendenti.org/modules/news/article.php?storyid=4

http://www.linux-ha.org/HomePage
http://en.wikipedia.org/wiki/IPMP
http://en.wikipedia.org/wiki/Drbd

http://www.cs.virginia.edu/~jcg8f/GrsecuritySELinuxCaseStudy.pdf

http://reactivated.net/writing_udev_rules.html

http://www.pluto.it/files/ildp/HOWTO/Software-RAID-0.4x-HOWTO/Software-RAID-0.4x-HOWTO.html#toc1
http://www.sistemistiindipendenti.org/modules/xoopsfaq/index.php?cat_id=1#21

http://hal.freedesktop.org/docs/PolicyKit/