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

Emu2 is a x86 and MS-DOS emulator that runs in a Linux terminal.

Uncategorized
5 3 7

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 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
    19 Posts
    80 Views
    @egoldblatt @pafurijaz it is "free as freedom" not free as free beer. You can have foss project that you need to pay for. " Free software means that the users have the freedom to run, edit, contribute to, and share the software. Thus, free software is a matter of liberty, not price " From : https://www.fsf.org/So a FOSS software can still be a paid one
  • Just learned a bash trick.

    Uncategorized bash linux
    1
    0 Votes
    1 Posts
    10 Views
    Just learned a bash trick.~- means "the directory you were in before this one" So, if you want to copy a file from mercury and you are in jupiter:mercury$ lsufomercury$ cd jupiterjupter$ cp ~-/ufo .Kind of neat. Use with caution!🦇 #Bash #Linux
  • 0 Votes
    1 Posts
    17 Views
    Namjae Jeon from exFAT and KSMBD fame published a new #NTFS #Linux #kernel driver called #NTFSPLUShttps://lore.kernel.org/lkml/20251020020749.5522-1-linkinjeon@kernel.org/""Currently, ntfs support in Linux was the long-neglected NTFS Classic (read-only), which has been removed from the Linux kernel, leaving the poorly maintained ntfs3. ntfs3 still has many problems and is poorly maintained, so users and distributions are still using the old legacy ntfs-3g.What is ntfsplus? The remade ntfs called ntfsplus is an implementation that supports write and the essential requirements(iomap, no buffer-head, utilities, xfstests test result) based on read-only classic NTFS. The old read-only ntfs code is much cleaner, with extensive comments, offers readability that makes understanding NTFS easier. This is why ntfsplus was developed on old read-only NTFS base. The target is to provide current trends(iomap, no buffer head, folio), enhanced performance, stable maintenance, utility support including fsck.""#LinuxKernel