{"id":15098866,"url":"https://github.com/srirangav/openbsd-config","last_synced_at":"2026-01-06T20:42:57.686Z","repository":{"id":162477807,"uuid":"541047815","full_name":"srirangav/openbsd-config","owner":"srirangav","description":"OpenBSD Configuration Files","archived":false,"fork":false,"pushed_at":"2022-12-14T10:10:29.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T18:15:41.507Z","etag":null,"topics":["openbsd"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/srirangav.png","metadata":{"files":{"readme":"README.txt","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":"2022-09-25T04:17:22.000Z","updated_at":"2022-10-29T08:11:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c5fc674-3ae0-4610-b1f6-3dd90fe1c0c3","html_url":"https://github.com/srirangav/openbsd-config","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/srirangav%2Fopenbsd-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srirangav%2Fopenbsd-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srirangav%2Fopenbsd-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srirangav%2Fopenbsd-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srirangav","download_url":"https://codeload.github.com/srirangav/openbsd-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858880,"owners_count":20684057,"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":["openbsd"],"created_at":"2024-09-25T17:01:09.595Z","updated_at":"2026-01-06T20:42:57.660Z","avatar_url":"https://github.com/srirangav.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenBSD Configuration\n---------------------\n\nThese are some configuration files from my OpenBSD 7.1 systems.\n\nblocklist      - Makefile to create blocklists for unwind(8) and pf(4)\netc            - customized config files from /etc\nhome           - customized config files from $HOME\nnotes          - notes about OpenBSD\n\nHelpful Links\n-------------\n\n1. Install / Post Install:\n\n   https://www.openbsd.org/faq/faq4.html\n   https://dataswamp.org/~solene/2021-02-14-openbsd-default-security.html\n\n   Remove google from ntpd.conf:\n\n   https://github.com/lea2501/guides/blob/main/openbsd_guide_install-post_install-ntpd_remove_google_check.md\n\n2. Drives\n\n   Encrypting External Drives\n   \n   https://github.com/lea2501/guides/blob/main/openbsd_guide_bioctl.md\n\n   Mounting USB Drives:\n\n   https://www.tumfatig.net/2011/automount-usb-stick-on-openbsd/\n   https://www.cyberciti.biz/faq/openbsd-mounting-usb-flash-drive-harddisk/\n\n3. Virtualization\n\n   vmm(4):\n\n   https://www.openbsd.org/faq/faq16.html\n   https://www.h-i-r.net/2018/12/openbsd-vmm-hypervisor-part-4-running.html\n   https://icyphox.sh/blog/signal-vmm/\n\n   qemu:\n\n   https://astro-gr.org/openbsd-qemu/\n   https://www.reddit.com/r/openbsd/comments/i7i9m2/openbsd_not_allowing_qemu_to_have_more_than_1g_of/\n\n   sshfs (once sshfs-fuse is installed):\n\n   $ doas sshfs -o idmap=user,allow_other,uid=\"`id -u`\",gid=\"`id -g`\" \\\n          [user]@[host]:[remote dir] [local dir]\n\n   See: https://dataswamp.org/~solene/2022-07-23-openbsd-sshfs.html\n\n4. Music\n\n   Siren (Console Music Player):\n\n   https://www.kariliq.nl/man/siren.1.html\n   https://www.linuxlinks.com/siren-text-based-audio-player/2/\n\n   CDs/DVDs/ISOs:\n\n   https://daemonforums.org/showthread.php?t=6560\n   https://help.ubuntu.com/community/CDRipping\n   https://linuxconfig.org/how-to-rip-an-audio-cd-from-the-command-line-using-cdparanoia\n   https://github.com/lea2501/guides/blob/main/openbsd_mount.md\n\n5. PDF / Image Viewers / Editors\n\n   https://github.com/phillipberndt/pqiv\n   https://www.geeqie.org/\n   https://www.pinta-project.com/\n   https://www.tumfatig.net/2021/annotate-your-pdf-files-on-openbsd/\n\n6. Printing\n\n   https://ffuentes.sdf.org/unix/2021/06/10/printing-in-openbsd.html\n   https://paedubucher.ch/articles/2020-09-20-basic-printing-on-openbsd.html\n\n7. pf\n\n   https://www.openbsdhandbook.com/pf/cheat_sheet/\n   https://github.com/muktadiur/blockor\n\n8. X11\n\n   Reconfigure Keys:\n\n   https://askubuntu.com/questions/39462/\n   https://github.com/philc/vimium\n\n   Windowmaker:\n\n   https://www.windowmaker.org/docs/installation.html\n   https://www.tumfatig.net/2019/an-openbsd-desktop-using-windowmaker/\n\n   Login Screen:\n\n   https://www.tumfatig.net/2019/customizing-openbsd-xenodm/\n\n   Wallpaper:\n\n   https://github.com/krzysztofengineer/openbsd/blob/master/dwm/03-wallpaper.md\n\n9. Other\n\n   Sound: \n\n      https://github.com/krzysztofengineer/openbsd/blob/master/configuration/03-sound.md\n\n   Screenshots:\n\n       https://github.com/krzysztofengineer/openbsd/blob/master/dwm/05-screenshots.md\n\n   HDMI Mirroring: \n\n       https://github.com/krzysztofengineer/openbsd/blob/master/tasks/03-hdmi.md\n\n   mimeapps.list:  \n\n       https://gist.github.com/professorjamesmoriarty/6087174\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrirangav%2Fopenbsd-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrirangav%2Fopenbsd-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrirangav%2Fopenbsd-config/lists"}