Building a Low-Power Home Server with Open Source Tools. Scott Courtney April, 2009

Size: px
Start display at page:

Download "Building a Low-Power Home Server with Open Source Tools. Scott Courtney April, 2009"

Transcription

1 Building a Low-Power Home Server with Open Source Tools Scott Courtney April, 2009

2 The Applications (Immediate) LAN file server (NAS device) Remote backup server VPN gateway NAT Firewall DNS, DHCP, and TFTP boot services

3 The Applications (Future) DLNA Media Server AFS Server Kerberos 5 Server LDAP Server Web-driven Administration Small-scale Asterisk PBX server

4 The Design Criteria High reliability Low power (< 50W idle) Small form factor Encrypted storage: Burglar gets a brick! Headless operation after initial install All Open Source software Reasonable performance ( stuff the LAN at 100 Mbit/sec ) Budgetary cost circa US$500

5 The Alternatives Use a small desktop box Higher power consumption Usually have CPU fan (less reliable) Low-cost models usually low quality Hack an off-the-shelf NAS device Poor performance of low-cost models Non-x86 processors (tricky installs) Possible bricking the device if the process goes wheels-up Most don't support encryption

6 The Hardware Form Factor Mini-ITX standard footprint (Morex encl.) Motherboard VIA Epia LT Series Mass Storage Two 750 GB SATA II drives in RAID 1 External USB CDROM for installation External USB drives (2) for backup

7 Your Mother(board)! VIA Epia LT10000EG 1.0 GHz C7 processor Two Ethernet ports, lots of USB Two SATA II (3.0 Gbit/sec) disk ports LT15000G has 1.5 GHz, but CPU fan Also consider Epia SN series Four SATA ports (more RAID choices) At time I bought, enclosures not readily available

8 Motherboard Visuals Note absence of CPU fan, one of the least-reliable components in a typical desktop system. Be sure there is enough open space around cables for ventiliation! As with many small systems, things get pretty tight around the connections to front and rear panel I/O points. These were a reall challenge to connect!

9 Mass Storage (Internal) Two Seagate Barracuda SATA II drives, 750 GB each Currently running software RAID 1 Motherboard has hardware RAID, but at time of construction Linux didn't yet support it. Need to revisit this, because I've upgraded kernel several times since.

10 Disk Drive Mounting The second drive mounts at right-angles to, and below, the first. No externally visible drives are needed here, so the two upper bays could also hold hard drives. Remember when deciding drive locations that they need cooling air!

11 Mass Storage (External) External CDROM/DVDROM via USB Needed only during installation Notoriously unreliable devices Why let it sit there sucking power? Two external 750 GB USB drives Rotated for off-site backups Could have used esata instead Off-the-shelf drives and enclosures

12 Rear Panel View Abundant connectors for Ethernet and USB Audio, keyboard, video, and mouse connectors not used Also has USB connectors on the front useful for temporary drive hookups!

13 The Software: Operating System Ubuntu Linux Server Edition 8.10 By default, no GUI (less overhead) Great for headless operation Widely supported Debian based distro for easy maintenance and upgrades Somewhat less conservative than Debian, for later device driver support

14 The Software: Mass Storage Logical Volume Manager config System, swap, and some data volumes unencrypted, for performance Private data volumes encrypted strongly using LUKS ( cryptsetup ) First data partition contains LUKS key file to decrypt the others Manually run access-disks script once after each (rare) reboot, enter password one time only

15 The Software: Backups Clients back up with a shell script that invokes rsync over SSH Passwordless PKI login; trusted client users No point-in-time restores needed for home server Backs up colo server via separate shell script, again using rsync Backs up self to external USB drives using a third rsync -based script

16 Alternative Backup Strategies... Could have used Bacula or Amanda Point-in-time restore More robust security More complex to setup and administer Decided this was overkill for my needs Could have used rdiff-backup Did use this at one time Intuitive access to backups, has PIT also Lousy compatibility between versions!

17 The Software: File Server NFS version 3 Samba version 3 Mass storage managed with Linux Logical Volume Manager (LVM) Some LVM partitions encrypted with LUKS ( cryptsetup ) Possibly adding AFS support later

18 Network Diagram Broadband Modem LAN Switch y.z Wifi Hub(s) x Client PCs Printers etc.

