Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2025-01-03 13:48:10 +01:00
How to shred free disk slots?
man sfill
Output:
       sfill is designed to delete data which lies on available  diskspace  on
       mediums  in  a secure manner
...
   …
Benjamin_Loison opened issue Benjamin_Loison/adb#26 2025-01-03 03:42:26 +01:00
adb shell stop purpose?
Benjamin_Loison commented on issue Benjamin_Loison/adb#25 2025-01-02 04:13:22 +01:00
Get app name from id
clear
APK_FILE_NAME=base.apk
for packageInfo in `adb shell pm list packages -3 -f`
do
    packageId=`echo $packageInfo 
Benjamin_Loison opened issue Benjamin_Loison/adb#25 2025-01-02 03:05:52 +01:00
Get app name from id
Benjamin_Loison commented on issue Benjamin_Loison/linux#35 2025-01-02 02:02:11 +01:00
Limit rights of programs

Related to Benjamin_Loison/shred/issues/{18,[17](https://codeberg.org/Benjamin_Loison/sh…

Benjamin_Loison commented on issue Benjamin_Loison/linux#52 2025-01-01 18:49:55 +01:00
Share files/folders with another computer through USB or Ethernet

Through Livebox 5 thanks to Ethernet on both Linux Mint 22 Cinnamon got a bandwidth of 100 MB/s with Filezilla through SSH SFTP.

Benjamin_Loison commented on issue Benjamin_Loison/linux#52 2025-01-01 18:45:28 +01:00
Share files/folders with another computer through USB or Ethernet

image

image

![Screenshot from 2025-01-01 16-28-43](/attachments/79c391a5-61d6-4565-…

Benjamin_Loison commented on issue Benjamin_Loison/linux#52 2025-01-01 15:50:57 +01:00
Share files/folders with another computer through USB or Ethernet

By USB the question could be is it possible to establish USB tethering as on Android, concerning Ethernet it works quite fine if I remember correctly.

Benjamin_Loison opened issue Benjamin_Loison/certbot#10 2025-01-01 02:34:49 +01:00
*The nginx plugin is not working* *NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.")*
Benjamin_Loison opened issue Benjamin_Loison/certbot#9 2025-01-01 02:31:23 +01:00
*An unexpected error occurred:* *AttributeError: can't set attribute*
Benjamin_Loison commented on issue Benjamin_Loison/linux#28 2025-01-01 02:06:57 +01:00
Get device network name potentially different due to router
ping -c 1 Benjamin-Loison-HP-Ubuntu
PING Benjamin-Loison-HP-Ubuntu.home (192.168.1.36) 56(84) bytes of data.
64 bytes from benjamin-loison-hp-ubuntu.home (192.168.1.36):…
Benjamin_Loison commented on issue Benjamin_Loison/linux#28 2025-01-01 02:04:43 +01:00
Get device network name potentially different due to router
getent
No command getent found, did you mean:
 Command gettext in package gettext
 Command gentest in package samba
 Command getopt in package util-linux
Benjamin_Loison commented on issue Benjamin_Loison/linux#28 2025-01-01 01:12:25 +01:00
Get device network name potentially different due to router
ip a
Output:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00…
Benjamin_Loison commented on issue Benjamin_Loison/linux#28 2025-01-01 00:55:14 +01:00
Get device network name potentially different due to router
nmap -sP 192.168.221.11
Starting Nmap 7.95 ( https://nmap.org ) at 2025-01-01 00:54 CET
Nmap scan report for 192.168.221.11
Host is up (0.0039s latency).
Nmap done: 1 IP…
Benjamin_Loison commented on issue Benjamin_Loison/linux#35 2024-12-31 22:37:07 +01:00
Limit rights of programs

See on my Linux Mint 22 Cinnamon Framework 13 benjamin-less-safe user.

Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2024-12-31 21:30:29 +01:00
How to shred free disk slots?
date && time sudo sfill -vl /
Output:
Tue Dec 31 08:30:27 PM CET 2024
Using /dev/urandom for random input.
Wipe mode is insecure (two passes…
Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2024-12-31 20:14:39 +01:00
How to shred free disk slots?

Should test getting file back with testdisk.