Benjamin_Loison closed issue Benjamin_Loison/cryptpad#26 2026-03-27 03:12:09 +01:00
Easily open URL
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#26 2026-03-27 03:12:09 +01:00
Easily open URL

Eanbling https://cryptpad.fr/settings/#pad > Open links on first click solves this issue.

Benjamin_Loison commented on issue Benjamin_Loison/ffmpeg#5 2026-03-27 00:16:54 +01:00
*CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace (default)*
ffmpeg -version
Output:
ffmpeg version 8.1 Copyright (c) 2000-2026 the FFmpeg developers
built with Android (13989888, +pgo, +bolt, +lto,…
Benjamin_Loison commented on issue Benjamin_Loison/ffmpeg#5 2026-03-26 23:20:59 +01:00
*CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace (default)*
apt autoremove -y
Output:
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0…
Benjamin_Loison commented on issue Benjamin_Loison/ffmpeg#5 2026-03-26 23:20:32 +01:00
*CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace (default)*
apt upgrade -y
Output:
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The…
Benjamin_Loison commented on issue Benjamin_Loison/ffmpeg#5 2026-03-26 23:20:08 +01:00
*CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace (default)*
apt update
Output:
Hit:1 https://grimler.se/termux/termux-main stable InRelease
Hit:2 https://grimler.se/termux/termux-root root InRelease
Hit…
Benjamin_Loison commented on issue Benjamin_Loison/ffmpeg#5 2026-03-26 23:15:16 +01:00
*CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace (default)*
apt show ffmpeg
Output:
Package: ffmpeg
Version: 8.1
Maintainer: @termux
Installed-Size: 37.4 MB
Depends: fontconfig, freetype, fribidi,…
Benjamin_Loison commented on issue Benjamin_Loison/ffmpeg#5 2026-03-26 23:14:43 +01:00
*CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace (default)*
ffmpeg --version
CANNOT LINK EXECUTABLE "ffmpeg": library "libvpx.so.11" not found: needed by /data/data/com.termux/files/usr/lib/libavcodec.so.61.19.101 in namespace…
Benjamin_Loison closed issue Benjamin_Loison/linux#57 2026-03-23 00:12:18 +01:00
Add prefix to output
Benjamin_Loison reopened issue Benjamin_Loison/linux#57 2026-03-23 00:09:06 +01:00
Add prefix to output
Benjamin_Loison commented on issue Benjamin_Loison/linux#57 2026-03-23 00:09:06 +01:00
Add prefix to output
Bash script:
prefixFunction() {
    sed "s/^/`date`: /"
}

exec > >(trap "" INT TERM; prefixFunction)
sleep 1
date
Mon 23…
Benjamin_Loison commented on issue Benjamin_Loison/linux#79 2026-03-21 00:44:03 +01:00
Retrieve recently deleted files in a given folder
Output:
 Inode  Owner  Mode    Size      Blocks   Time deleted
12202589   1000 100644  14184      4/     4 Sun Feb 22 17:55:27 2026
12202759   1000 100600  …
Benjamin_Loison commented on issue Benjamin_Loison/linux#79 2026-03-21 00:42:52 +01:00
Retrieve recently deleted files in a given folder

On Debian 13 unencrypted OverClock3000:

sudo fdisk -l
Output:
Disk /dev/vda: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Units:…
Benjamin_Loison opened issue Benjamin_Loison/linux#95 2026-03-20 15:40:23 +01:00
Figure out process involved in out of memory (OOM)
Benjamin_Loison commented on issue Benjamin_Loison/linux#48 2026-03-20 14:12:03 +01:00
Make computer behave as a screen
The person:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdADExcshVVECSnZvq5j1OlAO1lx1u/YL6X8bGgdnvTZA4w
pIZbkK4UZGtiw0trE0hTcaZSHJiWDa+jfWgPZnuVTxvZnT9Rb3…
Benjamin_Loison commented on issue Benjamin_Loison/linux#52 2026-03-20 02:07:26 +01:00
Share files/folders with another computer through USB or Ethernet

Answers to the Unix Stack Exchange question 120368 may help.

I have read https://www.reddit.com/r/hardwarehacking/comments/e0mvfo/make_a_linux_box_be_s…