From 157102e92f51070ecb1c9f71483982c7de6acdc4 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 9 Jan 2025 10:21:57 -0500 Subject: Slowly fleshing out content, initial imagery --- public/fvwm.png | Bin 0 -> 72454 bytes public/index.html | 53 ++++++++++++++++++++++++++++++++++++++---------- public/pager.png | Bin 0 -> 1021 bytes public/style.css | 11 +++++++++- public/xenodm-stock.png | Bin 0 -> 60439 bytes 5 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 public/fvwm.png create mode 100644 public/pager.png create mode 100644 public/xenodm-stock.png (limited to 'public') diff --git a/public/fvwm.png b/public/fvwm.png new file mode 100644 index 0000000..4b3b9fe Binary files /dev/null and b/public/fvwm.png differ diff --git a/public/index.html b/public/index.html index 89335cd..1a89d97 100644 --- a/public/index.html +++ b/public/index.html @@ -30,8 +30,10 @@
  • Login Manager
  • The First Real Login
  • +
  • Additional Packages
  • Configs
  • -
  • Contribute
  • +
  • Support OpenBSD
  • +
  • Contribute to OpenBASED
  • @@ -93,18 +95,12 @@
    su -
     echo "permit nopass :wheel" >> /etc/doas.conf
    +exit
     
    -

    Now you can logout or reboot the machine.

    - -
    doas reboot
    -
    - -

    Running any of the commands might present you with a permissions error. If that happens, simply add doas to the start of every command.

    -

    Firmware

    -

    Once your machine reboots, login as your created user. The next steps will help you ensure you have the latest firmware.

    +

    The next steps will help you ensure you have the latest firmware.

    Simply run the command: fw_update

    @@ -141,18 +137,53 @@ rcctl start apmd
    doas rcctl enable xenodm
     
    -

    Now reboot your device again.

    +

    Now reboot your device.

    doas reboot
     

    The First Real Login

    +

    Now you will be presented with the glorious xenodm login screen.

    + +
    +Default xenodm login screen +
    The beautiful, default xenodm login screen. Image taken from tumfatig.net (who has some wonderful OpenBSD guides you should check out!)
    +
    + +

    Login with your created user details and you should see something like this:

    + +
    +Default fvwm view once logged in +
    Taken from the main OpenBSD Wikipedia page. (Some applications will not be opened by default)
    +
    + +

    Absolutely glorious. You’ll also notice a 3x3 grid box in the bottom right corner:

    + +fvwm workspace pager + +

    This is called the “workspace pager” or “pager”. Each section represents an individual desktop (or workspace if your more familiar with MacOS terminology). You can click on any grid item to instantly move to that desktop.

    + +

    You can also navigate around using the Ctl + keys.

    + +

    Additional Packages

    + + +

    Configs

    Okay, I know I said there wouldn’t be any configs included in this guide. Frankly, you should be having zero problems working with all those defaults now that you’ve run through this guide! BUT - I wanted to include some very minor configuration tweaks that might make things a little more intuitive for newcomers. Feel free to ignore these entirely!

    -

    Contribute

    +

    Support OpenBSD

    + +

    If you’ve found this guide helpful or even sparked an interest in OpenBSD, please consider donating directly to the OpenBSD Project. A little goes a long way, and the OpenBSD Project is a volunteer-driven software group funded by donations!

    + +

    Contribute to OpenBASED

    I’m far from an OpenBSD expert! Please help improve this project!


    diff --git a/public/pager.png b/public/pager.png new file mode 100644 index 0000000..13d0d61 Binary files /dev/null and b/public/pager.png differ diff --git a/public/style.css b/public/style.css index 2814250..22fe4aa 100644 --- a/public/style.css +++ b/public/style.css @@ -33,7 +33,7 @@ header { img { margin: 0 auto; - max-width: 120px; + max-width: 100%; } h1 { @@ -64,6 +64,15 @@ code { background: whitesmoke; } +kbd { + border: 1px solid black; + border-radius: 4px; + box-shadow: 0 2px 4px rgba(0,0,0,0.7); + background: #eee; + color: black; + padding: 4px; +} + p code, li code, dl code { border: 1px solid; padding: 1px 2px; diff --git a/public/xenodm-stock.png b/public/xenodm-stock.png new file mode 100644 index 0000000..a6e4750 Binary files /dev/null and b/public/xenodm-stock.png differ -- cgit v1.2.3-70-g09d2