SlideShare a Scribd company logo
Importance of Linux System
Fundamental In Technical
Documentation Reading
by
netman<netman@study-area.org>
August 2016
The Sample Document
https://access.redhat.com/documentation/en-
US/Red_Hat_Enterprise_Linux/7/pdf/Virtualization_Tuning_and_Optimization_Guide/R
ed_Hat_Enterprise_Linux-7-Virtualization_Tuning_and_Optimization_Guide-en-US.pdf
The Basic Requirement
English reading Google searching+
Command line & Quoting
Improper line ending
perf kvm --host --guest --guestmodules=guest-modules report -i 
perf.data.kvm --force > analyze
Should be:
perf kvm --host --guest --guestmodules=guest-modules report -i perf.data.kvm 
--force > analyze
Or:
Configuration of sysctl
echo “net.ipv4.conf.all.arp_filter=1” >> /etc/sysctl.conf
sysctl -p
It means:
Kernel module management
echo “options vhost_net experimental_zcopytx=1” 
> /etc/modprode.d/vhost_net.conf
modprobe –r vhost_net
modprobe vhost_net
Actually you should do:
Configuration file path
You have to know about:
• The guest xml path:
/etc/libvirt/qemu/guest_name.xml
OR
• The command to edit guest xml:
virsh edit guest_name
Substitute to a number!
Try & Error
virsh memtune virtual_machine --hard-limit size
It is wrong!!
It should be:
Using systemd
Using echo command to change /sys settings will be lost after reboot!
Solutions:
• Put the commands into /etc/rc.local
OR
• Create a systemd script :
vi /etc/systemd/system/set_transparent_hugepages.service
[Unit]
Description=Disable transparent hugepages
After=multi-user.target
[Service]
ExecStart=/usr/bin/bash -c 'echo never > /sys/kernel/mm/transparent_hugepage/enabled'
[Install]
WantedBy=graphical.target
systemctl enable set_transparent_hugepages.service
Vi/Vim Editing
It requires you using vi or vim!
Grub configuration
It’s talking about modifying kernel options in GRUB:
vi /etc/default/grub
GRUB_CMDLINE_LINUX=“… default_hugepagesz=1G hugepagesz=1G hugepages=4 hugepagesz=2M hugepages=1024"
grub2-mkconfig -o /boot/grub2/grub.cfg
Using yum
yum list '*numa*'
yum install numactl
Command not found!!
You must install it first:
Using locate
It doesn’t show you the full path!
You have to find it out:
Many more…
Thank you!

More Related Content

PDF
Chap 19 web
PDF
Linux fundamental - Chap 09 pkg
PDF
Linux fundamental - Chap 12 Hardware Management
PDF
Linux fundamental - Chap 08 proc
PDF
Haproxy - zastosowania
PDF
Linux fundamental - Chap 11 boot
PDF
A little systemtap
Chap 19 web
Linux fundamental - Chap 09 pkg
Linux fundamental - Chap 12 Hardware Management
Linux fundamental - Chap 08 proc
Haproxy - zastosowania
Linux fundamental - Chap 11 boot
A little systemtap

What's hot (18)