19 Firewall and VPN Configuration Sits between AT&T U-verse or similar broadband modem and the main switch for the LAN Standalone wifi access hubs on LAN switch Broadband modem has outer firewall, this server has inner, for more robust security Modem's direct wifi is secondary internet if server is down (sits on different SSID) OpenVPN and a three-rule IPTABLES NAT are all that's needed for VPN gateway

20 Infrastructure Applications DNS server Slave DNS for Sine Nomine domain as well as my personal ones Cache DNS for all other domains DHCP and TFTP boot server Very standard configurations Assigned fixed IP addresses to most hosts to allow easy remote support

21 Other Infrastructure Services TFTP Boot server for Cisco SIP phones (Future) Boot server for diskless Linux workstations (Future) LDAP Shared contact database Possibly useful as SSO authenticator (Future) Kerberos 5 Mainly to support AFS

22 Where Are We Now? No unscheduled outages since installed Backups are the envy of some small corporations (but not SNA) File server can stuff the pipeline at 100 Mbit/sec Power consumption circa 30 watts Cost about US$500 when built, less now

23 Installed and Working! The rare and elusive blackcrested epiabird, in its natural habitat, a secluded stairwell. Note how the epiabird colllects brightly-colored LAN cables for its elaborate nesting behavior.

24 Coming Real Soon Now... ushare DLNA media server Digital Living Network Architecture Clients: Playstation 3, XBox 360, others Play audio, video, still photo albums Well I'll be... This thing works now! Asterisk PBX...well, maybe CPU may not be fast enough May be easier to outsource VoIP But it would be seriously fun to do!

25 Tips for Building Your Own If hardware RAID not supported, try all_generic_ide boot parameter. Be smarter than me...read the clearly-written instructions in the GRUB menu.lst comments! Buy a UPS. Buy a good UPS. Test your good UPS often! Google is your friend...these wheels have been invented already. Try to use only software from the distro's repository. Ask for copies of my RAID 1 install procedure and my custom shell scripts. Above all... Yes, this was worthwhile, and yes, it was just as much fun as I hoped it would be!

26 What I Would Do Differently... Probably get the SN-series motherboard Enclosures now more available Has four SATA connectors (vs. two) Maybe look at a fully fanless design Case fan is not as critical as CPU fan Give up a lot in CPU speed for these Possibility of wall-mount flat enclosure

27 Webliography Ubuntu Linux (look at Server Edition ) Two excellent articles on setting up bootable RAID VIA Epia motherboards E-itx Systems (component vendor) Logic Supply (component vendor) NewEgg (component vendor)

28 Contact Info Scott Courtney x1224 This presentation includes vendor recommendations that are the opinion of the presenter only, and do not represent an endorsement of these products or companies by Sine Nomine Associates.

Ubuntu Server Partition Setup Samba Disk

Ubuntu Server Partition Setup Samba Disk Ubuntu Server 12.04 Partition Setup Samba Disk hi, am going to deploy Ubuntu server having following server on it: Samba server The thing which I want to for a production environment where the users will

More information

Unit 2: Manage Files Graphically with Nautilus Objective: Manage files graphically and access remote systems with Nautilus

Unit 2: Manage Files Graphically with Nautilus Objective: Manage files graphically and access remote systems with Nautilus Linux system administrator-i Unit 1: Get Started with the GNOME Graphical Desktop Objective: Get started with GNOME and edit text files with gedit Unit 2: Manage Files Graphically with Nautilus Objective:

More information

RedHat Certified Engineer

RedHat Certified Engineer RedHat Certified Engineer Red Hat Certified Engineer (RHCE) is a performance-based test that measures actual competency on live systems. Called the "crown jewel of Linux certifications," RHCE proves an

More information

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux Part 1 : Getting Familiar with Linux Chapter 1 : Getting started with Red Hat Enterprise Linux Chapter 2 Finding Your Way on the Command Line Hours Part II : Administering Red Hat Enterprise Linux Linux,

More information

SVProxy3. User Guide

SVProxy3. User Guide SVProxy3 User Guide October 2010 Trademarks & Copyright Trademarks All trademarks mentioned in this manual are the sole property of their respective manufacturers. Copyright SerVision Ltd., Jerusalem,

More information

AXIS Camera Station S20 Appliance Series AXIS Camera Station S2008 Appliance AXIS Camera Station S2016 Appliance AXIS Camera Station S2024 Appliance

