{"id":20036317,"url":"https://github.com/lorien/linux_setup","last_synced_at":"2026-02-21T16:38:49.268Z","repository":{"id":245869508,"uuid":"819426025","full_name":"lorien/linux_setup","owner":"lorien","description":"How to setup linux on a new blank machine","archived":false,"fork":false,"pushed_at":"2024-10-21T22:23:41.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T14:32:31.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lorien.github.io/linux_setup","language":"HTML","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/lorien.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":"2024-06-24T13:32:00.000Z","updated_at":"2025-01-04T09:03:22.000Z","dependencies_parsed_at":"2024-10-22T21:13:30.493Z","dependency_job_id":null,"html_url":"https://github.com/lorien/linux_setup","commit_stats":null,"previous_names":["lorien/linux_setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lorien/linux_setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorien%2Flinux_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorien%2Flinux_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorien%2Flinux_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorien%2Flinux_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorien","download_url":"https://codeload.github.com/lorien/linux_setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorien%2Flinux_setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29686798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T10:11:54.586Z","updated_at":"2026-02-21T16:38:49.248Z","avatar_url":"https://github.com/lorien.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Setup Project\n\nThis document describes my method of installing linux into a new blank machine.\n\nI use most recent Debian release.\n\nMost steps are described as ansible rules and may be executed by ansible.\n\n## Preparing USB Stick\n\nDownload netinst ISO image from https://www.debian.org/releases/stable/debian-installer/\n\nSimplest method to put image to usb stick is:\n\n    cp debian.iso /dev/sdX # must be whole-disk device\n    sync\n\nOther option is to use Ventoy ([https://ventoy.net](https://ventoy.net/)) to prepare multiple iso bootable USB stick.\n\n## Initial Installation\n\nOn partition disks stage the \"Guided - use entire disk and set up encrypted LVM\" must be selected.\n\nOn software selection stage only \"Standard system utilities\" option must be selected.\n\n## Main Installation\n\nMain installation steps are described as ansible rules in [linux_setup/tasks.yml](linux_setup/tasks.yml) file.\n\nFirst download repository to your machine:\n\n- `su # you must be root`\n- `apt install ansible`\n- `apt install git`\n- `cd ~ \u0026\u0026 git clone https://github.com/lorien/linux_setup`\n- `cd ~/linux_setup`\n\nNow you have to update `linux_setup/vars.yml`:\n\n- Update `setup_user` with username of user you have created during initial installation stage\n- Update `setup_ssh_authorized_key` to URL where your public SSH key is located.\n\nNow you can run installation: `./install.sh`\n\nGod knows why, I've implemented a [rendering code in python](render_html.py) which converts ansible rules\ninto fancy HTML which you can check at [lorien.github.io/linux_setup/html/install.html](https://lorien.github.io/linux_setup/html/install.html).\n\n## WIFI Adapter Issues\n\nPossible issues and solutions to fix unsupported WIFI adapter is described in [wifi_fix.md](wifi_fix.md) document.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florien%2Flinux_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florien%2Flinux_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florien%2Flinux_setup/lists"}