ODP
Linux kernel debugging(ODP format)
PDF
Kernel crashdump
PDF
nouka inventry manager
PPTX
Practical Glusto Example
PDF
Как понять, что происходит на сервере? / Александр Крижановский (NatSys Lab.,...
ODP
Linux Kernel Crashdump
PDF
Red Hat Certified Engineer (RHCE) EX294 Exam Questions
PDF
Масштабируемая конфигурация Nginx, Игорь Сысоев (Nginx)
PDF
PDF
PFIセミナー資料 H27.10.22
PDF
Introduction of unit test on android kernel
ODP
LSA2 - 02 Namespaces
PDF
Go replicator
PDF
Centralized Logging with syslog
PDF
What is new in Go 1.8
PDF
1 m+ qps on mysql galera cluster
PPTX
Linux kernel debugging
PDF
Adrian Mouat - Docker Tips and Tricks
Linux kernel debugging(ODP format)
Kernel crashdump
nouka inventry manager
Practical Glusto Example
Как понять, что происходит на сервере? / Александр Крижановский (NatSys Lab.,...
Linux Kernel Crashdump
Red Hat Certified Engineer (RHCE) EX294 Exam Questions
Масштабируемая конфигурация Nginx, Игорь Сысоев (Nginx)
PFIセミナー資料 H27.10.22
Introduction of unit test on android kernel
LSA2 - 02 Namespaces
Go replicator
Centralized Logging with syslog
What is new in Go 1.8
1 m+ qps on mysql galera cluster
Linux kernel debugging
Adrian Mouat - Docker Tips and Tricks
Ad

Viewers also liked (20)

PDF
Linux fundamental - Chap 01 io
PDF
Linux fundamentals
PDF
About the Course
PDF
Linux fundamental - Chap 07 vi
PDF
Linux fundamental - Chap 03 file
PDF
Linux fundamental - Chap 13 account management
PDF
Linux fundamental - Chap 05 filter
PDF
Linux fundamental - Chap 02 perm
PDF
Open source applications softwares
PDF
Linux Network Monitoring
PDF
Module 1 introduction to Linux
PDF
Module 02 Using Linux Command Shell
PDF
Linux fundamental - Chap 10 fs
PDF
Windows7 Vs Linux
PDF
The linux command line for total beginners
PDF
Ha opensuse
PDF
Linux fundamental - Chap 06 regx
PPT
Unix tutorial-08
PDF
Chap 17 advfs
Linux fundamental - Chap 01 io
Linux fundamentals
About the Course
Linux fundamental - Chap 07 vi
Linux fundamental - Chap 03 file
Linux fundamental - Chap 13 account management
Linux fundamental - Chap 05 filter
Linux fundamental - Chap 02 perm
Open source applications softwares
Linux Network Monitoring
Module 1 introduction to Linux
Module 02 Using Linux Command Shell
Linux fundamental - Chap 10 fs
Windows7 Vs Linux
The linux command line for total beginners
Ha opensuse
Linux fundamental - Chap 06 regx
Unix tutorial-08
Chap 17 advfs
Ad

Similar to Importance of linux system fundamental in technical documentation reading (20)

PPTX
Red Hat System Administration
PPTX
Practical Introduction To Linux
PDF
Ex200 objectives
ODP
Performance: Observe and Tune
PDF
How to Set Up a RHEL 9 Virtual Lab for RHCSA Practice.pdf
PDF
Buy ebook Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka c...
PDF
Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka
PDF
Sysctl
PDF
The Best Linux Administration Training in bangalore
PDF
Rhce syllabus
PDF
Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka
PDF
Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka
PDF
Kvm virtualization in_rhel_7
PDF
Unixtoolbox
PDF
unixtoolbox.pdf
PDF
Unixtoolbox
PDF
unixtoolbox.pdf
PDF
PDF
unixtoolbox.pdf
PDF
Red Hat System Administration
Practical Introduction To Linux
Ex200 objectives
Performance: Observe and Tune
How to Set Up a RHEL 9 Virtual Lab for RHCSA Practice.pdf
Buy ebook Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka c...
Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka
Sysctl
The Best Linux Administration Training in bangalore
Rhce syllabus
Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka
Linux Administration: A Beginner's Guide 8th Edition Wale Soyinka
Kvm virtualization in_rhel_7
Unixtoolbox
unixtoolbox.pdf
Unixtoolbox
unixtoolbox.pdf
unixtoolbox.pdf

More from Kenny (netman) (13)

TXT
rpi_audio configuration steps
PDF
Rpi audio
PDF
Chap 18 net
PDF
Linux fundamental - Chap 16 System Rescue
PDF
Linux fundamental - Chap 15 Job Scheduling
PDF
Linux fundamental - Chap 14 shell script
PDF
Linux fundamental - Chap 04 archive
PDF
Linux fundamental - Chap 00 shell
PDF
Linux system security
PDF
Linux network monitoring hands-on pratice
PDF
加密應用(GPG)
PDF
金鑰管理 (PKI)
PDF
Linux firewall
rpi_audio configuration steps
Rpi audio
Chap 18 net
Linux fundamental - Chap 16 System Rescue
Linux fundamental - Chap 15 Job Scheduling
Linux fundamental - Chap 14 shell script
Linux fundamental - Chap 04 archive
Linux fundamental - Chap 00 shell
Linux system security
Linux network monitoring hands-on pratice
加密應用(GPG)
金鑰管理 (PKI)
Linux firewall

Recently uploaded (20)

PDF
Computing-Curriculum for Schools in Ghana
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Complications of Minimal Access Surgery at WLH
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
RMMM.pdf make it easy to upload and study
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Pharma ospi slides which help in ospi learning
Computing-Curriculum for Schools in Ghana
Renaissance Architecture: A Journey from Faith to Humanism
Complications of Minimal Access Surgery at WLH
Anesthesia in Laparoscopic Surgery in India
O7-L3 Supply Chain Operations - ICLT Program
Microbial diseases, their pathogenesis and prophylaxis
RMMM.pdf make it easy to upload and study
PPH.pptx obstetrics and gynecology in nursing
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
GDM (1) (1).pptx small presentation for students
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
01-Introduction-to-Information-Management.pdf
VCE English Exam - Section C Student Revision Booklet
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Supply Chain Operations Speaking Notes -ICLT Program
FourierSeries-QuestionsWithAnswers(Part-A).pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Basic Mud Logging Guide for educational purpose
Pharma ospi slides which help in ospi learning

Importance of linux system fundamental in technical documentation reading