• What programs do you make sure are installed on a new Linux install?

    From Borax Man@21:1/5 to All on Sun Jul 7 01:10:25 2024
    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Borax Man on Sun Jul 7 02:10:06 2024
    On Sun, 7 Jul 2024 01:10:25 -0000 (UTC), Borax Man wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    latest Python, including MicroPython/CircuitPython
    vim
    VS Code with several extensions
    clang
    gcc, including some microprocessor toolchains
    .NET SDK
    QGIS
    PostgreSQL
    SQLite
    DBeaver
    Arduino IDE, V1 and/or V2
    Brave
    Tor
    npm and friends
    screen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to All on Sun Jul 7 04:10:32 2024
    On Sun, 7 Jul 2024 01:10:25 -0000 (UTC), Borax Man <rotflol2@hotmail.com>
    wrote in <slrnv8jqo0.4uu.rotflol2@geidiprime.bvh>:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar

    pan(1)

    I build it from the git repository, linking it with a newer
    gmime. (The latter has a recent patch that fixes Newsgroups: handling.)

    The cmake that comes with Linux Mint isn't new enough to build the
    pan grabbed with git, so that too.

    (Sometimes it seems it's turtles all the way down...)

    Oh, and tart(1) for the pithy taglines...

    --
    -v ASUS TUF Dash F15 x86_64 NVIDIA RTX 3060 Mobile
    OS: Linux 5.15.0-113-lowlatency Release: Mint 21.3 Mem: 15.9G
    "355/113 - Not the famous number Pi, but a great simulation!"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to rbowman on Sun Jul 7 03:40:40 2024
    On 7 Jul 2024 02:10:06 GMT, rbowman wrote:

    latest Python ...

    Also Jupyter <https://jupyter.org/>. Actually JupyterLab now.

    Well-known for being a powerful data-analysis framework, but also handy
    for quick “scratchpad” programming, and not just in Python. The overhead
    is low enough that I can keep it running all the time.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Sun Jul 7 04:07:00 2024
    On Sun, 7 Jul 2024 03:40:40 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On 7 Jul 2024 02:10:06 GMT, rbowman wrote:

    latest Python ...

    Also Jupyter <https://jupyter.org/>. Actually JupyterLab now.

    Well-known for being a powerful data-analysis framework, but also handy
    for quick “scratchpad” programming, and not just in Python. The overhead is low enough that I can keep it running all the time.

    I do have jupyter installed and have used it for tutorials but it's not something I use frequently.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to rbowman on Sun Jul 7 04:41:32 2024
    On 7 Jul 2024 04:07:00 GMT, rbowman wrote:

    On Sun, 7 Jul 2024 03:40:40 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Also Jupyter <https://jupyter.org/>. Actually JupyterLab now.

    Well-known for being a powerful data-analysis framework, but also handy
    for quick “scratchpad” programming, and not just in Python. The
    overhead is low enough that I can keep it running all the time.

    I do have jupyter installed and have used it for tutorials but it's not something I use frequently.

    It’s what I use when I need a calculator. And you get programmability
    and multiple symbolic memories for free.

    Practical example: car tyre pressures are supposed to be measured when
    cold. What happens if I do it when they’re hot?

    recommended_pressure = 36 # psi
    cold_temp = 293 # kelvin
    hot_temp = 333
    print("actual pressure = %.2f psi" % (recommended_pressure * cold_temp / hot_temp))
    print("underinflation factor = %.1f%%" % ((hot_temp - cold_temp) / hot_temp * 100))

    Output:

    actual pressure = 31.68 psi
    underinflation factor = 12.0%

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to All on Sun Jul 7 07:14:14 2024
    I'll probably soon regret this list. Please read my signature as
    disclaimer.


    ack (in /opt)

    playing with B sometimes is nice and it has a back-end for 8080 and
    Z80 (CP/M) too which sometimes for me is nice to have.

    bash-completion

    it's ok to be a little lazy.

    bc (gavin howard version, includes dc in /opt)

    having a dc variant with long register names makes playing the dc
    puzzle even nicer.

    bitlbee

    I want to read my jabber stuff in the same front-end as my IRC chats.

    dc

    mostly just for fun (as puzzle).

    dillo (in /opt until available as up to date package)

    writing own dillo plugins is easy and that makes dillo a nice GUI
    front-end to smallnet protocols.

    doas/opendoas

    I'm still in the progress to migrate from sudo to doas.

    drawterm (in /opt)

    for some top secret reasons.

    ed

    knowing at least its very basic commands can save your day.

    elinks

    for some of the smallnet protocols.

    emacs

    I'd give every other "editor" a chance that gives me elpher, eshell,
    GNUS, org-babel and tramp (mastodon.el occasionally). really... ;-D

    evolution

    I too often get important HTrashMailL to be happy with only using
    GNUS. additionally splitting "official" stuff from hobby mail & news
    is not a too bad idea.

    gambit (scheme, in /opt)

    trying to stay up to date with its master branch. I feel like still
    in scheme-preschool, but that may change someday.

    git

    we cannot live with it and we cannot live without it.
    <https://xkcd.com/1597/>

    mawk

    I like "-We" and dislike GAWKisms.

    mc

    trying to fade out using it but muscle memory is strong.

    micropython (in /opt)

    to have the unix version at hand to play out some ideas without
    needing to attach a micro-controller.

    netcat & ncat

    life savers for poking around in text based protocols.

    nvi

    to replace nano and vim-tiny (if in a default install), as I don't
    want to get used to vim-isms.

    openssh

    I'm too used to its config files, so alternative implementations would
    screw me up.

    qemu

    curiosity kills the cat but keeps me alive.

    pcc (portable cc, in /opt)

    for fun and curiosity.

    rlwrap

    debugging luxury, try e.g. 'rlwrap nc newsserver nntp' \o/

    rsync

    openrsync doesn't really replace it yet.

    screen

    I'd need way to many xterms without it and it can access serially
    connected stuff directly. that's the only reason I prefer it over
    tmux.

    sudo

    until I'm confident that I really only need (open)doas.

    t(iny)cc (in /opt)

    built from its mob branch, because the distributions typically only
    include way too outdated versions.

    tlsclient

    as bonsai tree in /opt, see drawterm.

    tor

    looking for an alternative because I don't want to get dependent on
    Rust (because of arti).

    uxn (in /opt)

    for fun and puzzling.

    w3m

    w3mman is my favourite man page front-end outside of emacs.

    weechat

    typically from the project's repo because they are too fast for
    e.g. debian/devuan to keep up with their updates.

    wget

    ...still is more in my muscle memory than curl.

    xterm

    looks like there is no alternative if I want SIXELs and occasionally
    TEK mode.

    ...

    something to scan, print, do the heavy WWW-stuff with all the mean
    modern stuff inside, some devtools and compilers, ...

    --
    I do not bite, I just want to play.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to yeti on Sun Jul 7 07:43:52 2024
    On Sun, 07 Jul 2024 07:14:14 +0042, yeti wrote:

    doas/opendoas

    I'm still in the progress to migrate from sudo to doas.

    systemd-run0 might be the New Hawtness.

    mawk

    I like "-We" and dislike GAWKisms.

    perl >> awk (any awk)

    netcat & ncat

    life savers for poking around in text based protocols.

    Why not socat?

    rsync

    openrsync doesn't really replace it yet.

    Never heard of openrsync ... ah, another project that exists solely for licence-political reasons. Not to mention, BSD fragmentation strikes
    again!

    wget

    ...still is more in my muscle memory than curl.

    Not to mention having a much smaller potential attack surface.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to yeti on Sun Jul 7 09:30:03 2024
    On 2024-07-07, yeti <yeti@tilde.institute> wrote:
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Sun, 07 Jul 2024 07:14:14 +0042, yeti wrote:

    doas/opendoas

    I'm still in the progress to migrate from sudo to doas.

    systemd-run0 might be the New Hawtness.


    Now that Debian decided to drop X86, switching away from it is even more urgent and Devuan (still a good choice on AMD64 and X86) won't be able
    to compensate for that.


    I thought they were continuing X86 support for Debian 13.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Lawrence D'Oliveiro on Sun Jul 7 10:10:20 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Sun, 07 Jul 2024 07:14:14 +0042, yeti wrote:

    doas/opendoas

    I'm still in the progress to migrate from sudo to doas.

    systemd-run0 might be the New Hawtness.

    No way! I'll rip out all systemd using distributions here as soon as I
    have decided what to use instead. I had a mega fight the other day to
    get NFS automounts working with it. It would have been just some
    minutes without systemd swallowing every function and doing it in a
    totally different unreadable and overcomplicated way.

    But the decision not to want systemd is much older. I already partially switched to Devuan, but then Devuan's ARM-SBC images drove me back to
    Debian at least for the ARMish ones.

    Now that Debian decided to drop X86, switching away from it is even more
    urgent and Devuan (still a good choice on AMD64 and X86) won't be able
    to compensate for that.

    mawk

    I like "-We" and dislike GAWKisms.

    perl >> awk (any awk)

    I have AWK in OpenWrt and NetBSD default installs. Perl not. So I
    benefit more from keeping my AWK muscles intact.

    netcat & ncat

    life savers for poking around in text based protocols.

    Why not socat?

    I never looked closer at socat and meanwhile I do stuff that's too
    complex for n(et)cat in C, micropython or scheme, so I have enough
    alternatives without learning new socat tricks.

    rsync

    openrsync doesn't really replace it yet.

    Never heard of openrsync ... ah, another project that exists solely for licence-political reasons. Not to mention, BSD fragmentation strikes
    again!

    openrsync lacks a lot of features and was crash-happy when I tried to
    use it because I assumed it'd be lighter than the original.

    wget

    ...still is more in my muscle memory than curl.

    Not to mention having a much smaller potential attack surface.

    \o/

    --
    I do not bite, I just want to play.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Borax Man on Sun Jul 7 10:35:34 2024
    Borax Man <rotflol2@hotmail.com> writes:

    I thought they were continuing X86 support for Debian 13.

    A while I read something about dropping X86 without a concrete date in
    some mini-debconf notes. There may be decisions now about the date, but
    I just do not care any more about it. Alea iacta est.

    Being a Debian user since it's pre-releases without even toy-story
    names, that really hurts, but my way forward only can mean leaving
    De(bi|vu)an.

    --
    I do not bite, I just want to play.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to yeti on Sun Jul 7 10:13:05 2024
    On 2024-07-07, yeti <yeti@tilde.institute> wrote:
    Borax Man <rotflol2@hotmail.com> writes:

    I thought they were continuing X86 support for Debian 13.

    A while I read something about dropping X86 without a concrete date in
    some mini-debconf notes. There may be decisions now about the date, but
    I just do not care any more about it. Alea iacta est.

    Being a Debian user since it's pre-releases without even toy-story
    names, that really hurts, but my way forward only can mean leaving De(bi|vu)an.


    I see this
    https://www.theregister.com/2023/12/19/debian_to_drop_x86_32/

    But the Debian release notes state https://www.debian.org/releases/testing/release-notes/whats-new.en.html#supported-architectures

    The following are the officially supported architectures for Debian 13:

    32-bit PC (i386) and 64-bit PC (amd64)
    64-bit ARM (arm64)
    ARM EABI (armel)
    ARMv7 (EABI hard-float ABI, armhf)
    little-endian MIPS (mipsel)
    64-bit little-endian MIPS (mips64el)
    64-bit little-endian PowerPC (ppc64el)
    IBM System z (s390x)

    Baseline bump for 32-bit PC to i686

    The 32-bit PC support (known as the Debian architecture i386) now requires the "long NOP" instruction. Please refer to Baseline for 32-bit PC is now i686 for more information.

    The release notes are also dated 2023, so I'm not sure whether The
    Register article superceded the release notes or not.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Borax Man on Sun Jul 7 11:38:09 2024
    On 07/07/2024 02:10, Borax Man wrote:
    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar
    Dont recognise any.

    For me its Geany, Libre Office. GIMP, Scribus Thunderbird, Firefox, ORCA slicer, gcc and friends, under a windows VM Corel Draw and Rhino CAD, Screenshot

    etc etc.

    In fact all you need to create code, 3D prints, PCBs, and keep up with
    the world on the interweb...and do my officey type crap

    --
    Future generations will wonder in bemused amazement that the early
    twenty-first century’s developed world went into hysterical panic over a globally average temperature increase of a few tenths of a degree, and,
    on the basis of gross exaggerations of highly uncertain computer
    projections combined into implausible chains of inference, proceeded to contemplate a rollback of the industrial age.

    Richard Lindzen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Borax Man on Sun Jul 7 12:56:37 2024
    On Sun, 7 Jul 2024, Borax Man wrote:


    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    For me it's:

    vlc
    mc
    neovim
    yt-dlp
    bash
    alpine (the email client)
    rsync
    various scripts I've amassed throughout the years for various things
    ssh (server and client)
    qpdf
    python
    tor
    ffmpg
    groff
    tectonic (minimal latex distribution)

    Probably forgot a few, but these are the first ones that come to mind.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to candycanearter07@candycanearter07.n on Sun Jul 7 13:50:03 2024
    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote at 13:30 this Sunday (GMT):
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):
    [snip]
    sidenote thank you for mentioning xpenguins i have been looking for a replacement for AMOR (amazing misuse of resources) forever since it wont compile for me under debian


    Does anyone know how to make it stop leaving a constant trail? (nautilus desktop)
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Borax Man on Sun Jul 7 13:30:03 2024
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a replacement for AMOR (amazing misuse of resources) forever since it wont compile for me under debian
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fritz Wuehler@21:1/5 to All on Sun Jul 7 16:23:53 2024
    Borax Man <rotfl...@hotmail.com> [BM]:
    Just wondering what programs (aside from the coreutils/X11 and
    other elements that make up a basic install), do you consider
    to be a vital part of YOUR Linux install?

    Some stuff not already mentioned by other posters:

    curl # It's a wide, wide world out there. Grab a piece of it!
    gpg # It's a very dangerous world out there. You gotta keep your head low! jq # It's a JSON world out there. Join the fun!
    xdotool # It's a world full of boring chores out there. Just automate it!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Jul 7 18:15:57 2024
    On Sun, 7 Jul 2024 13:30:03 -0000 (UTC), candycanearter07 wrote:

    sidenote thank you for mentioning xpenguins i have been looking for a replacement for AMOR (amazing misuse of resources) forever since it wont compile for me under debian

    xsnow?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Sun Jul 7 20:50:05 2024
    rbowman <bowman@montana.com> wrote at 18:15 this Sunday (GMT):
    On Sun, 7 Jul 2024 13:30:03 -0000 (UTC), candycanearter07 wrote:

    sidenote thank you for mentioning xpenguins i have been looking for a
    replacement for AMOR (amazing misuse of resources) forever since it wont
    compile for me under debian

    xsnow?


    More of a seasonal thing IMO, I only turn that on from September to
    March
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Sun Jul 7 21:35:36 2024
    On Sun, 7 Jul 2024 21:21:23 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:

    I'll rip out all systemd using distributions here as soon as I have
    decided what to use instead.

    Is there anything better than systemd? Why not create something?

    Someday when I'm really bored I'll have to figure out why some people hate systemd.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to yeti on Sun Jul 7 21:21:23 2024
    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:

    I'll rip out all systemd using distributions here as soon as I
    have decided what to use instead.

    Is there anything better than systemd? Why not create something?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to rbowman on Sun Jul 7 21:59:33 2024
    On 7 Jul 2024 21:35:36 GMT, rbowman wrote:

    Someday when I'm really bored I'll have to figure out why some people hate systemd.

    systemd-haters are like the anti-fluoridationists of the Open Source movement.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Fritz Wuehler on Sun Jul 7 21:24:15 2024
    On Sun, 07 Jul 2024 16:23:53 +0200, Fritz Wuehler wrote:

    curl

    Avoid.

    jq

    Yes, has its uses.

    xdotool # It's a world full of boring chores out there. Just automate it!

    That’s what the command line is for.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Computer Nerd Kev@21:1/5 to Lawrence D'Oliveiro on Mon Jul 8 08:34:39 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:
    I'll rip out all systemd using distributions here as soon as I
    have decided what to use instead.

    Is there anything better than systemd? Why not create something?

    No need to, there's already SysV init. I make sure it (or something functionally similar) is installed.

    --
    __ __
    #_ < |\| |< _#

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Popping Mad@21:1/5 to Lawrence D'Oliveiro on Sun Jul 7 19:43:03 2024
    On 7/7/24 5:59 PM, Lawrence D'Oliveiro wrote:
    systemd-haters are like the anti-fluoridationists of the Open Source movement.


    That is bullshit. Flouridation is harmless, useful and protcects your
    teeth. Systemd is none of those things. And FWIW, it is the Free
    Software movement. You don't want to restrict Linux to only opensource.


    Artix is quite good, simple and stable.

    Unlike Systemd, it just works.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Computer Nerd Kev@21:1/5 to Borax Man on Mon Jul 8 09:18:34 2024
    Borax Man <rotflol2@hotmail.com> wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install?

    Beyond a base install it depends entirely on what I have in mind
    for doing with the computer. But some that I often end up
    installing manually because they're not included in the distro
    base:

    Network tools that should be there already, but may need
    installing (GNU inetutils versions):
    ifconfig
    telnet
    ftp

    Other network tools:
    links
    tin
    mosh
    nmap
    whois
    dig

    Format Conversions:
    ghostscript
    imagemagick
    ffmpeg

    Decompressors I always end up needing eventually:
    p7zip or 7z
    unrar

    If it's a graphical install (always X11):
    jwm (window manager)
    xzgv (image viewer)
    dillo (web browser)
    xpdf (PDF viewer)
    gv (postscript + pdf viewer)

    Other tools:
    tree
    hunspell
    mc
    gcc
    git
    bc
    apt-file (Devuan)
    aptitude (Devuan - I wish the changelog fetcher worked!)

    Lots more tools, especially graphical, depend on what I intend to
    do with the computer, eg. Firefox on a PC but not on a RPi Zero.
    I've assumed a few programs that others have mentioned, like wget,
    are in the distro base packages already.

    --
    __ __
    #_ < |\| |< _#

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Computer Nerd Kev on Mon Jul 8 00:56:27 2024
    not@telling.you.invalid (Computer Nerd Kev) writes:

    Borax Man <rotflol2@hotmail.com> wrote:

    ifconfig

    ;-)

    ftp

    You tried lftp?

    mosh

    Can't live without! How could I forget to mention it in my list?

    aptitude (Devuan - I wish the changelog fetcher worked!)

    Yip.

    --
    Trust me, I know what I'm doing...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Popping Mad@21:1/5 to Lawrence D'Oliveiro on Sun Jul 7 19:45:07 2024
    On 7/7/24 5:21 PM, Lawrence D'Oliveiro wrote:
    Is there anything better than systemd?


    Anything

    Why not create something?

    No need...

    https://forum.artixlinux.org/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Popping Mad on Mon Jul 8 00:57:38 2024
    On Sun, 7 Jul 2024 19:43:03 -0400, Popping Mad wrote:

    That is bullshit. Flouridation is harmless, useful and protcects your
    teeth. Systemd is none of those things. And FWIW, it is the Free
    Software movement. You don't want to restrict Linux to only opensource.

    https://opensource.org/about

    Certainly you wouldn't want to restrict yourself to Stallman's Free
    Software Foundation.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bobbie Sellers@21:1/5 to Lawrence D'Oliveiro on Sun Jul 7 20:24:50 2024
    On 7/7/24 14:21, Lawrence D'Oliveiro wrote:
    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:

    I'll rip out all systemd using distributions here as soon as I
    have decided what to use instead.

    Is there anything better than systemd? Why not create something?

    The proper question is "Is there anything worse that systemd?"

    Systemd combines too many functions in one program and when Klaus
    Knopper looked at it he did write his own startup. In PCLinuxOS
    we still use SysVinit and have few proplems in our Rolling Release
    but I am just a user and when I first encounted systemd in
    Mageia it was early days and I had lots of problems with it.

    bliss


    --
    b l i s s - S F 4 e v e r at D S L E x t r e m e dot com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Bobbie Sellers on Mon Jul 8 06:14:53 2024
    Bobbie Sellers <blissInSanFrancisco@mouse-potato.com> writes:

    The proper question is "Is there anything worse that systemd?"

    Systemd hopping over to BSD?

    The Tragedy of systemd
    <https://www.youtube.com/watch?v=o_AIw9bGogo&t=1654s>

    --
    I do not bite, I just want to play.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Popping Mad on Mon Jul 8 05:50:06 2024
    On Sun, 7 Jul 2024 19:43:03 -0400, Popping Mad wrote:

    Artix is quite good, simple and stable.

    Interesting that all their anti-systemd rants are years out of date.

    Unlike Systemd, it just works.

    Did you know that systemd offers better compatibility with old sysvinit
    scripts than, say, OpenRC can manage?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Computer Nerd Kev on Mon Jul 8 06:41:22 2024
    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:

    ifconfig

    iproute2, surely.

    ffmpeg

    The multimedia sonic screwdriver. If there’s a format or codec it doesn’t handle, it’s because that format or codec simply isn’t worth using.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Popping Mad on Mon Jul 8 11:54:58 2024
    On Sun, 7 Jul 2024, Popping Mad wrote:

    On 7/7/24 5:59 PM, Lawrence D'Oliveiro wrote:
    systemd-haters are like the anti-fluoridationists of the Open Source movement.


    That is bullshit. Flouridation is harmless, useful and protcects your
    teeth. Systemd is none of those things. And FWIW, it is the Free
    Software movement. You don't want to restrict Linux to only opensource.


    Artix is quite good, simple and stable.

    Unlike Systemd, it just works.



    And Lawrence loses again! =)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Computer Nerd Kev on Mon Jul 8 10:23:15 2024
    On 2024-07-07, Computer Nerd Kev <not@telling.you.invalid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install?

    Beyond a base install it depends entirely on what I have in mind
    for doing with the computer. But some that I often end up
    installing manually because they're not included in the distro
    base:

    Network tools that should be there already, but may need
    installing (GNU inetutils versions):
    ifconfig
    telnet
    ftp

    Other network tools:
    links
    tin
    mosh
    nmap
    whois
    dig

    Format Conversions:
    ghostscript
    imagemagick
    ffmpeg

    Decompressors I always end up needing eventually:
    p7zip or 7z
    unrar

    If it's a graphical install (always X11):
    jwm (window manager)
    xzgv (image viewer)
    dillo (web browser)
    xpdf (PDF viewer)
    gv (postscript + pdf viewer)

    Other tools:
    tree
    hunspell
    mc
    gcc
    git
    bc
    apt-file (Devuan)
    aptitude (Devuan - I wish the changelog fetcher worked!)

    Lots more tools, especially graphical, depend on what I intend to
    do with the computer, eg. Firefox on a PC but not on a RPi Zero.
    I've assumed a few programs that others have mentioned, like wget,
    are in the distro base packages already.


    I think you can tell when someone switched to Linux, by what programs
    they consider required accessories.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to candycanearter07@candycanearter07.n on Mon Jul 8 10:25:46 2024
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a replacement for AMOR (amazing misuse of resources) forever since it wont compile for me under debian

    I always have both XScreenSaver and XLockmore.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to rbowman on Mon Jul 8 10:28:56 2024
    On 2024-07-07, rbowman <bowman@montana.com> wrote:
    On Sun, 7 Jul 2024 13:30:03 -0000 (UTC), candycanearter07 wrote:

    sidenote thank you for mentioning xpenguins i have been looking for a
    replacement for AMOR (amazing misuse of resources) forever since it wont
    compile for me under debian

    xsnow?

    Ahh, I forgot to mention xsnow!
    There is also xroach.

    Oneko draws a cat that follows your mouse pointer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Borax Man on Mon Jul 8 13:20:05 2024
    Borax Man <rotflol2@hotmail.com> wrote at 10:28 this Monday (GMT):
    On 2024-07-07, rbowman <bowman@montana.com> wrote:
    On Sun, 7 Jul 2024 13:30:03 -0000 (UTC), candycanearter07 wrote:

    sidenote thank you for mentioning xpenguins i have been looking for a
    replacement for AMOR (amazing misuse of resources) forever since it wont >>> compile for me under debian

    xsnow?

    Ahh, I forgot to mention xsnow!
    There is also xroach.

    Oneko draws a cat that follows your mouse pointer.


    Interesting. I don't like oneko that much bc it makes it hard to see
    what I'm trying to look at sometimes, and xroach sounds gross.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Simon on Mon Jul 8 14:10:05 2024
    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):
    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would choose to
    keep Windows at all?


    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Simon@21:1/5 to All on Mon Jul 8 13:51:16 2024
    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would choose to keep Windows at all?
    --
    Simon

    RLU: 222126

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fritz Wuehler@21:1/5 to All on Mon Jul 8 16:49:43 2024
    Lawrence D'Oliveiro <...@nz.invalid> [LD]:
    xdotool

    Thats what the command line is for.

    xdotool is a _command-line_ X11 automation tool.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to Lawrence D'Oliveiro on Mon Jul 8 16:29:24 2024
    On 2024-07-08, Lawrence D'Oliveiro wrote:

    On Sun, 7 Jul 2024 19:43:03 -0400, Popping Mad wrote:

    Artix is quite good, simple and stable.

    Interesting that all their anti-systemd rants are years out of date.

    Unlike Systemd, it just works.

    Did you know that systemd offers better compatibility with old sysvinit scripts than, say, OpenRC can manage?

    You're the one who is trying to turn this into an argument over systemd
    and trying to portray those who do not like systemd as "haters".

    If that's not what you meant, I'm sorry, maybe I misread some post?

    This is starting to sound like what some wayland users say on the
    Internet as soon as someone dares to say they're using X11, or worse,
    when they present situations that cannot be handled using Wayland, and
    the response is verbal violence, dismissal and hate.

    The world isn't just systemd. If the culture is going to be that one
    must use or worship systemd to use a linux-based system, maybe it's
    better to check what shall I migrate to :-P

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to Borax Man on Mon Jul 8 16:22:59 2024
    On 2024-07-07, Borax Man wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    [...]
    - star
    [...]
    - lzip

    BSD tar. Might be installed as part of libarchive in some systems.


    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Simon@21:1/5 to All on Mon Jul 8 17:10:37 2024
    On 2024-07-08, candycanearter07 wrote:
    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):
    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would choose to
    keep Windows at all?


    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..

    The learning curve is the installation and adhoc fixes, for the average use the internet starts with the Google page and their bookmarks.

    Having set many people up with KDE and Firefox they really didn't notice any difference. Except the wallpaper telling them their Windows was not activated. --
    Simon

    RLU: 222126

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Simon on Mon Jul 8 18:11:30 2024
    On Mon, 8 Jul 2024 13:51:16 -0000 (UTC), Simon wrote:

    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    I read 'first' as the first OS a person was exposed to.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lew Pitcher@21:1/5 to rbowman on Mon Jul 8 18:29:56 2024
    On Mon, 08 Jul 2024 18:11:30 +0000, rbowman wrote:

    On Mon, 8 Jul 2024 13:51:16 -0000 (UTC), Simon wrote:

    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    I read 'first' as the first OS a person was exposed to.

    For me, that would be IBM's (mainframe) DOS/VS, at college.

    ;-)

    --
    Lew Pitcher
    "In Skills We Trust"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Borax Man on Mon Jul 8 23:56:48 2024
    Borax Man <rotflol2@hotmail.com> writes:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    Varies but probably less, tmux, zsh and some minimal vi for editor are
    the bare minimum. In fact, even back when I had a router with just 8 MB
    flash for all storage, those four went in. Well, screen instead of tmux
    back then. Uncomfortable to think people make do with awful Busybox.

    X server or client stuff is by no means required since some of my
    machines are headless. Might be some throwaway virtual machine too for something or other.

    Usually also:

    - Emacs if there's more editing or note taking to do and/or I get around
    to it as then I'll want to pull my shared Emacs config somehow and
    that means some sync setup or at least git.

    - These days, bat for a file viewer or vim, same reason, color support
    for easier reading of various files in the terminal.

    - I usually eventually will need wget and then likely unzip and possibly
    some other uncompression tools may follow.

    - bup for backups if needed.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Lew Pitcher on Mon Jul 8 21:30:13 2024
    On 2024-07-08, Lew Pitcher <lew.pitcher@digitalfreehold.ca> wrote:

    On Mon, 08 Jul 2024 18:11:30 +0000, rbowman wrote:

    On Mon, 8 Jul 2024 13:51:16 -0000 (UTC), Simon wrote:

    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    I read 'first' as the first OS a person was exposed to.

    For me, that would be IBM's (mainframe) DOS/VS, at college.

    Our school ran MTS on a 360/67.

    ;-)

    Back at you, good buddy.

    --
    /~\ Charlie Gibbs | We'll go down in history as
    \ / <cgibbs@kltpzyxm.invalid> | the first society that wouldn't
    X I'm really at ac.dekanfrus | save itself because it wasn't
    / \ if you read it the right way. | cost-effective. -- Kurt Vonnegut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lew Pitcher on Mon Jul 8 22:58:27 2024
    On Mon, 8 Jul 2024 18:29:56 -0000 (UTC), Lew Pitcher wrote:


    For me, that would be IBM's (mainframe) DOS/VS, at college.

    ;-)


    That was a latecomer. For me it was DOS/360 or whatever a System 360/30
    was running in '65. I never got closer than turning in the deck of cards
    and getting the greenbar printout.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Computer Nerd Kev@21:1/5 to yeti on Tue Jul 9 09:03:54 2024
    yeti <yeti@tilde.institute> wrote:
    not@telling.you.invalid (Computer Nerd Kev) writes:

    ftp

    You tried lftp?

    I've used that before for complex recursive tasks using (S)FTP,
    though the simpler clients usually do all I need. At the other
    extreme ncftpget and ncftpput or their Busybox equivalents can
    be very useful too for using one-line commands. Then there's
    CurlFtpFS, though it doesn't use the FTP protocol very efficiently
    at all (multiple connections just to grab one file). It also needs
    a patch to work with newer libcurl versions or it chokes on certain
    filename characters. Or there's a "CurlFtpFS-NG" fork.

    --
    __ __
    #_ < |\| |< _#

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Computer Nerd Kev@21:1/5 to Lawrence D'Oliveiro on Tue Jul 9 09:11:16 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:

    ifconfig

    iproute2, surely.

    I can do all I want with ifconfig, and in spite of what some people
    claim the GNU inetutils version is still maintained so there's no
    reason to switch.

    ffmpeg

    The multimedia sonic screwdriver. If there's a format or codec it doesn't handle, it's because that format or codec simply isn't worth using.

    Indeed, although it's unfortunate that the ways to do some
    seemingly easy things like joining two video files together can
    require a very complicated set of command-line options.

    --
    __ __
    #_ < |\| |< _#

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Computer Nerd Kev on Mon Jul 8 23:18:34 2024
    On 9 Jul 2024 09:11:16 +1000, Computer Nerd Kev wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:

    ffmpeg

    The multimedia sonic screwdriver. If there's a format or codec it
    doesn't handle, it's because that format or codec simply isn't worth
    using.

    Indeed, although it's unfortunate that the ways to do some seemingly
    easy things like joining two video files together can require a very complicated set of command-line options.

    Because some file formats (e.g. MPEG-4) do not work if you simply
    concatenate files.

    If you want a container that can be (more) easily split apart and joined,
    and can even start playing before it has completely downloaded, try .ts (“transport stream”) format.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Nuno Silva on Mon Jul 8 23:21:25 2024
    On Mon, 08 Jul 2024 16:29:24 +0100, Nuno Silva wrote:

    You're the one who is trying to turn this into an argument over systemd
    and trying to portray those who do not like systemd as "haters".

    Was I, indeed? Go to the Artix site, and the first thing you see is a
    bunch of links to outdated anti-systemd rants. The primary raison d’être
    of this particular distro seems to be hatred of systemd.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to yeti on Mon Jul 8 23:22:36 2024
    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Sun, 07 Jul 2024 07:14:14 +0042, yeti wrote:

    mawk

    I like "-We" and dislike GAWKisms.

    perl >> awk (any awk)

    I have AWK in OpenWrt and NetBSD default installs. Perl not. So I
    benefit more from keeping my AWK muscles intact.

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does, just as concisely, and a lot more besides.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Mon Jul 8 23:23:51 2024
    On Mon, 8 Jul 2024 14:10:05 -0000 (UTC), candycanearter07 wrote:

    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):

    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..

    Most of that is actually an UNlearning curve, don’t forget. Things that
    you expect to have to worry about, that actually you don’t.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Lawrence D'Oliveiro on Tue Jul 9 00:42:40 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Sun, 07 Jul 2024 07:14:14 +0042, yeti wrote:

    mawk

    I like "-We" and dislike GAWKisms.

    perl >> awk (any awk)

    I have AWK in OpenWrt and NetBSD default installs. Perl not. So I
    benefit more from keeping my AWK muscles intact.

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does,

    Like being present in OpenWrt and BSD's default install?

    just as concisely, and a lot more besides.

    Amen.


    Just for the giggles:

    93% of Paint Splatters are Valid Perl Programs
    Colin McMillen and Tim Toady
    twitter.com/mcmillen & famicol.in/sigbovik <https://www.mcmillen.dev/sigbovik/2019.pdf>

    --
    I do not bite, I just want to play.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Fritz Wuehler on Mon Jul 8 23:16:01 2024
    On Mon, 08 Jul 2024 16:49:43 +0200, Fritz Wuehler wrote:

    xdotool is a _command-line_ X11 automation tool.

    We call a command-line automation tool a “shell”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Anssi Saari on Mon Jul 8 23:19:43 2024
    On Mon, 08 Jul 2024 23:56:48 +0300, Anssi Saari wrote:

    - I usually eventually will need wget and then likely unzip and possibly
    some other uncompression tools may follow.

    unar seems to work well for decompressing several different archive
    formats in one program.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Simon on Tue Jul 9 00:36:25 2024
    Simon <SimonJ@eu.invalid> wrote at 17:10 this Monday (GMT):
    On 2024-07-08, candycanearter07 wrote:
    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):
    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would choose to
    keep Windows at all?


    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..

    The learning curve is the installation and adhoc fixes, for the average use the
    internet starts with the Google page and their bookmarks.

    Fair, though gaming and some professional apps cough adobe are still
    difficult to get around

    Having set many people up with KDE and Firefox they really didn't notice any difference. Except the wallpaper telling them their Windows was not activated.


    Good news, there's a program to recreate that! (activate-linux)
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Tue Jul 9 00:36:32 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 23:23 this Monday (GMT):
    On Mon, 8 Jul 2024 14:10:05 -0000 (UTC), candycanearter07 wrote:

    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):

    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..

    Most of that is actually an UNlearning curve, don’t forget. Things that
    you expect to have to worry about, that actually you don’t.


    Right, but that still would be difficult to unlearn.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Tue Jul 9 00:37:52 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 23:18 this Monday (GMT):
    On 9 Jul 2024 09:11:16 +1000, Computer Nerd Kev wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:

    ffmpeg

    The multimedia sonic screwdriver. If there's a format or codec it
    doesn't handle, it's because that format or codec simply isn't worth
    using.

    Indeed, although it's unfortunate that the ways to do some seemingly
    easy things like joining two video files together can require a very
    complicated set of command-line options.

    Because some file formats (e.g. MPEG-4) do not work if you simply
    concatenate files.

    If you want a container that can be (more) easily split apart and joined,
    and can even start playing before it has completely downloaded, try .ts (“transport stream”) format.


    I've never heard of that, but it sounds interesting! Is it a more raw
    format like .wav?
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Anssi Saari on Tue Jul 9 00:37:54 2024
    Anssi Saari <anssi.saari@usenet.mail.kapsi.fi> wrote at 20:56 this Monday (GMT):
    Borax Man <rotflol2@hotmail.com> writes:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    Varies but probably less, tmux, zsh and some minimal vi for editor are
    the bare minimum. In fact, even back when I had a router with just 8 MB
    flash for all storage, those four went in. Well, screen instead of tmux
    back then. Uncomfortable to think people make do with awful Busybox.

    X server or client stuff is by no means required since some of my
    machines are headless. Might be some throwaway virtual machine too for something or other.

    Usually also:

    - Emacs if there's more editing or note taking to do and/or I get around
    to it as then I'll want to pull my shared Emacs config somehow and
    that means some sync setup or at least git.

    :(

    - These days, bat for a file viewer or vim, same reason, color support
    for easier reading of various files in the terminal.

    It's always nice to have. exa is another one I like (ls replacement).

    - I usually eventually will need wget and then likely unzip and possibly
    some other uncompression tools may follow.

    - bup for backups if needed.


    Bup seems very useful..
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Tue Jul 9 00:37:59 2024
    rbowman <bowman@montana.com> wrote at 18:11 this Monday (GMT):
    On Mon, 8 Jul 2024 13:51:16 -0000 (UTC), Simon wrote:

    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    I read 'first' as the first OS a person was exposed to.


    Yeah, that's what I meant. Most home and school computers would probably
    be MacOS or Windows.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Fritz Wuehler on Tue Jul 9 00:38:00 2024
    Fritz Wuehler <fritz@spamexpire-202407.rodent.frell.theremailer.net> wrote at 14:49 this Monday (GMT):
    Lawrence D'Oliveiro <...@nz.invalid> [LD]:
    xdotool

    That¢s what the command line is for.

    xdotool is a _command-line_ X11 automation tool.


    It's also very useful for some macro keybindings, or if a program
    doesn't support --geometry. Also, marking a program as "always on
    bottom"
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Tue Jul 9 02:03:22 2024
    On Tue, 9 Jul 2024 00:36:32 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 23:23 this Monday (GMT):
    On Mon, 8 Jul 2024 14:10:05 -0000 (UTC), candycanearter07 wrote:

    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):

    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..

    Most of that is actually an UNlearning curve, don’t forget. Things that
    you expect to have to worry about, that actually you don’t.


    Right, but that still would be difficult to unlearn.

    If you progressed from CP/M and DOS there wasn't that much to unlearn.
    I've nothing against GUIs but I'm usually not far from Konsole, xterm.
    Windows Terminal or whatever else gives me a command line.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Tue Jul 9 01:47:21 2024
    On Mon, 8 Jul 2024 23:22:36 -0000 (UTC), Lawrence D'Oliveiro wrote:

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does, just as concisely, and a lot more besides.

    That's what Larry Wall says... Some of the stranger syntax of Perl is
    courtesy of awk, sed, and so forth.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to yeti on Tue Jul 9 05:42:19 2024
    On Tue, 09 Jul 2024 00:42:40 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does,

    Like being present in OpenWrt and BSD's default install?

    That’s why this thread is about stuff you want to make sure is present,
    not relying on the distro defaults.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to Lawrence D'Oliveiro on Tue Jul 9 09:08:25 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Tue, 09 Jul 2024 00:42:40 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does,

    Like being present in OpenWrt and BSD's default install?

    That’s why this thread is about stuff you want to make sure is present,
    not relying on the distro defaults.

    I mentioned to *install* MAWK because of -We and then it was YOU who
    turned that into a "PERL is better" discussion.

    --
    Trust me, I know what I'm doing...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to All on Tue Jul 9 09:35:50 2024
    On 2024-07-09, candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 23:18 this Monday (GMT):
    On 9 Jul 2024 09:11:16 +1000, Computer Nerd Kev wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:

    ffmpeg

    The multimedia sonic screwdriver. If there's a format or codec it
    doesn't handle, it's because that format or codec simply isn't worth
    using.

    Indeed, although it's unfortunate that the ways to do some seemingly
    easy things like joining two video files together can require a very
    complicated set of command-line options.

    Because some file formats (e.g. MPEG-4) do not work if you simply
    concatenate files.

    If you want a container that can be (more) easily split apart and joined,
    and can even start playing before it has completely downloaded, try .ts
    (“transport stream”) format.


    I've never heard of that, but it sounds interesting! Is it a more raw
    format like .wav?

    It's another MPEG container. I think one use of this is DVB (so,
    "digital television").

    Just like there is a different MPEG container used in DVD-Video.

    My question here would be how flexible it is regarding what can be in
    the container. From what I remember of DVD-Video, these containers
    aren't that limited, you just need to stick to some criteria if you want compatibility with a specific kind of player (say, DVD-Video, where IIRC
    the video stream has to be encoded using MPEG-2, and should have one of
    a few frame sizes, likewise subtitles probably need to be in the bitmap
    format, even if MPEG can carry other subtitle formats (I think DVB also
    defines a textual format for subtitles?)).

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to rbowman on Tue Jul 9 09:45:03 2024
    On 07/07/2024 22:35, rbowman wrote:
    On Sun, 7 Jul 2024 21:21:23 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Sun, 07 Jul 2024 10:10:20 +0042, yeti wrote:

    I'll rip out all systemd using distributions here as soon as I have
    decided what to use instead.

    Is there anything better than systemd? Why not create something?

    Someday when I'm really bored I'll have to figure out why some people hate systemd.
    Because it has been released way before all the bugs, inconsistencies
    and documentation have been sorted out.

    As well as all the third party apps invoked by it having to change their startup scripts and methodologies.

    --
    The New Left are the people they warned you about.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Simon@21:1/5 to rbowman on Tue Jul 9 10:06:17 2024
    On 2024-07-08, rbowman wrote:
    On Mon, 8 Jul 2024 13:51:16 -0000 (UTC), Simon wrote:

    On 2024-07-08, candycanearter07 wrote:

    To be fair, having Linux as your first OS would be very rare.


    Why would you think that? Having the choice and the ability who would
    choose to keep Windows at all?

    I read 'first' as the first OS a person was exposed to.

    OK, I thought it was first as in primary, my bad.
    --
    Simon

    RLU: 222126

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Popping Mad on Tue Jul 9 10:44:42 2024
    On 09/07/2024 10:42, Popping Mad wrote:
    On 7/8/24 10:10 AM, candycanearter07 wrote:
    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..


    That is bullshit. You think it is easy to get Windows to do ANYTHING?
    That was never true, not even before ximian, and it is still not true.

    The only reason Windows is popular is because it comes pre-installed on computers, and many 3rd party apps will only run on it.

    --
    Karl Marx said religion is the opium of the people.
    But Marxism is the crack cocaine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Popping Mad@21:1/5 to All on Tue Jul 9 05:42:20 2024
    On 7/8/24 10:10 AM, candycanearter07 wrote:
    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..


    That is bullshit. You think it is easy to get Windows to do ANYTHING?
    That was never true, not even before ximian, and it is still not true.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to yeti on Tue Jul 9 12:20:18 2024
    This message is in MIME format. The first part should be readable text,
    while the remaining parts are likely unreadable without MIME-aware tools.

    On Tue, 9 Jul 2024, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Tue, 09 Jul 2024 00:42:40 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does,

    Like being present in OpenWrt and BSD's default install?

    That’s why this thread is about stuff you want to make sure is present,
    not relying on the distro defaults.

    I mentioned to *install* MAWK because of -We and then it was YOU who
    turned that into a "PERL is better" discussion.


    Note that Lawrence thrives on conflict. His classic move is to refuse to
    answer your arguments, reframe or rephrase the original question and act
    as if that was what you were talking about all along.

    Take a good piece of advice and just ignore him.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From yeti@21:1/5 to nospam@example.net on Tue Jul 9 11:26:25 2024
    D <nospam@example.net> writes:

    On Tue, 9 Jul 2024, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Tue, 09 Jul 2024 00:42:40 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does,

    Like being present in OpenWrt and BSD's default install?

    That’s why this thread is about stuff you want to make sure is present, >>> not relying on the distro defaults.

    I mentioned to *install* MAWK because of -We and then it was YOU who
    turned that into a "PERL is better" discussion.

    Note that Lawrence thrives on conflict. His classic move is to refuse
    to answer your arguments, reframe or rephrase the original question
    and act as if that was what you were talking about all along.

    Ok, that's good news: I'm not hallucinating... \o/

    Take a good piece of advice and just ignore him.

    Yip.

    --
    4. Hitchhiker 11:
    (72) "Watch the road!'' she yelped.
    (73) "Shit!"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Computer Nerd Kev@21:1/5 to Lawrence D'Oliveiro on Wed Jul 10 08:44:31 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On 9 Jul 2024 09:11:16 +1000, Computer Nerd Kev wrote:
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:
    ffmpeg

    The multimedia sonic screwdriver. If there's a format or codec it
    doesn't handle, it's because that format or codec simply isn't worth
    using.

    Indeed, although it's unfortunate that the ways to do some seemingly
    easy things like joining two video files together can require a very
    complicated set of command-line options.

    Because some file formats (e.g. MPEG-4) do not work if you simply
    concatenate files.

    Well yeah, otherwise I'd just use Cat. Anyway thankfully I don't
    have to do it often. Last time was to set up a scripted process for
    someone to get video 'scenes' off their camera as one continuous
    video, then they never used it and changed their mind about
    learning to use a video editor program, which they'd adamantly
    refused to do when I suggested it in the first place. Huff.

    --
    __ __
    #_ < |\| |< _#

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to yeti on Wed Jul 10 00:40:49 2024
    On Tue, 09 Jul 2024 09:08:25 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    On Tue, 09 Jul 2024 00:42:40 +0042, yeti wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    I never bothered to expend the brain cells to learn awk. perl does
    everything awk does,

    Like being present in OpenWrt and BSD's default install?

    That’s why this thread is about stuff you want to make sure is present,
    not relying on the distro defaults.

    I mentioned to *install* MAWK because of -We and then it was YOU who
    turned that into a "PERL is better" discussion.

    And then you seemed to forget about that “install” part, didn’t you?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to The Natural Philosopher on Wed Jul 10 00:39:48 2024
    On Tue, 9 Jul 2024 09:45:03 +0100, The Natural Philosopher wrote:

    Because it has been released way before all the bugs, inconsistencies
    and documentation have been sorted out.

    Nobody should be expressing an opinion about systemd before reading this
    first: <http://0pointer.de/blog/projects/the-biggest-myths.html>.

    As well as all the third party apps invoked by it having to change
    their startup scripts and methodologies.

    It actually offers better backward compatibility with sysvinit than some
    other alternative init systems.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Computer Nerd Kev on Wed Jul 10 00:42:47 2024
    On 10 Jul 2024 08:44:31 +1000, Computer Nerd Kev wrote:

    Last time was to set up a scripted process for someone to
    get video 'scenes' off their camera as one continuous video ...

    Remember to use “-c copy” to avoid reencoding any of the data (with consequent quality loss). That way it just gets repacked into the new
    file, which is also a lot faster.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to candycanearter07@candycanearter07.n on Wed Jul 10 09:31:00 2024
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that >>>> you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a
    replacement for AMOR (amazing misuse of resources) forever since it wont >>> compile for me under debian

    I always have both XScreenSaver and XLockmore.


    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen. XScreenSaver, well, my kids enjoy watching the bouncing cows, they think
    its hilarious!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Popping Mad on Wed Jul 10 09:25:04 2024
    On 2024-07-09, Popping Mad <rainbow@colition.gov> wrote:
    On 7/8/24 10:10 AM, candycanearter07 wrote:
    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..


    That is bullshit. You think it is easy to get Windows to do ANYTHING?
    That was never true, not even before ximian, and it is still not true.


    I agree, Windows was quite difficult too. Back in the Windows 95/98
    days I had to reinstall a few times, because of viruses and corruption.
    I remember having corrupted registries, vague GDI errors, things I
    didn't know how to fix. I remember people having problems with Windows,
    coming to me for help because I did "know computers", but still being
    stuck.

    Windows is easy when it works, but when it stuffed up, it was just as difficult.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Borax Man on Wed Jul 10 10:32:16 2024
    On 10/07/2024 10:25, Borax Man wrote:
    On 2024-07-09, Popping Mad <rainbow@colition.gov> wrote:
    On 7/8/24 10:10 AM, candycanearter07 wrote:
    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..


    That is bullshit. You think it is easy to get Windows to do ANYTHING?
    That was never true, not even before ximian, and it is still not true.


    I agree, Windows was quite difficult too. Back in the Windows 95/98
    days I had to reinstall a few times, because of viruses and corruption.
    I remember having corrupted registries, vague GDI errors, things I
    didn't know how to fix. I remember people having problems with Windows, coming to me for help because I did "know computers", but still being
    stuck.

    Windows is easy when it works, but when it stuffed up, it was just as difficult.

    Windows had two advantages
    - it came pre installed and the shop knew how to reinstall it
    - many more people knew how to fix its current problems

    It needed them because right from when I switched over in Win98 it was a
    lot less stable, and quirky and virus prone.

    But all these comparisons with linux are fairly pointless. People who
    run Windows do so for other reasons.

    --
    I was brought up to believe that you should never give offence if you
    can avoid it; the new culture tells us you should always take offence if
    you can. There are now experts in the art of taking offence, indeed
    whole academic subjects, such as 'gender studies', devoted to it.

    Sir Roger Scruton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Borax Man on Wed Jul 10 13:40:04 2024
    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):

    Just wondering what programs (aside from the coreutils/X11 and other >>>>> elements that make up a basic install), do you consider to be a vital >>>>> part of YOUR Linux install? What are the little additional tools that >>>>> you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a
    replacement for AMOR (amazing misuse of resources) forever since it wont >>>> compile for me under debian

    I always have both XScreenSaver and XLockmore.


    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen. XScreenSaver, well, my kids enjoy watching the bouncing cows, they think
    its hilarious!


    Oh, IG I'll stick to XSS then. Do you run them directly from /usr/lib/xscreensaver? (or libexec)
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to The Natural Philosopher on Wed Jul 10 13:40:05 2024
    The Natural Philosopher <tnp@invalid.invalid> wrote at 09:44 this Tuesday (GMT):
    On 09/07/2024 10:42, Popping Mad wrote:
    On 7/8/24 10:10 AM, candycanearter07 wrote:
    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..


    That is bullshit. You think it is easy to get Windows to do ANYTHING?
    That was never true, not even before ximian, and it is still not true.

    The only reason Windows is popular is because it comes pre-installed on computers, and many 3rd party apps will only run on it.


    And the whole snowball effect of "everyone uses it so everyone knows how
    to deal with its issues" thing.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Nuno Silva on Wed Jul 10 13:40:06 2024
    Nuno Silva <nunojsilva@invalid.invalid> wrote at 08:35 this Tuesday (GMT):
    On 2024-07-09, candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 23:18 this Monday (GMT):
    On 9 Jul 2024 09:11:16 +1000, Computer Nerd Kev wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On 8 Jul 2024 09:18:34 +1000, Computer Nerd Kev wrote:

    ffmpeg

    The multimedia sonic screwdriver. If there's a format or codec it
    doesn't handle, it's because that format or codec simply isn't worth >>>>> using.

    Indeed, although it's unfortunate that the ways to do some seemingly
    easy things like joining two video files together can require a very
    complicated set of command-line options.

    Because some file formats (e.g. MPEG-4) do not work if you simply
    concatenate files.

    If you want a container that can be (more) easily split apart and joined, >>> and can even start playing before it has completely downloaded, try .ts
    (“transport stream”) format.


    I've never heard of that, but it sounds interesting! Is it a more raw
    format like .wav?

    It's another MPEG container. I think one use of this is DVB (so,
    "digital television").

    Just like there is a different MPEG container used in DVD-Video.

    Oh, cool! I didn't know that.

    My question here would be how flexible it is regarding what can be in
    the container. From what I remember of DVD-Video, these containers
    aren't that limited, you just need to stick to some criteria if you want compatibility with a specific kind of player (say, DVD-Video, where IIRC
    the video stream has to be encoded using MPEG-2, and should have one of
    a few frame sizes, likewise subtitles probably need to be in the bitmap format, even if MPEG can carry other subtitle formats (I think DVB also defines a textual format for subtitles?)).


    Wait, subtitles were saved as bitmap images?
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Wed Jul 10 13:40:07 2024
    rbowman <bowman@montana.com> wrote at 02:03 this Tuesday (GMT):
    On Tue, 9 Jul 2024 00:36:32 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 23:23 this Monday (GMT):
    On Mon, 8 Jul 2024 14:10:05 -0000 (UTC), candycanearter07 wrote:

    Simon <SimonJ@eu.invalid> wrote at 13:51 this Monday (GMT):

    Why would you think that? Having the choice and the ability who would >>>>> choose to keep Windows at all?

    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..

    Most of that is actually an UNlearning curve, don’t forget. Things that >>> you expect to have to worry about, that actually you don’t.


    Right, but that still would be difficult to unlearn.

    If you progressed from CP/M and DOS there wasn't that much to unlearn.
    I've nothing against GUIs but I'm usually not far from Konsole, xterm. Windows Terminal or whatever else gives me a command line.


    Yeah, but most people nowadays use Windows and stuff
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Wed Jul 10 15:05:19 2024
    On 10/07/2024 14:40, candycanearter07 wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote at 09:44 this Tuesday (GMT):

    The only reason Windows is popular is because it comes pre-installed on
    computers, and many 3rd party apps will only run on it.


    And the whole snowball effect of "everyone uses it so everyone knows how
    to deal with its issues" thing.

    Nothing succeeds like success, eh?

    --
    “A leader is best When people barely know he exists. Of a good leader,
    who talks little,When his work is done, his aim fulfilled,They will say,
    “We did this ourselves.”

    ― Lao Tzu, Tao Te Ching

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bobbie Sellers@21:1/5 to Borax Man on Wed Jul 10 07:59:30 2024
    On 7/10/24 02:25, Borax Man wrote:

    On 2024-07-09, Popping Mad <rainbow@colition.gov> wrote:
    On 7/8/24 10:10 AM, candycanearter07 wrote:
    Well, if you grew up with it, there would be a huge learning curve
    moving to Linux..


    That is bullshit. You think it is easy to get Windows to do ANYTHING?
    That was never true, not even before ximian, and it is still not true.


    I agree, Windows was quite difficult too. Back in the Windows 95/98
    days I had to reinstall a few times, because of viruses and corruption.
    I remember having corrupted registries, vague GDI errors, things I
    didn't know how to fix. I remember people having problems with Windows, coming to me for help because I did "know computers", but still being
    stuck.

    Windows is easy when it works, but when it stuffed up, it was just as
    difficult.

    I tried DOS/CPM but I learned to write Startup Scripts in
    AmigaOS 1.3 -3.9. back when i was enduring middle-age. Before my Amigacomputer died I started on Linux using Xp along the way. I feel for
    you guys that did not start with a friendly OS. Of course I started
    with a C=64 and learned to insert formatting commands in PaperClip.

    bliss- Dell Precision 7730- PCLOS 2024.07- Linux 6.6.36- Plasma 5.27.11

    --
    b l i s s - S F 4 e v e r at D S L E x t r e m e dot com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Wed Jul 10 19:12:48 2024
    On Wed, 10 Jul 2024 13:40:07 -0000 (UTC), candycanearter07 wrote:


    Yeah, but most people nowadays use Windows and stuff

    Agreed. My Windows usage tends to be a little different. I really like WindowsTerminal, particularly how I can open a new tab into the WSL installation. I was very happy when MS finally got around to multiple
    virtual desktops. Most Windows users don't even know what I'm talking
    about.

    I even see that with out support people. They use FileZilla; I use psftp
    from the command line or sftp on Linux. I don't have putty on the Linux
    box so I don't know if that would also install psftp.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to All on Wed Jul 10 22:47:08 2024
    On 2024-07-10, candycanearter07 wrote:

    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):

    Just wondering what programs (aside from the coreutils/X11 and other >>>>>> elements that make up a basic install), do you consider to be a vital >>>>>> part of YOUR Linux install? What are the little additional tools that >>>>>> you can't live without, or just consider to be necessary that maybe >>>>>> others wouldn't?

    [...]
    I'm sure I'm forgetting some here, but
    [...]
    xscreensaver (yes i use it as my locker)
    [...]
    I always have both XScreenSaver and XLockmore.

    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen.
    XScreenSaver, well, my kids enjoy watching the bouncing cows, they think
    its hilarious!

    Oh, IG I'll stick to XSS then. Do you run them directly from /usr/lib/xscreensaver? (or libexec)

    To lock a system running X11, there's also vlock -n -a (At least in the standalone utility I have in this distro, I think some other package now
    also provides a vlock with less features? Or am I misremembering?)

    But with vlock you don't get the fun and interesting part of watching screensavers.

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to The Natural Philosopher on Wed Jul 10 21:58:58 2024
    On 2024-07-10, The Natural Philosopher <tnp@invalid.invalid> wrote:

    On 10/07/2024 14:40, candycanearter07 wrote:

    The Natural Philosopher <tnp@invalid.invalid> wrote at 09:44 this Tuesday
    (GMT):

    The only reason Windows is popular is because it comes pre-installed on
    computers, and many 3rd party apps will only run on it.

    And the whole snowball effect of "everyone uses it so everyone knows how
    to deal with its issues" thing.

    Nothing succeeds like success, eh?

    As I used to say back in the mainframe days:

    Everybody uses COBOL because everybody uses COBOL.

    --
    /~\ Charlie Gibbs | We'll go down in history as
    \ / <cgibbs@kltpzyxm.invalid> | the first society that wouldn't
    X I'm really at ac.dekanfrus | save itself because it wasn't
    / \ if you read it the right way. | cost-effective. -- Kurt Vonnegut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Borax Man on Wed Jul 10 22:19:56 2024
    On Wed, 10 Jul 2024 09:31:00 -0000 (UTC), Borax Man wrote:

    XScreenSaver, well, my kids enjoy watching the bouncing cows, they think
    its hilarious!

    I would just leave it on “random” so you never knew which display it would run on the next activation. Some of them are just mind-blowing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Wed Jul 10 22:21:15 2024
    On Wed, 10 Jul 2024 13:40:06 -0000 (UTC), candycanearter07 wrote:

    Wait, subtitles were saved as bitmap images?

    In DVD-Video, they were called “subpictures”, and had 2 bits per pixel. That meant a choice of four different colour-table entries.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to rbowman on Wed Jul 10 22:22:07 2024
    On 10 Jul 2024 19:12:48 GMT, rbowman wrote:

    I was very happy when MS finally got around to multiple
    virtual desktops. Most Windows users don't even know what I'm talking
    about.

    Probably because they still don’t work right. On Windows, they require cooperation from the app in order to work. On *nix systems, they don’t.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Wed Jul 10 22:22:53 2024
    On Wed, 10 Jul 2024 13:40:05 -0000 (UTC), candycanearter07 wrote:

    And the whole snowball effect of "everyone uses it so everyone knows how
    to deal with its issues" thing.

    “Dealing with issues” usually means:

    * If it gives trouble, reboot it.
    * If it still gives trouble, reinstall.

    How many Windows users know anything beyond this?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to ldo@nz.invalid on Thu Jul 11 00:07:44 2024
    On Wed, 10 Jul 2024 22:19:56 -0000 (UTC), Lawrence D'Oliveiro
    <ldo@nz.invalid> wrote in <v6n1ec$23ef2$1@dont-email.me>:

    On Wed, 10 Jul 2024 09:31:00 -0000 (UTC), Borax Man wrote:

    XScreenSaver, well, my kids enjoy watching the bouncing cows, they
    think its hilarious!

    I would just leave it on “random” so you never knew which display it would run on the next activation. Some of them are just mind-blowing.

    I have mine set to "Star Wars", with text input from a script I wrote
    to display fortunes:

    $ cat myfortune.sh
    #!/bin/bash
    fortune -c | grep -v "^\%"
    echo +++

    # - -%<- -

    ...and turned down the scroll speed a bit.

    --
    -v ASUS TUF Dash F15 x86_64 NVIDIA RTX 3060 Mobile
    OS: Linux 5.15.0-113-lowlatency Release: Mint 21.3 Mem: 15.9G

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Popping Mad@21:1/5 to Borax Man on Wed Jul 10 21:59:24 2024
    On 7/10/24 5:25 AM, Borax Man wrote:
    Windows is easy when it works,


    it never works. It has a built in shell now, so that is a HUGE leap
    forward. But most of my users who have wiondwos can't even figure out
    where the fuck their files are because they are being force fed online services, desktops and virtual spaces,

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Popping Mad@21:1/5 to Lawrence D'Oliveiro on Wed Jul 10 21:56:38 2024
    On 7/9/24 8:39 PM, Lawrence D'Oliveiro wrote:
    Nobody should be expressing an opinion about systemd


    I don't have to read anything about systemd. I've used it as it rolled
    out and it sucked. It is broken by design. Not just systemd, but the
    whole ecosystem around it. It was drummed up and created by a Eastern
    European nut case with Microsoft envey.

    Fortunately, even within the Linux space there are alternatives and that reliable, predicable, secure and work quite well.


    See Artix Linux

    Nobody should have to used systemd. It is just crap and it is designed
    like crap. You don't have to study it or read it or give it much
    though. You just have to use it and then try something else and you are
    amazed at how much better it is to run an OS that is not tied you a huge clusterfuck of monolithic spagehetti code.

    https://artixlinux.org/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Popping Mad on Thu Jul 11 02:23:27 2024
    On Wed, 10 Jul 2024 21:56:38 -0400, Popping Mad wrote:

    I don't have to read anything about systemd. I've used it as it rolled
    out and it sucked. It is broken by design.

    Nobody should be expressing an opinion about systemd before reading this
    first: <http://0pointer.de/blog/projects/the-biggest-myths.html>.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Thu Jul 11 04:05:42 2024
    On Wed, 10 Jul 2024 22:22:07 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On 10 Jul 2024 19:12:48 GMT, rbowman wrote:

    I was very happy when MS finally got around to multiple virtual
    desktops. Most Windows users don't even know what I'm talking about.

    Probably because they still don’t work right. On Windows, they require cooperation from the app in order to work. On *nix systems, they don’t.

    They're better than the third party attempts at least.

    I did the Patch Tuesday update on my laptop today. It took a while but
    didn't break anything as far as I can tell. Fedora only want to upgrade
    26 packages today. Lot of qt6 stuff.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Charlie Gibbs on Thu Jul 11 04:12:38 2024
    On Wed, 10 Jul 2024 21:58:58 GMT, Charlie Gibbs wrote:

    As I used to say back in the mainframe days:

    Everybody uses COBOL because everybody uses COBOL.

    FORTRAN. COBOL was for brain dead business people who loved to type...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to rbowman on Thu Jul 11 05:53:16 2024
    On 11 Jul 2024 04:05:42 GMT, rbowman wrote:

    On Wed, 10 Jul 2024 22:22:07 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On 10 Jul 2024 19:12:48 GMT, rbowman wrote:

    I was very happy when MS finally got around to multiple virtual
    desktops. Most Windows users don't even know what I'm talking about.

    Probably because they still don’t work right. On Windows, they require
    cooperation from the app in order to work. On *nix systems, they don’t.

    They're better than the third party attempts at least.

    Proprietary GUIs are just never designed to be customizable.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Lawrence D'Oliveiro on Thu Jul 11 18:17:18 2024
    On 2024-07-10, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Wed, 10 Jul 2024 13:40:05 -0000 (UTC), candycanearter07 wrote:

    And the whole snowball effect of "everyone uses it so everyone knows how
    to deal with its issues" thing.

    “Dealing with issues” usually means:

    * If it gives trouble, reboot it.
    * If it still gives trouble, reinstall.

    How many Windows users know anything beyond this?

    A friend once worked in a shop where it was SOP to re-format
    and re-install Windows on all machines every 6 months.

    --
    /~\ Charlie Gibbs | We'll go down in history as
    \ / <cgibbs@kltpzyxm.invalid> | the first society that wouldn't
    X I'm really at ac.dekanfrus | save itself because it wasn't
    / \ if you read it the right way. | cost-effective. -- Kurt Vonnegut

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Charlie Gibbs on Thu Jul 11 22:02:15 2024
    On Thu, 11 Jul 2024 18:17:18 GMT, Charlie Gibbs wrote:

    On 2024-07-10, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Wed, 10 Jul 2024 13:40:05 -0000 (UTC), candycanearter07 wrote:

    And the whole snowball effect of "everyone uses it so everyone knows
    how to deal with its issues" thing.

    “Dealing with issues” usually means:

    * If it gives trouble, reboot it.
    * If it still gives trouble, reinstall.

    How many Windows users know anything beyond this?

    A friend once worked in a shop where it was SOP to re-format and
    re-install Windows on all machines every 6 months.

    Why did I immediately think of this old, classic Verity Stob column: <https://web.archive.org/web/20230530000448/http://www.drdobbs.com/cpp/state-of-decay/184405140>.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Lawrence D'Oliveiro on Fri Jul 12 11:50:44 2024
    On 2024-07-10, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Wed, 10 Jul 2024 13:40:05 -0000 (UTC), candycanearter07 wrote:

    And the whole snowball effect of "everyone uses it so everyone knows how
    to deal with its issues" thing.

    “Dealing with issues” usually means:

    * If it gives trouble, reboot it.
    * If it still gives trouble, reinstall.

    How many Windows users know anything beyond this?

    Many don't. Interestingly, back in the early 2000s, when I was using
    Linux (and some friends wondered why I would choose the 'difficult'
    option), I had some of them over for a LAN party, and my system just
    worked. Their Windows systems needed about an hour of mucking around to
    get the networking to work. And they were people who were quiet adept
    with computers.

    I've had a friend move to Linux, and he got the hang of it. Part of the
    reason is because it just didn't corrupt. I have had occasional trouble
    with software (most recent was getting DXVK and Wine so SimCity 4 would
    run smooth in 3D accelerated mode under wine).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Nuno Silva on Fri Jul 12 11:56:09 2024
    On 2024-07-10, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2024-07-10, candycanearter07 wrote:

    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT): >>>>>>>
    Just wondering what programs (aside from the coreutils/X11 and other >>>>>>> elements that make up a basic install), do you consider to be a vital >>>>>>> part of YOUR Linux install? What are the little additional tools that >>>>>>> you can't live without, or just consider to be necessary that maybe >>>>>>> others wouldn't?

    [...]
    I'm sure I'm forgetting some here, but
    [...]
    xscreensaver (yes i use it as my locker)
    [...]
    I always have both XScreenSaver and XLockmore.

    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen.
    XScreenSaver, well, my kids enjoy watching the bouncing cows, they think >>> its hilarious!

    Oh, IG I'll stick to XSS then. Do you run them directly from
    /usr/lib/xscreensaver? (or libexec)

    To lock a system running X11, there's also vlock -n -a (At least in the standalone utility I have in this distro, I think some other package now
    also provides a vlock with less features? Or am I misremembering?)

    But with vlock you don't get the fun and interesting part of watching screensavers.


    vlock on my system only locks the terminal. Useful for a text based
    terminal, not for X11.

    There is the suckless version, slock, which only blanks the screen, very mininal. I prefer the pretty pictures.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to candycanearter07@candycanearter07.n on Fri Jul 12 11:54:18 2024
    On 2024-07-10, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT):

    Just wondering what programs (aside from the coreutils/X11 and other >>>>>> elements that make up a basic install), do you consider to be a vital >>>>>> part of YOUR Linux install? What are the little additional tools that >>>>>> you can't live without, or just consider to be necessary that maybe >>>>>> others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a >>>>> replacement for AMOR (amazing misuse of resources) forever since it wont >>>>> compile for me under debian

    I always have both XScreenSaver and XLockmore.


    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen.
    XScreenSaver, well, my kids enjoy watching the bouncing cows, they think
    its hilarious!


    Oh, IG I'll stick to XSS then. Do you run them directly from /usr/lib/xscreensaver? (or libexec)

    Its built into the menu for FVWM. My FVWM config, which is based on an
    old template that came with FVWM or FVWM95 has a menu for ScreenSavers
    which lists the xlock ones and also for XScreenSaver to start it, or
    start the demo. Thats perhaps why I use them, because in the very early
    days when I started using Linux, I found them in the menu entry here.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rek2 hispagatos@21:1/5 to Charlie Gibbs on Fri Jul 12 13:29:41 2024
    On 2024-07-11, Charlie Gibbs <cgibbs@kltpzyxm.invalid> wrote:
    On 2024-07-10, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Wed, 10 Jul 2024 13:40:05 -0000 (UTC), candycanearter07 wrote:


    iamb - for matrix
    slrn - for usenet
    aerc - for email
    vieb - for http/s
    w2m - for http/s
    gopass - for passwords
    amfora - for gemini protocol capsules
    weechat - for IRC
    signa-desktop - for messanging since I refuse to use whatsup or telegram firefox - for work related content separated from personal one on vieb
    openssh - for ssh
    opendoas - instead of bloated sudo
    calcure - for calendar connected to personal and work calendars nextcloud-desktop - for my collective sharing of pictures, docs since i
    have a degoogle phone and also use nextcloud there.
    bottles/wine - for playing UO outlands and SWGemu
    Sway/wlroots/foot - for desktop
    neovim/nvchad - for coding/notes/documentation/organization
    ... and more...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ben Collver@21:1/5 to Borax Man on Fri Jul 12 14:22:11 2024
    On 2024-07-07, Borax Man <rotflol2@hotmail.com> wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    Some of these are too retro to be mainstream:

    lshw - Linux equivalent to HP-UX ioscan
    7-zip - extracts .7z files
    ufiformat - formats USB floppies
    kermit - data transfer over serial port
    units - convert between different units
    xclip - CLI access to copy/paste buffer

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Sat Jul 13 16:00:04 2024
    rbowman <bowman@montana.com> wrote at 04:12 this Thursday (GMT):
    On Wed, 10 Jul 2024 21:58:58 GMT, Charlie Gibbs wrote:

    As I used to say back in the mainframe days:

    Everybody uses COBOL because everybody uses COBOL.

    FORTRAN. COBOL was for brain dead business people who loved to type...


    Then everyone used BASIC for a while.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Borax Man on Sat Jul 13 16:00:07 2024
    Borax Man <rotflol2@hotmail.com> wrote at 11:54 this Friday (GMT):
    On 2024-07-10, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT): >>>>>>>
    Just wondering what programs (aside from the coreutils/X11 and other >>>>>>> elements that make up a basic install), do you consider to be a vital >>>>>>> part of YOUR Linux install? What are the little additional tools that >>>>>>> you can't live without, or just consider to be necessary that maybe >>>>>>> others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a >>>>>> replacement for AMOR (amazing misuse of resources) forever since it wont >>>>>> compile for me under debian

    I always have both XScreenSaver and XLockmore.


    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen.
    XScreenSaver, well, my kids enjoy watching the bouncing cows, they think >>> its hilarious!


    Oh, IG I'll stick to XSS then. Do you run them directly from
    /usr/lib/xscreensaver? (or libexec)

    Its built into the menu for FVWM. My FVWM config, which is based on an
    old template that came with FVWM or FVWM95 has a menu for ScreenSavers
    which lists the xlock ones and also for XScreenSaver to start it, or
    start the demo. Thats perhaps why I use them, because in the very early
    days when I started using Linux, I found them in the menu entry here.


    Oh, interesting. XFCE doesn't have those, but the binaries are stored in /usr/lib(exec)/xscreensaver so its easy to run from there.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Popping Mad on Sat Jul 13 16:00:08 2024
    Popping Mad <rainbow@colition.gov> wrote at 01:59 this Thursday (GMT):
    On 7/10/24 5:25 AM, Borax Man wrote:
    Windows is easy when it works,


    it never works. It has a built in shell now, so that is a HUGE leap
    forward. But most of my users who have wiondwos can't even figure out
    where the fuck their files are because they are being force fed online services, desktops and virtual spaces,


    Oh yeah, haven't they been linking Documents to OneDrive lately?
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Sat Jul 13 16:00:10 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:21 this Wednesday (GMT):
    On Wed, 10 Jul 2024 13:40:06 -0000 (UTC), candycanearter07 wrote:

    Wait, subtitles were saved as bitmap images?

    In DVD-Video, they were called “subpictures”, and had 2 bits per pixel. That meant a choice of four different colour-table entries.


    Interesting, so that's why some subtitles looked different.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rek2@hispagatos.org.invalid on Sat Jul 13 16:00:09 2024
    rek2 hispagatos <rek2@hispagatos.org.invalid> wrote at 13:29 this Friday (GMT):
    On 2024-07-11, Charlie Gibbs <cgibbs@kltpzyxm.invalid> wrote:
    On 2024-07-10, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Wed, 10 Jul 2024 13:40:05 -0000 (UTC), candycanearter07 wrote:


    Did you mean to reply to the top post?

    iamb - for matrix
    slrn - for usenet

    Nice! I use it too.

    aerc - for email

    I prefer a GUI for email specifically, bc of all the html emails that
    break in something like mutt

    vieb - for http/s
    w2m - for http/s

    Interesting, I've never heard of either. I usually use a combo of
    Firefox, Chrom(ium), dillo, and surf.

    gopass - for passwords

    I could never figure out how to get gopass to sync with my phone in a reasonable way.

    amfora - for gemini protocol capsules
    weechat - for IRC
    signa-desktop - for messanging since I refuse to use whatsup or telegram firefox - for work related content separated from personal one on vieb openssh - for ssh

    is there any other choice for ssh?

    opendoas - instead of bloated sudo

    Eh, I'm fine with sudo but to each their own.

    calcure - for calendar connected to personal and work calendars nextcloud-desktop - for my collective sharing of pictures, docs since i
    have a degoogle phone and also use nextcloud there.
    bottles/wine - for playing UO outlands and SWGemu
    Sway/wlroots/foot - for desktop
    neovim/nvchad - for coding/notes/documentation/organization

    I just prefer default vim

    ... and more...



    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to Ben Collver on Sat Jul 13 18:21:13 2024
    On 2024-07-12, Ben Collver wrote:

    On 2024-07-07, Borax Man <rotflol2@hotmail.com> wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    Some of these are too retro to be mainstream:

    lshw - Linux equivalent to HP-UX ioscan
    7-zip - extracts .7z files

    I stand by my choice of BSD tar for this! :-P

    (Now seriously, the main benefit is that, being tar, it uses the tar
    syntax for options and commands. Hopefully 7-zip is not like RAR where
    some archive types aren't supported by at least some FLOSS libraries and utilities?)

    units - convert between different units

    I embarassingly admit I often use this to convert between tempC and
    tempF. I ought to have memorized the conversion already :-P

    xclip - CLI access to copy/paste buffer

    xclip can not only access the selections, it can also request different
    targets and list the targets (xclip -o -target TARGETS) available.

    For example, when copying from a web page on a mozilla-codebase browser,
    it's possible to get the page URL using xclip, without having to copy it separately.

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to Borax Man on Sat Jul 13 18:26:26 2024
    On 2024-07-12, Borax Man wrote:

    On 2024-07-10, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2024-07-10, candycanearter07 wrote:

    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT): >>>>>>>>
    Just wondering what programs (aside from the coreutils/X11 and other >>>>>>>> elements that make up a basic install), do you consider to be a vital >>>>>>>> part of YOUR Linux install? What are the little additional tools that >>>>>>>> you can't live without, or just consider to be necessary that maybe >>>>>>>> others wouldn't?

    [...]
    I'm sure I'm forgetting some here, but
    [...]
    xscreensaver (yes i use it as my locker)
    [...]
    I always have both XScreenSaver and XLockmore.

    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen. >>>> XScreenSaver, well, my kids enjoy watching the bouncing cows, they think >>>> its hilarious!

    Oh, IG I'll stick to XSS then. Do you run them directly from
    /usr/lib/xscreensaver? (or libexec)

    To lock a system running X11, there's also vlock -n -a (At least in the
    standalone utility I have in this distro, I think some other package now
    also provides a vlock with less features? Or am I misremembering?)

    But with vlock you don't get the fun and interesting part of watching
    screensavers.


    vlock on my system only locks the terminal. Useful for a text based terminal, not for X11.

    "vlock -a" locks the "entire console display", -n creates a different
    virtual console for vlock to be in while doing this from X11. I think -n
    wasn't always necessary in the past, but at least the manual page
    suggests it is needed now. (Either I'm misremembering or something
    inside earlier versions used to do the -n part automatically?)

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sat Jul 13 19:05:43 2024
    On Sat, 13 Jul 2024 16:00:04 -0000 (UTC), candycanearter07 wrote:

    rbowman <bowman@montana.com> wrote at 04:12 this Thursday (GMT):
    On Wed, 10 Jul 2024 21:58:58 GMT, Charlie Gibbs wrote:

    As I used to say back in the mainframe days:

    Everybody uses COBOL because everybody uses COBOL.

    FORTRAN. COBOL was for brain dead business people who loved to type...


    Then everyone used BASIC for a while.

    Not really. I used FORTH, C, and assembler. I did do one project involving BASIC but it was an attempt to speed up the BASIC the application people
    used by preparsing it to a sort of IL for a runtime but I was working in
    Z-80 assembler.

    The only time I did much with BASIC was a follow on to the original
    project. An AT used a number of satellite XTs to control the environmental chambers. My contract was to develop the AT end in C. Someone else did the
    XTs in BASIC. I eventually went back for 6 months to clean up and enhance
    the XT code.It wasn't bad enough to do a complete rewrite.

    I did do a patch on a legacy BASIC program about 20 years ago after
    swearing everyone to secrecy. That was in the same category as when I
    fixed the TV of a woman I was interested in and made her swear I didn't
    know anything about TVs other than how to plug them in. She wanted to play
    Pong and who was I to say no?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Computer Nerd Kev@21:1/5 to candycanearter07@candycanearter07.n on Sun Jul 14 09:20:40 2024
    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    rek2 hispagatos <rek2@hispagatos.org.invalid> wrote at 13:29 this Friday (GMT):
    openssh - for ssh

    is there any other choice for ssh?

    Alternative SSH implentations are PuTTY and Dropbear, probably
    available as packages for most distros. Their private key formats
    and configuration aren't compatible with OpenSSH or each other,
    so it can take a little work to switch between them.

    https://www.chiark.greenend.org.uk/~sgtatham/putty/ https://matt.ucc.asn.au/dropbear/dropbear.html

    Mosh runs on top of OpenSSH and uses its configuration, but
    switches the terminal connection over its own UDP-based protocol
    which is designed to work better on slow internet connections and
    withstand connection drop-outs. But on the down side it prevents
    local terminal scroll-back from working and demands a UTF-8
    character set. Sometimes it helps a lot, sometimes it hinders a
    lot.

    https://mosh.org

    --
    __ __
    #_ < |\| |< _#

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fritz Wuehler@21:1/5 to All on Sun Jul 14 01:57:43 2024
    candycanearter07 <candycanearte...@candycanearter07.nomail.afraid> [c]:
    is there any other choice for ssh?

    dbclient - a lightweight SSH client by Matt Johnston and Mihnea Stoenescu


    And dropbear is its server sibling.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun Jul 14 01:30:35 2024
    On Sat, 13 Jul 2024 16:00:09 -0000 (UTC), candycanearter07 wrote:

    I prefer a GUI for email specifically, bc of all the html emails that
    break in something like mutt

    I see lack of HTML rendering for email to be a feature, not a bug.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun Jul 14 01:29:11 2024
    On Sat, 13 Jul 2024 16:00:10 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:21 this Wednesday
    (GMT):

    On Wed, 10 Jul 2024 13:40:06 -0000 (UTC), candycanearter07 wrote:

    Wait, subtitles were saved as bitmap images?

    In DVD-Video, they were called “subpictures”, and had 2 bits per pixel. >> That meant a choice of four different colour-table entries.

    Interesting, so that's why some subtitles looked different.

    It meant they didn’t have to worry about fonts or different writing
    systems. All the subtitle text was prerendered at authoring time.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Nuno Silva on Sun Jul 14 01:33:24 2024
    On Sat, 13 Jul 2024 18:21:13 +0100, Nuno Silva wrote:

    Hopefully 7-zip is not like RAR where
    some archive types aren't supported by at least some FLOSS libraries and utilities?)

    As far as I know, 7-zip is fully open source. And tell your RAR-using
    Windows friends that RAR is a waste of time. Every time I’ve come across a RAR v5 archive in particular (the one that isn’t handled by open-source tools), I try recompressing it with 7-zip, and it invariably ends up
    smaller.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Popping Mad on Sun Jul 14 01:34:37 2024
    On Wed, 10 Jul 2024 21:59:24 -0400, Popping Mad wrote:

    [Windows] has a built in shell now, so that is a HUGE leap
    forward.

    Doesn’t Windows still tie the shell and the terminal emulator GUI
    together, so you can’t have one without the other?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Nuno Silva on Sun Jul 14 07:07:40 2024
    On 2024-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2024-07-12, Borax Man wrote:

    On 2024-07-10, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2024-07-10, candycanearter07 wrote:

    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT): >>>>> On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT): >>>>>>> On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT): >>>>>>>>>
    Just wondering what programs (aside from the coreutils/X11 and other >>>>>>>>> elements that make up a basic install), do you consider to be a vital >>>>>>>>> part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe >>>>>>>>> others wouldn't?

    [...]
    I'm sure I'm forgetting some here, but
    [...]
    xscreensaver (yes i use it as my locker)
    [...]
    I always have both XScreenSaver and XLockmore.

    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen. >>>>> XScreenSaver, well, my kids enjoy watching the bouncing cows, they think >>>>> its hilarious!

    Oh, IG I'll stick to XSS then. Do you run them directly from
    /usr/lib/xscreensaver? (or libexec)

    To lock a system running X11, there's also vlock -n -a (At least in the
    standalone utility I have in this distro, I think some other package now >>> also provides a vlock with less features? Or am I misremembering?)

    But with vlock you don't get the fun and interesting part of watching
    screensavers.


    vlock on my system only locks the terminal. Useful for a text based
    terminal, not for X11.

    "vlock -a" locks the "entire console display", -n creates a different
    virtual console for vlock to be in while doing this from X11. I think -n wasn't always necessary in the past, but at least the manual page
    suggests it is needed now. (Either I'm misremembering or something
    inside earlier versions used to do the -n part automatically?)


    The -n option doesn't work on my Debian 12 install, says the plugin
    'new' is not present.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Lawrence D'Oliveiro on Sun Jul 14 07:09:33 2024
    On 2024-07-14, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Sat, 13 Jul 2024 16:00:09 -0000 (UTC), candycanearter07 wrote:

    I prefer a GUI for email specifically, bc of all the html emails that
    break in something like mutt

    I see lack of HTML rendering for email to be a feature, not a bug.

    You can hook 'w3m' to display HTML emails in mutt. Isn't as good as
    viewing it in a graphical client, but works well enough to render the
    text OK without all yht HTML markup.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to candycanearter07@candycanearter07.n on Sun Jul 14 07:16:51 2024
    On 2024-07-13, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 11:54 this Friday (GMT):
    On 2024-07-10, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT):
    On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT):
    On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT): >>>>>>>>
    Just wondering what programs (aside from the coreutils/X11 and other >>>>>>>> elements that make up a basic install), do you consider to be a vital >>>>>>>> part of YOUR Linux install? What are the little additional tools that >>>>>>>> you can't live without, or just consider to be necessary that maybe >>>>>>>> others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a >>>>>>> replacement for AMOR (amazing misuse of resources) forever since it wont
    compile for me under debian

    I always have both XScreenSaver and XLockmore.


    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen. >>>> XScreenSaver, well, my kids enjoy watching the bouncing cows, they think >>>> its hilarious!


    Oh, IG I'll stick to XSS then. Do you run them directly from
    /usr/lib/xscreensaver? (or libexec)

    Its built into the menu for FVWM. My FVWM config, which is based on an
    old template that came with FVWM or FVWM95 has a menu for ScreenSavers
    which lists the xlock ones and also for XScreenSaver to start it, or
    start the demo. Thats perhaps why I use them, because in the very early
    days when I started using Linux, I found them in the menu entry here.


    Oh, interesting. XFCE doesn't have those, but the binaries are stored in /usr/lib(exec)/xscreensaver so its easy to run from there.

    FVWM has this thing called "pipe menus", where you can construct a menu dynamically from the output of a program. I'm sure other window
    managers have this, but this means you can call xlock to list all the screensaver types, then construct a menu which launches the locker from
    that.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to All on Sun Jul 14 12:10:28 2024
    On Sat, 13 Jul 2024, candycanearter07 wrote:

    aerc - for email

    I prefer a GUI for email specifically, bc of all the html emails that
    break in something like mutt

    Try alpine. I almost never have problems with html emails not working.

    gopass - for passwords

    I could never figure out how to get gopass to sync with my phone in a reasonable way.

    I use pass, and if I needed to synk with my phone I'd probably try
    syncthing.

    I just prefer default vim

    This is the truth!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anssi Saari@21:1/5 to Lawrence D'Oliveiro on Sun Jul 14 19:14:17 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    Doesn’t Windows still tie the shell and the terminal emulator GUI
    together, so you can’t have one without the other?

    I guess not with the new Windows Terminal. But I don't really know, I
    just run zsh in Konsole.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Nuno Silva on Sun Jul 14 16:20:03 2024
    Nuno Silva <nunojsilva@invalid.invalid> wrote at 17:21 this Saturday (GMT):
    On 2024-07-12, Ben Collver wrote:

    On 2024-07-07, Borax Man <rotflol2@hotmail.com> wrote:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    Some of these are too retro to be mainstream:

    lshw - Linux equivalent to HP-UX ioscan
    7-zip - extracts .7z files

    I stand by my choice of BSD tar for this! :-P

    (Now seriously, the main benefit is that, being tar, it uses the tar
    syntax for options and commands. Hopefully 7-zip is not like RAR where
    some archive types aren't supported by at least some FLOSS libraries and utilities?)

    units - convert between different units

    I embarassingly admit I often use this to convert between tempC and
    tempF. I ought to have memorized the conversion already :-P

    Yeah, I should probably install it too. I keep googling conversions like
    that.

    xclip - CLI access to copy/paste buffer

    xclip can not only access the selections, it can also request different targets and list the targets (xclip -o -target TARGETS) available.

    For example, when copying from a web page on a mozilla-codebase browser,
    it's possible to get the page URL using xclip, without having to copy it separately.


    It is really nice, especially if you're like me and copy images
    directly. I have a specific keybind for it in xbindkeysrc, also using dragon-drop (another super useful util!!)

    ---
    xclip -se -c -target image/png -o > /tmp/clipboard.png && dragon-drop -x /tmp/clipboard.png
    control + Alt + Shift + C
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Sun Jul 14 16:20:03 2024
    rbowman <bowman@montana.com> wrote at 19:05 this Saturday (GMT):
    On Sat, 13 Jul 2024 16:00:04 -0000 (UTC), candycanearter07 wrote:

    rbowman <bowman@montana.com> wrote at 04:12 this Thursday (GMT):
    On Wed, 10 Jul 2024 21:58:58 GMT, Charlie Gibbs wrote:

    As I used to say back in the mainframe days:

    Everybody uses COBOL because everybody uses COBOL.

    FORTRAN. COBOL was for brain dead business people who loved to type...


    Then everyone used BASIC for a while.

    Not really. I used FORTH, C, and assembler. I did do one project involving BASIC but it was an attempt to speed up the BASIC the application people
    used by preparsing it to a sort of IL for a runtime but I was working in
    Z-80 assembler.

    The only time I did much with BASIC was a follow on to the original
    project. An AT used a number of satellite XTs to control the environmental chambers. My contract was to develop the AT end in C. Someone else did the XTs in BASIC. I eventually went back for 6 months to clean up and enhance
    the XT code.It wasn't bad enough to do a complete rewrite.

    I did do a patch on a legacy BASIC program about 20 years ago after
    swearing everyone to secrecy. That was in the same category as when I
    fixed the TV of a woman I was interested in and made her swear I didn't
    know anything about TVs other than how to plug them in. She wanted to play Pong and who was I to say no?


    Well, from what I've read and stuff, BASIC was on a lot of different
    computers.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Sun Jul 14 16:20:04 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 01:29 this Sunday (GMT):
    On Sat, 13 Jul 2024 16:00:10 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 22:21 this Wednesday
    (GMT):

    On Wed, 10 Jul 2024 13:40:06 -0000 (UTC), candycanearter07 wrote:

    Wait, subtitles were saved as bitmap images?

    In DVD-Video, they were called “subpictures”, and had 2 bits per pixel. >>> That meant a choice of four different colour-table entries.

    Interesting, so that's why some subtitles looked different.

    It meant they didn’t have to worry about fonts or different writing systems. All the subtitle text was prerendered at authoring time.


    And they could probably do stuff like color it for different characters
    (tho I don't remember seeing anything like that back in the day)
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Borax Man on Sun Jul 14 16:20:05 2024
    Borax Man <rotflol2@hotmail.com> wrote at 07:09 this Sunday (GMT):
    On 2024-07-14, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Sat, 13 Jul 2024 16:00:09 -0000 (UTC), candycanearter07 wrote:

    I prefer a GUI for email specifically, bc of all the html emails that
    break in something like mutt

    I see lack of HTML rendering for email to be a feature, not a bug.

    You can hook 'w3m' to display HTML emails in mutt. Isn't as good as
    viewing it in a graphical client, but works well enough to render the
    text OK without all yht HTML markup.


    Interesting. I might try mutt again at some point..
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to candycanearter07@candycanearter07.n on Sun Jul 14 16:38:29 2024
    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    rbowman <bowman@montana.com> wrote at 19:05 this Saturday (GMT):
    On Sat, 13 Jul 2024 16:00:04 -0000 (UTC), candycanearter07 wrote:

    rbowman <bowman@montana.com> wrote at 04:12 this Thursday (GMT):
    On Wed, 10 Jul 2024 21:58:58 GMT, Charlie Gibbs wrote:

    As I used to say back in the mainframe days:

    Everybody uses COBOL because everybody uses COBOL.

    FORTRAN. COBOL was for brain dead business people who loved to type... >>>
    Then everyone used BASIC for a while.

    Not really. I used FORTH, C, and assembler. I did do one project involving >> BASIC but it was an attempt to speed up the BASIC the application people
    used by preparsing it to a sort of IL for a runtime but I was working in
    Z-80 assembler.

    The only time I did much with BASIC was a follow on to the original
    project. An AT used a number of satellite XTs to control the environmental >> chambers. My contract was to develop the AT end in C. Someone else did the >> XTs in BASIC. I eventually went back for 6 months to clean up and enhance
    the XT code.It wasn't bad enough to do a complete rewrite.

    I did do a patch on a legacy BASIC program about 20 years ago after
    swearing everyone to secrecy. That was in the same category as when I
    fixed the TV of a woman I was interested in and made her swear I didn't
    know anything about TVs other than how to plug them in. She wanted to play >> Pong and who was I to say no?

    Well, from what I've read and stuff, BASIC was on a lot of different computers.

    In the early days of the home computer (i.e., Apple II, Atari 400/800,
    Comodore 64, TRS-80, etc.) the "home computer" usually included a BASIC interpreter as part of the base system ROM (or as an included ROM
    cartridge in the case of the Atari's). Even the IBM PC (which one
    could argue was aimed at businesses) came with a BASIC built into the
    machine.

    If you attached the base system to a TV (or in the case of the PC
    whatever monitor it was compatible with) and powered it up with nothing
    else installed, you got a BASIC "Ready" prompt and /could/ make some
    simple use of the machine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Sun Jul 14 20:25:28 2024
    On Sun, 14 Jul 2024 16:20:03 -0000 (UTC), candycanearter07 wrote:


    Well, from what I've read and stuff, BASIC was on a lot of different computers.

    Yes it was, but 'everyone' didn't make use of it.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Anssi Saari on Sun Jul 14 21:19:19 2024
    On Sun, 14 Jul 2024 19:14:17 +0300, Anssi Saari wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> writes:

    Doesn’t Windows still tie the shell and the terminal emulator GUI
    together, so you can’t have one without the other?

    I guess not with the new Windows Terminal.

    But it is fundamental in Windows, is it not, that every process has a GUI. Unless it is a “service”, which runs in the background, and is managed separately.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sun Jul 14 21:21:14 2024
    On Sun, 14 Jul 2024 16:20:03 -0000 (UTC), candycanearter07 wrote:

    Nuno Silva <nunojsilva@invalid.invalid> wrote at 17:21 this Saturday
    (GMT):

    For example, when copying from a web page on a mozilla-codebase
    browser,
    it's possible to get the page URL using xclip, without having to copy
    it separately.

    It is really nice, especially if you're like me and copy images
    directly.

    You may be ending up with reduced-resolution images that way.

    Quite often on these WordPress-based sites, the image URL might include something like “?width=«x»&height=«y»”. If you strip that off, you get a
    full-sized image.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Mon Jul 15 01:19:01 2024
    On Sun, 14 Jul 2024 16:20:03 -0000 (UTC), candycanearter07 wrote:

    Well, from what I've read and stuff, BASIC was on a lot of different computers.

    There were a number of slightly different languages, all calling
    themselves “BASIC” ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Mon Jul 15 16:30:06 2024
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 01:19 this Monday (GMT):
    On Sun, 14 Jul 2024 16:20:03 -0000 (UTC), candycanearter07 wrote:

    Well, from what I've read and stuff, BASIC was on a lot of different
    computers.

    There were a number of slightly different languages, all calling
    themselves “BASIC” ...


    Well, it's a good thing we've moved past languages with similar names
    being completely different

    js vs java
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to candycanearter07@candycanearter07.n on Tue Jul 16 11:36:38 2024
    On 2024-07-14, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 07:16 this Sunday (GMT):
    On 2024-07-13, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 11:54 this Friday (GMT):
    On 2024-07-10, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 09:31 this Wednesday (GMT): >>>>>> On 2024-07-08, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 10:25 this Monday (GMT): >>>>>>>> On 2024-07-07, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 01:10 this Sunday (GMT): >>>>>>>>>>
    Just wondering what programs (aside from the coreutils/X11 and other >>>>>>>>>> elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe >>>>>>>>>> others wouldn't?

    For me, its
    - fortune
    - cowsay
    - xpenguins
    - fvwm(3)
    - oneko
    - emacs
    - mc
    - zsh
    - asclock (using the FreeAMP theme)
    - PCManFM
    - star
    - urxvt
    - xpat2
    - xlock
    - links
    - most
    - lftp
    - lzip
    - xclip
    - screen
    - lrzsz
    - gcc/g++/gdc
    - nasm
    - locate
    - dar


    I'm sure I'm forgetting some here, but

    git obviously
    krita
    aseprite
    screen
    rxvt-unicode
    cool-retro-term
    audacious
    mpv (and the ffmpeg dependency)
    imagemagick
    picom
    vim
    n30f
    xscreensaver (yes i use it as my locker)
    screen
    less
    rofi
    bucklespring (optional)
    mc (optional)

    aptitude (if on debian based)


    sidenote thank you for mentioning xpenguins i have been looking for a >>>>>>>>> replacement for AMOR (amazing misuse of resources) forever since it wont
    compile for me under debian

    I always have both XScreenSaver and XLockmore.


    Do they work together?

    Not really! I generally just use xlock when I want to lock my screen. >>>>>> XScreenSaver, well, my kids enjoy watching the bouncing cows, they think >>>>>> its hilarious!


    Oh, IG I'll stick to XSS then. Do you run them directly from
    /usr/lib/xscreensaver? (or libexec)

    Its built into the menu for FVWM. My FVWM config, which is based on an >>>> old template that came with FVWM or FVWM95 has a menu for ScreenSavers >>>> which lists the xlock ones and also for XScreenSaver to start it, or
    start the demo. Thats perhaps why I use them, because in the very early >>>> days when I started using Linux, I found them in the menu entry here.


    Oh, interesting. XFCE doesn't have those, but the binaries are stored in >>> /usr/lib(exec)/xscreensaver so its easy to run from there.

    FVWM has this thing called "pipe menus", where you can construct a menu
    dynamically from the output of a program. I'm sure other window
    managers have this, but this means you can call xlock to list all the
    screensaver types, then construct a menu which launches the locker from
    that.


    Neat! I know you can implement that relatively easily with something
    like dmenu.

    dmenu is prety good in that respect. I did use it for another window
    manager where the piperead dynamic menus were not available, to solve
    the same problem. The advantage though of FVWM is that the menu is
    equal to other menus, operate the same, same fonts, appearance, etc,
    whereas with dmenu, its a different look, feel and operation.

    That said, dmenu is part of my standard install.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to candycanearter07@candycanearter07.n on Tue Jul 16 11:39:46 2024
    On 2024-07-14, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 07:09 this Sunday (GMT):
    On 2024-07-14, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Sat, 13 Jul 2024 16:00:09 -0000 (UTC), candycanearter07 wrote:

    I prefer a GUI for email specifically, bc of all the html emails that
    break in something like mutt

    I see lack of HTML rendering for email to be a feature, not a bug.

    You can hook 'w3m' to display HTML emails in mutt. Isn't as good as
    viewing it in a graphical client, but works well enough to render the
    text OK without all yht HTML markup.


    Interesting. I might try mutt again at some point..

    The magic is using a mailcap file. The contents of mine is

    # auto view using w3m
    text/html; w3m -F -I %{charset} -T text/html; copiousoutput;
    text/plain; most ; copiousoutput


    Then in your .muttrc, include this line, to use the .mailcap file.

    set mailcap_path="~/.mailcap"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Borax Man on Tue Jul 16 14:40:05 2024
    Borax Man <rotflol2@hotmail.com> wrote at 11:36 this Tuesday (GMT):
    On 2024-07-14, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> wrote:
    Borax Man <rotflol2@hotmail.com> wrote at 07:16 this Sunday (GMT):
    [snip]
    FVWM has this thing called "pipe menus", where you can construct a menu
    dynamically from the output of a program. I'm sure other window
    managers have this, but this means you can call xlock to list all the
    screensaver types, then construct a menu which launches the locker from
    that.


    Neat! I know you can implement that relatively easily with something
    like dmenu.

    dmenu is prety good in that respect. I did use it for another window
    manager where the piperead dynamic menus were not available, to solve
    the same problem. The advantage though of FVWM is that the menu is
    equal to other menus, operate the same, same fonts, appearance, etc,
    whereas with dmenu, its a different look, feel and operation.

    That said, dmenu is part of my standard install.


    Right, the suckless programs do have some nice scriptability. I
    personally have a keybinding to surf for an online dictionary thing.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jack Strangio@21:1/5 to Borax Man on Wed Jul 17 07:00:09 2024
    Borax Man <rotflol2@hotmail.com> writes:

    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    For me, its
    A whole pile of shit!

    There's all the server stuff and development stuff to begin with.

    In no particular order:

    mysql server
    mysql client
    mysql client-dev

    apache2

    virtualbox (So I can run Win7 solely for my HP Scanner software)

    samba

    I use a separate (different) browser for emails, so Brave-browser as well as Chromium. (Firefox isn't quite right for me somehow, these days.)

    Galculator - I like it better

    Calibre

    Synaptic

    xterm and xtermcontrol

    joe (for its WordStar persona)

    A specific driver for my WiFi USB

    cpmtools

    ftp server

    dosemu

    peazip

    VNC-viewer


    During nightly backup I extract a list of all my installed packages - there
    are literally hundreds of those. Let me have a quick squizz to see if there's anything outstanding amongst those ...

    dosbox

    gparted of course, I use it a lot.

    qpdfview

    Some runners-up:

    Brasero
    Audacity
    Soundconverter



    Jack
    --
    I used to see a Life Coach quite frequently.

    Back then they were called bartenders.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Kettlewell@21:1/5 to Borax Man on Wed Jul 17 19:26:22 2024
    Borax Man <rotflol2@hotmail.com> writes:
    Just wondering what programs (aside from the coreutils/X11 and other
    elements that make up a basic install), do you consider to be a vital
    part of YOUR Linux install? What are the little additional tools that
    you can't live without, or just consider to be necessary that maybe
    others wouldn't?

    gcc, clang, git, valgrind, strace, gdb, VS Code, emacs, make,
    autoconf, automake, etckeeper, gimp, inkscape, LyX, openssh, openssl,
    pwgen, unicode, tcpdump, vlc, monitor, tmux.

    --
    https://www.greenend.org.uk/rjk/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Richard Kettlewell on Wed Jul 17 23:41:56 2024
    On Wed, 17 Jul 2024 19:26:22 +0100, Richard Kettlewell wrote:

    gcc, clang, git, valgrind, strace, gdb, VS Code, emacs, make, autoconf, automake, etckeeper, gimp, inkscape, LyX, openssh, openssl,
    pwgen, unicode, tcpdump, vlc, monitor, tmux.

    Ah, valgrind... That's the reason I prefer to debug in Linux. Windows has memory debuggers like the rather expensive Purify that are painful. It's a little more work since you have to link the library but I also like
    Electric Fence. That dumps you right out into gdb rather than allowing a memory corruption time bomb that will bite you in some unrelated section
    of code.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to Lawrence D'Oliveiro on Tue Jul 23 11:45:02 2024
    On 2024-07-09, Lawrence D'Oliveiro wrote:

    On Mon, 08 Jul 2024 23:56:48 +0300, Anssi Saari wrote:

    - I usually eventually will need wget and then likely unzip and possibly
    some other uncompression tools may follow.

    unar seems to work well for decompressing several different archive
    formats in one program.

    I was looking into this now [1]; Out of curiosity, what are the
    advantages of this utility (unar)? How does it compare to 7z and
    BSD tar?

    (Not that it needs to have advantages, it might be just another
    different way/implementation to deal with archives, and that's quite
    okay and welcome. I'm just wondering if there is something that stands
    out about it.)

    [1] https://manpages.ubuntu.com/manpages/trusty/man1/unar.1.html

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Nuno Silva on Wed Jul 24 00:13:13 2024
    On Tue, 23 Jul 2024 11:45:02 +0100, Nuno Silva wrote:

    Out of curiosity, what are the advantages of this utility (unar)?

    It seems to work well for decompressing several different archive formats
    in one program.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to Lawrence D'Oliveiro on Wed Jul 24 01:41:38 2024
    On 2024-07-24, Lawrence D'Oliveiro wrote:

    On Tue, 23 Jul 2024 11:45:02 +0100, Nuno Silva wrote:

    Out of curiosity, what are the advantages of this utility (unar)?

    It seems to work well for decompressing several different archive formats
    in one program.

    Then, in that regard, it is just like 7z and BSD tar (which, again, is
    fine, I was just wondering about other possible features or
    differences).

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From phako@21:1/5 to All on Sun Jun 8 09:55:10 2025
    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
    writes:

    is there any other choice for ssh?

    dropbear : https://en.wikipedia.org/wiki/Dropbear_(software)

    --
    Phako

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to phako on Sun Jun 8 09:17:52 2025
    On Sun, 08 Jun 2025 09:55:10 +0200, phako wrote:

    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
    writes:

    is there any other choice for ssh?

    dropbear : https://en.wikipedia.org/wiki/Dropbear_(software)

    I have come across one or two situations where the Dropbear client would connect to an SSH server where OpenSSH (by default) would not. The
    difference was that Dropbear was more willing to tolerate old, insecure encryption algorithms which OpenSSH rejected.

    Not sure if that’s a good thing or a bad thing ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jason H@21:1/5 to Lawrence D'Oliveiro on Sun Jun 8 09:53:05 2025
    On 08/06/2025 10:17, Lawrence D'Oliveiro wrote:
    On Sun, 08 Jun 2025 09:55:10 +0200, phako wrote:

    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
    writes:

    is there any other choice for ssh?

    dropbear : https://en.wikipedia.org/wiki/Dropbear_(software)

    I have come across one or two situations where the Dropbear client would >connect to an SSH server where OpenSSH (by default) would not. The
    difference was that Dropbear was more willing to tolerate old, insecure >encryption algorithms which OpenSSH rejected.

    Not sure if that’s a good thing or a bad thing ...

    You can get OpenSSH to accept an older algorithm (either at the command line
    or in your ~.ssh/config.


    --
    A PICKER OF UNCONSIDERED TRIFLES

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Jason H on Sun Jun 8 21:43:34 2025
    On Sun, 8 Jun 2025 09:53:05 -0000 (UTC), Jason H wrote:

    On 08/06/2025 10:17, Lawrence D'Oliveiro wrote:

    I have come across one or two situations where the Dropbear client
    would connect to an SSH server where OpenSSH (by default) would
    not. The difference was that Dropbear was more willing to tolerate
    old, insecure encryption algorithms which OpenSSH rejected.

    Not sure if that’s a good thing or a bad thing ...

    You can get OpenSSH to accept an older algorithm (either at the command
    line or in your ~.ssh/config.

    I know, I have done that. I seem to recall a situation where even that
    didn’t help ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)