Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

#Linux question: What's a good way to mirror a single #terminal session across two windows?

Uncategorized
16 9 42

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    6 Posts
    23 Views
    @poul_polimi @milano I mostly use the command line and have a few homegrown tools that use the CLI.I use it from PyCharm a little to make and push commits but nothing more.I use the web GUI mostly in read-only mode and to create/review PRs. I use VS Code a little at work but do no git work with VS Code.For my personal repos, I use #Codeberg. At work, my team uses a Github server hosted by the company. But it all starts with git!
  • 0 Votes
    4 Posts
    18 Views
    @shadowfals I do believe that Debian does pretty well, including that it has software speech support for the installer (and that is apparently the default since Debian 12, which would be about three years ago). https://wiki.debian.org/accessibility has a lot of details and there is also the section on accessibility in the stable release manual at https://www.debian.org/releases/stable/amd64/ch05s02#Linux #Debian #accessibility
  • 0 Votes
    1 Posts
    7 Views
    Un bug nell’Antivirus ImunifyAV porta alla RCE. Sono 56 milioni i siti a rischio📌 Link all'articolo : https://www.redhotcyber.com/post/un-bug-nellantivirus-imunifyav-porta-alla-rce-sono-56-milioni-i-siti-a-rischio/#redhotcyber #news #cybersecurity #hacking #malware #linux #vulnerabilita #imunifyav #scanner #codiceRemoto #esecuzioneCodice #remotecodeexecution #infosecurity #ciberattack
  • dmesg -WH

    Uncategorized linux
    1
    0 Votes
    1 Posts
    12 Views
    dmesg -WH-H (or --human) turns cryptic boot seconds into real, human-readable timestamps.-W (or --follow-new) is the magic. It's like tail -f for your kernel, printing new messages as they happen.- via Uros Popovic's post https://x.com/popovicu94/status/1984781369466319141#linux