{"id":27959147,"url":"https://github.com/kitsuyaazuma/learn-linux-kernel","last_synced_at":"2026-04-11T03:34:37.934Z","repository":{"id":156173021,"uuid":"631139287","full_name":"kitsuyaazuma/Learn-Linux-Kernel","owner":"kitsuyaazuma","description":"Learn Linux Kernel on Azure VM","archived":false,"fork":false,"pushed_at":"2023-05-01T06:56:26.000Z","size":1173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T06:44:32.897Z","etag":null,"topics":["azure","golang","linux-kernel","python","terraform"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kitsuyaazuma.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":"2023-04-22T03:55:36.000Z","updated_at":"2023-04-24T08:11:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5c46439-a62e-4523-b8df-afb657abd6c2","html_url":"https://github.com/kitsuyaazuma/Learn-Linux-Kernel","commit_stats":null,"previous_names":["kitsuyaazuma/learn-linux-kernel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kitsuyaazuma/Learn-Linux-Kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FLearn-Linux-Kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FLearn-Linux-Kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FLearn-Linux-Kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FLearn-Linux-Kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitsuyaazuma","download_url":"https://codeload.github.com/kitsuyaazuma/Learn-Linux-Kernel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitsuyaazuma%2FLearn-Linux-Kernel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["azure","golang","linux-kernel","python","terraform"],"created_at":"2025-05-07T18:28:56.295Z","updated_at":"2026-04-11T03:34:37.904Z","avatar_url":"https://github.com/kitsuyaazuma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn Linux Kernel\n\nThe implementation code for the following book:\n\n[［試して理解］Linuxのしくみ　―実験と図解で学ぶOS、仮想マシン、コンテナの基礎知識【増補改訂版】](https://amzn.asia/d/4Kf8V8v)\n\n\n\n## Use Terraform to create a Linux VM\nTerraform code to set up a VM in Azure for learners who do not have a Linux machine.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/60843722/233912035-21246e44-ccd5-40a4-a003-6b641d262032.png\" width=\"500\" alt=\"architecture\"\u003e\n\n[クイック スタート: Terraform を使用して Linux VM を作成する \\- Azure Virtual Machines \\| Microsoft Learn](https://learn.microsoft.com/ja-jp/azure/virtual-machines/linux/quick-create-terraform)\n\n```bash\ncd terraform\n\nterraform init -upgrade\n\nterraform plan -out main.tfplan\nterraform apply main.tfplan\n\nterraform output -raw tls_private_key \u003e id_rsa\nterraform output public_ip_address | sed -e 's/\"//g' | pbcopy\n\neval `ssh-agent`\nssh-add\nssh -i id_rsa -A azureuser@\u003cpublic_ip_address\u003e\n\nterraform plan -destroy -out main.destroy.tfplan\nterraform apply main.destroy.tfplan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsuyaazuma%2Flearn-linux-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitsuyaazuma%2Flearn-linux-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitsuyaazuma%2Flearn-linux-kernel/lists"}