COP 4343 Unix System Administration

Slides:



Advertisements
Similar presentations
How to Deploy a Cloud Based Webserver in 5 minutes.
Advertisements

1 Web Servers / Deployment Alastair Dawes Original by Bhupinder Reehal.
Chapter Apache Installation in Linux- Mandrake. Acknowledgment The following information has been obtained directly from
Security SIG: Introduction to Tripwire Chris Harwood John Ives.
How Clients and Servers Work Together. Objectives Learn about the interaction of clients and servers Explore the features and functions of Web servers.
CP476 Internet Computing Browser and Web Server 1 Web Browsers A client software program that allows you to access and view Web pages on the Internet –Examples.
Apache : Installation, Configuration, Basic Security Presented by, Sandeep K Thopucherela, ECE Department.
Overview Basic functions Features Installation: Windows host and Linux host.
Web Server Setup WEB SERVER SETUP.
A short two-part talk introducing: Basic Linux/Unix system administration (CentOS/RHEL5) General Computer/Network security … for the G53SEC module. Nick.
APACHE SERVER By Innovationframes.com »
Installing and Setting up mongoDB replica set PREPARED BY SUDHEER KONDLA SOLUTIONS ARCHITECT.
Integrating HADOOP with Eclipse on a Virtual Machine Moheeb Alwarsh January 26, 2012 Kent State University.
Securing LAMP: Linux, Apache, MySQL and PHP Track 2 Workshop PacNOG 7 July 1, 2010 Pago Pago, American Samoa.
Hosting Control Panels Allows users to manage their various hosted services in single place.  Creating webspaces  Creating FTP accounts  Creating .
Hyrax Installation and Customization Dan Holloway James Gallagher.
CIS 193A – Lesson10 Protecting Your Network. CIS 193A – Lesson10 Focus Question What information contained in packets can be used as matching criteria.
Downloading & Installing Software Chapter 13. Maintaining the System Yum Pirut BitTiorrent Rpm Keeping Software Up To Date Up2date Red Hat Network Wget.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Web Server Configuration Alokes Chattopadhyay Computer & Informatics Centre IIT Kharagpur.
Linux Operations and Administration
Web Servers Web server software is a product that works with the operating system The server computer can run more than one software product such as .
Web Servers Installation and Configuration May 24, 2001 CIS System Administration Problem Statement The class topic is setting up a Linux server to support.
LANDesk Management Gateway
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) Overview of software tools for gLite installation & configuration.
Setting Up a Local WordPress Development Environment By Gregory Young Alternative Hosting
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) VOMS Installation and configuration Bouchra
Cobian Backup 7 Tutorial Welcome to Cobian Backup 7. This tutorial will show you how to install the program, configure it and create your first scheduled.
EGI-InSPIRE RI EGI-InSPIRE EGI-InSPIRE RI Pakiti.
COSC 4750 Customizing and maintenance. Installing software Redhat/Fedora (and linux in general) has a package installer, called rpm Many programs will.
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
DB server + PHPMyAdmin ดรัสวิน วงศ์ปรเมษฐ์ สาขาวิชาเทคโนโลยีสารสนเทศ คณะ วิทยาศาสตร์ มรภ. บร. 19/10/56.
Linux Services Muhammad Amer. 2 xinetd Programs  In computer networking, xinetd, the eXtended InterNET Daemon, is an open-source super-server daemon.
E-science grid facility for Europe and Latin America Setting up a YUM Repository Gianni M. Ricciardi – Consorzio COMETA Joint EELA-2/EGEE-III.
Cosc 4750 Configuring httpd, Mysql, And Samba. defaults By default httpd demean will startup and work User directories are turned off Default directory.
1 COP 4343 Unix System Administration Unit 14: – send and receive mail – mail filtering – mail server – mailing lists.
Oracle Data Integrator Agents. 8-2 Understanding Agents.
 Load balancing is the process of distributing a workload evenly throughout a group or cluster of computers to maximize throughput.  This means that.
Linux Operations and Administration
Web Server Administration Chapter 6 Configuring a Web Server.
Presented by Lonnye Bower Fardin Khan Chris Orona APACHE WEB SERVER.
Web Server Apache PHP HTTP Request User types URL into browser Address resolved if nec. We use directly Most browsers request.
Day 15 Apache. Being a web server Once your system is correctly connected to the network, you could be a web server. –When you go to a web site such as.
GLite WN Installation Giuseppe LA ROCCA INFN Catania ACGRID-II School 2-14 November 2009 Kuala Lumpur - Malaysia.
Aaron Corso COSC Spring What is LAMP?  A ‘solution stack’, or package of an OS and software consisting of:  Linux  Apache  MySQL  PHP.
APACHE INSTALL Linux: CentOS 6.5 WHAT IS APACHE Apache is an open source application which is governed by the GNU licensing for use and alteration of.
Web Server Administration Chapter 6 Configuring a Web Server.
The EPIKH Project (Exchange Programme to advance e-Infrastructure Know-How) Overview of software tools for gLite installation & configuration.
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.
PRESENTED BY ALI NASIR BITF13M040 AMMAR HAIDER BITF13M016 SHOIAB BAJWA BITF13M040 AKHTAR YOUNAS BITF13M019.
LINUX - SAMBA
APACHE INSTALL AWS Linux (Amazon Web Services EC2)
Overview of software tools for gLite installation & configuration
Web and Proxy Server.
Packaging and Deploying Windows Applications
Chapter 9 Router Configuration (Ospf, Rip) Webmin, usermin Team viewer
CompTIA Server+ Certification (Exam SK0-004)
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
More Scripting & Chapter 11
Unit 27: Network Operating Systems
Information Security Session October 24, 2005
IS3440 Linux Security Unit 9 Linux System Logging and Monitoring
IS3440 Linux Security Unit 8 Software Management
OPS235 PACKAGE MANAGEMENT
COP 4343 Unix System Administration
Web Servers / Deployment
Configuration Of A Pull Network.
System & Network Administration (MCSA & RHCSA)
RHCSA Study Prep.
How to install and manage exchange server 2010 OP Saklani.
Presentation transcript:

COP 4343 Unix System Administration Unit 2: yum network access webserver

Yellowdog updater modified Based on Redhat package manager uses rpm files downloads rpm files from repositories Configuration: /etc/yum.repos.d default: retrieve mirror list from redhat.com optional: setup local fedora and fedora-updates repositories

/etc/yum.repos.d fedora.repo fedora-updates.repo baseurl=ftp://mirror.cs.fiu.edu/pub/mirrors/fedora/$releasever/$basearch/os fedora-updates.repo baseurl=ftp://mirror.cs.fiu.edu/pub/mirrors/fedora/updates/$releasever/$basearch/

Yellowdog updater modified yum check-update checks for available updates yum update updates all installed packages also: yum update yum yum install package-name installs new package

Network access Your machine will be given full Internet access if: You have installed all current patches available for your distribution You send email to request@cs.fiu.edu with Your machines IP number don’t send the root password Your machine passes a security assessment administered by SCS support personnel

Apache Webserver Install with: Configuration file: yum install httpd Configuration file: /etc/httpd/conf/httpd.conf Make part of run-level: chkconfig --add httpd chkconfig httpd on Start webserver service httpd start Configure access through firewall /etc/sysconfig/iptables

Apache Webserver /etc/httpd/conf/httpd.conf Global: Main server: Server root Interface and port Main server: User/group Admin, name Document root Userdir Directory index and access Logs Cgi handling

Apache Webserver /etc/httpd/conf/httpd.conf Virtual hosts Name Document root logs