GNU Linux – how to install  gpt4all on Debian 12 – GPT4All-J: An Apache-2 Licensed Assistant-Style Chatbot: A free-to-use, locally running, privacy-aware chatbot. No GPU or internet required – dialogue with a machine: AI: How to fix democracy? – THE NEW TOURING TEST:  Humor
16.12.2023

scientists predict human leven AI by 2047 so DON’T HOLD THE BREATH What is GPT4All-J?: An Apache-2 Licensed Assistant-Style Chatbot What is Mistral Orca? https://huggingface.co/ “The AI community building the future.” “The platform where the machine learning community collaborates on […]

GNU Linux how to archive website offline
10.12.2023

if there is a website or a writing, that the user fears will be offline tomorrow… go archive it 😀 (https://archive.org/ is doing a good job, but often-sometimes they only have stored the front page) it is possible to archive […]

All Android users: Update, Update, Update
05.12.2023

https://source.android.com/docs/security/bulletin/2023-12-01?hl=en <- unfortunately does not export an RSS feed so a user needs to write a converter-aggregator https://www.heise.de/news/Patchday-Android-Android-11-12-13-und-14-fuer-Schadcode-Attacken-anfaellig-9548839.html as seen in https://www.heise.de/security/rss/alert-news-atom.xml for the news junkies – how to read news in the 21st century (APPs & RSS FEEDS) – […]

GNU Linux how to fix – CIFS: VFS: cifs_mount failed w/return code = -13
11.11.2023

system A mounts the share just fine, but system B won’t? mount -t cifs -o username=admin //192.168.123.123/sharename /media/username/mointpoint/ dmesg; # reports [17666.614556] CIFS: Attempting to mount \\192.168.123.123\sharename [17666.641743] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE [17666.641755] CIFS: VFS: \\192.168.123.123 Send error […]

Why this user avoids LANCOM routers like the plague
28.10.2023

LANCOM is not so well known German company that is the partner when it comes to “business” DSL routers for Telekom and T-Systems customers and as such they are conducting the worst closed source rippoff of their customers possible. multiple […]

PHP Composer how to install and how to usage
28.10.2023

always say something positive first: then the critique: follow the excellent guide: https://getcomposer.org/download/ mkdir /var/www/html/composer cd /var/www/html/composer php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” php -r “if (hash_file(‘sha384’, ‘composer-setup.php’) === ‘THISWILLHAVECHANGEDBYNOW’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } […]

Fraud Betrug on (formals ebay) kleinanzeigen.de
19.10.2023

https://kleinanzeigen.de previously known as https://ebay-kleinanzeigen.de the most used second-hand platform in Germany was sold from ebay to an norwegian Investor Adevinta Also “ebay for cars” mobile.de was sold from ebay to Adevinta. “In June 2020, Adevinta won the bid to […]

GNU Linux bash – maximum best compression for binary data – xz (LZMA) vs zstd vs 7zip (7z) vs (parallel multi threaded multi core) bzip2 – why it is better to have A LOT of swap space (RAM 3x or 4x)
16.10.2023

once upon a time, compressing massive amounts of binary was required. hostnamectl; # tested on Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-12-amd64 Architecture: x86-64 lscpu | grep -E ‘Architecture|Model name|Thread|Core’; # tested on CPU Architecture: x86_64 Model name: […]

the only true cross platform games: Games for browsers
07.10.2023

  https://doodlejumporiginal.com/ there is also the version for xbox kinect, where the user actually is steering the doodle with user’s body (cool, but that SHOULD also be possible with a smart phone’s front cam right?) game ideas: while doodle jump […]

GNU Linux (Debian) – how to – find the largest 30 duplicate files wasting disk space – multi line sorting madness (mlsm) – how to output x blocks of text separated by delimiter – build (Bill Poser’s and BSDs) msort from src
04.10.2023

This is actually VERY usefull to find files that waste disk space. lsb_release -a; # tested on Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) the solution: czkawka_cli install rust like this (no need to install rust as root) install […]