Advanced Networking with Networkmanager in RHEL8 for Servers

Total Page:16

File Type:pdf, Size:1020Kb

Advanced Networking with Networkmanager in RHEL8 for Servers Advanced Networking with NetworkManager in RHEL8 for Servers Stop touching ifcfg-eth0! Marc Skinner rincipa! So!ution Architect Agenda ● What / How ● $ooling ● Getting information ● Simple modifications ● (p # Down control ● $eaming ● *ridges ● +LANs ● Infini-and . , o,* ● Examples 2 "hat is NetworkManager0 ● A networking service manager – Manage1 configure a!! things networking ● Introduced in RHEL6 3 ho-hum ● 4ptiona! in RHEL5 … getting better ● Defau!t in RHEL8 … I love it 3 "hat are the bene'ts of NetworkManager? ● rovides an A I through )-B(S – Mu!tiple application integration – rovides consistenc6 for graphica! desktop environments ● 7ront end to configuration fi!es 4 How to use NetworkManager0 ● Insta!! ● Ena-!e ● Start ● Configure – Command line – (,1 both te/t and graphica! 5 NetworkManager $oo!ing ● nmcli – Command-!ine ● nmtui – $e/t (ser Interface ● nm-connection-editor / control-center – %raphica! (ser Interface ● Cockpit – We- administrative porta! ● Ansi-!e Role 6 NetworkManager Co&mand-!ine ● nmcli and nmtui – nmcli is included in “NetworkManager: – nmtui is included in 9NetworkManager-tui: # yum -y install NetworkManager NetworkManager-tui # systemctl enable NetworkManager # systemclt start NetworkManager ● 4ptiona! . add bash completion if not insta!!ed! # yum -y install bash-completion 7 %etting Information ● Is the device connected0 ; nmcli device status ● Connect a device ; nmcli device enp<s0 connect 8 %etting Information ● Get connection information 9 %etting ,nfor&ation ● Show a!! configura-!e options =20? -6 defau!t ● (se -f for '!tering b6 fie!d ; nmcli -f “fie!d: con show enp1s0 'e!d = connection1 ipv41 bridge1 etc 10 11 12 %etting Information ● Show device detai!s 13 Adding a device ● Add a new device B<C t6pesD 14 Simp!e Modifications ● Rename an interface connection name # nmcli con modify Wired\ connection\ 3 con-name ens3 ● Modif6 IPvA address # nmcli con modify ens3 ipv4 addresses !"# !$% 4& %!'#4 ● Modif6 IPvA gatewa6 # nmcli con modify ens3 ipv4 gateway !"# !$% 4& !& ● Modif6 IPvA method # nmcli con modify ens3 ipv4 method static 15 Simp!e Modifications ● Modif6 IPvA DNS # nmcli con modify ens3 ipv4 dns !"# !$% 4& !()!"# !$% 4& !$ ● Modif6 IPvA DNS-options # nmcli con modify ens3 ipv4 dns-options rotate)timeout*! ● Modif6 IPvA DNS-search # nmcli con modify ens3 ipv4 dns-search +rhlab skinnerlabs com)i skinnerlabs com+ ● Modif6 M$( # nmcli con modify ens3 %&#-3-ethernet mtu "&&& 16 Up / Down Contro! ● *ring connection down # nmcli con down enp3s& ● *ring connection up # nmcli con up enp3s& ● Re!oad a!! connections # nmcli con reload 17 $ea&ing ● $eaming is the replacement for *onding – ; -ond2tea& ● $eaming a!!ows for N?= N,8s to be configured as a logica! device with speci'c -ene'ts based on the runner se!ected – -roadcast (a!! portsD – roundrobin (a!! ports in turnD – active-ackup (one port unti! fai!ureD – !oad-a!ance (a!! ports with a hashD – random (a!! ports randoml6D – !acp B80>E<ad LA8 – reFuires LA8 switchD 18 $ea&ing ● Create a LA8 $EAM ca!!ed tea&= using two NICs # nmcli con add type team ifname team1 con-name team1 # nmcli con modify team1 team config ,-+runner+* -+name+* +lacp+) +active+* true) +fast.rate+* true) +t/.hash+* 0+ipv4+)+tcp+)+udp+12) +link.watch+* -+name+* +ethtool+2) +t/.balancer+* - +name+* +basic+22, # nmcli con add type ethernet con-name team1-enp10s0 ifname enp10s0 master team1 # nmcli con add type ethernet con-name team1-enp9s0 ifname enp9s0 master team1 19 $ea&ing ● +iew teaming port status # teamnl team! ports #* enp!&s&* up !&&&Mbit 34 3* enp"s&* up !&&&Mbit 34 20 $ea&ing ● +iew tea&ing status#con'guration # teamdctl team1 state view setup: runner: lacp ports: enp10s0 link watches* enp9s0 link watches: link summary: up link summary: up instance[link_watch_01* instance[link_watch.&1* name: ethtool name: ethtool link: up link: up down count: 0 down count: 0 runner* runner: aggregator 54: 2, Selected selected: yes aggregator ID: 2, state: current Selected runner: active: yes selected: yes fast rate: yes state: current 21 $ea&ing ● +iew teaming configuration. lots of data # teamdctl team! state dump # teamdctl team! config dump 22 Bridges ● *ridge mode turns a NIC into a la6er > switch ● Can ena-!e#disa-!e ST BSpanning $ree rotocolD ● Needed for mu!tiple virtua! machines ● No NA$ ● 4ptiona! *ridge tooling – RHEL 6#5 # yum install bridge-utils – RHEL 8 # ip bridge 23 Bridges ● Create bridge named G+M with , addressed assigned # nmcli con add type bridge ifname kvm con-name kvm ipv4 address !"# !$% 33 !#'#4 ipv4 method static ipv4 gateway !"# !$% 33 # ipv4 dns +!"# !$% 33 44)!"# !$% 33 (&)!"# !$% 33 !(+ ipv4 dns- options +rotate)timeout*!+ ipv4 dns-search +ib skinnerlabs com)i skinnerlabs com+ # nmcli con add type bridge-slave ifname enp3s0 master kvm 24 Bridges ● Create bridge named $EST with N4 addressed assigned # nmcli con modify enp4s&f& ipv4 method disabled ipv$ method ignore # nmcli con add type bridge ifname test con-name test # nmcli con add type bridge-slave ifname enp4s&f& master test ● 7urn off 678 9 on by default # nmcli con modify test bridge stp no 25 Bridges ● Show bridge con'guration # nmcli -f bridge con show test bridge mac-address* -- bridge.stp: no bridge priority* 3#:$% bridge forward-delay* !( bridge hello-time* # bridge ma/-age* #& bridge ageing-time* 3&& bridge group-forward-mask* & bridge multicast-snooping* yes bridge vlan-filtering* no bridge vlan-default-pvid* ! bridge vlans* -- 26 Bridges ● Show bridge status – brief # brctl show test bridge name bridge id 678 enabled interfaces test %&&& &&!b#!(!4&!& no enp4s&f& 27 +LANs ● +LAN @ +irtua! Loca! Area Network ● Isolated La6er > ● A!!ows for mu!tip!e isolated networks to share the same ph6sica! mediu& ● +LANs use +LAN ,)s 0-A0HC ● +LAN ,) 1 is defau!t 28 +LANs ● Add +LAN 32 to enp3s0 with IP address # nmcli connection add type vlan con-name enp3s& 32 ifname enp3s& 32 id 32 dev enp3s& ip4 192.168.32.11/24 # ip add ; grep enp3s& 3# #!* enp3s0.32@enp3s0* <=>?@4A@67)MBC75A@67)B8)C?WD>.B8E mtu !(&& Fdisc noFueue state B8 group default Flen !&&& inet 192.168.32.11/24 brd !"# !$% 3# #(( scope global noprefi/route enp3s& 3# ● Add +LAN 60 to e/isting tea&=0 with no IP address # nmcli connection add type vlan con-name team!& 60 ifname team!& 60 id 60 dev team!& ipv4.met od disabled ipv6.met od ignore 29 ,n'niband / I o,* B,nternetProtco! over InfinibandD ● Infini-and is specia!iIed !ow latency1 high performance networking gear ● $6pica!!6 run in native RDMA BRemote Direct Memor6 AccessD mode – Applications must be a-!e to understand R)MA ● Can run in IPoIB mode (more compati-!eD – Applications can use traditiona! , 30 ,n'niband - I o,* ● Create IPoIB on Infiniband NIC with MTU 65520 # nmcli connection delete ib& # nmcli connection add type in!iniband con-name ib& ifname ib& transport-mode connected mtu 6""20 # nmcli connection modify ib& ipv4 addresses !"# !$% !&3 (&'#4 # nmcli connection modify ib& ipv4 method static 31 ,n'niband – Ipo,* ● Validate IP Information # ip addr ; grep ib& %* ib0* <=>?@4A@67)MBC75A@67)B8)C?WD>.B8E mtu 6""20 Fdisc pfifo.fast state B8 group default Flen #($ inet 192.168.103.12/24 brd !"# !$% !&3 #(( scope global noprefi/route ib& 32 ,n'niband – Ipo,* – $oo!ing ● Status tooling # yum install infiniband-diags # ibstatus 5nfiniband device ,mthca&, port ! status* default gid* fe%&*&&&&*&&&&*&&&&*&&&#*c"&#*&&#a*ad3" base lid* &/4 sm lid* &/! state* 4* @A75GD phys state* (* CinkBp rate* #& Hb'sec I4J 44>K link.layer* 5nfini=and 33 EXAMPLES Sing!e N,8 with I Address 35 Sing!e N,8 with I Address ● Add IP#%"#)NS#4ptions to N,8J ens< # nmcli con modify ens3 ipv4.addresses 192.168.33."0/24 # nmcli con modify ens3 ipv4.gate#a$ 192.168.33.1 # nmcli con modify ens3 ipv4.dns 192.168.33.1" # nmcli con modify ens3 ipv4 method static # nmcli con modify ens3 ipv4.dns-options rotate%timeo&t:1 # nmcli con modify ens3 ipv4 dns-search +ib skinnerlabs com)i skinnerlabs com+ # nmcli con modify ens3 ipv$ method ignore 36 Dua! N,8 with LA8 $EAM with I Address 37 Dua! N,8 with LA8 $EAM with I Address ● Disa-!e N,8s so the6 donKt tr6 to get IP information # nmcli con modify enp$s&f& ipv4.met od disabled ipv6.met od ignore # nmcli con modify enp$s&f! ipv4.met od disabled ipv6.met od ignore ● Create $EAM # nmcli con add type team ifname team10 con-name team10 ● Create $EAM runner # nmcli con modify team10 team config ,-+runner+* -+name+* +lacp+) +active+* true) +fast.rate+* true) +t/.hash+* 0+ipv4+)+tcp+)+udp+12) +link.watch+* -+name+* +ethtool+2) +t/.balancer+* - +name+* +basic+22, 38 Dua! N,8 with LA8 $EAM with I Address ● Attach N,Cs to $EAM # nmcli con add type ethernet con-name team!&-enp$s&f& ifname enp$s&f& master team10 # nmcli con add type ethernet con-name team!&-enp$s&f! ifname enp$s&f! master team10 ● Add IP#DNS # nmcli con modify team!& ipv4.addresses 192.168.33."0/24 # nmcli con modify team!& ipv4 dns !"# !$% 33 !( # nmcli con modify team!& ipv4 method static 39 Luad N,8 with LA8 $EAM with three Bridges1 three +LANs1 one with I address 40 Luad N,8 with LA8 $EAM with three Bridges1 three +LANs1 one with I address ● Disa-!e N,8s so the6 donKt tr6 to get IP information # nmcli con modify enp4s&f& ipv4 method disabled ipv$ method ignore # nmcli con modify enp4s&f! ipv4 method disabled ipv$ method ignore # nmcli con modify enp(s&f& ipv4 method disabled ipv$ method ignore # nmcli con modify enp(s&f! ipv4 method disabled ipv$ method ignore 41 Luad N,8 with LA8 $EAM with three Bridges1 three +LANs1 one with I address ● Create Bridge with IP (defau!t +LAND # nmcli con add type bridge ifname
Recommended publications
  • Intel® Vtune Amplifier Latest Featured Articles
    ARTICLES & REVIEWS NEWS ARCHIVE FORUMS PREMIUM CATEGORIES Search Latest Linux News Debian Linux Is Now Available For NVIDIA's Jetson TX1 AMDGPU-PRO 16.60 Released It Looks Like Civilization VI Could Be There's Now A KDE-Branded Laptop Running Neon With Shipping Soon For Linux Plasma 5 Shadow of Mordor Updated For Linux With Written by Michael Larabel in KDE on 26 January 2017 at 06:32 AM EST. 33 Comments Performance Improvements Intel Sends In Final Batch Of DRM Features For KDE fans not interested in setting up a KDE-based Linux distribution on For Linux 4.11: DP MST Audio, HuC your own laptop and worrying about potential graphics driver bugs with Firmware Plasma or other possible headaches, there is now a "KDE laptop" backed by the KDE community. Wine-Staging 2.0 Rolls Out For Experimental Users: Vulkan, D3D11, Etc KDE has teamed up with Spanish computer hardware retailer Slimbook to Chrome 56 Released With WebGL 2.0 By offer the KDE Slimbook. It's an Intel laptop preloaded with KDE Neon and thus running the Default, FLAC Support latest KDE Frameworks 5 + Plasma 5 experience. This isn't a laptop running Coreboot or the GNOME's Mutter Rolls Out New Monitor like or any other real innovations besides just being pre-loaded with KDE Neon and tested Configuration System by KDE Developers to ensure you don't run into any hardware troubles, etc. NetworkManager 1.6 Released 10-bit HEVC Decoding Support Being The KDE Slimbook currently comes in two varieties with either a Core i5 6200U or Core i7 Worked On For RadeonSI Gallium3D 6500U processor, 4 / 8 / 16GB RAM options, Intel Graphics HD 520, SSD storage, 13.3-inch 1080p screen, and a two-year warranty.
    [Show full text]
  • Getting Started with Ubuntu 12.04
    Getting Started withUbuntu 12.04 Second Edition The Ubuntu Manual Team Copyright © – by e Ubuntu Manual Team. Some rights reserved. cba is work is licensed under the Creative Commons Aribution–Share Alike . License. To view a copy of this license, see Appendix A, visit http://creativecommons.org/licenses/by-sa/./, or send a leer to Creative Commons, Second Street, Suite , San Francisco, California, , USA. Geing Started with Ubuntu . can be downloaded for free from http:// ubuntu-manual.org/ or purchased from http://ubuntu-manual.org/buy/ gswue/en_US. A printed copy of this book can be ordered for the price of printing and delivery. We permit and even encourage you to dis- tribute a copy of this book to colleagues, friends, family, and anyone else who might be interested. http://ubuntu-manual.org Second Edition Revision number: Revision date: -- :: + Contents Prologue Welcome Ubuntu Philosophy A brief history of Ubuntu Is Ubuntu right for you? Contact details About the team Conventions used in this book Installation Geing Ubuntu Trying out Ubuntu Installing Ubuntu—Geing started Finishing Installation Ubuntu installer for Windows e Ubuntu Desktop Understanding the Ubuntu desktop Unity Using Launcher e Dash Workspaces Managing windows Browsing files on your computer Nautilus file manager Searching for files and folders on your computer Customizing your desktop Accessibility Session options Geing help Working with Ubuntu All the applications you need Geing online Browsing the web Reading and composing email Using instant messaging Microblogging Viewing and editing photos Watching videos and movies Listening to audio and music Burning CDs and DVDs Working with documents, spreadsheets, and presentations Ubuntu One Hardware Using your devices Hardware identification .
    [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]
  • Using Networkmanager with Telit Modems Application Note
    Using NetworkManager with Telit Modems Application Note 80455NT11504A Rev. 0 – 2017-07-20 Mod. 0809 2016-08 Rev.7 [04.2016] SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICE While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions in this document, or from use of the information obtained herein. The information in this document has been carefully checked and is believed to be reliable. However, no responsibility is assumed for inaccuracies or omissions. Telit reserves the right to make changes to any products described herein and reserves the right to revise this document and to make changes from time to time in content hereof with no obligation to notify any person of revisions or changes. Telit does not assume any liability arising out of the application or use of any product, software, or circuit described herein; neither does it convey license under its patent rights or the rights of others. It is possible that this publication may contain references to, or information about Telit products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that Telit intends to announce such Telit products, programming, or services in your country. COPYRIGHTS This instruction manual and the Telit products described in this instruction manual may be, include or describe copyrighted Telit material, such as computer programs stored in semiconductor memories or other media. Laws in the Italy and other countries preserve for Telit and its licensors certain exclusive rights for copyrighted material, including the exclusive right to copy, reproduce in any form, distribute and make derivative works of the copyrighted material.
    [Show full text]
  • Red Hat Enterprise Linux 7 7.9 Release Notes
    Red Hat Enterprise Linux 7 7.9 Release Notes Release Notes for Red Hat Enterprise Linux 7.9 Last Updated: 2021-08-17 Red Hat Enterprise Linux 7 7.9 Release Notes Release Notes for Red Hat Enterprise Linux 7.9 Legal Notice Copyright © 2021 Red Hat, Inc. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
    [Show full text]
  • Technical Notes All Changes in Fedora 13
    Fedora 13 Technical Notes All changes in Fedora 13 Edited by The Fedora Docs Team Copyright © 2010 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. All other trademarks are the property of their respective owners. Abstract This document lists all changed packages between Fedora 12 and Fedora 13.
    [Show full text]
  • 1. Why POCS.Key
    Symptoms of Complexity Prof. George Candea School of Computer & Communication Sciences Building Bridges A RTlClES A COMPUTER SCIENCE PERSPECTIVE OF BRIDGE DESIGN What kinds of lessonsdoes a classical engineering discipline like bridge design have for an emerging engineering discipline like computer systems Observation design?Case-study editors Alfred Spector and David Gifford consider the • insight and experienceof bridge designer Gerard Fox to find out how strong the parallels are. • bridges are normally on-time, on-budget, and don’t fall ALFRED SPECTORand DAVID GIFFORD • software projects rarely ship on-time, are often over- AS Gerry, let’s begin with an overview of THE DESIGN PROCESS bridges. AS What is the procedure for designing and con- GF In the United States, most highway bridges are budget, and rarely work exactly as specified structing a bridge? mandated by a government agency. The great major- GF It breaks down into three phases: the prelimi- ity are small bridges (with spans of less than 150 nay design phase, the main design phase, and the feet) and are part of the public highway system. construction phase. For larger bridges, several alter- There are fewer large bridges, having spans of 600 native designs are usually considered during the Blueprints for bridges must be approved... feet or more, that carry roads over bodies of water, preliminary design phase, whereas simple calcula- • gorges, or other large obstacles. There are also a tions or experience usually suffices in determining small number of superlarge bridges with spans ap- the appropriate design for small bridges. There are a proaching a mile, like the Verrazzano Narrows lot more factors to take into account with a large Bridge in New Yor:k.
    [Show full text]
  • Release Notes for Fedora 21
    Fedora 21 Release Notes Release Notes for Fedora 21 Edited by The Fedora Docs Team Copyright © 2014 Fedora Project Contributors. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https:// fedoraproject.org/wiki/Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries. All other trademarks are the property of their respective owners.
    [Show full text]
  • SUSE Linux Enterprise Server 11 SP4 Administration Guide Administration Guide SUSE Linux Enterprise Server 11 SP4
    SUSE Linux Enterprise Server 11 SP4 Administration Guide Administration Guide SUSE Linux Enterprise Server 11 SP4 Publication Date: September 24, 2021 SUSE LLC 1800 South Novell Place Provo, UT 84606 USA https://documentation.suse.com Copyright © 2006– 2021 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU Free Documentation License”. For SUSE trademarks, see http://www.suse.com/company/legal/ . All other third party trademarks are the property of their respective owners. A trademark symbol (®, ™ etc.) denotes a SUSE or Novell trademark; an asterisk (*) denotes a third party trademark. All information found in this book has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither SUSE LLC, its aliates, the authors nor the translators shall be held liable for possible errors or the consequences thereof. Contents About This Guide xix 1 Available Documentation xx 2 Feedback xxii 3 Documentation Conventions xxii I SUPPORT AND COMMON TASKS 1 1 YaST Online Update 2 1.1 The Online Update Dialog 3 KDE Interface (Qt) 3 • GNOME Interface (GTK) 4 1.2 Installing Patches 6 1.3 Automatic Online Update 7 2 Gathering System Information for Support 9 2.1 Collecting System Information with Supportconfig
    [Show full text]
  • Community Report
    COMMUNITY REPORT 4TH QUARTER 2013 | ISSUE 27 WELCOME MESSAGE The end of the year always brings a comers can come and make a program, a Summer of Code version period of self-reflection to people, difference with their contributions for high school students, but you and so it does also to the KDE while learning from others. don't have to be a student to join us. community. Recently we started the KDE Google Summer of Code is maybe Incubator initiative, a way for existing Looking back at 2013 we can see the prime example, nearly 50 projects to join KDE with an how the community has continued university students deep dive into our appointed helping hand to guide doing what it excels at; producing community producing in a few them through the process. great end user software as well as months great improvements or totally documentation, translations, artwork new ideas while learning about If you don't have an existing project, and promotion related work to make coding, real world multicultural, cross you are of course very welcome to our software shine even more and be timezone and non collocated just going us on IRC, mailing list and more useful to more people. collaboration. start collaborating with us, you will learn, teach and share the joy of Almost more importantly, we have Google Summer of Code is not the being part of the great values that achieved that while maintaining the only such example. We have Season KDE represents. great and welcoming collaboration of KDE, a program similar in structure atmosphere that KDE is.
    [Show full text]
  • Installed Packages Gconf2.X86 64 3.2.6-8.El7 @Anaconda Geoip
    Installed Packages GConf2.x86_64 3.2.6-8.el7 @anaconda GeoIP.x86_64 1.5.0-11.el7 @anaconda ModemManager.x86_64 1.6.0-2.el7 @anaconda ModemManager-glib.x86_64 1.6.0-2.el7 @anaconda NetworkManager.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-adsl.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-glib.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-libnm.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-libreswan.x86_64 1.2.4-1.el7 @anaconda NetworkManager-libreswan-gnome.x86_64 1.2.4-1.el7 @anaconda NetworkManager-team.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-tui.x86_64 1:1.4.0-12.el7 @anaconda NetworkManager-wifi.x86_64 1:1.4.0-12.el7 @anaconda OpenEXR-libs.x86_64 1.7.1-7.el7 @anaconda PackageKit.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-command-not-found.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-glib.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-gstreamer-plugin.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-gtk3-module.x86_64 1.0.7-6.el7.centos @anaconda PackageKit-yum.x86_64 1.0.7-6.el7.centos @anaconda PyQt4.x86_64 4.10.1-13.el7 @anaconda PyYAML.x86_64 3.10-11.el7 @anaconda abattis-cantarell-fonts.noarch 0.0.16-3.el7 @anaconda abrt.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-ccpp.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-kerneloops.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-pstoreoops.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-python.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-vmcore.x86_64 2.1.11-45.el7.centos @anaconda abrt-addon-xorg.x86_64 2.1.11-45.el7.centos @anaconda abrt-cli.x86_64 2.1.11-45.el7.centos
    [Show full text]
  • Ubuntu 20.04 Essentials Ubuntu 20.04 Essentials ISBN-13: 978-1-951442-05-7 © 2020 Neil Smyth / Payload Media, Inc
    Contents 1. 1. Introduction 1. 1.1 Superuser Conventions 2. 1.2 Opening a Terminal Window 3. 1.3 Editing Files 4. 1.4 Feedback 5. 1.5 Errata 2. 2. A Brief History of Linux 1. 2.1 What exactly is Linux? 2. 2.2 UNIX Origins 3. 2.3 Who Created Linux? 4. 2.4 The History of Ubuntu 5. 2.5 What does the word “Ubuntu” Mean? 6. 2.6 Summary 3. 3. Installing Ubuntu on a Clean Disk Drive 1. 3.1 Ubuntu Installation Options 2. 3.2 Server vs. Desktop Editions 3. 3.3 Obtaining the Ubuntu Installation Media 4. 3.4 Writing the ISO Installation Image to a USB Drive 1. 3.4.1 Linux 2. 3.4.2 macOS 3. 3.4.3 Windows 5. 3.5 Booting from the Ubuntu USB Image 6. 3.6 Installing Ubuntu 7. 3.7 Accessing the Ubuntu Desktop 8. 3.8 Installing Updates 9. 3.9 Displaying Boot Messages 10. 3.10 Summary 4. 4. Installing Ubuntu with the Network Installer 1. 4.1 Network Installer Advantages 2. 4.2 Obtaining the Network Installer Image 3. 4.3 Booting from the Installer Image 4. 4.4 Performing the Installation 5. 4.5 Disk Partitioning 6. 4.6 Software Collection Selection 7. 4.7 Installing Software Collections After System Setup 8. 4.8 Summary 5. 5. Dual Booting Ubuntu with Windows 1. 5.1 Beginning the Ubuntu Installation 2. 5.2 Booting Ubuntu for the First Time 3. 5.3 Changing the Default Boot Option 4. 5.4 Accessing the Windows Partition from the Command-line 5.
    [Show full text]