{"id":25556923,"url":"https://github.com/kevin-doolaeghe/penguin","last_synced_at":"2026-01-26T02:33:17.764Z","repository":{"id":181214602,"uuid":"425366163","full_name":"kevin-doolaeghe/penguin","owner":"kevin-doolaeghe","description":"Chrome OS | Initialisation du conteneur 'penguin'","archived":false,"fork":false,"pushed_at":"2021-11-09T12:34:55.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T11:37:53.003Z","etag":null,"topics":["chrome-os","documentation","penguin"],"latest_commit_sha":null,"homepage":"","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/kevin-doolaeghe.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}},"created_at":"2021-11-06T22:56:40.000Z","updated_at":"2022-02-08T21:53:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"82d6e592-11a0-4ab1-8b83-f7850ee28a78","html_url":"https://github.com/kevin-doolaeghe/penguin","commit_stats":null,"previous_names":["kevin-doolaeghe/penguin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevin-doolaeghe/penguin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fpenguin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fpenguin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fpenguin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fpenguin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevin-doolaeghe","download_url":"https://codeload.github.com/kevin-doolaeghe/penguin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevin-doolaeghe%2Fpenguin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"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":["chrome-os","documentation","penguin"],"created_at":"2025-02-20T14:56:16.726Z","updated_at":"2026-01-26T02:33:17.733Z","avatar_url":"https://github.com/kevin-doolaeghe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrome OS | Initialisation du conteneur `penguin`\n\n## Auteur\n\n### Kevin Doolaeghe\n\n## Initialisation du conteneur `penguin`\n\n### Configuration de base\n\n* Mettre à jour le conteneur :\n```\nsudo apt update\nsudo apt upgrade\n```\n\n* Ajouter les sources `contrib` et `non-free` pour les dépôts :\n```\nsudo apt install software-properties-common\nsudo add-apt-repository contrib\nsudo add-apt-repository non-free\nsudo apt update\n```\nIl est également possible de modifier le fichier `/etc/apt/sources.list` puis d'ajouter manuellement les paramètres `contrib` et `non-free`.\n\n* Installer les paquets de base :\n```\nsudo apt install nano build-essential net-tools git make\n```\n\n* Créer un lien symbolique vers `/` dans le dossier utilisateur :\n```\nsudo ln -s / ~/root\n```\n\n* Modifier le mot de passe `root` :\n```\nsudo passwd root\n```\n\n* Modifier les paramètres du shell :\n```\nsudo nano /etc/sudoers.d/kevin-nopasswd\n```\n\n```\nkevin ALL=(ALL) NOPASSWD: ALL\n```\n\n* Modifier les paramètres du shell :\n```\nnano ~/.bashrc\n```\n\n### Installer Visual Studio Code\n\n* Ajouter les dépendences suffisantes pour l'installation :\n```\nwget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor \u003e packages.microsoft.gpg\nsudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/\nsudo sh -c 'echo \"deb [arch=amd64,arm64,armhf signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main\" \u003e /etc/apt/sources.list.d/vscode.list'\nrm -f packages.microsoft.gpg\n```\n\n* Installer `vscode` :\n```\nsudo apt install apt-transport-https\nsudo apt update\nsudo apt install code\n```\n\n* Ouvrir les fichiers avec Visual Studio Code par défaut :\n```\nsudo update-alternatives --set editor /usr/bin/code\n```\n\n### Installer Oracle VM VirtualBox\n\n* Ajouter les dépendances nécessaires à l'installation :\n```\nsudo sh -c 'echo \"deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian buster contrib\" \u003e /etc/apt/sources.list.d/virtualbox.list'\n```\nRemplacer `buster` par la distribution concernée : `eoan`, `bionic`, `xenial`, `buster`, `stretch`, `jessie`..\n\n```\nwget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -\nwget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -\n```\n\n* Installer `virtualbox` :\n```\nsudo apt-get update\nsudo apt-get install virtualbox-6.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-doolaeghe%2Fpenguin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevin-doolaeghe%2Fpenguin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevin-doolaeghe%2Fpenguin/lists"}