FreeBSD 10.0-RELEASE: Base system to Desktop Environment
|
|
|
- Reynold Jacobs
- 10 years ago
- Views:
Transcription
1 FreeBSD 10.0-RELEASE: Base system to Desktop Environment Manolis Kiagias, MSc 01/06/2014
2 2
3 3 Copyright Manolis Kiagias This Work is provided under the terms of the License: Attribution-NonCommercial-ShareAlike 4.0 International The complete text of this license is available here: You are free to: Share copy and redistribute the material in any medium or format Adapt remix, transform, and build upon the material The licensor cannot revoke these freedoms as long as you follow the license terms. Under the following terms: Attribution You must give approprate credit provide a link to license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. NonCommercial You may not use the material for commercial purposes. ShareAlike If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. No additional restrictions You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. Notices: You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. No warranties are given. The license may not give you all the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
4 4
5 CONTENTS 5 Contents 1 Installing FreeBSD 10.0-RELEASE 6 2 Updating the Base System 17 3 Installing the pkg Command 18 4 Installing Basic Command Line Tools Setting Up Sudo Configuring the Bash Shell Changing the Shell of the User Installing and Setting Up a Graphic Environment Installing the Xorg Server Installing a GUI Environment Shutdown and Restart for the Standard User Optional: Switching Keyboard Layouts Installing the Slim Login Manager Installing Additional Applications Installing Media Players, Browsers and Productivity Apps Installing the Java Plugin Installing the Flash Plugin Updating the Installed Applications 28 8 Further Reading 29
6 6 Installing FreeBSD 10.0-RELEASE 1 Installing FreeBSD 10.0-RELEASE Before beginning the installation of an operating system, the BIOS has to be adjusted to boot from the intended installation media. Most of the newer PC hardware have the ability to boot off USB devices such as flash drives as well as from CD/DVD drives. FreeBSD comes in different versions for 32 and 64bit PC architectures as well as many others. Typically, the 32bit version is intended for systems utilising a Pentium IV or lower grade CPU and the 64bit version for more modern processors such as the Core2/Core4 and the newer i3, i5, i7 and Pentium families. While FreeBSD is available both on CD and DVD, the DVD version is not required for this install. The DVD contains ready-made packages that are also available online. Booting off the installation media, after a while, the first installation dialog appears: Just press Enter on the default Install option.
7 7 Select the desired keyboard layout. This is not a critical setting for a desktop system as it will not affect your GUI settings. If a layout does not seem to match your keyboard/language, just select the US layout. During the installation process, use the arrow keys to move between options. Use the SPACE bar to mark any checkboxes. Move between different dialog parts (such as the main dialog and the OK / Cancel buttons) using the TAB button. After selecting the keyboard layout, just press ENTER on this dialog to confirm it.
8 8 Installing FreeBSD 10.0-RELEASE Every system must have a hostname. Typically, a system also belongs to a domain. As our sample system is not directly connected to the Internet (it is most probably served by a home DSL router) any domain name may be chosen. As an example, the domain name is thelab.local and the hostname is beastiebox. Original hostnames for a system are many times based on plants, planets, constellations and animals. Something as dull as system01 may also be used! Select the additional or optional components to install. There is no need to select the Ports tree as the version on the CD is outdated and the ports can be readily installed off the Internet. The system source code is useful as a reference and if you plan to build your own kernel. A few programs from the Ports Collection may also need the system source code in order to build.
9 9 There are many different ways to partition the system s disk. The easiest method is to use the default Guided way. Assuming a completely empty disk, select the Entire Disk option. Note that this will erase anything on the disk and create appropriate BSD partitions! Multi boot systems may be created using the Partition option, however this is outside the scope of this concise guide. Depending on the disk and RAM size of your system, the installation program will suggest different partition sizes. The default settings may usually be accepted. Using
10 10 Installing FreeBSD 10.0-RELEASE the options in this dialog the sizes may be customised or additional partitions may be created. Sometimes it is useful to shrink the size of the root partition (marked as / ) and create a separate partition for /home. For this sample installation, simply select Finish. This is the final warning: After selecting Commit, changes will be written to disk, partitions will be created and formatted and files will be copied. Any existing data on the disk will be lost after pressing Commit. File copying will take a while.
11 11 Set the password for root (admin) user. Use a safe, long password that may not be guessed. Your birthday, phone number and 1234 are all unsafe passwords! The above dialog will appear if the installation program detects a network card. If more than one network cards are detected, their models will be listed here allowing to choose which one to configure. The obvious answer is Yes. If Yes is selected, the network card will be autoconfigured by a DHCP server on your network (most probably your home router). Otherwise, a number of dialogs will be shown, allowing the settings to be made manually.
12 12 Installing FreeBSD 10.0-RELEASE Unless an IPv6 connection is available, select No here. Having selected DHCP for the network settings, this dialog will show some of the settings obtained by the DHCP server. These are the DNS servers that will be used (automatically written on the generated /etc/resolv.conf file). If the BIOS (CMOS) clock is set to local time (the usual setting), please select No here.
13 13 Select your region. Select the correct country / time zone
14 14 Installing FreeBSD 10.0-RELEASE Confirm your time zone. Select the services (or daemons) to run at startup: For remote shell access, select sshd For mouse operation on the console, select moused For automatic, Internet based clock synchronisation, select ntpd. This option is usually enabled. For CPUs with power saving features, select powerd dumpdev is probably not useful for typical desktop use
15 15 Add users to the system: Add at least one standard user now or immediately after the installation is finished (using the adduser command). Like hostnames, usernames are entirely up to choice. The example shows a rather simplistic user username. It is good practice to make at least one of the user accounts a member of the wheel group. Members of wheel can use the su command to become root when needed. For the rest of the users, the default options may be used.
16 16 Installing FreeBSD 10.0-RELEASE Select Exit in the final installation dialog. And then select No as no other changes are required. Finally, select Reboot to start the new system. Remember to remove the installation media before restarting!
17 17 At the end of the first startup, at the login: prompt, login as root (using the password typed earlier in the installation program). We are now ready to begin the installation of system updates and application programs. 2 Updating the Base System Note: The hash # symbol means the next command must be run by the root user. The dollar sign $ means the next command must be run by a standard user. These symbols should not be typed as part of the commands! Before any application programs are installed, it is good practice to update the base system with the latest security and bug fixes: # freebsd-update fetch install Looking up update.freebsd.org mirrors... 5 mirrors found. Fetching public key from update4.freebsd.org... done. Fetching metadata signature for 10.0-RELEASE from update4.freebsd.org... done. Fetching metadata index... done Fetching 2 metadata files... done. Inspecting system... done. Preparing to download files...
18 18 Installing the pkg Command The following files will be updated as part of updating to RELEASE-p2: /bin/freebsd-version /boot/kernel/kernel... Installing updates... done. Many security updates contain fixes to the kernel. Reboot the system after this installation: # shutdown -r now After the reboot is complete, login again as root. 3 Installing the pkg Command Starting with FreeBSD 10.0-RELEASE, the default package management was switched to a completely new system called pkgng. This allows to easily install updated versions of software packages directly from the FreeBSD Project servers, without the need for lengthy source builds. Ready made packages are ideal for desktop systems where a lot of complex and large programs are needed for a functional GUI. The traditional installation method through the Ports Collection is also available (can be used for the few programs where packages are not available). To begin with the pkgng system, first bootstrap it s basic command: # pkg The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/n]: y Installing pkg-1.2.7_2... done Update the database of available packages: # pkg update Updating repository catalogue digests.txz 100% 1067KB 533.4KB/s 1.0MB/s 00:02 packagesite.txz 100% 4898KB 979.5KB/s 1.4MB/s 00:05 Incremental update completed, packages processed: 0 packages updated, 0 removed and added.
19 4.1 Setting Up Sudo 19 4 Installing Basic Command Line Tools Some basic tools for the command line are: Program bash screen zip, unzip, unrar sudo Description The Bash shell is very common in Linux. It will be used for standard user accounts (not for root!) Screen is a useful utility when a session needs to be left active with the user logging out and reconnecting to it from a different terminal Utilities to deal with compressed archives A utility to run commands as root from a user account To install all of the above, simply type: # pkg install bash screen sudo zip unzip unrar Updating repository catalogue The following 7 packages will be installed:... Proceed with installing packages [y/n]: y 4.1 Setting Up Sudo To allow a user to issue commands as root, an initial setup of the sudo command has to be performed using the visudo utility. When visudo is executed, an editor is opened (typical vi) with the sudo configuration file already loaded. To temporarily set another, easier, editor for visudo, change the EDITOR environment variable: # setenv EDITOR ee Execute the visudo command: # visudo Remove the comment symbol (#) from the wheel line: # %wheel = ALL (ALL) ALL so it becomes: %wheel = ALL (ALL) ALL
20 20 Installing Basic Command Line Tools This change will allow everyone in the wheel group to issue commands as root. If this is not desirable, individual usernames may be added like this: nikos = ALL (ALL) ALL Save the file (if using ee, press ESCAPE, Leave Editor and Save). Sudo allows more complex configurations where a user may have limited root abilities, however this is beyond the scope of our setup. To test sudo functionality, logout out from the root account and login again as the standard user created during setup (which should belong to the wheel group). Issue a simple (harmless) command: $ sudo ls The system will execute the command after first asking the user password. 4.2 Configuring the Bash Shell The Bash shell needs a few additional configuration steps before it becomes fully functional. After the installation of the bash package these steps appear briefly on the screen. When installing packages in a batch, it is easy to miss these instructions. A line has to be added to the /etc/fstab file: fdesc /dev/fd fdescfs rw 0 0 Use the ee (or vi) editor to edit the file (e.g. ee /etc/fstab) and add it. In the fstab file the following lines are typical: # Device Mountpoint FStype Options Dump Pass# /dev/ada0p2 / ufs rw 1 1 /dev/ada0p3 none swap sw 0 0 The first line is a comment describing each column. The second line is used to mount the root filesystem (/) during startup: /dev/ada0p2 The second partition of the disk / The mount point ufs The filesystem used, actually UFS2 (Unix Filesystem 2) rw Mount options, where rw means read-write The dump and pass options are not of immediate interest (pass shows the order the filesystem will be checked during startup). The second line designates the swap partition. If there are more filesystems, there
21 4.3 Changing the Shell of the User 21 will be an entry for each of them. For now, just add the line mentioned above to the end of the file. The new filesystem will be automatically mounted at the next system startup. The system does not have to be restarted however. Simply type: # mount -a and the just added filesystem will be mounted and ready to use. 4.3 Changing the Shell of the User Since bash is installed, it may be desirable to change the user s shell from /bin/sh to it. Bash is the default shell in most Linux distributions and there is a certain user familiarity with it. Don t change the shell of the root user! Login as a standard user and execute: $ chsh -s bash Bash has two primary configuration files:.profile and.bashrc. All files beginning with a dot (dotfiles in UNIX speak) are hidden. The.profile file already exists and needs a simple change, but.bashrc must be created from scratch. For convenience, ready versions of both files are available and may be downloaded and installed as follows: $ fetch Unzip the files: $ unzip dotfiles-us.zip Logout and login again to see the difference. The.profile file is loaded every time the user logs in. The.bashrc file is loaded when a non-login shell is started. A non-login shell is started when the user starts bash manually or by opening a graphic terminal in a GUI environment. Both files contain settings for the shell and the user s environment. It is convenient to put most settings in.bashrc and have this file loaded in both login and non-login shells. For this purpose, the following lines have been added to the end of.profile: if [ -f ~/.bashrc ]; then source ~/.bashrc fi In.bashrc, lines like:
22 22 Installing and Setting Up a Graphic Environment export LANG=en_US.UTF-8 set environment variables for the user. The shell remembers these settings and makes them available to programs that request their values. For example, the line above sets the system language for the user to US English, while the line below sets the default editor to ee: export EDITOR=ee When a program requests an editor to open a file, the easy editor (ee) will be used. There are also alias lines like the following: alias ls= ls -G When the user executes the ls command, ls -G will be the one actually executed. The -G parameter in ls is used to enable colour coded files and directories in the output. Finally, the line: PS1=... changes the prompt of the shell and is responsible for the blue colour and the extra info appearing in front of the $ sign. Have a look at the rest of the lines in.bashrc by opening it using ee. 5 Installing and Setting Up a Graphic Environment Installation of a GUI consists of the following steps: Installing Xorg server Installing the desired GUI Setting up Xorg server Testing the GUI Optionally installing a keyboard layout switching solution (if the user needs to switch between two languages/layouts) Optionally installing a login manager so the system starts by default to a GUI Installing additional GUI programs for media playback, Internet browsing, etc. 5.1 Installing the Xorg Server This is very simple. As root:
23 5.1 Installing the Xorg Server 23 # pkg install xorg For a VirtualBox installation, install the additions as well: # pkg install virtualbox-ose-additions Install some extra fonts: # pkg install liberation-fonts-ttf urwfonts-ttf freefont-ttf Edit /etc/rc.conf and add the following lines: dbus_enable= YES hald_enable= YES The rc.conf file is one of the most important FreeBSD configuration files. It contains the network, hostname and console settings. It also contains lines describing the services (or daemons) to be started at system startup as well as some of their optional parameters. For every service that starts when the system is booted, there is a line like the following: <servicename>_enable= YES The order of appearance of these lines in rc.conf is not important. The FreeBSD startup system will always start system services in the correct order (for example, taking care to start services that need the network after the network connection is established). For a VirtualBox installation, also add the following lines: vboxguest_enable= YES vboxservice_enable= YES and execute the command: # pw groupmod wheel -m username if the standard user account is not already in the wheel group. Now reboot the system, and after it comes up again, as root, execute: # X -configure This creates a configuration file for Xorg, called xorg.conf.new which needs to be moved to its final position: # mv xorg.conf.new /etc/x11/xorg.conf For a VirtualBox installation edit the file using ee and find the line: Driver vesa change it to: Driver vboxvideo
24 24 Installing and Setting Up a Graphic Environment 5.2 Installing a GUI Environment FreeBSD does not come with a default GUI but many are available as packages and in the Ports Collection. A simple, non resource intensive GUI with a familiar look and feel is XFCE. Installation is very easy: # pkg install xfce Logout and login as a standard user. Use ee to create the.xinitrc file with the following single line content: exec startxfce4 Save the file and then execute: $ startx You will soon see the default XFCE desktop (answer Use default config in the question that will come up): Never execute a GUI as root!
25 5.3 Shutdown and Restart for the Standard User Shutdown and Restart for the Standard User While XFCE provides options to shutdown / restart the system in the logout options, these remain inactive: in FreeBSD normally only the root user or a user belonging to the operators group may shutdown or restart a system. In a desktop system however it may be desirable for a standard user to be able to shutdown or restart the workstation. This problem may be solved by changing some policykit settings: Exit the GUI and login as root. Create the appropriate directory: # cd /usr/local/etc/polkit-1 # mkdir -p localauthority/50-local.d # cd localauthority/50-local.d Download the settings file: # fetch The settings provided in the above file allow everyone in the wheel group to shutdown or restart the system. Use ee to edit the file and change this setting to your liking. Restart the system (shutdown -r now). In the next GUI session notice the shutdown and restart options are now active. 5.4 Optional: Switching Keyboard Layouts Switching keyboard layouts is useful for people using more than one language. There are many ways to setup layout switching. For many years this function was provided by a few settings in xorg.conf but lately this method has been deprecated and is now ignored. A new method is provided by creating a special fdi file to be read by the hal daemon. As root: # cd /usr/local/etc/hal/fdi/policy # fetch Hal needs to be restarted to read this file: # service hald restart or simply restart the system (shutdown -r now). As provided, this file can be used to switch between English and Greek layouts using the ALT+SHIFT combination. Edit the file to change the alternate layout to the one of your choice.
26 26 Installing Additional Applications 5.5 Installing the Slim Login Manager Using a login manager, your system can start up directly to the GUI environment, replacing the console login with a graphical one. A simple and easy to configure login manager is slim: # pkg install slim To activate it, add the following line to /etc/rc.conf: slim_enable= YES When slim is used, the user does not login on the console and the settings usually configured by the shell startup files (.profile and.bashrc) are not used. We will install a new version of.xinitrc that merges some of the shell s startup settings to this file. For convenience you may download this directly. Login as a standard user and type: $ cd $ fetch $ unzip xinitrc.zip Replace the existing file when asked. Reboot your system. At the end of the startup a graphical login screen appears. Login as a standard user to get to the desktop. Switching back to the console is possible by pressing CTRL+ATL+F1. 6 Installing Additional Applications The FreeBSD package repository contains a vast selection of applications ready to be installed. To get started, install some commonly used ones. Now that the system starts directly to the GUI, use the terminal emulator (Applications Menu => Terminal Emulator): $ su - Password: Installing Media Players, Browsers and Productivity Apps Firefox and Chromium are commonly installed programs for web browsing. For media playback, vlc and mplayer support most of the video and audio files:
27 6.2 Installing the Java Plugin 27 # pkg install firefox chromium mplayer vlc If the system will be used for office productivity, the LibreOffice suite of programs may also be installed: # pkg install libreoffice Note: Sudo may be used to run these commands as a standard user: sudo pkg install etc Use ee to add the following line to the file /boot/loader.conf (the file may be empty): sem_load= YES This line is necessary in order for Firefox to render HTML5 pages correctly. For Chromium, add the following line to /etc/sysctl.conf: kern.ipc.shm_allow_removed=1 The system will need to be restarted for the changes to take effect. 6.2 Installing the Java Plugin To install the Java plugin for Firefox and Chromium: # pkg install icedtea-web The following line will have to be added to /etc/fstab: proc /proc procfs rw 0 0 Then, execute: # mount -a As a standard user, execute: $ ln -s /usr/local/lib/icedteaplugin.so ~/.mozilla/plugins/ The plugin should then work in both Firefox and Chromium. 6.3 Installing the Flash Plugin To install the Flash plugin, the following additional programs are needed: nspluginwrapper Linux compatibility layer - will be installed automatically as a dependency for the plugin
28 28 Updating the Installed Applications Flash plugin from the Ports Collection as there is no ready package for it due to licensing restrictions Install nspluginwrapper: # pkg install nspluginwrapper The linux compatibility layer needs the following line to be added to /etc/rc.conf: linux_enable= YES This line will automatically load a required kernel module during startup. To load it immediately: # kldload linux To install the actual plugin, fetch and extract the Ports Collection: # portsnap fetch extract Add the following line to /etc/make.conf (file may be empty): WITH_PKGNG=YES Install from the port: # cd /usr/ports/www/linux-f10-flashplugin11 # make install clean After the installation is complete, there is a step to be executed by every standard user on the system: $ nspluginwrapper -v -a -i If the plugin is ever updated to a newer version, every standard user should execute: $ nspluginwrapper -v -a -u Since the Ports Collection is now installed, install some additional fonts for better compatibility with web pages: # cd /usr/ports/x11-fonts/webfonts # make install clean 7 Updating the Installed Applications To keep the applications updated to the latest versions, it is recommended to execute the following two commands periodically: # pkg update
29 29 # pkg upgrade After an upgrade, additional messages about steps to be taken may be shown. Be prepared to make any changes to configuration files as requested. To find additional packages for installation, try using part of the package or program name in a pkg search command: # pkg search programname 8 Further Reading The FreeBSD Handbook is an invaluable source of information on the FreeBSD Operating System. While this article guided you to a functional FreeBSD desktop, the Handbook contains a lot more information on how your system ticks and what else it can do. Start reading it here: Happy FreeBSDing!
LOCKSS on LINUX. Installation Manual and the OpenBSD Transition 02/17/2011
LOCKSS on LINUX Installation Manual and the OpenBSD Transition 02/17/2011 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 7 BIOS Settings... 10 Installation... 11 Firewall
LOCKSS on LINUX. CentOS6 Installation Manual 08/22/2013
LOCKSS on LINUX CentOS6 Installation Manual 08/22/2013 1 Table of Contents Overview... 3 LOCKSS Hardware... 5 Installation Checklist... 6 BIOS Settings... 9 Installation... 10 Firewall Configuration...
Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features
1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage
Online Backup Client User Manual Linux
Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based
II. Installing Debian Linux:
Debian Linux Installation Lab Spring 2013 In this lab you will be installing Debian Linux in a KVM (Kernel Virtual Machine). You will be guided through a series of steps to setup the network (IP addresses,
1. Product Information
ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such
Virtual Appliance for VMware Server. Getting Started Guide. Revision 2.0.2. Warning and Disclaimer
Virtual Appliance for VMware Server Getting Started Guide Revision 2.0.2 Warning and Disclaimer This document is designed to provide information about the configuration and installation of the CensorNet
RecoveryVault Express Client User Manual
For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by
Online Backup Client User Manual
Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have
HOMEROOM SERVER INSTALLATION & NETWORK CONFIGURATION GUIDE
HOMEROOM SERVER INSTALLATION & NETWORK CONFIGURATION GUIDE Level 1, 61 Davey St Hobart, TAS 7000 T (03) 6165 1555 www.getbusi.com Table of Contents ABOUT THIS MANUAL! 1 SYSTEM REQUIREMENTS! 2 Hardware
Online Backup Linux Client User Manual
Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might
BaseManager & BACnet Manager VM Server Configuration Guide
BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.
Online Backup Client User Manual
For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by
Introduction. Installation of SE S AM E BARCODE virtual machine distribution. (Windows / Mac / Linux)
Installation of SE S AM E BARCODE virtual machine distribution (Windows / Mac / Linux) Introduction A "virtual machine" is a fake computer within a true one. An underlying software (here VirtualBox) is
Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0
Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 Version 1.0 November 2008 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754
Attix5 Pro Server Edition
Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.
NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3
NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under
Team Foundation Server 2013 Installation Guide
Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day [email protected] v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide
INSTALL ZENTYAL SERVER
GUIDE FOR Zentyal Server is a small business server based on Ubuntu s LTS server version 10.04 and the ebox platform. It also has the LXDE desktop installed with Firefox web browser and PCMAN File manager.
Using iscsi with BackupAssist. User Guide
User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...
Online Backup Client User Manual Mac OS
Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC
Online Backup Client User Manual Mac OS
Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC
How To Use Senior Systems Cloud Services
Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To
Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)
Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...
Virtual Appliance Setup Guide
The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on
Desktop : Ubuntu 10.04 Desktop, Ubuntu 12.04 Desktop Server : RedHat EL 5, RedHat EL 6, Ubuntu 10.04 Server, Ubuntu 12.04 Server, CentOS 5, CentOS 6
201 Datavoice House, PO Box 267, Stellenbosch, 7599 16 Elektron Avenue, Technopark, Tel: +27 218886500 Stellenbosch, 7600 Fax: +27 218886502 Adept Internet (Pty) Ltd. Reg. no: 1984/01310/07 VAT No: 4620143786
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/
How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The
1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...
TimeIPS Server. IPS256T Virtual Machine. Installation Guide
TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision
READYNAS INSTANT STORAGE. Quick Installation Guide
READYNAS INSTANT STORAGE Quick Installation Guide Table of Contents Step 1 Connect to FrontView Setup Wizard 3 Installing RAIDar on Windows 3 Installing RAIDar on Mac OS X 3 Installing RAIDar on Linux
Installing Proview on an Windows XP machine
Installing Proview on an Windows XP machine This is a guide for the installation of Proview on an WindowsXP machine using VirtualBox. VirtualBox makes it possible to create virtual computers and allows
Construction of a Web Server with a Database Facility Using Open Source Software
Construction of a Web Server with a Database Facility Using Open Source Software Munkhjargal Purevdorj* and Tadashi OKADA** This report is about using an open source operating system for constructing a
CompleteView Admin Console Users Guide. Version 3.0.0 Revised: 02/15/2008
CompleteView Admin Console Users Guide Version 3.0.0 Revised: 02/15/2008 Table Of Contents Configuration... 3 Starting the Admin Console... 3 Adding a Server... 4 Monitoring Server Status... 6 Menus...
Product Description. Licenses Notice. Introduction TC-200
User Manual TC-200 Introduction TC-200 Product Description The TC-200 provides the fastest Thin Client performance on the market, It runs embedded Linux, swing user interface, Citrix 6.3, Microsoft RDP
FOG Guide. IPBRICK International. July 17, 2013
FOG Guide IPBRICK International July 17, 2013 1 Copyright c IPBRICK International All rights reserved. The information in this manual is subject to change without prior notice. The presented explanations,
Attix5 Pro Server Edition
Attix5 Pro Server Edition V7.0.2 User Manual for Mac OS X Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved. Attix5, 2013 Trademarks
Network Probe User Guide
Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5
Amahi Instruction Manual
History of Amahi Chapter 1 Installing fedora 12 and Amahi Home Digital Assistant (HDA) Chapter 2 Your DHCP/DNS options Chapter 3 Network Troubleshooting Chapter 4 Getting Started Appendix: Advanced Hard
VMware Horizon FLEX User Guide
Horizon FLEX 1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this
PowerPanel Business Edition Installation Guide
PowerPanel Business Edition Installation Guide For Automatic Transfer Switch Rev. 5 2015/12/2 Table of Contents Introduction... 3 Hardware Installation... 3 Install PowerPanel Business Edition Software...
Verax Service Desk Installation Guide for UNIX and Windows
Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: [email protected] Internet: http://www.veraxsystems.com/
AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 16. AKIPS Pty Ltd
AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 16 AKIPS Pty Ltd July 5, 2016 1 Copyright Copyright 2015 AKIPS Holdings Pty Ltd. All rights reserved worldwide. No part of this
Installation Instruction STATISTICA Enterprise Server
Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of
Your Assistant Collaboration Module
MITEL Your Assistant Collaboration Module User Guide Notice This guide is released by Mitel Networks Corporation and provides information necessary to use the Mitel Your Assistant Collaboration Module.
Configuring Virtual Blades
CHAPTER 14 This chapter describes how to configure virtual blades, which are computer emulators that reside in a WAE or WAVE device. A virtual blade allows you to allocate WAE system resources for use
WA2102 Web Application Programming with Java EE 6 - WebSphere 8.5 - RAD 8.5. Classroom Setup Guide. Web Age Solutions Inc. Web Age Solutions Inc.
WA2102 Web Application Programming with Java EE 6 - WebSphere 8.5 - RAD 8.5 Classroom Setup Guide Web Age Solutions Inc. Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3
Online Backup Client User Manual
For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.
AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 15. AKIPS Pty Ltd
AKIPS Network Monitor Installation, Configuration & Upgrade Guide Version 15 AKIPS Pty Ltd November 12, 2015 1 Copyright Copyright 2015 AKIPS Holdings Pty Ltd. All rights reserved worldwide. No part of
An Oracle White Paper April 2010. How to Install the Oracle Solaris 10 Operating System on x86 Systems
An Oracle White Paper April 2010 How to Install the Oracle Solaris 10 Operating System on x86 Systems Introduction... 1 Installation Assumptions... 2 Check the Hardware Compatibility List... 2 Basic System
Introduction to Operating Systems
Introduction to Operating Systems It is important that you familiarize yourself with Windows and Linux in preparation for this course. The exercises in this book assume a basic knowledge of both of these
Novell Identity Manager Resource Kit
AUTHORIZED DOCUMENTATION Installation Guide for SUSE Linux Enterprise Server 10 SP2 Novell Identity Manager Resource Kit 1.2 August 17, 2009 www.novell.com Identity Manager Resource Kit 1.2 Installation
Appendix B Lab Setup Guide
JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course
ISERink Installation Guide
ISERink Installation Guide Version 1.1 January 27, 2015 First developed to support cyber defense competitions (CDCs), ISERink is a virtual laboratory environment that allows students an opportunity to
EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.
WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4
AXIS Camera Station Quick Installation Guide
AXIS Camera Station Quick Installation Guide Copyright Axis Communications AB April 2005 Rev. 3.5 Part Number 23997 1 Table of Contents Regulatory Information.................................. 3 AXIS Camera
Puppy Linux Installation To a USB Flash Drive How to install Puppy Linux lupu 5.2.8 Lucid to a Flash Drive
Puppy Linux Installation To a USB Flash Drive How to install Puppy Linux lupu 5.2.8 Lucid to a Flash Drive Puppy Linux Lucid installation tutorial to a vfat format flash drive with a useful application
Installing an IBM Workplace/Portal Server on Linux
Installing an IBM Workplace/Portal Server on Linux Auteur Roel Broersma Versie 1.0 Page 1 of 9 Installing an IBM Workplace/Portal Server on Linux... 1 1. Introduction... 3 2. Installing CentOS... 4 3.
Allworx OfficeSafe Operations Guide Release 6.0
Allworx OfficeSafe Operations Guide Release 6.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy,
Configure thin client settings locally
This chapter contains information to help you set up your thin client hardware, look and feel, and system settings using the Control Center. Tip While it is not recommended to use dialog boxes for configuring
Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing. Installation Section
Instructions for Adding a MacOS 10.4.x Server to ASURITE for File Sharing Installation Section Purpose: We are setting up a server in ASU s specific environment. Power on the Server Insert the CD Hold
How to Install Microsoft Windows Server 2008 R2 in VMware ESXi
How to Install Microsoft Windows Server 2008 R2 in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support
FlexSim LAN License Server
FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting
ThinkServer RD550 and RD650 Operating System Installation Guide
ThinkServer RD550 and RD650 Operating System Installation Guide Note: Before using this information and the product it supports, be sure to read and understand the Read Me First and Safety, Warranty, and
MGC WebCommander Web Server Manager
MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information
Managing Software and Configurations
55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page
White Paper. Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System. Fabasoft Folio 2015 Update Rollup 2
White Paper Fabasoft on Linux - Preparation Guide for Community ENTerprise Operating System Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All
This document is intended to make you familiar with the ServersCheck Monitoring Appliance
ServersCheck Monitoring Appliance Quick Overview This document is intended to make you familiar with the ServersCheck Monitoring Appliance Although it is possible, we highly recommend not to install other
Dual-boot Windows 10 alongside Windows 8
Most of the people are very much interested to install the newly launched Operating System Windows 10 on their devices. But, it is not recommended to directly use Windows 10 as the primary OS because it
Configure the idrac Remote Access Console
Configure the idrac Remote Access Console If your ExtraHop system is deployed in a data center or other remote environment, you might need to remotely access the console and its power-management features.
SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks
SSL VPN Virtual Appliance Installation Guide Virtual Private Networks C ONTENTS Introduction... 2 Installing the Virtual Appliance... 2 Configuring Appliance Operating System Settings... 3 Setting up the
Quick Start Guide. DVR DS-7200HWI-SH Series DVR. www.hikvision.com. First Choice For Security Professionals
Quick Start Guide DVR DS-7300HWI-SH Series DVR DS-7200HWI-SH Series DVR NOTE: For more detailed information, refer to the User s Manual on the CD-ROM. You must use your PC or MAC to access the files. www.hikvision.com
Over-the-top Upgrade Guide for Snare Server v7
Over-the-top Upgrade Guide for Snare Server v7 Intersect Alliance International Pty Ltd. All rights reserved worldwide. Intersect Alliance Pty Ltd shall not be liable for errors contained herein or for
Installing the Operating System or Hypervisor
Installing the Operating System or Hypervisor If you purchased E-Series Server Option 1 (E-Series Server without preinstalled operating system or hypervisor), you must install an operating system or hypervisor.
User Guide. CTERA Agent. August 2011 Version 3.0
User Guide CTERA Agent August 2011 Version 3.0 Copyright 2009-2011 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written permission
idrac7 Version 1.30.30 With Lifecycle Controller 2 Version 1.1 Quick Start Guide
idrac7 Version 1.30.30 With Lifecycle Controller 2 Version 1.1 Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.
Quick Start Guide NVR DS-7104NI-SL/W NVR. www.hikvision.com. First Choice For Security Professionals
Quick Start Guide NVR DS-7104NI-SL/W NVR NOTE: For more detailed information, refer to the User s Manual on the CD-ROM. You must use your PC or MAC to access the files. www.hikvision.com Quick Start 1.
Maintaining the Content Server
CHAPTER 7 This chapter includes the following Content Server maintenance procedures: Backing Up the Content Server, page 7-1 Restoring Files, page 7-3 Upgrading the Content Server, page 7-5 Shutting Down
How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (
WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...
Installing the Microsoft Network Driver Interface
Installing the Microsoft Network Driver Interface Overview This guide explains how to install the PictureTel Live200 Microsoft Network Driver Interface (NDIS) software you have downloaded from PictureTel's
Honeywell Internet Connection Module
Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting
Updating the BIOS and BMC on the FreeNAS Mini
Updating the BIOS and BMC on the FreeNAS Mini Oct 15, 2014 ixsystems, Inc. These instructions are for updating the BMC (IPMI controller) and the BIOS for the FreeNAS Mini. You will also need the following
User Guide. Cloud Gateway Software Device
User Guide Cloud Gateway Software Device This document is designed to provide information about the first time configuration and administrator use of the Cloud Gateway (web filtering device software).
Fiery E100 Color Server. Welcome
Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome
Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved.
Guest PC for Mac OS X Version 1.6 User Guide Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Table of Contents About Guest PC... 1 About your Virtual Computer... 1 Creating a Virtual
Short Manual Intellect v.4.7.6 SP2 module Unipos Contents:
Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: 1. Software Installation... 2 2. Hardware Configuration... 12 3. System Dispatching... 14 3.1. Create dispatching objects... 14 3.2. Graphical
Diamond II v2.3 Service Pack 4 Installation Manual
Diamond II v2.3 Service Pack 4 Installation Manual P/N 460987001B ISS 26APR11 Copyright Disclaimer Trademarks and patents Intended use Software license agreement FCC compliance Certification and compliance
ReadyNAS Duo Setup Manual
ReadyNAS Duo Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA February 2008 208-10215-01 v1.0 2008 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR, the NETGEAR logo,
PARALLELS SERVER BARE METAL 5.0 README
PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal
Installing Operating Systems
CHAPTER 6 The unattended operating system installation function helps you install the Microsoft Windows and RedHat Linux operating system families. UCS-SCU has integrated device drivers including RAID
http://elinux.org/r-pi_nas#install_the_samba_software
1 of 12 20 Jul 2013 Sat 9:19 PM R-Pi NAS From elinux.org Back to RPi Guides. Raspberry Pi Network Attached Storage Contents 1 What does it do? 2 What do you need? 3 What skill level is required? 4 How
GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual
GE Healthcare Life Sciences UNICORN 5.31 Administration and Technical Manual Table of Contents Table of Contents 1 Network setup... 1.1 Network terms and concepts... 1.2 Network environment... 1.3 UNICORN
Users Guide. SelenioFlex File. Version 2.10.0
SelenioFlex File Version 2.10.0 August 2015 Publication Information 2015 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its contents to be
IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL
IUCLID 5 Guidance and support Installation Guide Distributed Version Linux - Apache Tomcat - PostgreSQL June 2009 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf of the
ODP REGIONAL NODE DEPLOYMENT QUICK GUIDE FOR TRAININGS
ODP REGIONAL NODE DEPLOYMENT QUICK GUIDE FOR TRAININGS Version 1.0, 23 Jan 2014 TABLE OF CONTENTS 1. Installation of images under VMware Player...3 2. Installation of images under VirtualBox...3 3. Downloading
Please ring the Service Desk on 8204 1866 or 1300 363 227 if you require assistance or encounter problems.
BEFORE YOU BEGIN Sites that do not have an Administration File Server are known as Peer to Peer sites. They have only Administration Workstations with one workstation that performs the nightly backup process.
Amcrest 960H DVR Quick Start Guide
Amcrest 960H DVR Quick Start Guide Welcome Thank you for purchasing our Amcrest 960H DVR! This quick start guide will help you become familiar with our DVR in a very short time. Before installation and
HOUR 3. Installing Windows Server 2003
HOUR 3 Installing Windows Server 2003 In this hour, we discuss the different types of Windows Server 2003 installations, such as upgrading an existing server or making a clean install on a server that
DS License Server V6R2013x
DS License Server V6R2013x DS License Server V6R2013x Installation and Configuration Guide Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology
QuickStart Guide for Client Management. Version 8.7
QuickStart Guide for Client Management Version 8.7 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