AXIS Camera Station S20 Appliance Series AXIS Camera Station S2008 Appliance AXIS Camera Station S2016 Appliance AXIS Camera Station S2024 Appliance AXIS Camera Station S2008 Appliance AXIS Camera Station S2016 Appliance AXIS Camera Station S2024 Appliance User Manual Table of Contents About the AXIS Camera Station S20 Appliance Series.............

More information

Manually Mount Usb Flash Drive Ubuntu Server

Manually Mount Usb Flash Drive Ubuntu Server Manually Mount Usb Flash Drive Ubuntu 12.04 Server 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) SSH Commandline - Ubuntu x64 dedicated server

More information

CompTIA A+ Accelerated course for & exams

CompTIA A+ Accelerated course for & exams CompTIA A+ Accelerated course for 220-901 & 220-902 exams Course overview Target Audience This course is for Participants wishing to take and pass both CompTIA A+ exams (220-901 and 220-902) exam. It is

More information

CONTENTS IN DETAIL INTRODUCTION

CONTENTS IN DETAIL INTRODUCTION CONTENTS IN DETAIL ACKNOWLEDGMENTS xiii INTRODUCTION xv 1 HOW A NETWORK WILL IMPROVE YOUR LIFE 1 What s a Network?... 2 Sneakernet... 3 Data Networks and What You Can Do with Them... 4 File Sharing...

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

FastTrack to Red Hat Linux System Administrator Course Overview

FastTrack to Red Hat Linux System Administrator Course Overview Course Overview This highly practical instructor led training course is designed to give experienced LINUX/UNIX administrators practical experience in the administration of a LINUX system to a level required

More information

PD-SATA USB/LAN Network Attached Storage Enclosure for 3.5 SATA Hard Drives

PD-SATA USB/LAN Network Attached Storage Enclosure for 3.5 SATA Hard Drives Network Attached Storage Enclosure for 3.5 SATA Hard Drives User Manual & Installation Guide March 16, 2008 - v1.0 Table of Contents 1 INTRODUCTION...1 1.1 ICON KEY...1 1.2 THE...1 1.3 PACKAGE CONTENTS...1

More information

IT Essentials: PC Hardware and Software v4.1 Mapping to CompTIA A Objectives

IT Essentials: PC Hardware and Software v4.1 Mapping to CompTIA A Objectives IT Essentials: PC Hardware and Software v4.1 Mapping to CompTIA A+ 220-702 Objectives 1.0 Hardware 1.1 Given a scenario, install, configure and maintain personal computer components Storage devices o HDD

More information

your gateway to the digital edge

your gateway to the digital edge soho series your gateway to the digital edge rumba server appliance Rumba means freedom... Get connected, get productive, and look professional! Wizard-driven setup, effortless and efficient for experienced

More information

Dominion SX Release Notes

Dominion SX Release Notes Dominion SX Release Notes Dominion SX Release Notes and Compatibility Release 3.1.7 April 14, 2009 Document updated June 10, 2010 Contents Applicability... 2 Release Status... 2 Expiration Date of Content...

More information

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard. Initial Boot from Install Disc 1 Turn on the power for your machine. Sysinstall main menu Immediately place the first CD-ROM of the FreeBSD 5.3 install set in your machine's CD-ROM drive. You'll see an

More information

COURSE OUTLINE: A+ COMPREHENSIVE

COURSE OUTLINE: A+ COMPREHENSIVE COURSE OUTLINE: A+ COMPREHENSIVE Course Outline CompTIA A+ Comprehensive Chapter Outline 1. The Path of the PC Tech What is the CompTIA A+? How to Pass the A+ Exams 2. Operational Procedures Professionalism

More information

HMC The New Console on the Block John Still

HMC The New Console on the Block John Still HMC The New Console on the Block John Still Objectives Console History Introducing the Hardware Management Console (HMC) Planning for HMC and i5 Guided Setup Wizard HMC Management Remote Access System

More information

Tranquil T7-HSA. Harmony Home Server

Tranquil T7-HSA. Harmony Home Server Tranquil T7-HSA Harmony Home Server Protect Connect Organise Grow Iss1.0 Thank you for purchasing the Tranquil Harmony Home Server This appliance, if cared for and used correctly will provide many years

More information

CompTIA A Practical Application Exam, 2009 Edition

CompTIA A Practical Application Exam, 2009 Edition CompTIA A+ 220 702. Practical Application Exam, 2009 Edition Examination Objectives Mapped to Chapters Chapters Domain Hardware 1.0 1.1 Given a scenario, install, configure and maintain personal computer

More information

SysadminSG RHCSA Study Guide

