Category: cool tested GNU Linux Apps

Steve Jobs would puke about what Apple has become – iMac 2019 horror reinstall – why this user avoids Apple like the PLAGUE – how to fix – this copy OSX application is damaged and can’t be used to install macOS – Diese Version des Programms ist beschädigt kann nicht für die Installation von macOS verwendet werden
02.10.2023

#wtheseriousf? Imho Apple has become a software quality sh** hole en pair with M$ that follows the concept: “let’s instead of 3 high quality products produce 30 new products every year” (introducing complexity no one can handle) “let’s massive save […]

07.04.2023

aac is a great format. it uses less space whan wav, while preserving the quality of sound (sound is important) to almost 100%$ (losless). hostnamectl; # tested with Operating System: Debian GNU/Linux 11 (bullseye) su – root apt update apt […]

GNU Linux Debian – how to view chm (windows help) files
08.05.2022

chm files are basically html files packed into an archive. unpacking them should be possible, but archmage file.chm output “Segmentation” faulted. lsb_release -a; # tested on No LSB modules are available. Description: Debian GNU/Linux 10 (buster) su – root apt […]

GNU Linux Debian 10 – gcc – where has the manpage gone? (gcc-doc) – how to create a man page – how to save export manpage to text file
19.12.2021

they have gone missing. but they are available again under Debian 11 https://packages.debian.org/bullseye/gcc-doc hostnamectl; # tested on Operating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 5.10.0-9-amd64 Architecture: x86-64 apt search gcc-doc Sorting… Done Full Text Search… Done gcc-doc/stable,stable 5:10.1.0-1 amd64 […]

How to – Inkscape – rounded corners
08.12.2021

inkscape is a genious vector drawing program it is a bit complex though and takes time getting used to hostnamectl; # tested on Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-18-amd64 Architecture: x86-64 Inkscape 0.92.4 (5da689c313, 2019-01-14) install the […]

for the news junkies – how to read news in the 21st century (APPs & RSS FEEDS) – turns the user’s Android based device into an independent Open Source based news aggregator that respects the user’s privacy
16.06.2021

Yes! What RSS does NOT stand for “Rashtriya Swayamsevak Sangh” , “Nathuram Godse, who assassinated Gandhi, on January 30, 1948, was a member of the Rashtriya Swayamsevak Sangh, or R.S.S., a violent right-wing organization that promotes Hindu supremacy.” (src: HolyCow!) […]

ffmpeg – convert mkv to mp4
26.01.2021

# should work as simple as ffmpeg -i “input.mkv” “output.mp4” # tested on hostnamectl; Operating System: Debian GNU/Linux 10 (buster) Kernel: Linux 4.19.0-13-amd64 Architecture: x86-64 ffmpeg -version ffmpeg version 4.1.6-1~deb10u1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 8 […]

Freetz Alternative Firmware for Older FritzBoxes
17.08.2020

JavaScript can compromise the user’s network devices! pretty evil are devices/routers with security problems, that can be exploited from javascript. so basically opening a webpage with a browser that has javascript enabled (which most browsers have) might scan the user’s […]

how to copy and paste outside of vim – system clipboard to another other gui applications – the 1 million lines text editor benchmark onemillionlines.txt
28.07.2020

what is the problem? https://vi.stackexchange.com/questions/13564/why-is-vim-for-debian-compiled-without-clipboard for whatever reasons a lot of vim packages come compiled without system -clipboard support. furthermore: for copy & paste per default vim uses it’s own registers (not the default primary and secondary system clipboard that […]