Group C5 server Jukka Helenius. Installed services Apache2 web server Apache2 web server ProFTPD ftp server ProFTPD ftp server TightVNC remote control.

Slides:



Advertisements
Similar presentations
How to upload a site. Open your portfolio site Click site on the menu bar and click manage sites – Click on your portfolio site and click edit.
Advertisements

File Transfer Protocol. FTP (File Transfer Protocol) is used to transfer programs or other information from one computer to another. This simple tool.
Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
© Copyright 1997, The University of New Mexico C-1 Internet Service Provider Services What to do once you’re connected.
Security Management IACT 918 July 2004 Gene Awyzio SITACS University of Wollongong.
MNSBUNTU Miikka Leminen & Niko Mäkelä. SERVER AND SERVICES  Ubuntu Server (Lucid Lynx)  Domain Name Server (DNS) Bind9 configuration 20 client.
On Ubuntu Linux. Servers installed SSH APACHE First compiled from source Later installed again with apt-get PHP VNC (ubuntu) Had to be activated in system.
Open Source Radio Murray Saul Seneca College. Open Source Radio  How to Set up an Internet Radio Station: Why Internet Radio? / Basic Concepts Hardware.
Bangkok, Thailand Smokeping & Cacti intERLab at AIT Workshop March – Bangkok, Thailand Hervey Allen.
Voyager Server Security and Monitoring Best practices and tools.
APACHE SERVER By Innovationframes.com »
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
A crash course in njit’s Afs
2440: 141 Web Site Administration Remote Web Server Access Tools Instructor: Enoch E. Damson.
Accessing the Internet with Anonymous FTP Transferring Files from Remote Computers.
Set up your own server! Go to “Pricing” and select the $25 package.
E-Commerce LAB#1 Samia alblwi1E-Commerce ( IS412) 2011.
SUSE Linux Enterprise Desktop Administration Chapter 1 Install SUSE Linux Enterprise Desktop 10.
1 Web Server Administration Chapter 9 Extending the Web Environment.
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
System Administration HW2 - FTP, Samba, BT, ZFS jwbai.
Sponsored by the National Science Foundation Configuration Management For Experimenters: Ansible Hands-On Sarah Edwards, GPO.
Practical Lecture 1 Dr. John P. Abraham Professor UTPA.
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
Taipei, Taiwan Smokeping & Cacti APRICOT 2008 Workshop February – Taipei, Taiwan Hervey Allen.
1 SCOoffice Server for OpenServer Technical Overview.
Package Management. Basic Commands apt-get install : install package + dependencies apt-get remove : removes the package not dependencies apt-get autoremove.
Web Authoring Rico Yu. Ch.6 Planning for a Web Site Introduction Steps in setting up Needs Planning.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 5 1 Downloading and Storing Data Using FTP and Other Services to Transfer and.
Computer and Information Science Ch1.3 Computer Networking Ch1.3 Computer Networking Chapter 1.
Petteri Soininen Juhana Kraemer Jussi Vähämäki ”Group PJJ”
© Anthony J. Nowakowski, Ph.D. Telnet © Anthony J. Nowakowski, Ph.D. EDC 601 Instructional Technologies Just as with , word processing, and browsers,
System Administration HW2 - File System Server ylin.
System Administration HW2 - File System Server. Computer Center, CS, NCTU 2 FTP  Install a FTP server for FreeBSD Pure-FTPd: /usr/ports/ftp/pure-ftpd.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
| nectar.org.au NECTAR TRAINING Module 7 Launching and Connecting.
How to use WS_FTP A Step by Step Guide to File Transfer.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Basic Service & Settings xclin. Computer Center, CS, NCTU 2 If you want to transfer a file…
File Transfer Protocol (FTP) CIS 130. File Transfer Protocol (FTP) Copy files from one internet host (server) to your account on another host –Need domain.
Unit – 5 FTP Server. FTP Introduction One of the oldest and most commonly used protocols The original specification for the File Transfer Protocol was.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Installing Koha Presented By Aaron R. Williams KOHA North American Users Group.
Your EC2 Instance. How to Connect to your EC2 Instance?
Local Storage Hard Drive in Computer or USB Memory Stick Development Environment Client Computer Remote Storage GBTC Storage.
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
Multi-Domain Hosting CPTE 212 “Missing Slides” for 1/22/2015 John Beckett.
ArtioSign and Receiver V5.2 Partner Webinar – 23 rd May 2016.
1 E-Site - FTP Services Setup / install guide. 2 About FTP services can run on any desired port(s) Runs as a windows service Works for all sites installed.
Installation Guacamole Is a web application that provides access to desktop environments using remote desktop protocols (such as VNC or RDP); Installation.
PRESENTED BY ALI NASIR BITF13M040 AMMAR HAIDER BITF13M016 SHOIAB BAJWA BITF13M040 AKHTAR YOUNAS BITF13M019.
Linux, Apache, MySQL, PHP/Python/PERL ● a.k.a. LAMP ● Standard set of tools for configuring a Linux-based web server with database & interfacing capabilities.
Setting up FTP for CAST Click on Manage Sites
Introduction to Operating Systems
Operating & Configuring a Cisco IOS Device
Labs – Installing a FTP Server
LINUX ADMINISTRATION 1
Lab A: Installing and Configuring the Network Load Balancing Driver
Logging into the linux machines
Using Fetch to Upload Your Website Source Files
Services Provided by Network Operating Systems
File Transfer Protocol
Setting Up Your Development Environment
A simple way to configure PHP and Apache for Assignment 2
Setting Up Your Development Environment
Online software and backups
System Administration HW3 - File System Server
System Administration HW2 - File System Server
File Transfer Protocol
Presentation transcript:

Group C5 server Jukka Helenius

Installed services Apache2 web server Apache2 web server ProFTPD ftp server ProFTPD ftp server TightVNC remote control software TightVNC remote control software Icecast2 streaming media server Icecast2 streaming media server Screen Screen Irssi Irssi

Apache2 apt-get install apache2 apt-get install apache2 nano /var/www/index.html nano /var/www/index.html

ProFTPD apt-get install proftpd apt-get install proftpd -> installed as standalone nano /etc/proftpd/proftpd.conf nano /etc/proftpd/proftpd.conf Anonymous login configured, file operations not allowed in anonymous root, separate directory for file storage AllowAll AllowAll DenyAll DenyAll AllowAll AllowAll /etc/init.d/proftpd restart /etc/init.d/proftpd restart

TightVNC apt-get install tightvncserver apt-get install tightvncserver tightvncserver :1, tightvncserver –kill :1 tightvncserver :1, tightvncserver –kill :1 nano ~/.vnc/xstartup nano ~/.vnc/xstartup gnome-session & tightvncserver –geometry 1024x768 :1 tightvncserver –geometry 1024x768 :1

Icecast2 apt-get install icecast2 apt-get install icecast2 nano /etc/icecast2/icecast.xml nano /etc/icecast2/icecast.xml changed source-password, relay-password, admin-password, owner hostname -> nano /etc/default/icecast2 nano /etc/default/icecast2ENABLE=true /etc/init.d/icecast2 restart /etc/init.d/icecast2 restart

Icecast2 Icegenerator is used for generating streams Icegenerator is used for generating streams sourceforge.net/projects/icegenerator sourceforge.net/projects/icegenerator apt-get install gcc/g++/libshout3-dev apt-get install gcc/g++/libshout3-dev /icegendir/.configure / make / make install /icegendir/.configure / make / make install nano /usr/local/etc/icegenerator.conf nano /usr/local/etc/icegenerator.confIP= PORT=8000MP3PATH=m3u:/home/jukka/filut/mp3/music.m3u SOURCE and PASSWORD changed to correspond with icecast.xml MOUNT=/music icegenerator -f /usr/local/etc/icegenerator.conf icegenerator -f /usr/local/etc/icegenerator.conf

Screen and Irssi apt-get install screen apt-get install screen apt-get install irssi apt-get install irssi