SysadminSG RHCSA Study Guide SysadminSG RHCSA Study Guide This is the RHCSA Study Guide for the System Administration Study Group. The study guide is intended to be printed by those who wish to study common tasks performed by many

More information

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days

CompTIA Linux Course Overview. Prerequisites/Audience. Course Outline. Exam Code: XK0-002 Course Length: 5 Days CompTIA Linux+ 2009 Exam Code: XK0-002 Course Length: 5 Days Course Overview This instructor-led course will prepare students for the 2009 CompTIA Linux+ certification exam. It provides a comprehensive

More information

SA3 E7 Advanced Linux System Administration III Internet Network Services and Security

SA3 E7 Advanced Linux System Administration III Internet Network Services and Security SA3 E7 Advanced Linux System Administration III Internet Network Services and Security Synopsis: This is a fast paced, level 3, advanced class for experienced administrators of Linux based hosts on a network

More information

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7

Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Critical Analysis and last hour guide for RHCSA/RHCE Enterprise 7 Disclaimer: I haven t gone through RHCSA/RHCE EL 7. I am preparing for upgrade of my RHCE certificate from RHCE EL4 to RHCE EL7. I don

More information

SAGEMCOM 5355 GATEWAY

SAGEMCOM 5355 GATEWAY SAGEMCOM F@ST 5355 GATEWAY Disclaimer This is not an official document. I am not employed by Telstra nor am I an IT person. I wrote this document because setting up my gateway was a hassle due to the lack

More information

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting...

2 Bay 3.5 HDD SATA NAS Media Server Setting...20 Bonjour...21 TorrentFlux Maintenance...25 Disk Utility...25 RAID Setting... Table of contents 1. Overview of the 2 Bay NAS...3 1.1 Introduction...3 1.2 System Requirement...3 1.3 Hardware Installation...3 1.4 Setup the client PC and 2 Bay NAS...3 1.4.1 Setup network configuration

More information

Wave 5.0. Wave OpenVPN Server Guide for Wave 5.0

Wave 5.0. Wave OpenVPN Server Guide for Wave 5.0 Wave 5.0 Wave OpenVPN Server Guide for Wave 5.0 2015 by Vertical Communications, Inc. All rights reserved. Vertical Communications and the Vertical Communications logo and combinations thereof and Vertical

More information

ReadyNAS OS 6 Desktop Storage Systems Hardware Manual

ReadyNAS OS 6 Desktop Storage Systems Hardware Manual ReadyNAS OS 6 Desktop Storage Systems Hardware Manual Model ReadyNAS 102, 104 ReadyNAS 202, 204, 212, 214 ReadyNAS 312, 314, 316 ReadyNAS 422, 424, 426, 428 ReadyNAS 516, 524X, 526X, 528X ReadyNAS 626X,

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified TestOut PC Pro - English 6.0.x COURSE OUTLINE Modified 2019-01-02 TestOut PC Pro Outline - English 6.0.x Videos: 142 (17:10:32) Demonstrations: 144 (17:38:44) Simulations: 117 Fact Sheets: 189 Exams: 132

More information

CompTIA Exam CompTIA A+ Certification Exam (901) Version: 7.0 [ Total Questions: 254 ]

CompTIA Exam CompTIA A+ Certification Exam (901) Version: 7.0 [ Total Questions: 254 ] s@lm@n CompTIA Exam 220-901 CompTIA A+ Certification Exam (901) Version: 7.0 [ Total Questions: 254 ] Question No : 1 A technician replaces a failed hard drive with a brand new one. The technician boots

More information

Host. Computer system #1. Host Hardening

Host. Computer system #1. Host Hardening Host Hardening Series of actions to be taken in order to make it hard for an attacker to successfully attack computers in a network environment (March 28, 2016) Abdou Illia Spring 2016 Host In network

More information

Southern Maine Community College Information Technology Professor Howard Burpee. Installing Windows Server 2012

Southern Maine Community College Information Technology Professor Howard Burpee. Installing Windows Server 2012 Southern Maine Community College Information Technology Installing Windows Server 2012 Objectives: Planning an installation for a new LAN Pre installation aspects of Server 2012 How-to install and configure

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc.

User Manual. AC ac Wireless Access Point/Router. Model WAC124. NETGEAR, Inc. AC2000 802.11ac Wireless Access Point/Router Model WAC124 December 2018 202-11885-02 NETGEAR, Inc. 350 E. Plumeria Drive San Jose, CA 95134, USA AC2000 802.11ac Support Thank you for purchasing this NETGEAR

