*TechNotes* Linux+
Find below our Linux+ TechNotes, written by Drew Miller, (Drewm320) and our Microsoft forums moderator sprkymrk.
Disks, Partitions, and Filesystems (DW)
Covers disks, primary, extended, and logical partions, LVM, file systems and related command utilities.
Processes(DW)
Covers running, managing, and scheduling processes, process I/O, and redirecting output.
Users and Permissions(DW)
Covers users, groups, managing permissions and ownership and advanced file permissions.
Performance Monitoring and Troubleshooting(DW)
Covers performance monitoring and logging, and hardware troubleshooting.
Software Installation(DW)
Covers software installation, obtaining source code, and managing and installing RPM, tar, and gzip packages.
Bash and the Shell Environment(DW)
Covers bash shell, directory navigation, vi editor, and bash scripting.
Networking Basics(DW)
Covers network interface configuration, network connnectivity tools and basic network services.
Network Services (sprkymrk) *new*
Covers installing and configuring DNS, Apache, FTP, Sendmail, SAMBA and DHCP.
Feel free to reply to this post with any comments, questions, and suggestions.
Disks, Partitions, and Filesystems (DW)
Covers disks, primary, extended, and logical partions, LVM, file systems and related command utilities.
Processes(DW)
Covers running, managing, and scheduling processes, process I/O, and redirecting output.
Users and Permissions(DW)
Covers users, groups, managing permissions and ownership and advanced file permissions.
Performance Monitoring and Troubleshooting(DW)
Covers performance monitoring and logging, and hardware troubleshooting.
Software Installation(DW)
Covers software installation, obtaining source code, and managing and installing RPM, tar, and gzip packages.
Bash and the Shell Environment(DW)
Covers bash shell, directory navigation, vi editor, and bash scripting.
Networking Basics(DW)
Covers network interface configuration, network connnectivity tools and basic network services.
Network Services (sprkymrk) *new*
Covers installing and configuring DNS, Apache, FTP, Sendmail, SAMBA and DHCP.
Feel free to reply to this post with any comments, questions, and suggestions.
Comments
-
Webmaster Admin Posts: 10,292 AdminDrew, our new TechNotes author, wrote some excellent new TechNotes for the Linux+ exam about processes:
www.techexams.net/technotes/linuxplus/processes.shtml
It covers the following exam objectives:-
2.11 Identify, execute, manage and kill processes (for example: ps, kill, killall, bg, fg, jobs, nice, renice, rc)
2.12 Differentiate core processes from non-critical services (for example: init, [kernel processes], PID, and PPID values)
2.22 Schedule jobs to execute in the future using "at" and "cron" daemons
2.23 Redirect output (for example: piping, redirection)
-
Webmaster Admin Posts: 10,292 AdminDrew delivered some new Linux+ TechNotes: 'Users and Permissions'
It covers the following exam objectives:
DOMAIN 2.0 Management
2.6 Modify file and directory permissions and ownership (e.g., chmod, chown, sticky bit, octal permissions, chgrp) using CLI commands
2.7 Identify and modify default permissions for files and directories (for example: umask) using CLI commands
2.20 Create, modify, and delete user and group accounts (e.g., useradd, groupadd, /etc/passwd, chgrp, quota, chown, chmod, grpmod) using CLI utilities
DOMAIN 4.0 Security
4.2 Delete accounts while maintaining data stored in that user's home directory
4.6 Set process and special permissions (e.g., SUID, GUID)
4.11 Given a set of security requirements, set password policies to match (complexity / aging / shadowed passwords) (for example: identify systems not shadow passwords)
www.techexams.net/technotes/linuxplus/users_permissions.shtml -
remyforbes777 Member Posts: 499Sounds good. I will definitely check it out. I am trying to take my test in about a month and i need some new study materials.Remington Forbes
www.blacksintechnology.net -
Webmaster Admin Posts: 10,292 AdminI uploaded some new TechNotes by Drew Miller for the Linux+ exam:
www.techexams.net/technotes/linuxplus/performance.shtml
It covers the following exam objectives:
DOMAIN 3.0 Configuration
3.10 Configure log files (for example: syslog, remote logfile storage)
DOMAIN 5.0 Documentation
5.1 Establish and monitor system performance baseline (for example: top, sar, vmstat, pstree)
5.4 Troubleshoot errors using systems logs (for example: tail, head, grep)
5.5 Troubleshoot application errors using application logs (for example: tail, head, grep)
DOMAIN 6.0 Hardware
6.2 Diagnose hardware issues using Linux tools (for example: /proc, disk utilities, ifconfig, /dev, liveCD rescue disk, dmesg)
Happy reading! -
Webmaster Admin Posts: 10,292 AdminI just uploaded some more TechNotes for the Linux+ exam covering the exam objectives below.
www.techexams.net/technotes/linuxplus/softwareinstallation.shtml
1.9 Manage packages after installing the operating systems (for example: install, uninstall, update) (for example: RPM, tar, gzip)
2.8 Perform and verify backups and restores (tar, cpio)
2.13 Repair packages and scripts (for example: resolving dependencies, repairing, installing, updating applications)
3.4 Configure the system and perform basic makefile changes to support compiling applications and drivers -
Webmaster Admin Posts: 10,292 AdminWe just added some new TechNotes for the Linux+ exam covering bash shell, directory navigation, vi editor, and bash scripting:
www.techexams.net/technotes/linuxplus/bash_shell.shtml
It relates to the following exam objectives:
DOMAIN 2.0 Management
2.3 Create files and directories and modify files using CLI commands
2.5 Create linked files using CLI commands
2.19 Create, modify, and use basic shell scripts
2.15 Perform text manipulation (for example: sed, awk, vi)
DOMAIN 3.0 Configuration
3.12 Set up environment variables (for example: $PATH, $DISPLAY, $TERM, $PROMPT, $PS1)
Feel free to add suggestions/comments/thoughts -
Webmaster Admin Posts: 10,292 AdminI just uploaded some new TechNotes for the Linux+ exam, written by Drew Miller, covering basic networking with Linux:
www.techexams.net/technotes/linuxplus/networking.shtml
It covers the following exam objectives:
- 1.10 Select appropriate networking configuration and protocols (for example: inetd, xinetd, modems,Ethernet)
- 2.14 Monitor and troubleshoot network activity (for example: ping, netstat, traceroute)
- 2.17 Perform remote management (for example: rsh, ssh, rlogin)
- 3.1 Configure client network services and settings (for example: settings for TCP/IP)
- 3.7 Configure a Network Interface Card (NIC) from a command line -
Webmaster Admin Posts: 10,292 AdminI just uploaded new TechNotes for the Linux+ exam, written by our very own Microsoft forums moderator sprkymrk
Network Services
www.techexams.net/technotes/linuxplus/network-services.shtml
It covers installing and configuring several of Linux' primary network services, and in particular the following Linux+ exam objectives:
3.2 Configure basic server network services (for example: DNS, DHCP, SAMBA, Apache)
3.6 Implement DNS and describe how it works (for example: edit /etc/hosts, edit /etc/host.conf, edit /etc/resolv.conf, dig, host, named) -
RobertKaucher Member Posts: 4,299 ■■■■■■■■■■I added a resources thread a while back by the objectives for the 2009 exam. It is not complete at this time but if any member would like to add to it I will place their infor on the top message.
http://www.techexams.net/forums/linux/45966-study-guide-2009-linux-objectives.html -
JayTheCracker Member Posts: 169nice easy-to-follow guide for Linux Starters
[part 1-4]
Programming and Penetration Testing » Complete Linux Tutorial Part 1 -
Dakinggamer87 Member Posts: 4,016 ■■■■■■■■□□Great notes these will definitely come in handy for my Linux+ studies.*Associate's of Applied Sciences degree in Information Technology-Network Systems Administration
*Bachelor's of Science: Information Technology - Security, Master's of Science: Information Technology - Management
Matthew 6:33 - "Seek the Kingdom of God above all else, and live righteously, and he will give you everything you need."
Certs/Business Licenses In Progress: AWS Solutions Architect, Series 6, Series 63 -
W Stewart Member Posts: 794 ■■■■□□□□□□Just have to say, I used these notes to learn about linux more than a year back before getting my first linux job. I finally decided to sit the linux+ exam and passed it pretty easily. While I didn't use these notes for my most recent study, I have to say they definitely helped me get a career working as a linux admin.
-
Lenniusce Member Posts: 114 ■■■■□□□□□□Anyone have updated notes for the 2015 LX0-101 and 102? (Not the 103 and 104)In Progress: CCNA:DEVNET or CISSP Done: PMP | A+ | N+ | S+ | L+ | P+ | MCSA 2016 | CCNA | CCNA:S(exp) | LPIC1(exp) | MBA IT Management | MS Information Systems
-
Lenniusce Member Posts: 114 ■■■■□□□□□□It is but you can still schedule the 101 and 102. The original post was from 10 years ago, so I'm sure the notes are a bit outdated.In Progress: CCNA:DEVNET or CISSP Done: PMP | A+ | N+ | S+ | L+ | P+ | MCSA 2016 | CCNA | CCNA:S(exp) | LPIC1(exp) | MBA IT Management | MS Information Systems