[-] fireshell@lemmy.ml 1 points 1 week ago

On New Year's Eve, each of us can radically change our lives, we can only wish him luck.

[-] fireshell@lemmy.ml 2 points 2 weeks ago

4.3 became 4.7Gb Kali Linux Live image.

[-] fireshell@lemmy.ml 1 points 2 months ago* (last edited 2 months ago)

I do it externally with this script

#!/bin/bash
# Sample file backup-documents.sh
cd ${HOME}/documents
tar -cJpf /run/media/fireshell/EAGET/mybackups/documents-$(date '+%Y-%m-%d').tar.xz .
sync
#!/bin/bash
# Sample file restore-documents.sh
backup_dir="/run/media/fireshell/EAGET/mybackups/"
mkdir -p ~/documents
last_documents="$(ls -1t ${backup_dir}/documents-*.tar.xz | head -n1)"
cd ~/documents && \
  tar -xpf ${last_documents}
[-] fireshell@lemmy.ml 1 points 3 months ago

Instead of Redis DBMS, the Valkey 7.2.5 fork is included. No wonder it was thrown out.

[-] fireshell@lemmy.ml 1 points 4 months ago

You were right. After the arrest, it caused a backlash in India. An investigation was launched against the encrypted messaging app to find out whether it violated Indian laws.

[-] fireshell@lemmy.ml 1 points 4 months ago

I expected you to say that, that it was something else. :D

[-] fireshell@lemmy.ml 1 points 4 months ago

It's you protonmail who will tell how they disclose user data, which leads to arrest in Spain. Source

[-] fireshell@lemmy.ml 1 points 6 months ago

Wallabag also has open instances where you can register as a example.

[-] fireshell@lemmy.ml 0 points 6 months ago

in general, it was interesting to read, nothing more

view more: ‹ prev next ›

fireshell

joined 7 months ago