More information

Wireless Network Video Recorder

Wireless Network Video Recorder LD2R/LD2R500 Wireless Network Video Recorder User Guide Version 1.0 PREFACE Thank you for purchasing the Wireless Network Video Recorder, an IP based device that installed on your network, which can be

More information

IT SYSTEMS ADMINISTRATOR PROGRAM

IT SYSTEMS ADMINISTRATOR PROGRAM NH5000 A+ Comprehensive 120 Total Hours COURSE TITLE: A+ Comprehensive COURSE OVERVIEW: After completing this course, students will be able to perform tasks such as: Installation Configuration Diagnosing

More information

Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering. David D. Dixon April 8, 2009

Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering. David D. Dixon April 8, 2009 Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering David D. Dixon April 8, 2009 Overview Status of Existing Computational Infrastructure General

More information

Openvpn Client Do Not Change Default Gateway

Openvpn Client Do Not Change Default Gateway Openvpn Client Do Not Change Default Gateway I currently have a router using OpenVPN in client mode to connect to a host Is it possible to make OpenVPN the default gateway for everyone connected So what

More information

How To Manually Setup Linksys Router Wrt54g Password Protect My

How To Manually Setup Linksys Router Wrt54g Password Protect My How To Manually Setup Linksys Router Wrt54g Password Protect My Admin rights for the Linksys router are required to change any settings. I can't connect to my wireless router's configuration page despite

More information

Amahi Instruction Manual

Amahi Instruction Manual History of Amahi Chapter 1 Installing fedora 10 and Amahi Home Digital Assistant (HDA) Chapter 2 Advanced Hard drive Partitioning Chapter 3 YOUR DHCP/DNS OPTIONS Chapter 4 Network Troubleshooting Chapter

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

CHAPTER 7. Astlinux and Asterisk Installation on Embedded System

CHAPTER 7. Astlinux and Asterisk Installation on Embedded System CHAPTER 7 Astlinux and Asterisk Installation on Embedded System Introduction 1. Asterisk can be installed on number of operating systems but keeping embedded system in mind the operating system chosen

More information

Manual Install Ubuntu Server From Usb Drive

Manual Install Ubuntu Server From Usb Drive Manual Install Ubuntu 12.04 Server From Usb Drive The following sections describe how to install Ubuntu in UEFI mode, either if you use the manual partitioning ("Something else"), the difference is that

More information

"Charting the Course... Enterprise Linux System Administration Course Summary

Charting the Course... Enterprise Linux System Administration Course Summary Course Summary Description This is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation and server.

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Different ways to use Kon-Boot

Different ways to use Kon-Boot Robert Alaniz 28 July 2014 Different ways to use Kon-Boot This project consists of different ways of using Kon-Boot to bypass authentication on a windows machine. Kon-Boot is a toll that can bypass the

More information

Audit4 Installation Requirements

Audit4 Installation Requirements S4S Pty Ltd ABN: 26 104 845 909 Phone: 1300 133 308 Web: http://www.s4s.com.au Audit4 Installation Requirements Audit4 version 14+ Copyright 2012 S4S Pty Ltd The following table provides details on the

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Bay. Reliable, Secure, and User Friendly Personal Cloud Storage. NAS520 2-Bay Personal Cloud Storage. Benefits

Bay. Reliable, Secure, and User Friendly Personal Cloud Storage. NAS520 2-Bay Personal Cloud Storage. Benefits 2 Bay Reliable, Secure, and User Friendly Personal Cloud Storage 1.2 GHz dual-core processor with link aggregation for excellent performance It is essential in the modern connected world to access your

More information

Chapter 11: It s a Network. Introduction to Networking

Chapter 11: It s a Network. Introduction to Networking Chapter 11: It s a Network Introduction to Networking Small Network Topologies Typical Small Network Topology IT Essentials v5.0 2 Device Selection for a Small Network Factors to be considered when selecting

More information

Ubuntu Manual Disk Partitioning Guide

Ubuntu Manual Disk Partitioning Guide Ubuntu 10.10 Manual Disk Partitioning Guide 1st option : get a disk including Boot-Repair, 2nd option : install Boot-Repair in Boot-Repair also has advanced options to back up table partitions, back up.

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

IPBrick - Version 5.0 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda.

