Minimalist installation of OpenBSD on a Raspberry Pi 4
- Raspberry Pi 4 Model B
- OpenBSD 7.3 arm64 image
- 1 USB flash drive
- 1 ssd
- USB to TTL Serial Adapter
- Done with a macOS Ventura 13.5.1 box, but almost any would do
Minimalist installation of OpenBSD on a Raspberry Pi 4
Minimalist installation of OpenBSD on the Apple M2 using QEMU
These are the steps that were taken to clone a 60GB PlayStation 3 (PS3) HDD to a 320GB HDD, and then expand the USERDATA partition to the full size of the new disk using a NetBSD VM.
The original 60GB HDD was cloned to an image using ddrescue
.
Original disk: /dev/loop0 (mounted 60GB HDD image file) New Disk: /dev/sdd (320GB HDD)
These are the steps I took on Linux Mint using the PS3 HDD decryption helper
Reference discussion: HDD mounting and decryption on Linux
Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill
) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.
Wayland proponents make it seem like Wayland is "the successor" of Xorg, when in fact it is not. It is merely an incompatible alternative, and not even one that has (nor wants to have) feature parity (missing features). And unlike X11 (the X Window System), Wayland protocol designers actively avoid the concept of "windows" (making up incompr
#!/usr/bin/python | |
from sense_hat import SenseHat | |
from datetime import datetime | |
import math,os,random,subprocess,time | |
# | |
# Background: | |
# | |
# I have seen various electronic devices on paranormal TV shows (most popular | |
# being the Ovilus by Digital Dousing) that claim to convert "ghost energy" into |
This is surprisingly easy...basically following Arch Wiki:
https://wiki.archlinux.org/index.php/Howdy
After some investigation, here is step by step and preferences
Arch Linux ISO: https://archlinux.org/download/ Windows 11 ISO: https://www.microsoft.com/software-download/windows11
X1C6 Type: 20KG*
Bionic works out of the box on the new 2018 X1 Carbon. The X1C6 is a beautiful laptop, and Bionic is the best Ubuntu yet. Users of all levels of experties/experiences are recommended to try this combination. The purpose of this documentation is to improve the user's experience.
Following changes are required by the DSDT patch:
#!/usr/bin/env bash | |
# Install and setup UniFi Controller Software v8.x on Ubuntu 22.04 aka Jammy | |
# | |
# * Download Ubuntu 22.04 - https://releases.ubuntu.com/jammy/ | |
# | |
# * Updating and Installing Self-Hosted UniFi Network Servers (Linux) - https://help.ui.com/hc/en-us/articles/220066768 | |
# * Self-Hosting a UniFi Network Server - https://help.ui.com/hc/en-us/articles/360012282453 | |
# * UniFi - Repairing Database Issues on the UniFi Network Application - https://help.ui.com/hc/en-us/articles/360006634094 | |
# * UISP Installation Guide - https://help.ui.com/hc/en-us/articles/115012196527-UNMS-Installation-Guide |