Forwarded from Privacy & Security Goys
@GroupHelpBot gave user data to the Italian police solely because they were sharing copyrighted media. Payment info, group members, group admins, and messages were provided.
(ancora) Telegram Android: non è possibile attivare tutte le reazioni in un gruppo/canale in un colpo solo ... ma disattivarle sì
Ho sempre usato
md5sum sha1sum & co, quando cksum --untagged -a TYPE (sempre di coreutils) permette di calcolarli tutti, anche crc32
Trovato con find /usr/bin -iname '*sum'
journalctl -u micro
Ho sempre usato md5sum sha1sum & co, quando cksum --untagged -a TYPE (sempre di coreutils) permette di calcolarli tutti, anche crc32 Trovato con find /usr/bin -iname '*sum'
checksum.desktop
1.8 KB
Finalmente un menù di controllo checksum con supporto a selezione multipla di files e cartelle 🙏🏻
È possibile disattivare i commenti a post specifici cancellando il messaggio inerente nel gruppo collegato
journalctl -u micro
Cioè seriamente come fanno ad essere mantenibili questi noscript... 😭 https://github.com/SDRausty/TermuxArch/blob/master/setupTermuxArch.bash https://github.com/SDRausty/TermuxArch/blob/master/archlinuxconfig.bash
Perché ci sono 2 repository diverse e nessuna è fork dell'altra ..!?
https://github.com/TermuxArch/TermuxArch
https://github.com/SDRausty/TermuxArch
https://github.com/TermuxArch/TermuxArch
https://github.com/SDRausty/TermuxArch
journalctl -u micro
Perché ci sono 2 repository diverse e nessuna è fork dell'altra ..!? https://github.com/TermuxArch/TermuxArch https://github.com/SDRausty/TermuxArch
git difftool --dir-diff 3f349840d8284fb21aafd3743de4b63f9c929ad5 b5e460be3955cb5fc0272b194ea690c528ab14ce• repo diverse
• nessun fork
• hash diversi
• modifiche: numero di versione 🙏🏻
Questə qui avrà cambiato l'intera history per pochi dettagli — e non è finita, ora esistono delle fork che non sono più collegate a nulla
Non ho mai visto un progetto così fottuto
🤯1
journalctl -u micro
git difftool --dir-diff 3f349840d8284fb21aafd3743de4b63f9c929ad5 b5e460be3955cb5fc0272b194ea690c528ab14ce • repo diverse • nessun fork • hash diversi • modifiche: numero di versione 🙏🏻 Questə qui avrà cambiato l'intera history per pochi dettagli — e non…
image_2023-07-01_12-04-23.png
210.2 KB
git difftool --dir-diff d2e72d4fe3326c5e94d180ec827c6b98ff6dc8dc b5e460be3955cb5fc0272b194ea690c528ab14cehttps://stackoverflow.com/a/65070745
Git has
Git has
--auto hard coded as a command-line option to KDiff3, which causes the GUI not to show up if all conflicts are auto-resolvable by KDiff3.Stack Overflow
Kdiff3 won't open with mergetool command
I have conflicts, so I type:
git mergetool
I then get a message saying:
Hit return to start merge resolution tool
Normally when I do this, it open kdiff3 so I can merge the differences.
now ...
git mergetool
I then get a message saying:
Hit return to start merge resolution tool
Normally when I do this, it open kdiff3 so I can merge the differences.
now ...
Istruzioni di compilazione nel sorgente C++ stesso
#!/usr/bin/env -S bash -c "set -x; tail -n+2 \$0 | g++ -x c++ -std=c++20 - && ./a.out"
#include <iostream>
...
$ chmod +x file.cpp
$ ./file.cpp
+ tail -n+2 ./file.cpp
+ g++ -x c++ -std=c++20 -
+ ./a.out
Hello World🤯3
Per non avere un one-liner illeggibile, con binfmt_misc di Linux [non so altri kernel] è possibile registrare un tipo di file tramite magic o estensione per essere eseguito con un interprete arbitrario — è quello che fa Wine per permettere l'esecuzione scrivendo solo
./program.exe
• enable support for Windows executables using wine:echo ':DOSWin:M::MZ::/usr/local/bin/wine:' > /proc/sys/fs/binfmt_misc/register
Quindi immaginoecho ':CPP:E::cpp::/etc/compiler.g++.sh:P' > /proc/sys/fs/binfmt_misc/register