IPBrick - Version 5.0 Installation Manual. iportalmais - Serviços de Internet e Redes, Lda. IPBrick - Version 5.0 Installation Manual iportalmais - Serviços de Internet e Redes, Lda. July 2008 2 Copyright c iportalmais All rights reserved. July 2008. The information in this document could be

More information

IPCop Installation and Management. By: Kritsada Pinato (Bugfly)

IPCop Installation and Management. By: Kritsada Pinato (Bugfly) IPCop Installation and Management By: Kritsada Pinato (Bugfly) Introduction to IPCop What is IPCop? IPCop is a firewall; first, last and always. IPCop is a specialized Linux Distribution; complete, configured,

More information

FUJITSU Software ServerView Suite ServerView Installation Manager

FUJITSU Software ServerView Suite ServerView Installation Manager User Guide - English FUJITSU Software ServerView Suite ServerView Installation Manager Edition June 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

"Charting the Course... RHCE Rapid Track Course. Course Summary

Charting the Course... RHCE Rapid Track Course. Course Summary Course Summary Description This course is carefully designed to match the topics found in the Red Hat RH299 exam prep course but also features the added benefit of an entire extra day of comprehensive

More information

Ayrstone AyrMesh Router Setup

Ayrstone AyrMesh Router Setup Ayrstone AyrMesh Router Setup This guide should help you set up AyrMesh Router SP. The setup is relatively simple but should you need more detailed directions, such as slide shows, video, or troubleshooting

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Quick Start Guide for Standalone EAP

Quick Start Guide for Standalone EAP Quick Start Guide for Standalone EAP CHAPTERS 1. Determine the Management Method 2. Build the Network Topology 3. Log In to the EAP 4. Edit the SSID 5. Configure and Manage the EAP This guide applies to:

More information

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

begins halting unexpectedly, doing one or more of the following may improve performance;

begins halting unexpectedly, doing one or more of the following may improve performance; CLEARPATH ROBOTICS F r o m T h e D e s k o f T h e R o b o t s m i t h s Thank you for your Husky A200 order! As part of the integration, we have prepared this quick reference sheet for you and your team

More information

W4NJA Field Day Computer Networking 2014

W4NJA Field Day Computer Networking 2014 W4NJA Field Day Computer Networking 2014 Document: W4NJA Field Day Computer Networking 2014 Version: April 5, 2014 Author: Paul Smith ND4X Document: W4NJA Field Day Computer Networking 2014 Version: 20140405

More information

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features

Addonics T E C H N O L O G I E S. mini NAS. Model: NAS25HDU Key Features 1.0 Key Features Addonics T E C H N O L O G I E S mini NAS Model: NAS25HDU2 Convert any 2.5 SATA drive into a Network Attached Storage device Connect a USB printer to share it over the network One Fast

More information

Manual Install Ubuntu Alongside Windows 8 From Usb

Manual Install Ubuntu Alongside Windows 8 From Usb Manual Install Ubuntu 13.04 Alongside Windows 8 From Usb For instance, if you're dual-booting with a pre-installed Windows 8 but have the automatic installer of Ubuntu ("Install Ubuntu alongside others"

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

LENS Server Maintenance Guide JZ 2017/07/28

LENS Server Maintenance Guide JZ 2017/07/28 LENS Server Maintenance Guide JZ 2017/07/28 Duty Maintain LENS server with minimum downtime Patch critical vulnerabilities Assist LAB member for using the LENS services Evaluate for custom requirements

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide DL-200 Cellular Data logger V1.2_201610 TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 4 1.1 CONTENTS LIST... 5 1.2 HARDWARE INSTALLATION... 6 1.2.1 WARNING... 6 1.2.2 SYSTEM REQUIREMENTS...

More information

INSTALLATION. Security of Information and Communication Systems

INSTALLATION. Security of Information and Communication Systems Security of Information and Communication Systems INSTALLATION Table of contents 1.Introduction...2 2.Installation...3 2.1.Hardware requirement...3 2.2.Installation of the system...3 2.3.Installation of

More information

Configuration of Access Points and Clients. Training materials for wireless trainers

Configuration of Access Points and Clients. Training materials for wireless trainers Configuration of Access Points and Clients Training materials for wireless trainers Goals To provide a simple procedure for the basic configuration of WiFi Access Points (and clients) To review the main

More information

Reference. Application

Reference. Application This document will show one way of configuring the Vyatta router as an Internet firewall/gateway and will demonstrate the configuration for use with a cable modem. Furthermore, the LAN interfaces are (optionally)

