Diary of Fedora 14 Install and Migration from Fedora 8

Total Page:16

File Type:pdf, Size:1020Kb

Diary of Fedora 14 Install and Migration from Fedora 8 Diary of Fedora 14 Install and migration from Fedora 8 21 January 2011 RWR Helpful Internet resources: (F14RN): Fedora 14 release notes: http://docs.fedoraproject.org/en-US/Fedora/14/html/Release_Notes/ (F14IG): Fedora 14 Installation guide: http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/index.html (SWI): Server-World Info web pages (very good for configuring a server): http://www.server-world.info/en/note?os=Fedora_14&p=install (MJMsIG): Mauriat Miranda's Personal Installation Guide: http://www.mjmwired.net/resources/mjm-fedora-f14.html (UFFAQ): The Unofficial Fedora FAQ: http://www.fedorafaq.org/ Various Fedora Community Web Sites/Forums with links here: http://fedoraproject.org/wiki/CommunityWebsites My Post-install notes (My upgrade from FC4 to FC6): http://host.domain.net/FC6_Post-install.pdf My Post-install notes for migration from FC6 to F8: http://host.domain.net/postinstallF8am.pdf Note: The Computer Hardware Specifications of the “new” host: Dell Dimension 4600 Series (Purchased May 2004) X86 Intel Pentium 4 Processor 2.8GHz 1.5GB SDRAM Memory (upgraded) 0.333GHz Intel 82865G Graphics Controller Integrated Audio Dell Wireless Keyboard and Mouse Two Hard Drives: Primary Master: IDE1: 500GB Western Digital Co. WD5000AAKB-00H8A0 (Fresh Fedora 14 install) Primary Slave: IDE2: 320GB Western Digital Co. WD3200AAJB-00WGA0 (Win XP Prof. SP3) Note: Both drives are installed with the jumper set in the Cable Select (CS) position with The WD 500GB drive is in the 1st IDE position and WD 320 GB Drive in the 2nd IDE position. This sets the Master/Slave relationship as described above. (Originally, the 320 GB Win XP Drive was in Master position and the Fresh Fedora 14 install was done from the Install DVD on the 500GB drive in the slave position. The Fedora Drive has three partitions: A small Boot Partition with grub, a 3GB- Swap partition, and a large LVM containing the Fedora 14 System. I wanted to set up a dual boot system with Fedora 14 as the default and Win XP as an option. But the auto setup provided by the Fedora 14 Install DVD did not work. The Bios always started the boot with the master drive and so the default was XP. I could not change this in the Bios. So I switched the drive positions to what is indicated above… Now, the grub boot menu came up … but the win XP option did not work. After a google search I found the way to get WinXP to boot from the Slave Drive. See: http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/Booting_Windows_on_second_HD_with_Grub Following the suggestion found in this URL, I copied the following four lines into the grub.conf file: title Windows XP map (hd0) (hd1) map (hd1) (hd0) chainloader (hd1,0)+1 This works! ) So I have a dual boot system: Fedora 14 and Windows XP, with Fedora 14 as the default. The Fedora 14 System was given the Name: chaoshome2 Placed on the local network at fixed IP address: 192.168.20.102 The old Fedora 8 System has the name ‘chaoshome’ and has fixed IP address: 192.168.20.101 Users were added to the Fedora 14 system such that they have identical user-ID numbers and Group-ID numbers in each system. Now, I should be able to use nfs (or samba) to mount file systems from Fedora 8 (chaoshome) onto mount positions on the Fedora 14 (chaoshome2) system and copy files preserving properties. Fedora 14 Post-Install Actions 1. Set up "sudo": Follow ref. MJMsIG (listed at top). ]$ su password: ]# echo 'username ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers ------------------------------------------------------- 2. Set up "yum": I selected many programs for both desktop and server systems for install from the Fedora 14 Install DVD. I also chose a set of repositories for use by yum. I followed MJMsIG; adding the yum fastmirror plugin. $ sudo yum install yum-plugin-fastestmirror --------------------------------------- 3. Third party repositories I followed MJMsIG, I set up the RPMFusion repositories: $ sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release- stable.noarch.rpm $ sudo rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release- stable.noarch.rpm Note: these commands are all on one command line. --------------------------------------- 4. Updated newly installed F14 system. By this time a pop-up window told me there were severa; updates available. I followed the prompts and the yum Software Updater updated the system. This only took a few minutes. So we know the automatic update system is working. --------------------------------------------- 5. Repartitioned Windows XP drive Hard Disk Drive /dev/sdb is a 300GiB (320 GB) hard drive that currently contains a single windows (XP Professional) boot partition (was Betty-1 PC) (used space is about 87 GiB out of 298 GiB). I want to shrink the windows partition and make the remaining space a second partition that can be mounted and used as backup space for the new Fedora system. 5.1. Installed Gparted on Fedora 14 system. 5.2. Unmounted /dev/sdb1 (mounted in fstab at /betty-1) and looked at /dev/sdb with Gparted. 5.3. Prepared /dev/sdb1 partition for shrinking by booting up XP and running the windows De-fragmentation program to clean and organize the used portion. Running Defrag twice got the entire used space moved to the front of the partition according the info reported by Defrag. Checked to make sure the windows partition still boots up cleanly....[OK]. 5.4. Used Gparted to shrink the partition to about 177GiB leaving about 180 GiB unallocated. I was careful to not change the "Free space preceding" the partition ( which was 0 MiB) so as to protect the windows Master Boot Record. I left the "align to" set to MiB. Clicked on the check mark and "Apply" to start the operation. The process was completed successfully in less than 3 min. Rebooted into win XP ... it automatically ran chkdisk and then booted up fine. Did a reboot into windows XP and it came up cleanly. 5.5. Used Gparted to create a new partition in the remaining unallocated space (180.90 GiB). I chose the defaults except for "File system", which I set to "ntfs" (so the partition would be visible to windows XP) and label: bkup. Clicked the check mark and "Apply" to start the operation. The operation was completed successfully in 6 sec. Now /dev/sdb has two primary partitions: /dev/sdb1 ntfs BETTY-1 117.19 GiB size 86.69 GiB used boot /dev/sdb2 ntfs bkup 180.90 GiB size 0 GiB used I booted into Windows XP and it sees the new partition as F: I booted into Fedora 14 and changed /etc/fstab to mount the new partition at /bkups. --------------------------------------------- 6. Set up samba for file sharing with Windows computers The samba system was installed from the F14 Install DVD. I essentially followed MJMsIG. The settings for SELinux and Firewall were important. All samba server items were marked as trusted. I used the Administration GUI (System > Administration > Samba) to set up a share directory and the samba user username with password to match the windows user username and password. After some minor tweaks, it works. I can see the chaoshome2 system’s shared directory and user username’s home directory from all windows PCs when logged in as username, but, as in the past, I was not able to see all the Windows PCs and their shared directories from the Fedora 14 System. I found a solution to this latter problem here: http://www.vanwykipedia.com/doku.php?id=technical:netbios Must edit the /etc/nsswitch.conf file and add ‘win’ to the hosts: line as described in the URL above. After making the change I rebooted the system to make sure that all network services were updated. Now Fedora 14 sees all PCs (but still cannot browse my windows vista system). But I can get access to all Windows files by several methods, including mounting. See below examples of testing and mounting files from Windows PCs in Fedora 14. Use command “smbtree” to get a listing of all Windows PCs and other Samba file systems available on the network: $ smbtree Enter username's password: ********** CHAOSNET \\ROLLINS2 Home Dell XPS 420 \\ROLLINS2\Manuals \\ROLLINS2\IPC$ Remote IPC \\ROLLINS2\H \\CHAOSHOME2 Samba Server Version 3.5.6-71.fc14 \\CHAOSHOME2\username Home Directories \\CHAOSHOME2\IPC$ IPC Service (Samba Server Version 3.5.6-71.fc14) \\CHAOSHOME2\public public_Share on Chaoshome2 \\CHAOSHOME Samba Server 3.0.33-0.fc8 \\CHAOSHOME\username Home Directoris \\CHAOSHOME\IPC$ IPC Service (Samba Server 3.0.33-0.fc8) \\CHAOSHOME\public Public Stuff $ Mounting a windows file system (note: the mount point must already exist) $ sudo mount -t cifs -o username=username, //ROLLINS2/H /mnt/windows Password: ********** $ The above mounted file system is only writeable by root. Also, one can place the credentials in a file with two lines: username=username password=********** Place the above two lines in a secure location readable only by root; say “/root/username”. Then can pass the credentials and give a user write permissions within the mount command: $ sudo mount -t cifs -o credentials=/root/usernamescred,file_mode=0775,dir_mode=0775,uid=username,gid=username //ROLLINS2/H /mnt/windows All on one line, of course. Note: the “-o” options are separated by “,” and some of these options only apply to cifs file systems. Now the user ‘username’ has permission to write on the mounted file system. $ $ ls -dl /mnt/windows drwxrwxr-x. 1 username username 4096 Feb 7 22:14 /mnt/windows $ --------------------------------------- 7. Setup NFS to work through a firewall. The URL for the Fedora Documentation of the Network File System (NFS): http://docs.fedoraproject.org/en-US/Fedora/14/html/Storage_Administration_Guide/ch-nfs.html NFS was installed from the Install DVD.
Recommended publications
  • Design Und Implementierung Eines Clients Um Auf Einen Caldav Server Zuzugreifen
    Design und Implementierung eines Clients um auf einen CalDAV Server zuzugreifen Thomas Hunziker Zürich, Schweiz Matrikelnummer: 07-704-844 – Communication Systems Group, Prof. Dr. Burkhard Stiller Betreuer: Martin Waldburger, Hanspeter Kunz ERTIEFUNGSARBEIT V Abgabedatum: 31. Dezember 2011 Universität Zürich Institut für Informatik (IFI) Binzmühlestrasse 14, CH-8050 Zürich, Schweiz Vertiefungsarbeit Communication Systems Group (CSG) Institut für Informatik (IFI) Universität Zürich Binzmühlestrasse 14, CH-8050 Zürich, Schweiz URL: http://www.csg.uzh.ch/ Kurzfassung Das Institut fur¨ Informatik (IFI) der Universit¨at Zurich¨ stellt seinen Mitarbeitern einen Kalenderserver zur Verfugung.¨ Die Mitarbeiter sollen nicht nur mit den g¨angigen CalDAV Clients auf den Server zugreifen k¨onnen, sondern auch mit einem Webinterface. Diese Arbeit stellt eine Bibliothek fur¨ den Zugriff auf einen CalDAV Server zur Verfugung.¨ Durch eine flexible und anpassbare Architektur soll gew¨ahrleistet werden, dass die Biblio- thek durch Erweiterungen auf die Bedurfnisse¨ unterschiedlicher Anwendungen angepasst werden kann. Als Erstes werden bestehende PHP Applikationen und Bibliotheken, die auf einen CalDAV Server zugreifen, beschrieben und evaluiert. Im Anschluss wird die gew¨ahlte Implemen- tierung und deren Herausforderungen beschrieben. Abschliessend wird ein Fazit uber¨ den aktuellen Stand der Bibliothek gezogen und die weiteren Arbeiten aufgezeigt. i ii Inhaltsverzeichnis Abstract i 1 Einfuhrung¨ 1 1.1 Motivation.................................... 1 1.2 Beschreibung des Arbeitsumfangs und der Anforderungen . 2 1.3 Uberblick¨ .................................... 3 2 Verwandte Applikationen 5 2.1 DAViCalClient................................. 5 2.2 AgenDAV Client . 6 2.3 SabreDAVWebDavClient ........................... 7 2.4 Schlussfolgerung................................. 7 3 Implementierung 9 3.1 RelevanteRFC ................................. 9 3.1.1 WebDAV (RFC 4918) . 9 3.1.2 CalDAV (RFC 4791) .
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Ubuntuguide Part2
    UbuntuGuide Part2 - http://ubuntuguide.org/index.php?title=UbuntuGuide_Part2&... UbuntuGuide Part2 From Contents 1 Boot from a Live CD 2 UEFI 3 Coreboot 4 Multiple OS Installation 4.1 Introduction 4.1.1 Using Grub Legacy for the boot partition 4.2 Partition design 4.3 Windows partitions 4.3.1 Changing Windows partition sizes 4.3.1.1 Using Shrink Volume on Vista and Windows 7 4.3.1.2 Reinstalling Vista or Windows 7 on a new partition 4.3.1.2.1 Using Windows Recovery Disks 4.3.1.3 Windows XP (or earlier) 4.3.1.4 Windows bootloaders 4.4 Install your first Linux OS 4.5 Copy boot files to the small Grub partition 4.6 Reinstall Grub to MBR 4.7 Install your second Linux OS 4.8 Changing main Grub boot menu settings 4.8.1 Using UUIDs for the main Grub bootloader menu 4.8.2 Add MacOSX entry 4.9 Re-installing Grub Legacy after Windows upgrade or re-installation 4.10 Other chainloader options 4.10.1 Chainloading Grub2 from Grub Legacy 4.11 The (hd0,9) problem 4.12 Protecting Grub Legacy from cracking 4.13 Manipulating partitions on the hard drive 5 Manipulating Partitions 5.1 Use the (K)Ubuntu Desktop LiveCD 5.2 Use GParted to manage partitions 5.3 One linux-swap partition per computer 5.4 Creating and "moving" free space 5.5 Creating or resizing a partition 5.6 Changing Grub Legacy in a boot partition 5.7 Changing Grub2 in a changed partition 5.7.1 Booting (K)Ubuntu manually from Grub Legacy 5.7.2 Discovering the current kernel files manually 5.8 Changing Grub Legacy in a changed partition 6 Virtualbox in Windows 6.1 Install Virtualbox in Windows 6.2 Install Ubuntu edition for virtual machines 6.2.1 Install a desktop 6.2.2 Install Linux Guest Additions 6.2.3 Creating shared folders 7 Android emulation 7.1 Android-x86 in VirtualBox 7.1.1 Networking for Android-x86 7.1.1.1 Wired networking for Android-x86 RC 4.0RC1 7.1.2 Installing apps 7.1.2.1 Modified apps 7.1.3 Usage tips 7.2 Android SDK emulator 7.2.1 Networking for Android SDK 7.2.2 Installing an app 1 of 177 08/10/2013 09:04 AM UbuntuGuide Part2 - http://ubuntuguide.org/index.php?title=UbuntuGuide_Part2&..
    [Show full text]
  • Import/Export De Données Avec Un Calendrier Android
    Import/export de donnees´ avec un calendrier Android Stephane´ Bortzmeyer <[email protected]> Premiere` redaction´ de cet article le 6 fevrier´ 2011 https://www.bortzmeyer.org/synch-calendar-android.html —————————- Un des plus gros problemes` du systeme` d’exploitation Android est certainement dans la dependance´ de son outil d’agenda au service Google Calendar. Si on utilise Google Calendar, tout va vien, la syn- chronisation avec les donnees´ du tel´ ephone´ se fait toute seule, les sauvegardes sont faites chez Google, tout le monde est heureux. Mais si on ne veut pas partager ses donnees´ avec Google, qui va lui memeˆ les partager avec plein de gens (a` commencer par la police de son pays), si on veut pouvoir avoir des rendez-vous personnels ou professionnels sans que Google soit au courant, quelle solution pour faire des sauvegardes? Et, plus gen´ eralement,´ pour importer et exporter des calendriers avec Android? La solution la plus evidente,´ changer de logiciel, ne marche pas : le seul logiciel concurrent, Jorte <http://www.jorte.net/>, est plutotˆ pauvre. Par exemple il n’a memeˆ pas le concept d’evenements´ recurrents.´ Tres` peu de gens l’utilisent. Et, s’il y a au moins une dizaine de clients Twitter sur An- droid, ecrire´ un logiciel d’agenda est moins prestigieux et il n’y a donc guere` de choix. (Je n’ai pas encore teste´ Pimlico <http://www.pimlicosoftware.com/> qui, au 11 fevrier´ 2011, n’a pas at- teint le Market, ni Calengoo <http://android.calengoo.com/>, dont Yannick vient de me par- ler mais, de toute fac¸on, ce dernier ne gere` pas non plus iCalendar.
    [Show full text]
  • Opencrx Admin Guide
    openCRX Admin Guide Version 2.12.0 www.opencrx.org 14-Mar-2014 @ 03:56:27 PM License The contents of this file are subject to a BSD license (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opencrx.org/license.htm Copyright 2010-2013 © CRIXP Corp. All rights reserved. openCRX Admin Guide - Version 2.12.0 Table of Contents 1 About this Book............................................................................10 1.1 Who this book is for...........................................................10 1.2 What you need to know with this book.................................10 1.3 Tips, Warnings, etc............................................................10 2 Prerequisites................................................................................11 3 Security........................................................................................12 3.1 Introduction.....................................................................12 3.1.1 Basic Concepts and Conventions..........................................12 3.1.2 Permissions / Access Control...............................................15 3.1.3 Default Principal Groups.....................................................18 3.1.4 The SQL approach to understanding security.........................19 3.2 Activating Security.............................................................20 3.3 Default Settings................................................................20 3.4 Security Settings
    [Show full text]
  • * His Is the Original Ubuntuguide. You Are Free to Copy This Guide but Not to Sell It Or Any Derivative of It. Copyright Of
    * his is the original Ubuntuguide. You are free to copy this guide but not to sell it or any derivative of it. Copyright of the names Ubuntuguide and Ubuntu Guide reside solely with this site. This guide is neither sold nor distributed in any other medium. Beware of copies that are for sale or are similarly named; they are neither endorsed nor sanctioned by this guide. Ubuntuguide is not associated with Canonical Ltd nor with any commercial enterprise. * Ubuntu allows a user to accomplish tasks from either a menu-driven Graphical User Interface (GUI) or from a text-based command-line interface (CLI). In Ubuntu, the command-line-interface terminal is called Terminal, which is started: Applications -> Accessories -> Terminal. Text inside the grey dotted box like this should be put into the command-line Terminal. * Many changes to the operating system can only be done by a User with Administrative privileges. 'sudo' elevates a User's privileges to the Administrator level temporarily (i.e. when installing programs or making changes to the system). Example: sudo bash * 'gksudo' should be used instead of 'sudo' when opening a Graphical Application through the "Run Command" dialog box. Example: gksudo gedit /etc/apt/sources.list * "man" command can be used to find help manual for a command. For example, "man sudo" will display the manual page for the "sudo" command: man sudo * While "apt-get" and "aptitude" are fast ways of installing programs/packages, you can also use the Synaptic Package Manager, a GUI method for installing programs/packages. Most (but not all) programs/packages available with apt-get install will also be available from the Synaptic Package Manager.
    [Show full text]
  • Ubuntu:Precise Ubuntu 12.04 LTS (Precise Pangolin)
    Ubuntu:Precise - http://ubuntuguide.org/index.php?title=Ubuntu:Precise&prin... Ubuntu:Precise From Ubuntu 12.04 LTS (Precise Pangolin) Introduction On April 26, 2012, Ubuntu (http://www.ubuntu.com/) 12.04 LTS was released. It is codenamed Precise Pangolin and is the successor to Oneiric Ocelot 11.10 (http://ubuntuguide.org/wiki/Ubuntu_Oneiric) (Oneiric+1). Precise Pangolin is an LTS (Long Term Support) release. It will be supported with security updates for both the desktop and server versions until April 2017. Contents 1 Ubuntu 12.04 LTS (Precise Pangolin) 1.1 Introduction 1.2 General Notes 1.2.1 General Notes 1.3 Other versions 1.3.1 How to find out which version of Ubuntu you're using 1.3.2 How to find out which kernel you are using 1.3.3 Newer Versions of Ubuntu 1.3.4 Older Versions of Ubuntu 1.4 Other Resources 1.4.1 Ubuntu Resources 1.4.1.1 Unity Desktop 1.4.1.2 Gnome Project 1.4.1.3 Ubuntu Screenshots and Screencasts 1.4.1.4 New Applications Resources 1.4.2 Other *buntu guides and help manuals 2 Installing Ubuntu 2.1 Hardware requirements 2.2 Fresh Installation 2.3 Install a classic Gnome-appearing User Interface 2.4 Dual-Booting Windows and Ubuntu 1 of 212 05/24/2012 07:12 AM Ubuntu:Precise - http://ubuntuguide.org/index.php?title=Ubuntu:Precise&prin... 2.5 Installing multiple OS on a single computer 2.6 Use Startup Manager to change Grub settings 2.7 Dual-Booting Mac OS X and Ubuntu 2.7.1 Installing Mac OS X after Ubuntu 2.7.2 Installing Ubuntu after Mac OS X 2.7.3 Upgrading from older versions 2.7.4 Reinstalling applications after
    [Show full text]
  • Linux Journal | January 2011 | Issue
    HTML5 | VLAN | SOGo | LVM 2 | Swap Space | KVM | Clonezilla ™ CLONEZILLA High-Performance Open-Source Cloning SOGo a Real Exchange Replacement Since 1994: The Original MagazineSystem of the Linux Community Administration LVM2 Snapshots for Data Backup Manage KVM Build Your with Virtual Own SAN Machine with AoE Manager TurnYour Fault Linux Box Tolerance into a VLAN with Ethernet Smart Bonding Switch Configure JANUARY 2011 | ISSUE 201 Swap Space for www.linuxjournal.com $5.99US $5.99CAN Stability and 01 Performance 0 09281 03102 4 More TFLOPS, Fewer WATTS Microway delivers the fastest and greenest floating point throughput in history 2.5 TFLOPS Enhanced GPU Computing with Tesla Fermi 480 Core NVIDIA® Tesla™ Fermi GPUs deliver 1.2 TFLOP single precision & 600 GFLOP double precision performance! New Tesla C2050 adds 3GB ECC protected memory New Tesla C2070 adds 6GB ECC protected memory Tesla Pre-Configured Clusters with S2070 4 GPU servers WhisperStation - PSC with up to 4 Fermi GPUs OctoPuter™ with up to 8 Fermi GPUs and 144GB memory New Processors 12 Core AMD Opterons with quad channel DDR3 memory 8 Core Intel Xeons with quad channel DDR3 memory Superior bandwidth with faster, wider CPU memory busses Increased efficiency for memory-bound floating point algorithms Configure your next Cluster today! 10 TFLOPS 5 TFLOPS www.microway.com/quickquote 508-746-7341 FasTree™ QDR InfiniBand Switches and HCAs 45 TFLOPS 36 Port, 40 Gb/s, Low Cost Fabrics Compact, Scalable, Modular Architecture Ideal for Building Expandable Clusters and Fabrics MPI Link-Checker™ and InfiniScope™ Network Diagnostics FasTree 864 GB/sec Achieve the Optimal Fabric Design for your Specific Bi-sectional Bandwidth MPI Application with ProSim™ Fabric Simulator Now you can observe the real time communication coherency of your algorithms.
    [Show full text]
  • Agendav Documentation Release 1.2.6.2
    AgenDAV Documentation Release 1.2.6.2 Jorge López Pérez February 24, 2017 Contents 1 Installation and configuration3 1.1 Installation................................................3 1.2 Upgrading................................................5 1.3 Configuration...............................................6 1.4 Troubleshooting AgenDAV....................................... 12 2 Translating AgenDAV 15 2.1 How to add a translation......................................... 15 3 Release notes 17 3.1 1.2.6.1 and 1.2.6.2 (2012-10-15)..................................... 17 3.2 1.2.6 (2012-09-03)............................................ 17 3.3 1.2.5.1 (2012-06-11)........................................... 17 3.4 1.2.5 (2012-06-07)............................................ 17 3.5 1.2.4 (2012-01-16)............................................ 18 3.6 1.2.3 (2011-11-08)............................................ 18 3.7 1.2.2 (2011-10-25)............................................ 18 3.8 1.2.1 (2011-10-24)............................................ 19 3.9 1.2 (2011-10-17)............................................. 19 3.10 1.1.1 (2011-09-24)............................................ 19 i ii AgenDAV Documentation, Release 1.2.6.2 AgenDAV is a CalDAV web client which features an AJAX interface to allow users to manage their own calendars and shared ones. It’s released under the GPLv3 license. Contents: Contents 1 AgenDAV Documentation, Release 1.2.6.2 2 Contents CHAPTER 1 Installation and configuration Installation In this section you will be able to install AgenDAV. Prerequisites AgenDAV 1.2.6.2 requires the following software to be installed: • A CalDAV server (developed mainly with DAViCal • A web server • PHP >= 5.3.0 • PHP mbstring extension • PHP cURL extension • MySQL > 5.1 or PostgreSQL >= 8.1 Downloading AgenDAV and uncompressing AgenDAV 1.2.6.2 can be obtained at AgenDAV official webpage, but you can use GitHub to download latest version.
    [Show full text]
  • October 2009 Calconnect Interoperability Test Report Version: 2.0 Date: 2009-11-24 Status: Published Source: IOPTEST Technical Committee
    CALCONNECT DOCUMENT CD 0911 Type: Report Title: October 2009 CalConnect Interoperability Test Report Version: 2.0 Date: 2009-11-24 Status: Published Source: IOPTEST Technical Committee This document incorporates by reference the CalConnect Intellectual Property Rights, Appropriate Usage, Trademarks and Disclaimer of Warranty for External (Public) Documents as located at http://www.calconnect.org/documents/disclaimerpublic.pdf. TITLE: Calendar Interoperability Testing Report – Public October 2009- Cupertino, CA – Hosted by Apple Version: 2.0 Date of Publication: November 2009 Author: Patricia Egen Contributing Authors: Gordon Connelly, Cyrus Daboo, Michael Douglass, Jon Drummond, Tomas Hnetila, Ciny Joy, Andrew McMillan, Arnaud Quillaud Page 1 TABLE OF CONTENTS Introduction................................................................................................................................................................3 Participants ................................................................................................................................................................3 General Findings.......................................................................................................................................................3 Summary.....................................................................................................................................................................5 Page 2 Introduction The October 2009 CalConnect interoperability testing event was held at the Apple
    [Show full text]
  • Openindiana Small System Server Build Version 1.25 Jon Green
    OpenIndiana Small System Server Build Version 1.25 Jon Green Jon Green No Warranty All the information on this document United Kingdom is published in good faith and for general informa- www.jasspa.com tion purpose only. Jon Green does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find in this document, is strictly at your own risk. Jon Green will not be li- able for any losses and/or damages in connection with the use of this document. www.jasspa.com oi_setup v1.25 2015/08/16 11:39:06 OpenIndiana Small System Server Build Jon Green. United Kingdom Mail: Read right to left, from the top of the last column and snake between columns c.aj oas@j mpsno All the information on this document is published in good faith and for general information purpose only. Jon Green does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find in this document, is strictly at your own risk. Jon Green will not be liable for any losses and/or damages in connection with the use of this document. Title: OpenIndiana Small System Server Build Reference: oi_setup Version v1.25 Date: 2015/08/16 11:39:06 Typeset with the TeX Live 2012 LATEX Documentation System. www.jasspa.com ii oi_setup v1.25 2015/08/16 11:39:06 OpenIndiana Small System Server Build Revision History Revision History Date Who Description Revision 2015/08/16 JG Added notes on postfix 587 submission 1.25 Added notes on strengthening DH for Dovecot and Postfix.
    [Show full text]
  • Minutes Minutes
    Minutes Minutes CCaallCCoonnnneecctt T H E C A L E N D A R I N G A N D S C H E D U L I N G C O N S O R T I U M Volume 5, Issue 1 February 2012 From the Executive Director Dear Members, Other members the growing role that CalConnect has have also in solving the day-to-day problems Thanks to Apple for drawing 35 stepped up and faced by both vendors and users in member representatives, which volunteered to the calendaring and scheduling included two individual member host upcoming Members space. participants and meetings through autumn of 2013, reps from 14 so the schedule through 2013 stands I would organizations, as follows: particularly call to Cupertino, your attention to California for CalConnect XXIII January 30 – Events a new series we our January 30- Tests February 3, 2012 Apple, are launching in this newsletter— February 3 testing event and Cupertino, California member interviews—designed to Roundtable. Eleven participants give concrete answers to the came exclusively for the CalConnect XXIV May 21-25, question: What does CalConnect’s interoperability test event with 2012 Patricia Egen Consulting, work mean to my business and to my another 10 taking part in both the Chattanooga, Tennessee constituents? In this first interview, testing event and the Roundtable. we get the “benefits and challenges” CalConnect XXV October 1-5, insights from Andrew McMillan, who The continued enthusiasm about our 2012 Google, Zurich, Switzerland conceived of and wrote the DAViCal technical progress is certainly CalDAV Server showing up in the commitment to CalConnect XXVI January 28 – host upcoming February 1, 2013 TBD events.
    [Show full text]