{"id":15036150,"url":"https://github.com/kodekloudhub/linux-basics-course","last_synced_at":"2025-04-09T16:00:25.923Z","repository":{"id":38365832,"uuid":"266641317","full_name":"kodekloudhub/linux-basics-course","owner":"kodekloudhub","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-18T17:32:22.000Z","size":11906,"stargazers_count":1635,"open_issues_count":18,"forks_count":3680,"subscribers_count":52,"default_branch":"master","last_synced_at":"2025-04-02T15:00:23.914Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kodekloudhub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-24T23:23:00.000Z","updated_at":"2025-04-02T07:28:10.000Z","dependencies_parsed_at":"2024-03-24T17:31:08.528Z","dependency_job_id":"ba7248bb-c0aa-4855-a5fa-8de2b41e2739","html_url":"https://github.com/kodekloudhub/linux-basics-course","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodekloudhub%2Flinux-basics-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodekloudhub%2Flinux-basics-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodekloudhub%2Flinux-basics-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodekloudhub%2Flinux-basics-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodekloudhub","download_url":"https://codeload.github.com/kodekloudhub/linux-basics-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065302,"owners_count":21041871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:30:18.698Z","updated_at":"2025-04-09T16:00:25.862Z","avatar_url":"https://github.com/kodekloudhub.png","language":null,"funding_links":[],"categories":["Don't forget to give a :star: to make the project popular"],"sub_categories":[],"readme":"# The Linux Basics Course\n\nThese are notes from the [Linux Basics Course](https://bit.ly/3gGnxm0) hosted on KodeKloud.\n\n# Table of Contents\n\n- [01-Introduction](docs/01-Introduction)\n\n- [02-Working-With-Shell-Part-I](docs/02-Working-With-Shell-Part-I)\n\n  - [01-Introduction-to-Shell](docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md)\n  - [02-Basic-Commands](docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md)\n  - [03-Command-Line-Help](docs/02-Working-With-Shell-Part-I/03-Command-Line-Help.md)\n  - [04-Lab-Working-With-Shell](docs/02-Working-With-Shell-Part-I/04-lab-working-with-shell.md)\n  - [05-Bash-Shell](docs/02-Working-With-Shell-Part-I/05-Bash-Shell.md)\n  - [06-Lab-Linux-Bash-Shell](docs/02-Working-With-Shell-Part-I/06-Lab-Linux-Bash-Shell.md)\n  \n- [03-Linux-Core-Concepts](docs/03-Linux-Core-Concepts)\n\n  - [01-Bobs-First-Team-Meeting](docs/03-Linux-Core-Concepts/01-Bobs-first-team-meeting.md)\n  - [02-The-Linux-Kernel](docs/03-Linux-Core-Concepts/02-The-Linux-Kernel.md)\n  - [03-Working-With-Hardware](docs/03-Linux-Core-Concepts/03-Working-with-hardware.md)\n  - [04-Lab-Linux-Kernel](docs/03-Linux-Core-Concepts/04-Lab-Linux-Kernel.md)\n  - [05-Linux-Boot-Sequence](docs/03-Linux-Core-Concepts/05-Linux-Boot-Sequence.md)\n  - [06-Run-Levels](docs/03-Linux-Core-Concepts/06-Run-Levels.md)\n  - [07-File-Types](docs/03-Linux-Core-Concepts/07-File-Types.md)\n  - [08-Filesystem-Hierarchy](docs/03-Linux-Core-Concepts/08-Filesystem-Hierarchy.md)\n  - [09-Lab-Linux-RunLevels-Filesystem-Hierarchy](docs/03-Linux-Core-Concepts/09-Lab-Linux-RunLevels-Filesystem-Hierarchy.md)\n\n\n- [04-Package-Mangement](docs/04-Package-Mangement)\n\n  - [01-Package-Management-Distribution](docs/04-Package-Mangement/01-Package-Management-Distribution.md)\n  - [02-RPM-and-YUM](docs/04-Package-Mangement/02-RPM-and-YUM.md)\n  - [03-Lab-RPM-and-YUM](docs/04-Package-Mangement/03-Lab-RPM-and-YUM.md)\n  - [04-DPKG-AND-APT](docs/04-Package-Mangement/04-DPKG-AND-APT.md)\n  - [05-APT-vs-APT-GET](docs/04-Package-Mangement/05-APT-vs-APT-GET.md)\n  - [06-Lab-DPKG-AND-APT](docs/04-Package-Mangement/06-Lab-DPKG-AND-APT.md)\n\n\n- [05-Working-With-Shell-Part-II](docs/05-Working-With-Shell-Part-II)\n\n  - [01-Behind-Schedule(story)](docs/05-Working-With-Shell-Part-II/01-Behind-Schedule(story).md)\n  - [02-File-Compression-and-Archival](docs/05-Working-With-Shell-Part-II/02-File-Compression-and-Archival.md)\n  - [03-Searching-For-Files-and-Patterns](docs/05-Working-With-Shell-Part-II/03-Searching-for-files-and-patterns.md)\n  - [04-IO-Redirection](docs/05-Working-With-Shell-Part-II/04-IO-Redirection.md)\n  - [05-Lab-Working-With-Shell-Part-II](docs/05-Working-With-Shell-Part-II/05-Lab-Working-With-Shell-Part-II.md)\n  - [06-Vi-Editor](docs/05-Working-With-Shell-Part-II/06-Vi-Editor.md)\n  - [07-Lab-VI-Editor](docs/05-Working-With-Shell-Part-II/07-Lab-VI-Editor.md)\n\n- [06-Security-and-File-Permissions](docs/06-Security-and-File-Permissions)\n\n  - [01-The-Security-Incident(story)](docs/06-Security-and-File-Permissions/01-The-Security-Incident(story).md)\n  - [02-Linux-Accounts](docs/06-Security-and-File-Permissions/02-Linux-Accounts.md)\n  - [03-User-Management](docs/06-Security-and-File-Permissions/03-User-Management.md)\n  - [04-Access-Control-Files](docs/06-Security-and-File-Permissions/04-Access-Control-Files.md)\n  - [05-File-Permissions](docs/06-Security-and-File-Permissions/05-File-Permissions.md)\n  - [06-SSH-and-SCP](docs/06-Security-and-File-Permissions/06-SSH-and-SCP.md)\n  - [07-IPtables](docs/06-Security-and-File-Permissions/07-IPtables.md)\n  - [08-Cronjob](docs/06-Security-and-File-Permissions/08-Cronjob.md)\n\n- [07-Networking](docs/07-Networking)\n\n  - [01-The-Network-Issue(story)](docs/07-Networking/01-The-Network-Issue(story).md)\n  - [02-DNS](docs/07-Networking/02-DNS.md)\n  - [03-Networking-Basics](docs/07-Networking/03-Networking-Basics.md)\n  - [04-Troubleshooting](docs/07-Networking/04-Troubleshooting.md)\n\n- [08-Storage-in-Linux](docs/08-Storage-in-Linux)\n\n  - [01-Where's-my-Storage](docs/08-Storage-in-Linux/01-Where's-my-Storage.md)\n  - [02-Storage-Basics](docs/08-Storage-in-Linux/02-Storage-Basics.md)\n  - [03-File-System-in-Linux](docs/08-Storage-in-Linux/03-File-System-in-Linux.md)\n  - [04-DAS-NAS-and-SAN](docs/08-Storage-in-Linux/04-DAS-NAS-and-SAN.md)\n  - [05-LVM](docs/08-Storage-in-Linux/05-LVM.md)\n  - [06-Project-Status-Meeting](docs/08-Storage-in-Linux/06-Project-Status-Meeting.md)\n\n- [09-Service-management-with-SYSTEMD](docs/09-Service-management-with-SYSTEMD)\n\n  - [01-Working-Overtime-Story](docs/09-Service-management-with-SYSTEMD/01-Working-Overtime-Story.md)\n  - [02-Creating-a-SYSTEMD-Service](docs/09-Service-management-with-SYSTEMD/02-Creating-a-SYSTEMD-Service.md)\n  - [03-SYSTEMD-Tools](docs/09-Service-management-with-SYSTEMD/03-SYSTEMD-Tools.md)\n\n- [10-The-Client-Demonstration](docs/10-The-Client-Demonstration)\n\n  - [01-Client-Demonstration-in-Jeopardy!(story)](docs/10-The-Client-Demonstration/01-Client-Demonstration-in-Jeopardy!(story).md)\n  - [02-Troubleshoot-the-Development-Environment](docs/10-The-Client-Demonstration/02-Troubleshoot-the-Development-Environment.md)\n  - [03-Finale(story)](docs/10-The-Client-Demonstration/03-Finale(story).md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodekloudhub%2Flinux-basics-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodekloudhub%2Flinux-basics-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodekloudhub%2Flinux-basics-course/lists"}