More information

Back Up/Restore Hard Drives And Partitions With CloneZilla Live

Back Up/Restore Hard Drives And Partitions With CloneZilla Live By Falko Timme Published: 2008-11-25 17:35 Version 1.0 Author: Falko Timme Last edited 11/17/2008 This tutorial shows how you can back up and restore hard drives and partitions

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Computer to Network Connection

Computer to Network Connection Computer to Network Connection Network Installation Steps Having a clear understanding of all the steps required to physically building a network improves the success of a project. You may need to install

More information

IP806GA/GB Wireless ADSL Router

IP806GA/GB Wireless ADSL Router IP806GA/GB Wireless ADSL Router 802.11g/802.11b Wireless Access Point ADSL Modem NAT Router 4-Port Switching Hub User's Guide Table of Contents CHAPTER 1 INTRODUCTION... 1 Wireless ADSL Router Features...

More information

XL-PB350CA. EoC bridge slave. User manual

XL-PB350CA. EoC bridge slave. User manual XL-PB350CA EoC bridge slave User manual Content 1. Equipment Connection... 6 2. Set Accessed PC... 6 3.WIFI WEB Configuration... 8 3.1 Login WEB Interface... 8 3.2 WAN Configuration... 10 3.2.1 PPPO E

More information

SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting

SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting SA2 v6 Linux System Administration II Net Configuration, Software, Troubleshooting Synopsis: This is the second System Administration class, a follow-on class for new administrators with limited networking

More information

ReadyNAS OS 6 Desktop Storage Systems

ReadyNAS OS 6 Desktop Storage Systems ReadyNAS OS 6 Desktop Storage Systems Hardware Manual Models: 102 104 312 314 350 East Plumeria Drive San Jose, CA 95134 USA March 2013 202-11206-02 v1.0 Support Thank you for selecting NETGEAR products.

More information

Check Point 1100 Appliances Frequently Asked Questions

Check Point 1100 Appliances Frequently Asked Questions CHECK POINT SOFTWARE TECHNOLOGIES Check Point 1100 Appliances Frequently Asked Questions Table of Contents Overview:... 2 Ordering Information:... 3 Technology:... 4 Hardware:... 6 Performance:... 6 Updated

More information

IT JARGON BUSTERS NETWORKING TERMS

IT JARGON BUSTERS NETWORKING TERMS IT JARGON BUSTERS NETWORKING TERMS WAN Wide Area The WAN is associated with connections over a large area. In most circumstances this is referred to as the Internet connection you will have at home or

More information

Manual Update Ubuntu To Using Iso

Manual Update Ubuntu To Using Iso Manual Update Ubuntu 12.04 To 13.04 Using Iso General Upgrade Information, Current and Supported Versions From 13.04 to 13.10, From 12.10 to 13.04, From 12.04 to 12.10, Ubuntu 11.04 (Natty Narwhal) If

More information

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets.

Packet: Data can be broken into distinct pieces or packets and then reassembled after delivery. Computers on the Internet communicate via packets. Broadband Setup from A to Z Print out all the info below and get to work...have fun!! A word of caution! It is very important that you SECURE your wireless network using WEP or WPA encryption (password).

More information

INSTALLATION. Security of Information and Communication Systems. Table of contents

INSTALLATION. Security of Information and Communication Systems. Table of contents Security of Information and Communication Systems INSTALLATION Table of contents 1. Introduction...2 2....3 2.1. Hardware requirement...3 2.2. of the system...3 2.3. of ALCASAR...7 2.4. Connexion to the

More information

Manually Mount Usb Flash Drive Ubuntu Server 12.04

Manually Mount Usb Flash Drive Ubuntu Server 12.04 Manually Mount Usb Flash Drive Ubuntu Server 12.04 USB storage devices have the enormous advantage that for the most part they By default, disk drives do not auto-mount in Ubuntu Server Edition. Sometimes,

More information

World Skills Competition. Trade 39: IT PC and Network Support. Day 2 Competition

World Skills Competition. Trade 39: IT PC and Network Support. Day 2 Competition World Skills Competition Trade 39: IT PC and Network Support Day 2 Competition Small Business Competitor Name: Country Code: 1 of 10 CONTENTS This Test Project proposal consists of the following documentation/files:

More information

Accessing CharityMaster data from another location

Accessing CharityMaster data from another location Accessing CharityMaster data from another location When all of your computers are on the same Local Area Network (LAN), you can place the back end files (including your data and the Word templates) onto

