Petteri Soininen Juhana Kraemer Jussi Vähämäki ”Group PJJ” 23.11.2010.

Slides:



Advertisements
Similar presentations
OpenBiblio: an easy-to-use free Integrated Library System software
Advertisements

Kermakahvi ( Streaming music server & more ). Goals Original goal was to install VDR ( Video Disk Recorder) Since we managed to break the DVB-T stick.
Linux, it's not Windows A short introduction to the sub-department's computer systems Gareth Thomas.
Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
MICROCONTROLLED HOME Keith Jones EKU Deparment of Technology CEN.
Novell from Home Net Storage. Novell access via NetStorage 1-Web Interface Connect to your shared drive through your web browser Windows, Mac or Linux.
Chien-Chung Shen Google Compute Engine Chien-Chung Shen
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
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.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
JOIN A COMMUNITY OF 80,000 E-COMMERCE SITES WORLDWIDE.
© 2010 VMware Inc. All rights reserved VMware ESX and ESXi Module 3.
DataStax Enterprise on Microsoft Azure. BrightView Analytics provides a robust Software-as-a-Service (SaaS) business solution, which delivers critical.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
Ssh: secure shell. overview Purpose Protocol specifics Configuration Security considerations Other uses.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
Raspberry Pi Training Truman College Goals of our Training Today Unbox and boot up the Raspberry Pi (RPi) Learn how to access the desktop graphical.
Creating a Web Presence Introduction to WordPress Week 1.
The Network Management Lab pc pc pc pc pc Virtual Servers Your Laptop.
© 2005,2006 NeoAccel Inc. Partners Presentation SSL VPN-Plus 2.0 Quick Start Guide.
1 Web Server Administration Chapter 9 Extending the Web Environment.
G046 Lecture 05 Task E Briefing Notes Mr C Johnston ICT Teacher
MCDevOps Infrastructure In One Hour. Sponsors Improving Enterprises Software Development.
N ETWORKED & D ISTRIBUTED COMPUTING S YSTEMS L AB Programming Assignments EE323 Computer Networks.
Lab How to Use WANem Last Update Copyright 2011 Kenneth M. Chipps Ph.D. 1.
Week 1 – Seneca Networking Environment. Agenda Overview of Seneca Server names How to access servers Terminal Emulation (Putty) Browser – IE, Netscape,
Home Media Network Hard Drive Training for Update to 2.0 By Erik Collett Revised for Firmware Update.
LPHI ITG Emergency Preparedness Information Sessions & Training.
VNC Greg Fankhanel Jessica Nunn Jennifer Romero. What is it? Stands for Virtual Network Computing It is remote control software which allows you to view.
A few Linux basics Network Monitoring & Management.
| nectar.org.au NECTAR TRAINING Module 5 The Research Cloud Lifecycle.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Booting Ubuntu Linux Live CSCI 130 – Fall 2008 Action Lab Dr. W. Jones.
© 2005,2009 NeoAccel Inc. Partners Presentation SSL VPN-Plus 2.3 Quick Start Guide.
Lab 11 Overview Windows Server Last Labs Lab 12  Cisco Firewall.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
How to Deploy and Configure the Smart Net Total Care CSPC Collector
Linux Services Configuration
Extra – Web Hosting/Server Intro Informatics Department Parahyangan Catholic University.
WebCCTV 1 Contents Introduction Getting Started Connecting the WebCCTV NVR to a local network Connecting the WebCCTV NVR to the Internet Restoring the.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Configuring Drupal Information Systems 337 Prof. Harry Plantinga.
Your EC2 Instance. How to Connect to your EC2 Instance?
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
Tutorial How-To install Nuxeo 5.3 on Virtual Ubuntu 9.04 Jean Marie PASCAL
Installing and Configuring Moodle. Download Download latest Windows Install package from Moodle.orgMoodle.org.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) Overview of software tools for gLite installation & configuration.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
Version of document: 1.01 Software Version CBox: v3.7.1 Hardware Version CBox: C5 Remote Access Configuration Service Operator Language: English.
VMware ESX and ESXi Module 3.
RASPBERRY PI WORKSHOP.
Ssh: secure shell.
Introduction to Operating Systems
CONFIGURING A PRIVATE INSTANCE OFWEBPAGETEST WITH BROWSER EXTENSIONS
FTP - File Transfer Protocol
Ubuntu Working in Terminal
Introduction to Networking
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Crawling with Heritrix
IS 4506 Server Configuration (HTTP Server)
Radoslaw Jedynak, PhD Poland, Technical University of Radom
System Administration (LTAT )
Ubuntu MYSQL Database Server
Presentation transcript:

Petteri Soininen Juhana Kraemer Jussi Vähämäki ”Group PJJ”

 Get to know Linux server basics  Two thirds of the group had basically no experience on them prior to this course  To create some basic server  Nothing too fancy

 Debian distro was chosen because of Jussi’s earlier experience with Debian  Installing went without incident, only thing we had to do was download the newest image from the web  Installation was done by Vmware vSphere client software

 We did the basic server configurations  Creating users  Updating packages etc.  Vmware tools  Other course related tasks

 SSH was installed to enable remote access through Putty  VPN required to login (this was provided by the teacher)  After this we basically did the course assignments remotely through the Putty terminal

 We had some trouble coming up with a server idea  We decided to go for something pretty simple, since Juhana & Petteri didnt really know much in advance and we didn’t want Jussi to do all the work alone

 The Apache web server application was installed on the server by the following command: # apt-get install apache2

 Web server  System information through a phpsysinfo-package

 SSH was installed in order to be able to remotely connect to the server with Putty  This was done by the command: # aptitude install openssh-server  Also a VPN connection was required, because the server is in a closed ciscolab network  This was done by using the OpenVPN client and the config file provided by the teacher

OpenVPN interface Remote connection by Putty

 We downloaded the server software straight to the server with wget  The server software was a zip package, which was extracted with unzip  The server has a web administration interface, which can be accessed by a browser at the port 8080

 Screenshot from the web administration interface

 We also installed an FTP server software with the following command: # apt–get install proftpd  Our FTP server automatically uses the user login information of the server  We configured the FTP server so that the users can only view their own home folder and upload items there

 PJJ-server  Apache webserver  UT 2004 dedicated game server  FTP-server  SSH connection to enable remote access through Putty (and VPN)

 Anything to add or ask?