Severity: Warning
Message: file_get_contents(http://www.geoplugin.net/php.gp?ip=216.73.216.37): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden
Filename: controllers/Hachion.php
Line Number: 14
Backtrace:
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/controllers/Hachion.php
Line: 14
Function: file_get_contents
File: /home/laxmiveena/public_html/test.hachtechnologies.com/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Undefined index: geoplugin_countryName
Filename: include/top_header.php
Line Number: 39
Backtrace:
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/include/top_header.php
Line: 39
Function: _error_handler
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/CourseDetails.php
Line: 12
Function: include
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/controllers/Hachion.php
Line: 510
Function: view
File: /home/laxmiveena/public_html/test.hachtechnologies.com/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Undefined index: geoplugin_countryName
Filename: include/top_header.php
Line Number: 94
Backtrace:
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/include/top_header.php
Line: 94
Function: _error_handler
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/CourseDetails.php
Line: 12
Function: include
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/controllers/Hachion.php
Line: 510
Function: view
File: /home/laxmiveena/public_html/test.hachtechnologies.com/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Undefined variable: recent_country
Filename: include/top_header.php
Line Number: 111
Backtrace:
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/include/top_header.php
Line: 111
Function: _error_handler
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/CourseDetails.php
Line: 12
Function: include
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/controllers/Hachion.php
Line: 510
Function: view
File: /home/laxmiveena/public_html/test.hachtechnologies.com/index.php
Line: 315
Function: require_once
Severity: Notice
Message: Undefined index: geoplugin_countryName
Filename: views/CourseDetails.php
Line Number: 41
Backtrace:
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/CourseDetails.php
Line: 41
Function: _error_handler
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/controllers/Hachion.php
Line: 510
Function: view
File: /home/laxmiveena/public_html/test.hachtechnologies.com/index.php
Line: 315
Function: require_once
Master the concepts of Red Hat System and Red Hat Manager (RPM) by learning Linux Administration.This is an in-depth training course that gives you all the skills needed for working as a Linux Administrator. You will learn about the Red Hat System, its installation, managing boot processes, performing various operations, understanding Linux Kernel, testing and debugging.
Introduction to Linux, Basics of Shell, Basics of Kernel, CentOS 8 installation and VBox additions, Basic Linux Commands, ECHO and EXPR command, Set and unset a variable, Header of a shell script (#!).
Hands-on Exercise – Executing basic Linux commands, Installing CentOS 8 on VirtualBox and adding guest additions to the installed OS.
Text editors and file creation; Users, Groups and Processes; Root and Linux file hierarchy, Understanding file hierarchy, Understanding file permissions, chmod and chown commands, the LS command, Metacharacters, Editing a file using VIM, Displaying contents of a file, Copy, Move and Remove files.
Hands-on Exercise – Using VIM, Creating users and groups, Creating files and directories, Assigning file permissions and ownership using chmod and chown, Editing files in VIM
Everything is a file in UNIX/Linux (files, directories, executables, processes), Process control commands (ps and kill), other process control tools (top, nice, renice).
Hands-on Exercise – Executing ps and kill commands on running services, Monitoring the OS using top.
What is shell scripting, Types of shell, Creating and writing a shell script, Changing the permission of the shell script, Executing the script, Environment variables, Defining a local and a global variable, User input in a shell script.
Hands-on Exercise – Creating a shell script, Writing and executing the shell script, creating a local and a global variable, taking input from the user in a shell script.
What are Conditional statements, Using IF, IF-ELSE, Nested IF statements, What are Looping statements, Using WHILE, UNTIL and FOR statements, Using the case…esac statement, What is a Function, Creating a function in Linux, Calling functions.
Hands-on Exercise – Executing IF, IF-ELSE, Nested IF statements, Executing WHILE, UNTIL and FOR statements, Executing the case…..esac statement, creating a function in multiple ways, calling a function in a file, calling a function from another file.
Using GREP command, Using SED command, Using AWK command, Mounting a file to the virtual box, Creating a shared folder (mounting a folder), Using SORT command and Using pipes to combine multiple Commands.
Hands-on Exercise – Executing commands using GREP, Executing commands using SED, Executing commands using AWK, Mounting a folder in the Windows OS to the Linux OS, Installing VirtualBox guest additions on CentOS 8, Extracting zipped files.
What are Daemons, Introduction to Task scheduling in Linux, Scheduling a job in Linux, What is Cron and Crontab, How to use cron, Using the AT command.
Hands-on Exercise – Starting, Stopping and Restarting Daemon processes, Scheduling jobs using cron and crontab, Scheduling a one time task using AT, Managing scheduled tasks using ATQ and ATRM.
Why monitoring, Introduction to process monitoring, Top vs HTop, What does PGREP do, Introduction to file and folder monitoring, Monitoring tool inotifywait, inotifywait options for folder monitoring, Events of a folder in inotify, the FREE command.
Hands-on Exercise – Using Top to moniter the OS, Installing Htop, Using Htop to monitor the OS, Filtering and sorting using Htop, Installing inotify.
Installing and configuring MySQL, Securing MySQL, Running Queries from terminal, Running Queries from a shell script.
Hands-on Exercise – Downloading and installing MySQL, Connecting to MySQL from terminal, Querying directly from the terminal, Pushing the query result inside a file, CRUD operations from a shell script.
What is networking in Linux, Why do we need networking, Using networking commands – IFCONFIG, PING, Wget and cURL, SSH, SCP and FTP, Learning Firewall tools – iptables and firewalld, DNS and Resolving IP address, /etc/hosts and /etc/hostname, nslookup and dig.
Hands-on Exercise – Executing all the networking commands, Using iptables and firewalld, Adding and removing ports, Resolving IP address in /etc/hosts, looking into a websites IP and nameservers using nslookup and dig.
Please enter your details for more info
Severity: Notice
Message: Undefined index: geoplugin_countryName
Filename: include/footer.php
Line Number: 12
Backtrace:
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/include/footer.php
Line: 12
Function: _error_handler
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/views/CourseDetails.php
Line: 2276
Function: include
File: /home/laxmiveena/public_html/test.hachtechnologies.com/application/controllers/Hachion.php
Line: 510
Function: view
File: /home/laxmiveena/public_html/test.hachtechnologies.com/index.php
Line: 315
Function: require_once