More information

Iomega EZ Media & Backup Center Users Guide D

Iomega EZ Media & Backup Center Users Guide D Iomega EZ Media & Backup Center Users Guide D31593401 Table of Contents Setting up Your Device... 1 Setup Overview... 1 Set up My Iomega StorCenter If It's Not Discovered... 2 Discovering with Iomega

More information

Wirnet ifemtocell DATASHEET. Indoor LoRaWAN gateway for smart IoT chain. 1. Hardware Key Features. 1.1 Hardware block diagram.

Wirnet ifemtocell DATASHEET. Indoor LoRaWAN gateway for smart IoT chain. 1. Hardware Key Features. 1.1 Hardware block diagram. Wirnet ifemtocell Indoor LoRaWAN gateway for smart IoT chain Unlicensed band Long Range (LoRa ) bidirectional communications capabilities Supported bands: 863-873MHz, 902-928MHz, 915-928MHz (depending

More information

Unified Office Gateway UMG Quick Installation Guide. Version: 1.0

Unified Office Gateway UMG Quick Installation Guide. Version: 1.0 Unified ice Gateway UMG-2000 Quick Installation Guide Version: 1.0 Table of Contents 1. Package Contents... 3 2. Overview... 4 3. Hardware Installation... 6 3.1 Unpack the UMG-2000... 6 3.2 Choosing a

More information

DataLab PC. Industrial PC-compatible computer. (models DataLab PC 1200, DataLab PC 1000, DataLab PC 800, DataLab PC 610, DataLab PC 600)

DataLab PC. Industrial PC-compatible computer. (models DataLab PC 1200, DataLab PC 1000, DataLab PC 800, DataLab PC 610, DataLab PC 600) DataLab PC Industrial PC-compatible computer (models DataLab PC 1200, DataLab PC 1000, DataLab PC 800, DataLab PC 610, DataLab PC 600) All information furnished by Moravian Instruments is believed to be

More information

Certified Ubuntu Professional VS-1140

Certified Ubuntu Professional VS-1140 VS-1140 Certification Code VS-1140 Vskills certification for Ubuntu Professional assesses the candidate as per the company s need for managing Ubuntu Linux server. The certification tests the candidates

More information

Windows. Not just for houses

Windows. Not just for houses Windows Not just for houses Windows 110 Windows Server Essentially a jacked up windows 8 box Still GUI based Still makes no sense No start menu :( (Install classic shell)... trust me... Windows Server

More information

Windows MultiPoint Server 2011 Planning Guide. Document Version 1.0 March 2011

Windows MultiPoint Server 2011 Planning Guide. Document Version 1.0 March 2011 Windows MultiPoint Server 2011 Planning Guide Document Version 1.0 March 2011 Copyright Notice This document is provided as-is. Information and views expressed in this document, including URL and other

More information

Ubuntu Sever Administration. Duration:40 Hrs

Ubuntu Sever Administration. Duration:40 Hrs Ubuntu 12.04 Sever Administration Duration:40 Hrs 1. Introduction to Ubuntu Linux Ubuntu Server Ubuntu Server 12.04 Server Installation Alternatives and Options Server on the Desktop Installation Desktop

More information

Manually Mount Usb Device Linux Command Line Ubuntu 12.04

Manually Mount Usb Device Linux Command Line Ubuntu 12.04 Manually Mount Usb Device Linux Command Line Ubuntu 12.04 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) Can't mount external usb driver on Ubuntu

More information

Taurus Super-S Combo

Taurus Super-S Combo Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives User Manual May 11, 2009 - v1.1 EN Table of Contents CHAPTER 1 - INTRODUCTION 1 CHAPTER 3 - SYSTEM SET UP 7 ICON KEY 1 THE TAURUS SUPER-S COMBO

More information

Wireless Access Point User Manual Linksys Router With 4-port Switch

Wireless Access Point User Manual Linksys Router With 4-port Switch Wireless Access Point User Manual Linksys Router With 4-port Switch Switches VPN Routers Security Camera Systems Access Points Accessories Manually configuring the wireless network of your Linksys Dual-Band

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

Introduction. Published in IOUG Select Magazine

Introduction. Published in IOUG Select Magazine Introduction Exadata Machine was first introduced by Oracle in 2008 and now it has become one of the most popular database platform to host Oracle databases. Exadata machine is like a mini data center

More information