Search found 377 matches

by peter_b
Thu Jan 18, 2024 6:22 pm
Forum: Knowledge Base
Topic: Error in file "/usr/share/applications/org.kde.kdeconnect_open.desktop"
Replies: 0
Views: 818

Error in file "/usr/share/applications/org.kde.kdeconnect_open.desktop"

[PROBLEM] Got this error while installing a new package (on Xubuntu 20.04): Error in file "/usr/share/applications/org.kde.kdeconnect_open.desktop": "*/*" is an invalid MIME type ("*" is an unregistered media type) [SOLUTION] The '*/*' in that kdeconnect Desktop file s...
by peter_b
Sat Dec 30, 2023 6:02 pm
Forum: Knowledge Base
Topic: Docker can't start container: "Key not found in store"
Replies: 0
Views: 2547

Docker can't start container: "Key not found in store"

On Xubuntu 20.04.3: This morning, I wanted to restart an already existing Docker container: $ sudo docker start my_container ... but got this error message: failed to update store for object type *libnetwork.endpointCnt: Key not found in store [SOLUTION] On my setup, the /var/lib/docker folder is a ...
by peter_b
Wed Dec 13, 2023 7:50 pm
Forum: Quotes
Topic: Random quotes
Replies: 6
Views: 22328

Re: Random quotes

A wise person once said:

I expect the next time I open my eyes I see something new.
Or at least something different.
Or the same.
Then I decide if I'm dead or not.
He lived forever.
Remember?
by peter_b
Thu Oct 26, 2023 9:49 pm
Forum: HowTo's
Topic: Assign application to new custom URI to XFCE4
Replies: 0
Views: 8610

Assign application to new custom URI to XFCE4

I wanted to introduce a new URI prefix to open links like "shotcut://" directly with the video editing software "Shotcut". On XFCE4 (Xubuntu 20.04) - and Firefox (v105.0). I've installed Shotcut using the AppImage. 1) Create symlink with a "nicer" filename for the appim...
by peter_b
Thu Oct 19, 2023 9:57 pm
Forum: HowTo's
Topic: mpv player: fullscreen to specific monitor by commandline
Replies: 0
Views: 5353

mpv player: fullscreen to specific monitor by commandline

I want to playback a test-video on a specific (HDMI) output on a multi-monitor setup. Here's what works as I intended it: mpv --config=no --screen=1 --fs dva_fidelity2-cut.mkv Plays the given video fullscreen on my right monitor. with "--screen=0", it plays on the left monitor. Have fun!
by peter_b
Sun Sep 24, 2023 8:57 pm
Forum: HowTo's
Topic: FFmpeg: slow down audio+video.
Replies: 0
Views: 5409

FFmpeg: slow down audio+video.

SWIM honestly had to admit that "Peppa Pig" episodes freak them out: The episodes "feel" way tooo fast and without any air to breathe in between. So I offered SWIM this ffmpeg-recipe to slow things down: $ ffmpeg -i peppa-Science_Museum.mp4 \ -filter_complex "[0:v]setpts=1.2...
by peter_b
Tue Mar 28, 2023 7:49 pm
Forum: HowTo's
Topic: md5deep examples
Replies: 1
Views: 4235

md5deep: Integrity check

If you'd like to verify if all files in an md5deep-manifest-file are present and okay, use the "audit" mode:

Code: Select all

$ md5deep -a MANIFEST.md5deep
If all files are okay, it will output nothing (<silence>). It should only list/show the entries that are erroneous.
by peter_b
Sat Feb 25, 2023 10:18 pm
Forum: HowTo's
Topic: HP ProBook 430G6: Brightness keys = Mic toggle (Xubuntu Linux)
Replies: 0
Views: 6352

HP ProBook 430G6: Brightness keys = Mic toggle (Xubuntu Linux)

