Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 02:04:14 +01:00
Add to APT
./build/vpv

works fine.

Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 02:04:03 +01:00
Add to APT
find -name 'vpv'
./build/vpv
Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 02:03:43 +01:00
Add to APT

As regular user:

make install
make: *** No rule to make target 'install'.  Stop.
Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 02:03:22 +01:00
Add to APT

As root:

sudo make install
make: *** No rule to make target 'install'.  Stop.
Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 02:03:06 +01:00
Add to APT
vpv
Output:
Command 'vpv' not found, did you mean:
  command 'vp' from deb atfs
  command 'pv' from deb pv
  command 'vpe' from deb…
Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 01:56:52 +01:00
Add to APT
make
Output:
[  1%] Building C object CMakeFiles/iio.dir/external/iio/iio.c.o
[  2%] Building C object CMakeFiles/iio.dir/external/iio/npy.c.o
…
Benjamin_Loison commented on issue Benjamin_Loison/vpv#5 2025-01-06 01:55:30 +01:00
Add to APT
mkdir build
cd build
cmake ..
Output:
Command 'cmake' not found, but can be installed with:
apt install cmake
Please ask your administrator.…
Benjamin_Loison opened issue Benjamin_Loison/vpv#5 2025-01-06 01:45:48 +01:00
Add to APT
Benjamin_Loison opened issue Benjamin_Loison/cryptpad#33 2025-01-04 21:47:38 +01:00
Track hedgedoc: Is there a rich editor?
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#32 2025-01-04 15:43:03 +01:00
Hide *Upgrade account*
##.cp-limit-buttons

If I notice that can pay for a feature or extra storage etc, then the absence of paying button will suggest me to disable, possibly partially, uBlock temporarily…

Benjamin_Loison opened issue Benjamin_Loison/cryptpad#32 2025-01-04 15:41:47 +01:00
Hide *Upgrade account*
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-04 15:15:43 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command

This could be used by being temporarily in 4G to test Internet access, notably concerning Benjamin_Loison/openssh/issues/20.

Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2025-01-04 13:29:57 +01:00
How to shred free disk slots?

However, then have to keep in mind that /tmp/, /root, /var/www/html/ and /file.swap are still in plaintext.

Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2025-01-04 13:28:28 +01:00
How to shred free disk slots?

Firefox YouTUbe and KeePassXC unlock work fine after reboot.

Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2025-01-04 13:24:10 +01:00
How to shred free disk slots?

Before:

df -h /
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda2       879G  492G  388G  56% /

After:

df -h /
Filesystem      Size …
Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2025-01-04 00:31:00 +01:00
How to shred free disk slots?

Related to Benjamin_Loison/bash/issues/14.

Can create files when df -h / claims not having space anymore? It would be nice if could…

Benjamin_Loison opened issue Benjamin_Loison/linux#56 2025-01-04 00:03:30 +01:00
Can't random values write be reverse-engineering to detect potential incorrect writes?