<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>openbsd - Tag - Abdullah Khabir</title>
        <link>https://abdullah.today/tags/openbsd/</link>
        <description>openbsd - Tag - Abdullah Khabir</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>abdullah@abdullah.today (Abdullah Khabir)</managingEditor>
            <webMaster>abdullah@abdullah.today (Abdullah Khabir)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 10 Feb 2021 18:52:24 &#43;0500</lastBuildDate><atom:link href="https://abdullah.today/tags/openbsd/" rel="self" type="application/rss+xml" /><item>
    <title>Things to Do After New OpenBSD Install</title>
    <link>https://abdullah.today/things-to-do-after-new-openbsd-install/</link>
    <pubDate>Wed, 10 Feb 2021 18:52:24 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/things-to-do-after-new-openbsd-install/</guid>
    <description><![CDATA[So you have installed OpenBSD as main OS. Most of the things will work out of the box. But still you have to configure some things.
Lock screen on suspend/hibernate/resume Login as root and create /etc/apm directory if it isn&rsquo;t there already.
1 2 3 4 5 6 7 mkdir /etc/apm echo &#34;pkill -USR1 xidle&#34; &gt; /etc/apm/suspend echo &#34;pkill -USR1 xidle&#34; &gt; /etc/apm/resume echo &#34;pkill -USR1 xidle&#34; &gt; /etc/apm/hibernate chmod +x /etc/apm/suspend chmod +x /etc/apm/hibernate chmod +x /etc/apm/resume On lid closure, machines mostly get suspended.]]></description>
</item><item>
    <title>OpenBSD Encrypted Install</title>
    <link>https://abdullah.today/openbsd-encrypted-install/</link>
    <pubDate>Tue, 09 Feb 2021 20:12:36 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/openbsd-encrypted-install/</guid>
    <description><![CDATA[So this is how you can have a fully encrypted OpenBSD installation.
Getting OpenBSD Go to OpenBSD website and download the .img file for your hardware.
Creating install media If you are on some linux or mac, you can use dd command to burn it to USB drive.
Suppose your USB drive is appearing as /dev/sdb in lsblk&rsquo;s output:
1 dd if=install.img of=/dev/sdb bs=1M Boot from install media Plug the new install media and reboot the system.]]></description>
</item><item>
    <title>OpenBSD Dedicated Dotfiles</title>
    <link>https://abdullah.today/openbsd-dedicated-dotfiles/</link>
    <pubDate>Mon, 08 Feb 2021 11:37:18 &#43;0500</pubDate>
    <author>Author</author>
    <guid>https://abdullah.today/openbsd-dedicated-dotfiles/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/think-securely.jpeg" referrerpolicy="no-referrer">
            </div>OpenBSD as new OS I keep my dotfiles on Github/Gitlab. I had to configure many things so I started a dedicated repository.
New Dotfiles I created a new directory dot in my home dir. And cherry picked some of my old dots. I have pushed my new dot directory to Git[hub,lab] as [Awan,Abdullah]/dot respectively.
Old Linux dotfiles Linux users still can find my dotfiles on Github and Gitlab.]]></description>
</item></channel>
</rss>