[PROBLEM] I'm a very happy Xubuntu user on a HP Probook 430G6. So I bought another one. On that 2nd notebook (identical hardware, and identical Xubuntu version (20.04.1)) the Brightness +/- keys weren't working: They were togging the Microphone (Same as Fn+F8) :( [SOLUTION] I suspected the mismatch...
by peter_b
Sat Feb 25, 2023 8:26 pm
Forum: HowTo's
Topic: HP ProBook 430G6: Install BIOS on Linux
Replies: 0
Views: 6306

HP ProBook 430G6: Install BIOS on Linux

UPDATE: Unfortunately, the .BIN image extracted with 7zip is not the same that is created when extracting the files "the official way", using Windows. :evil: See: https://github.com/eriksjolund/install-linux-hp-elitebook-850-g5/issues/2 Therefore, when trying to update the BIOS, the corre...
by peter_b
Tue Nov 01, 2022 3:24 pm
Forum: Knowledge Base
Topic: ffmpeg git-pull: "server certificate verification failed"
Replies: 0
Views: 7914

ffmpeg git-pull: "server certificate verification failed"

[PROBLEM] I wanted to update (=git pull) an older copy of ffmpeg's source to its most recent state. This setup always worked, but now I got the following error message: fatal: unable to access 'https://git.ffmpeg.org/ffmpeg.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-ce...
by peter_b
Thu Oct 13, 2022 9:11 pm
Forum: Knowledge Base
Topic: Firefox & Youtube: ERROR mp4parse] Found 2 nul bytes in "\0\0"
Replies: 0
Views: 6788

Firefox & Youtube: ERROR mp4parse] Found 2 nul bytes in "\0\0"

[PROBLEM] Since a recent update to Firefox 105.0 on Xubuntu 20.04, I can't play youtube videos anymore. The preview image loads, and when I click the play button the video plays for like 1-4 frames, then snaps back to pause. I ran firefox again from the console and got the following error messages:...
by peter_b
Fri Oct 07, 2022 7:29 pm
Forum: Knowledge Base
Topic: Ardour 5: “could not create session”
Replies: 0
Views: 6456

Ardour 5: “could not create session”

[PROBLEM] Trying to create a new session in Ardour 5, I get the following error message after starting JACK: Could not create session in $session_path”. Where $session_path is the directory location of the to-be-created session folder. [SOLUTION] First I suspected access right problems, creating th...
by peter_b
Mon Jun 27, 2022 9:22 pm
Forum: HowTo's
Topic: md5deep examples
Replies: 1
Views: 4235

md5deep examples

Two basic commands for "a default" usage of " md5deep ": 1) Create a recursive hashcode manifest: $ md5deep -r -e -l . > ~/cam202206.md5deep -r: Recursive. Also go into subfolders. -e: Show "how long it may take" for each file. -l: Output relative file paths (in the man...
by peter_b
Tue Mar 08, 2022 9:00 pm
Forum: Knowledge Base
Topic: Xubuntu 20.04: stuck in resume/suspend/resume/suspend loop
Replies: 0
Views: 7826

Xubuntu 20.04: stuck in resume/suspend/resume/suspend loop

[PROBLEM] On Xubuntu 20.04.3, I've ran into a very strange and very annoying problem: Whenever I tried to resume from suspend mode, it showed the login prompt for a few seconds - but keyboard input was only possible for a few seconds - then it went back to sleep (suspend) again. This loop went on f...
by peter_b
Mon Dec 06, 2021 10:00 pm
Forum: Knowledge Base
Topic: Netgear R7800 + Wifi On/Off button = unable to enable wlan
Replies: 0
Views: 7635

Netgear R7800 + Wifi On/Off button = unable to enable wlan

[PROBLEM] I own a Netgear R7800 . I am highly disappointed of this device! :x (*) (Warning: This "howto fix ..." post contains ranting about Netgear.) Anyways: When pushing the "Wifi On/Off"-button (2nd from the right) for 2s (as instructed in the manual), the WiFi goes off - bu...