Some tweaks to make OpenSuse work as expected. This was done with version 15.4 but usually these topics are to be done for every new version. I list them here to not forget how to fix the issues.
Make dmesg work dmesg does not work for non-root users, it needs a tweak to do this.
sysctl -w kernel.dmesg_restrict=0 bash -c 'echo "kernel.dmesg_restrict = 0" >> /etc/sysctl.d/10-dmesg-non-root.conf' See https://forum.ubuntuusers.de/topic/schikane-mit-dmesg/
Make external soundbox work via bluetooth This is another ugly story.
See https://stackoverflow.com/questions/64050359/how-to-use-markdown-syntax-to-write-math-in-hugo or here : https://bwaycer.github.io/hugo_tutorial.hugo/tutorials/mathjax/
Add these line
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> To the layout file of your hugo template. I use theme mainroad, and added the lines in themes/mainroad/layouts/_default/baseof.html, in head-section of html.
Tests $$f_{res} = \frac{1}{2\pi\sqrt{LC}}$$
This shows as Mathjax \(a \ne b\), but this doesn’t (a \ne b)
Likewise, this shows as Mathjax
\[a \ne b\]
but this doesn’t:
[a \ne b]
$\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$
To play with my PDP11, I developed some tools to communicate with the PDP. They allow to communicate via serial line and to upload code to the PDP.
lst2deposit - creates a SIMH deposit file from a MACRO11 LST file pdpcom - allows to upload deposit file content to a serial attached PDP11 arthur-gill-examples - some nice examples examples - some simple examples Screencast demo session Small video clip where I list some memory content, load an object file, show that is has been loaded to memory and execute it (this simple object file waits for a single char and prints it to console):
Read this Article in english
Im Folgenden sind meine Experimente zum Thema Nutzung des GPIB-Busses mit AVR Mikrocontrollern beschrieben.
Hinweis: Beschrieben ist -wie immer auf meinen Seiten- ein Versuchsaufbau im Experimentallabor. Es handelt sich keinesfalls um produktiv nutzbare Hard- oder Software. Der Versuchsaufbau kann allerhöchstens Basis für eigene Versuche dienen. Ich schreibe dies, weil GPIB-fähige Geräte typischerweise sehr teuer in der Anschaffung sind. Man kann sich beim Experimentieren durchaus den GPIB-Anschluss kaputt machen, daher diese ausdrückliche Warnung.
Note: this is work in progress. The software described is in development and not finished.
Note 2: This project was abandoned in the past; source code is still available here: https://github.com/DennisD2/wormhole
SoftTek is an Eclipse based application that is able to communicate via GPIB with some (vintage) measurement equipment of the Company Tektronix for control of the device and for visualization of measurement data.
Supported devices The following devices are supported:
Die Zahl der Freeware- oder Open Source Tools für Linux ist riesengroß. Um sich für ein bestimmtes Tool zu entscheiden, muss man oft lange Tests lesen oder viel probieren. Diese Arbeit will ich etwas erleichtern. Dazu liste ich von mir genutzte und gute Tools hier auf. Nicht dass es sehr viele sind. Da ich aber komplett auf Linux umgestiegen bin, müssen die Tools gewisse Qualitätsanforderungen erfüllen.
Geniale Software In dieser Rubrik führe ich Software, die quasi Wunder wirkt: