Skip to content

Commit

Permalink
added video link
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsoni43 committed Jun 7, 2020
1 parent 616200b commit 7c00fed
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Networking/01-The Network Issue(story).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The Networking Story

- Click [here](https://kodekloud.com/courses/873064/lectures/17074519) to know The Networking Story.
2 changes: 2 additions & 0 deletions Networking/02-DNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
# DOMAIN NAMES
- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074529)
![DNS](../images/dns.PNG)
- .com - Commerical or General Purpose.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Security Incident (story)

[Click - To know more about the incident](https://kodekloud.com/courses/873064/lectures/17074490)
Take me to the[Story](https://kodekloud.com/courses/873064/lectures/17074490)
2 changes: 1 addition & 1 deletion Security and File Permissions/02-Linux Accounts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LINUX ACCOUNTS

- Click [Here](https://kodekloud.com/courses/873064/lectures/17074499) for the tutorial
- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074499)
- In this section we will take a look at basic access control in Linux.
- We will also learn about about the file permissions. Lets Get Started!

Expand Down
3 changes: 2 additions & 1 deletion Security and File Permissions/03-User Management.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# USER MANAGEMENT

- In this lecture we will learn how to create and manage user accounts in Linux
- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074501)
- In this lecture we will learn how to create and manage user accounts in Linux.

#### User Add

Expand Down
2 changes: 2 additions & 0 deletions Security and File Permissions/04-Access Control Files.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ACCESS CONTROL FILES

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074502)

- Access Ccontrol files are stored under **`/etc`**.
- Can be read by anyone and can be only edited by **`root`** user.

Expand Down
2 changes: 2 additions & 0 deletions Security and File Permissions/05-File Permissions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LINUX FILE PERMISSIONS

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074504)

- In this lecture we will learn about various file type identifiers.
- We will also learn about various Linux file permissions that can be applied on the file or the directory.

Expand Down
1 change: 1 addition & 0 deletions Security and File Permissions/06-SSH and SCP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SSH and SCP

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074517)
- In this lecture we will learn about SSH and SCP commands.
- SSH is used to login to the remote computer.
- SCP is used to copy of files/directories within the file system also can copy data to remote computer.
Expand Down
2 changes: 2 additions & 0 deletions Service management with SYSTEMD/01-Working Overtime Story.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Working Overtime

Lets hear the [Story](https://kodekloud.com/courses/873064/lectures/17074642)



Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Creating your own SYSTEMD Service

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074644)

In this lecture we will learn how to create a SYSTEMD Service.
- All the major distributions, such as Rhel, CentOS, Fedora, Ubuntu, Debian and Archlinux, adopted systemd as their init system.
- Systemd is a Linux initialization system and service manager that includes features like on-demand starting of daemons, mount and automount point maintenance etc.
Expand Down
8 changes: 5 additions & 3 deletions Service management with SYSTEMD/03-SYSTEMD Tools.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# SYSTEMD Tools to Manage SYSTEMD service

In this lecture we will explore two major SYSTEMD tools:
- SYSTEMCTL
- JOURNALCTL
- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074645)

In this lecture we will explore two major SYSTEMD tools:
- SYSTEMCTL
- JOURNALCTL

## SYSTEMCTL

Expand Down
3 changes: 3 additions & 0 deletions Storage in Linux/01-Where's my Storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Where's my Storage

Lets hear the [Story](https://kodekloud.com/courses/873064/lectures/17080739)
4 changes: 3 additions & 1 deletion Storage in Linux/02-Storage Basics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Storage Basics
# DISK'S & PARTITIONS

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074601)

- In this lecture we will learn about Disk Partitions.
- We will look at the File Systems such as EXT series and NFS.
Expand Down
2 changes: 2 additions & 0 deletions Storage in Linux/03-File System in Linux.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# File System in Linux

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074603)

- In this lecture we will cover the most commonly used file systems from EXT2 to EXT4.

![fs](../images/fs.PNG)
Expand Down
4 changes: 3 additions & 1 deletion Storage in Linux/04-DAS NAS and SAN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DAS NAS AND SAN


- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074605)

- Now that you are familiar with basic of storage in Linux lets learn about external storage.

- DAS - Direct Attached Storage, external storage is attached directly to the host system tha requires the space.
Expand Down
2 changes: 2 additions & 0 deletions Storage in Linux/05- LVM.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LOGICAL VOLUME MANAGER

- Take me to the [Tutorial](https://kodekloud.com/courses/873064/lectures/17074606)

- LVM allows grouping of multiple physical volumes, which are hard disks or partitions into a volume group.
- Volumegroups can be carve out logical volumes.

Expand Down
3 changes: 3 additions & 0 deletions Storage in Linux/06-Project Status Meeting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Project Status Meeting

- Join the [Meeting](https://kodekloud.com/courses/873064/lectures/17314533)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Client Demonstration in Jeopardy!

Let's hear the [Story](https://kodekloud.com/courses/873064/lectures/17074646)
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Troubleshoot the Development Environment

[Troubleshoot](https://kodekloud.com/courses/873064/lectures/17074648) the Development Environment
3 changes: 3 additions & 0 deletions The Client Demonstration/03-Finale (story).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Finale (story)

Lets Hear the Finale[Story](https://kodekloud.com/courses/873064/lectures/17074664)
Binary file added images/Link.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c00fed

Please sign in to comment.