All public logs

Jump to navigation Jump to search

Combined display of all available logs of JoBaPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 17:57, 22 August 2024 Joachim talk contribs created page Arome Weather (Created page with "== Arome == Arome is the finest grained weather model available for west germany (~1km^2). It is a french weather model. You can register a free account to get detailed data. To construct api queries there is a web page available. I use it to display detailed weather forecasts of selected locations with grafana. See service aromewheather, /home/joachim/bin/aromeweather.py To add a new location: * Edit command parameters in /etc/systemd/system/aromeweather.service to...")
  • 23:07, 19 July 2024 Joachim talk contribs created page GoPro Sync (Created page with "= Gopro Sync = discusses how to get files from the Gopro via Quik to a fileshare. WIP == Fix 2016 Recording Date == After some time with empty batteries, correct date and time on a Gopro are lost. Make sure to connect it to Quik to set the correct time before you record. If it is too late and recordings have the wrong times, Eye of Gnome can show the GPS time of JPGs which usually still is correct (no idea why Gopro doesn't use it to set time). Time difference is t...")
  • 13:11, 8 July 2024 Joachim talk contribs created page Design Patterns (Created page with "= Design Patterns = == Dispatcher Pattern == * Use a dispatcher if you want to run code in another thread * A dispatcher has two interfaces: one to add code to execute to a list and one to process the list * The dispatcher client interface is an invoke() method to schedule code execution in another thread. It just adds the code to a list. * In the other thread there is a method like invokePending() going through the list and execute the code * The dispatcher implementa...")
  • 17:23, 21 February 2024 Joachim talk contribs created page Poster Druck (Created page with "== Poster Druck == install python 3.7 (as of now program does not work with latest python 3.12.2) with pip and install module plakativ. conda create -n poster python=3.7 pip conda activate poster pip install plakativ plakativ-gui Starts a gui that can load a pdf or png or other graphics file and allows entering final size or number of pages and many other parameters. Preview with borders according to current parameters is available. Generates overlapping pages, op...")
  • 10:07, 22 January 2024 Joachim talk contribs created page Nvidia Delayed Frame Bug (Created page with "== Nvidia Delayed Frames Bug == Since quite some time (over a year) I have massive problems with native Nvidia drivers for my 1650 super on OpenSuse Tumbleweed. Currently I run Gnome on Wayland. Check: Symptom is in many applications garphics do not work properly: * Chrome (and many other apps, like yast or my own chordsplay tk app) has delayed frames: On user action the gui is not updated or not fully updated. A mouse click somewhere in the window can cause a redraw...")
  • 00:34, 19 August 2023 Joachim talk contribs created page Enigma2Events (Created page with "= Enigma2 Events = the VTi images used by vu-uno and vuzero run scripts on the following events: * DBTASK_CANCEL * DBTASK_FINISH * DBTASK_START * E2START * GUI_REBOOT * PVRDESCRAMBLE_START * PVRDESCRAMBLE_STOP * REBOOT * RECORD_REMIND * RECORD_START * RECORD_STOP * RECORD_WAKEUP * SERVICE_START * SERVICE_STOP * SHUTDOWN * STANDBY_ENTER * STANDBY_LEAVE * STBBOOT * TASK_CANCEL * TASK_FINISH * TASK_START I use them to switch the AV receiver on and off by sending a http r...")
  • 12:30, 19 June 2023 Joachim talk contribs moved page OpenDTU to SolarPower without leaving a redirect
  • 12:15, 19 June 2023 Joachim talk contribs created page OpenDTU (Created page with "= OpenDTU = == monitoring setup == * http://OpenDTU1 * mqtt@job4 (mosquitto_sub -v -t 'OpenDTU1/#') * job4:/etc/systemd/system/openDtu2Db@OpenDTU1.service (sudo systemctl status openDtu2Db@OpenDTU1.service, journalctl -f -u openDtu2Db@OpenDTU1.service) * python -u /home/joachim/bin/openDtu2Db.py OpenDTU1 (prints to stdout) * Influx database openDtu (influx -database openDtu -precision rfc3339 -execute "select * from string order by time desc limit 10") * Grafana Source...")
  • 01:36, 20 May 2023 Joachim talk contribs created page DB2 Container on QNAP NAS (Created page with "== Run DB2 Docker Container == === Login to QNAP NAS === ... with running Container Station ssh qnap mkdir /Docker/db2server cd /Docker/db2server === Create file .env_list === PUID=1001 PGID=100 LICENSE=accept DB2INSTANCE=db2inst1 DB2INST1_PASSWORD=my-pw DBNAME=mspr BLU=false ENABLE_ORACLE_COMPATIBILITY=false UPDATEAVAIL=NO TO_CREATE_SAMPLEDB=false REPODB=false IS_OSXFS=false PERSISTENT_HOME=false HADR_ENABLED=false ETCD_ENDPOINT= ETCD_USERNAME= E...")
  • 19:33, 3 May 2023 Joachim talk contribs created page Stream Playlist to iOS VLC (Created page with "== Serve Page == Create directory within document root of apache server sudo mkdir /srv/www/htdocs/vlctest sudo chown $USER /srv/www/htdocs/vlctest == Create Playlist == m3u=/dev/shm/playlist.m3u echo "#EXTM3U" >"$m3u" find /net/qnap/Multimedia/Musik/Favoriten/Jack\ White/ -type f -name '*.mp3' >"$m3u" == Stream Playlist == cvlc -vv "$m3u" --sout rtp:127.0.0.1 --ttl 2 -L -Z == Convert Playlist Stream to HTTP stream == cvlc -vv rtp:// --sout='#transcode{ac...")
  • 18:45, 25 April 2023 Joachim talk contribs created page German Keyboard Setting for 104-Keyboard (Created page with "= German Keyboard Mapping on 104-Keyboard = Gnome/Settings/Keyboard/Input: Deutsch (E2) Or for the console: localectl set-keymap de-e2 Missing Key [<>|] is now on [AltGr][2], [AltGr][3], [AltGr][^].")
  • 13:40, 24 March 2023 Joachim talk contribs created page Project Tumbleweed (Created page with "== Update from Leap 15.3 to Tumbleweed == see README.tumbleweed on share qnap:/joachim/ (or job4:/home/joachim/) possibly outdated: * Make sure all fio entries in fstab use nofail option * Disabled reiserfs lv vid2vg/video -> save later... * Rebuilt iomemory.vsl like /root/README.fio-lvm (git pull, cd ...; make gpl; cp /lib/mod...; depmod; modprobe ...) * enabled community repos, installed nvidia, updated to G06, zypper dup --from 'Packmnan Repo', to remove flickering...")
  • 00:21, 3 February 2023 Joachim talk contribs created page Build any python version for venv (Created page with "= Build Python = == Optional Prerequisites == Most should be there, check https://devguide.python.org/getting-started/setup-building/index.html#install-dependencies for details zypper in tk-devel sqlite3-devel gdbm-devel readline6-devel == User Build == ver=3.11.1 cd wget -O- https://www.python.org/ftp/python/3.11.1/Python-3.11.1.tar.xz | tar xf - cd Python-3.11.1 mkdir run ./configure --enable-optimizations --prefix=$PWD/run make -j8 make install == Use T...")
  • 19:14, 12 January 2023 Joachim talk contribs created page Install Mediatomb on dm7020 and dm800 (old) (Created page with "*get the static binary tar (ppc for dm7020, mips32 for dm800) from http://mediatomb.cc *copy the tar to the box and untar it on /media/hdd, /media/usb or /media/cf. Dont use the flash from the box (wearout?) *go to the new mediatomb directory, execute the mediatomb.sh and stop it again to create a template config file *edit mediatomb/config/config.xml: **add to the server block <ip>your-boxip</ip> and <port>51000</port> **enable extended protocol info for ps3 *edit media...")
  • 08:21, 1 August 2022 Joachim talk contribs created page Make kernel.org Rpm for Tumbleweed (Created page with "= Build Kernel Rpm for Tumbleweed = basically followed this guide: https://tutorialforlinux.com/2021/01/05/step-by-step-build-kernel-opensuse-easy-guide/ You need write access to /usr/src sudo zypper ref && sudo zypper update # sudo reboot sudo zypper in -t pattern devel_basis sudo zypper in bc openssl openssl-devel dwarves rpm-build libelf-devel elfutils-libelf-devel # dl and unpack kernel from kernel.org or clone e.g. from git://anongit.freedesktop.org/drm-tip,...")
  • 13:58, 29 July 2022 Joachim talk contribs created page Sandisk Usb3 Nvme Disk with Linux (Created page with "Sandisk is very slow. Should be 0.5-1GByte/s but is just ~30 MBytes/s dd ... 1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 36,5998 s, 29,3 MB/s lsusb ... Bus 008 Device 013: ID 0781:55ae SanDisk Corp. Extreme 55AE it seems the disk and kernel module uas are not compatible. Deactivating it gives better results, but not ideal since uas is the more modern implementation and would give better speed enable with this command: echo "152d:0583:u" | sudo tee /sys/module...")
  • 09:45, 18 June 2022 Joachim talk contribs created page Reapply for Fusion360 Personal Use (Created page with "= Fusion360 = Not as straight forward as I would like it to be... Only after license runs out: * Go to https://www.autodesk.de/products/fusion-360/personal * Button "First Steps" sends you to https://www.autodesk.de/products/fusion-360/personal-form * Login to Autodesk Account (me: ...@gmail.com/j) * Enter info (Name, Address, Tel (me: ...85)) * Click on "Download Now" even if not wanting to download again * Hope to be accepted (can take 30 min or so. While waiting, ma...")
  • 07:34, 12 June 2022 Joachim talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * TOOLBOX * LANGUAGES * Local ** [https://banzhaf.chickenkiller.com:4439 QNAP NAS] ** [https://banzhaf.chickenkiller.com:4439/phpldapadmin QNAP LDAP] ** [http://192.168.1.221 fritzbox] ** [http://192.168.1.236 ax1] ** [http://192.168.1.237 ax2] ** [http://192.168.1.13 dm800] ** [http://192.168.1.15 vu-uno] ** [http://192.168.1...")
  • 13:13, 5 May 2022 Joachim talk contribs created page Fix IPC for DB2 with Opensuse 15.3 (Created page with "= Fix DB2 crashes due to IPC on Opensuse 15.3 = == Diagnosis == after an OS update recently DB2 stops shortly after starting. Messages in the diaglog look like this: 2022-05-05-14.15.13.311305+120 I68340E1888 LEVEL: Severe (OS) PID : 25701 TID : 139866616620800 PROC : db2sysc 0 INSTANCE: db2mspr NODE : 000 HOSTNAME: job4 EDUID : 12 EDUNAME: db2thcln 0 FUNCTION: DB2 UDB, oper system services, sqloWait...")
  • 12:59, 5 May 2022 Joachim talk contribs moved page Projekt IDG Cluster to Projekt KVM Cluster without leaving a redirect (better desc)
  • 09:40, 6 April 2022 Joachim talk contribs created page Project Feinstaub (Created page with "== Feinstaub Sensoren == {| class="wikitable" |+Meine Sensoren |- ! !Balkon !Dach |- |ID |956263 |4206256 |- |Domoticz PM2.5 Idx |18 |22 |- |Domoticz PM10 Idx |19 |23 |}")
  • 12:41, 1 April 2022 Joachim talk contribs created page JupyterHub (Created page with "= Setup JupyterHub = * create new user and group jupyterhub and put user in group shadow * allow sudo for members of group. Create /etc/sudoers.d/jupyterhub Cmnd_Alias JUPYTER_CMD = /home/jupyterhub/miniconda3/bin/sudospawner jupyterhub ALL=(%jupyterhub) NOPASSWD:JUPYTER_CMD * install conda for that user script=Miniconda3-latest-Linux-x86_64.sh wget "https://repo.anaconda.com/miniconda/$script" chmod +x "$script" "./$script" -b ~/miniconda3/bin/conda init bash ....")
  • 18:03, 24 March 2022 Joachim talk contribs created page Serial Bridge over WLAN with an ESP-01 (Created page with "= Serial Bridge over WLAN = Sometimes you have a device that communicates over a serial port, but it is not in range of a server or notebook to connect it to. Then you can use an ESP8266 with the https://github.com/jeelabs/esp-link ESP-Link firmware. * Dl the firmware as described https://github.com/jeelabs/esp-link/blob/master/FLASHING.md#initial-serial-flashing here * Connect to the new ESP* AP with the usual IP 192.168.4.1 and configure your wlan, hostname (...")
  • 15:34, 23 February 2022 Joachim talk contribs created page Project Guitar and Linux (Created page with "= Guitar and Linux = == Chordsplay == Chordsplay is my application to play along my favorite songs with the guitar. It scans a given directory for mp3 files with metadata to search for chords and lyrics of these songs. The list of these songs can be filtered and shuffled to play them while the lyrics and chords are displayed. === Separate Linux and Guitar Amps === Old style: Just play the music with chordsplay over the linux amp and play along with the external amp....")
  • 19:17, 27 January 2022 Joachim talk contribs created page Pulseaudio SPDIF Input, LFE remix (Created page with "== Route the SPDIF input of the Aureon 5.1 USB Soundcard to its 5.1 output == === For my ESP32 Bluetooth to Toslink Project, start this === arecord -f S16_LE -c 2 -r 48000 -D iec958 --disable-channels --disable-format --disable-softvol --disable-resample -B 100000 -t raw | \ aplay -f S16_LE -c 2 -r 44100 -D default --disable-channels --disable-format --disable-softvol --disable-resample -B 100000 -t raw Bit strange: BT A2DP sends 44100 samples/s but iec958 seems...")
  • 09:41, 9 January 2022 Joachim talk contribs created page Trac at job4 (Created page with "== Installation * enable python2 for apache * Install tracd in /usr/local/bin * Create wiki in /home/joachim/Dokumente/trac == Users * /home/joachim/Dokumente/trac/users.htdigest * /home/joachim/Dokumente/trac/README.users.htdigest")
  • 17:47, 8 October 2021 Joachim talk contribs created page Nvidia Driver on Opensuse Leap 15.3 (Created page with "see * [https://forums.opensuse.org/showthread.php/556244-Leap-15-3-nVidia-legacy-drive-340-108-(patched)-build-error?p=3072465#post3072465 Opensuse Forum Thread] * [https://n...")
  • 17:01, 12 August 2021 Joachim talk contribs created page Kicad PCB (Created page with "= KiCAD PCB = Quick Steps * Create Project, probably best in a subdirectory of the project this PCB will belong to * Create circuit diagram with eeschema * Add all needed p...")
  • 14:41, 21 May 2021 Joachim talk contribs created page Vu+ Bootlogos (Created page with "* Create a picture with the target size, e.g. FullHD = 1920x1080, e.g. with Gimp * Transform the picture to an Mpeg2 stream, e.g. with ffmpeg ``` ffmpeg -i some_picture.jpeg s...")
  • 14:40, 9 May 2021 Joachim talk contribs created page Optical Flow with OpenCV (Created page with "= Optical Flow = == Resources == * https://learnopencv.com/optical-flow-in-opencv/ * https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html * https://github.com/s...")
  • 16:43, 21 December 2020 Joachim talk contribs created page Modify GCode to restart 3D Print (Created page with "* load GCode in text editor * Find lines like Z0.?: ;LAYER:0 M107 G0 F8400 X9.53 Y-66.192 Z0.4 The first line is the initial layer height l = l1 and starts the full print...")
  • 15:12, 20 November 2020 Joachim talk contribs created page Install DB2 ModPack 11.5.5.0 over 11.5.0.0 (Created page with "= Install DB2 Mod Pack 11.5.5.0 DB2 Knowledge Center vor V11.5.5 D...")
  • 19:27, 2 November 2020 Joachim talk contribs created page Start Systemd Service After Device Appears (Created page with "What if you install a service on a separate disk that is not necessarily mounted at boot? * Create fstab entries with nofail option /dev/dbvg/db2mspr /home/db2mspr...")
  • 19:54, 29 October 2020 Joachim talk contribs created page Hadoop in Docker (Created page with "== Hadoop in Docker == Protocol for Installation on OpenSuse 15.1 === Docker Intro === First create btrfs fs on /var/lib/docker to get decent snapshot support, then sudo...")
  • 10:29, 30 July 2020 Joachim talk contribs created page Fritz Box External IP (Created page with "= DynDNS = Recently dyndns updates on external IP changes did not always work. This should make it more robust. IP from fritzbox taken from https://wiki.ubuntuusers.de/Fritz...")
  • 15:04, 27 July 2020 Joachim talk contribs created page Google Test (Created page with "= Google Test = == Visual Studio Code and CMake == See also https://www.youtube.com/watch?v=Lp1ifh9TuFI&t=351s == Visual Studio 2019 CE == See also https://www.youtube.c...")
  • 12:25, 26 June 2020 Joachim talk contribs created page Update Marlin Firmware of Anycubic Kossel Pulley (Created page with "= Anycubic Kossel Pulley = == Current Environment == * TriGorilla Board, based on AtMega 2560 * Marlin 1.1.9, selfcompiled for RGB support == Parameters == * Latest Marlin...")
  • 19:38, 20 December 2019 Joachim talk contribs uploaded File:TTN-thp84-Device-Grafana.png
  • 23:19, 5 April 2014 Joachim talk contribs moved page Projekt Samba 4 to Projekt SSO without leaving a redirect (samba 4 not necessarily used)
  • 06:44, 11 April 2012 Joachim talk contribs deleted page What Is Difference Between P90X And Therefore Chalean Extreme (spam)
  • 06:43, 11 April 2012 Joachim talk contribs deleted page Wartrol genital warts men treatment (spam)
  • 06:43, 11 April 2012 Joachim talk contribs deleted page Use A Qualified Windscreen Substitution Not An Amateur One (spam)
  • 06:43, 11 April 2012 Joachim talk contribs deleted page There Are Definite Ways To Get A Charge Card With Regards To Horrible Credit (spam)
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)