|
|
@ -1,7 +1,7 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
title: OpenBSD notes
|
|
|
|
title: OpenBSD notes
|
|
|
|
date: 2023-11-29T20:33:48+0100
|
|
|
|
date: 2023-11-29T20:33:48+0100
|
|
|
|
lastmod: 2023-11-29T19:34:26+0000
|
|
|
|
lastmod: 2023-12-08T23:36:01+0000
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- openbsd
|
|
|
|
- openbsd
|
|
|
|
- python
|
|
|
|
- python
|
|
|
@ -103,6 +103,18 @@ Don't forget to create the file system:
|
|
|
|
$ doas newfs_msdos -F 32 -L 8GB_Stick sd2i
|
|
|
|
$ doas newfs_msdos -F 32 -L 8GB_Stick sd2i
|
|
|
|
~~~
|
|
|
|
~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Packages / Ports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updating dependencies before installing (switch `-U`) does help sometimes...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
> Can't install [package] because of libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
~~~console
|
|
|
|
|
|
|
|
$ doas pkg_add -uiU
|
|
|
|
|
|
|
|
~~~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should fix that.
|
|
|
|
|
|
|
|
|
|
|
|
## Python
|
|
|
|
## Python
|
|
|
|
|
|
|
|
|
|
|
|
### ModuleNotFoundError
|
|
|
|
### ModuleNotFoundError
|
|
|
@ -188,7 +200,7 @@ $ cloudlogbashcat.sh
|
|
|
|
Now, if you open the website of your Cloudlog installation (and if you have
|
|
|
|
Now, if you open the website of your Cloudlog installation (and if you have
|
|
|
|
setup your rigs) and select the radio that uses cloudlogbashcat.
|
|
|
|
setup your rigs) and select the radio that uses cloudlogbashcat.
|
|
|
|
|
|
|
|
|
|
|
|
![cloudlog radio selection dialog](cloudlog-radio.png "You can select your pre-defined radio in the Live QSO tab")
|
|
|
|
![cloudlog radio selection dialog](radio-settings-cloudlog.png "You can select your pre-defined radio in the Live QSO tab")
|
|
|
|
|
|
|
|
|
|
|
|
## Z-Shell
|
|
|
|
## Z-Shell
|
|
|
|
|
|
|
|
|
|
|
|