• Anyone still use only use the Terminal?

    From Borax Man@21:1/5 to All on Thu Apr 17 11:08:03 2025
    Subject says it all.

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.

    While I use a GUI mostly, there are times I just want to discard the GUI
    and switch to the Framebuffer and just use text mode. Its not just for
    'retro' reasons, but having a purely text based set up does reduce
    distraction! The fact that nothing else is visible (except the TMUX
    modeline) and nothing else is going on, just creates a different
    experience, one more conducive to single minded focus. The mental
    map of what is going on is different, cleaner.

    Just want to hear other peoples thought, whether they find this too.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Borax Man on Fri Apr 18 02:49:21 2025
    On Thu, 17 Apr 2025 11:08:03 -0000 (UTC), Borax Man wrote:

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.

    On a local machine, very rarely. The nice thing about a GUI is you can
    have multiple terminal sessions, and you can copy and paste between them
    (and other text windows, like editors). And your terminal emulator can
    offer features that the old physical terminals could never match, like
    choice of themes (font and colours), scrollback (with search) etc. Oh, and Unicode, of course.

    Fallback to a text console is handy if the GUI startup itself has failed.
    I did fix an issue with that for somebody a few weeks ago, but I would say that’s rare these days.

    On a remote machine, I normally SSH in. So I am still using the local GUI capabilities, rather than relying on any remote one.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Lawrence D'Oliveiro on Fri Apr 18 06:28:46 2025
    On 2025-04-18, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Thu, 17 Apr 2025 11:08:03 -0000 (UTC), Borax Man wrote:

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.

    On a local machine, very rarely. The nice thing about a GUI is you can
    have multiple terminal sessions, and you can copy and paste between them
    (and other text windows, like editors). And your terminal emulator can
    offer features that the old physical terminals could never match, like
    choice of themes (font and colours), scrollback (with search) etc. Oh, and Unicode, of course.

    Fallback to a text console is handy if the GUI startup itself has failed.
    I did fix an issue with that for somebody a few weeks ago, but I would say that’s rare these days.

    On a remote machine, I normally SSH in. So I am still using the local GUI capabilities, rather than relying on any remote one.

    You can actually change the font in the framebuffer terminal too, though
    the selection is different to within a GUI.

    TMUX can take care of copy and paste and scrollback, but it isn't quite
    as smooth as with a mouse.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Borax Man on Fri Apr 18 08:13:56 2025
    On Fri, 18 Apr 2025 06:28:46 -0000 (UTC), Borax Man wrote:

    TMUX can take care of copy and paste and scrollback, but it isn't quite
    as smooth as with a mouse.

    screen or tmux works fairly nicely if I need multiple terminal connections
    at the remote end.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to All on Fri Apr 18 08:55:26 2025
    On Thu, 17 Apr 2025 11:08:03 -0000 (UTC), Borax Man <rotflol2@hotmail.com> wrote in <slrn1001o8j.lgn.rotflol2@geidiprime.bvh>:

    Subject says it all.

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.

    While I use a GUI mostly, there are times I just want to discard the GUI
    and switch to the Framebuffer and just use text mode. Its not just for 'retro' reasons, but having a purely text based set up does reduce distraction! The fact that nothing else is visible (except the TMUX modeline) and nothing else is going on, just creates a different
    experience, one more conducive to single minded focus. The mental map
    of what is going on is different, cleaner.

    Just want to hear other peoples thought, whether they find this too.

    I'm much more comfortable with terminal windows, for all the reasons
    that have been mentioned.

    However, when I boot a new kernel, I boot it single-user to the
    recovery console, bring up networking, drop to a root shell,
    then use the console to compile and install the NVIDIA drivers.

    After that, I "telinit 5" to bring up graphics and the display manager.

    (Back in the day (mid 90's), I used to use Linux with just the vty's,
    until my colleagues dragged me kicking and screaming into the
    world of the X Window System. After that, I've not gone back.)

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.2 Release: Mint 22.1 Mem: 258G
    "One man's error is another man's data."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to Borax Man on Fri Apr 18 10:41:29 2025
    On Thu, 17 Apr 2025 11:08:03 +0000, Borax Man wrote:

    Subject says it all.

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.


    What, exactly do you mean by "the terminal?" I will assume that you
    mean the command-line interface, or CLI.

    I use virtual terminals (VT) all the time. I usually have 4-5 of them
    open across several virtual desktops (VD).

    My favorite TUI, or text user interface, is Midnight Commander (MC),
    which offers a plethora of indispensible capabilities.

    Thus, for me, it is VTs on VDs with MC that accomplishes most of my
    work.

    Of course, I build all of my software from source so there is much BASH/Perl scripting involved and these only run on VTs. Then there are many Bash/Perl scripts that perform important processing tasks of various sorts like
    document scanning and image/sound manipulation.

    For me the GUI is just a convenient device that contains VTs on
    VDs with MC.

    There are also times when a genuine GUI program is called for, such
    as Mathematica, Matlab, wxMaxima, GIMP, Geomview, MathMod, Geany, Cooledit, Pan, Sylpheed, etc., but all maintenance, configuration, building, testing, important other stuff, etc. is done with VTs on VDs with MC.



    --
    Hail Linux! Hail FOSS! Hail Stallman!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Farley Flud on Fri Apr 18 12:41:47 2025
    On 2025-04-18, Farley Flud <fsquared@fsquared.linux> wrote:
    On Thu, 17 Apr 2025 11:08:03 +0000, Borax Man wrote:

    Subject says it all.

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.


    What, exactly do you mean by "the terminal?" I will assume that you
    mean the command-line interface, or CLI.

    I use virtual terminals (VT) all the time. I usually have 4-5 of them
    open across several virtual desktops (VD).


    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1. I assume that people are using terminals
    quite often within the GUI, my interest was more wheher people just
    forgo the GUI completely from time to time.

    My favorite TUI, or text user interface, is Midnight Commander (MC),
    which offers a plethora of indispensible capabilities.

    Thus, for me, it is VTs on VDs with MC that accomplishes most of my
    work.


    After 20+ years I only found out yesterday that Midnight Commander has
    themes. Still my file manager of choice when no GUI is available.


    Of course, I build all of my software from source so there is much BASH/Perl scripting involved and these only run on VTs. Then there are many Bash/Perl scripts that perform important processing tasks of various sorts like document scanning and image/sound manipulation.

    For me the GUI is just a convenient device that contains VTs on
    VDs with MC.

    There are also times when a genuine GUI program is called for, such
    as Mathematica, Matlab, wxMaxima, GIMP, Geomview, MathMod, Geany, Cooledit, Pan, Sylpheed, etc., but all maintenance, configuration, building, testing, important other stuff, etc. is done with VTs on VDs with MC.


    I find the more I've used Linux over the years, the more I've adapted my workflow to a "terminal/command line" first approach. That is, I'll
    solve the problem using the terminal, and maybe at a GUI shim in top of
    that. I used GROFF to create financial reports for an organisation I
    was treasurer for, "pass" to manage passwords, which is primarily
    command line but with GUI front ends, other scripts here and there,
    which I can tie in with a GUI front end. This makes the system more
    cohesive, because I can use the GUI for example, to retrieve a password,
    but know when I've not got a GUI available, the underlying process is
    still there.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to Borax Man on Fri Apr 18 13:40:57 2025
    On Fri, 18 Apr 2025 12:41:47 +0000, Borax Man wrote:


    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1. I assume that people are using terminals
    quite often within the GUI, my interest was more wheher people just
    forgo the GUI completely from time to time.


    There really is no way to completely forgo the GUI, unless the computing
    work is very narrowly constrained.

    The computer is no longer used just to process bank transactions and
    produce the daily reports thereof. Today the computer is used to process imagery, video, audio and many other tasks that a single terminal cannot
    easily handle.

    But the GUI is also far more comfortable in that it allows one to
    visually spread things out. Human beings are predominantly visual
    creatures and a GUI thus is a far more natural environment.

    However, I do object to the idea of a "Desktop Environment." This
    concept, IMO, takes the GUI too far into ridiculous territory.

    For me, it is VTs on VDs with a WM (window manager only).



    After 20+ years I only found out yesterday that Midnight Commander has themes. Still my file manager of choice when no GUI is available.


    The better themes on MC require a 256 color depth that only Virtual
    Terminals can handle.



    I find the more I've used Linux over the years, the more I've adapted my workflow to a "terminal/command line" first approach. That is, I'll
    solve the problem using the terminal, and maybe at a GUI shim in top of
    that. I used GROFF to create financial reports for an organisation I
    was treasurer for, "pass" to manage passwords, which is primarily
    command line but with GUI front ends, other scripts here and there,
    which I can tie in with a GUI front end. This makes the system more cohesive, because I can use the GUI for example, to retrieve a password,
    but know when I've not got a GUI available, the underlying process is
    still there.


    That may work, but when one needs to examine the waveform of an audio
    file or perform interactive math plotting only a GUI can deliver the
    necessary performance.

    In my experience, the use of VTs on VDs with a WM offers the best of
    both worlds.




    --
    Hail Linux! Hail FOSS! Hail Stallman!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to RonB on Fri Apr 18 16:20:04 2025
    RonB <ronb02NOSPAM@gmail.com> wrote at 23:21 this Thursday (GMT):
    On 2025-04-17, Borax Man <rotflol2@hotmail.com> wrote:
    Subject says it all.

    I'm curious whether there are people who do all their computing, or part
    of it, without a GUI at all. That is, just plain Text Mode.

    While I use a GUI mostly, there are times I just want to discard the GUI
    and switch to the Framebuffer and just use text mode. Its not just for
    'retro' reasons, but having a purely text based set up does reduce
    distraction! The fact that nothing else is visible (except the TMUX
    modeline) and nothing else is going on, just creates a different
    experience, one more conducive to single minded focus. The mental
    map of what is going on is different, cleaner.

    Just want to hear other peoples thought, whether they find this too.

    I'm responding to this post using Jstar (a variation of the JOE editor)
    under slrn. I use the CLI (and small shell scripts) regularly for writing, taking notes, monitoring my computer, downloading YouTube videos or extracting audio from these videos. I also occasionally convert audio or graphic files within the CLI or extract text from PDFs to create ePubs. There's other stuff I do too, they're just not coming to mind right now. I would guess that about 15-20% of my computer time is spent in the terminal.


    A lot of the standard/oss tools in Linux seem to be command line based
    (ffmpeg, imagemagick, pandoc), and its also fun to script stuff.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Farley Flud on Fri Apr 18 17:50:03 2025
    Farley Flud <fsquared@fsquared.linux> wrote at 13:40 this Friday (GMT):
    On Fri, 18 Apr 2025 12:41:47 +0000, Borax Man wrote:


    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1. I assume that people are using terminals
    quite often within the GUI, my interest was more wheher people just
    forgo the GUI completely from time to time.


    There really is no way to completely forgo the GUI, unless the computing
    work is very narrowly constrained.

    The computer is no longer used just to process bank transactions and
    produce the daily reports thereof. Today the computer is used to process imagery, video, audio and many other tasks that a single terminal cannot easily handle.

    But the GUI is also far more comfortable in that it allows one to
    visually spread things out. Human beings are predominantly visual
    creatures and a GUI thus is a far more natural environment.

    You can always use tmux if you want to have your tasks more "spread out"

    However, I do object to the idea of a "Desktop Environment." This
    concept, IMO, takes the GUI too far into ridiculous territory.

    For me, it is VTs on VDs with a WM (window manager only).

    Desktop Enviroments are kinda just fine imo.

    After 20+ years I only found out yesterday that Midnight Commander has
    themes. Still my file manager of choice when no GUI is available.


    The better themes on MC require a 256 color depth that only Virtual
    Terminals can handle.

    I'm fine with mostly forgoing the fancy 256col, 16 colors works fine for
    most things. You can also try adjusting the color palette.

    I find the more I've used Linux over the years, the more I've adapted my
    workflow to a "terminal/command line" first approach. That is, I'll
    solve the problem using the terminal, and maybe at a GUI shim in top of
    that. I used GROFF to create financial reports for an organisation I
    was treasurer for, "pass" to manage passwords, which is primarily
    command line but with GUI front ends, other scripts here and there,
    which I can tie in with a GUI front end. This makes the system more
    cohesive, because I can use the GUI for example, to retrieve a password,
    but know when I've not got a GUI available, the underlying process is
    still there.


    That may work, but when one needs to examine the waveform of an audio
    file or perform interactive math plotting only a GUI can deliver the necessary performance.

    In my experience, the use of VTs on VDs with a WM offers the best of
    both worlds.


    Or you can set up a x server in a seperate tty and use it with programs
    started from your main tty.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Borax Man on Fri Apr 18 17:58:03 2025
    On Fri, 18 Apr 2025 12:41:47 -0000 (UTC), Borax Man wrote:

    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1. I assume that people are using terminals
    quite often within the GUI, my interest was more wheher people just
    forgo the GUI completely from time to time.

    You mean without a DE? If I press Ctrl-Alt-F1 I get a login screen which
    puts me back into the same GNOME 47 environment. If I understand what
    you're asking then it would only be if I ssh into a machine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Fri Apr 18 21:01:03 2025
    Le 18-04-2025, candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> a écrit :

    Desktop Enviroments are kinda just fine imo.

    The issue with Desktop Environments is: they do things they shouldn't.
    So if you are the only one using your computer with only one DE, that's
    fine. If you share your computer with someone or have many DE/WM, the
    issues arise. Because when more than one DE wants to take care of the
    sound, the USB stick and other things, it mess up with others. And it
    can start to become difficult.

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sat Apr 19 00:09:53 2025
    On 18 Apr 2025 21:01:03 GMT, Stéphane CARPENTIER wrote:

    The issue with Desktop Environments is: they do things they shouldn't.

    So pick one that more closely fits your notion of what they should or shouldn’t do.

    Or, if none of them is quite right, do what the creators of all those
    desktop environments did, and come up with your own.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Borax Man on Sat Apr 19 00:08:59 2025
    On Fri, 18 Apr 2025 12:41:47 -0000 (UTC), Borax Man wrote:

    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1.

    CTRL-ALT-F1 does nothing for me ... oh, that’s because my GUI session is already on console 1.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sat Apr 19 00:10:42 2025
    On Fri, 18 Apr 2025 16:20:04 -0000 (UTC), candycanearter07 wrote:

    A lot of the standard/oss tools in Linux seem to be command line based (ffmpeg, imagemagick, pandoc), and its also fun to script stuff.

    It’s easier to stick a GUI front end on a scriptable tool than it is to
    try to script a GUI.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Sat Apr 19 08:13:58 2025
    Le 19-04-2025, Lawrence D'Oliveiro <ldo@nz.invalid> a écrit :
    On 18 Apr 2025 21:01:03 GMT, Stéphane CARPENTIER wrote:

    The issue with Desktop Environments is: they do things they shouldn't.

    So pick one that more closely fits your notion of what they should or shouldn’t do.

    Or, if none of them is quite right, do what the creators of all those
    desktop environments did, and come up with your own.

    No, I chose not to use a Desktop Environment, like that it's fixed. And
    as I consider they do things they shouldn't, by design, I certainly
    won't start created my own. I'm using a Windows Manager which do exactly
    what it's designed to and that suit my needs.

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Sat Apr 19 08:18:18 2025
    On 19 Apr 2025 08:13:58 GMT, Stéphane CARPENTIER wrote:

    Le 19-04-2025, Lawrence D'Oliveiro <ldo@nz.invalid> a écrit :

    On 18 Apr 2025 21:01:03 GMT, Stéphane CARPENTIER wrote:

    The issue with Desktop Environments is: they do things they shouldn't.

    So pick one that more closely fits your notion of what they should or
    shouldn’t do.

    Or, if none of them is quite right, do what the creators of all those
    desktop environments did, and come up with your own.

    I'm using a Windows Manager which do exactly what it's designed to and
    that suit my needs.

    So what you said above, “The issue with Desktop Environments is: they do things they shouldn't”, was a totally unjustified generalization, then.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to Farley Flud on Sat Apr 19 09:43:55 2025
    On 2025-04-18, Farley Flud <fsquared@fsquared.linux> wrote:
    On Fri, 18 Apr 2025 12:41:47 +0000, Borax Man wrote:


    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1. I assume that people are using terminals
    quite often within the GUI, my interest was more wheher people just
    forgo the GUI completely from time to time.


    There really is no way to completely forgo the GUI, unless the computing
    work is very narrowly constrained.

    The computer is no longer used just to process bank transactions and
    produce the daily reports thereof. Today the computer is used to process imagery, video, audio and many other tasks that a single terminal cannot easily handle.

    But the GUI is also far more comfortable in that it allows one to
    visually spread things out. Human beings are predominantly visual
    creatures and a GUI thus is a far more natural environment.

    However, I do object to the idea of a "Desktop Environment." This
    concept, IMO, takes the GUI too far into ridiculous territory.

    For me, it is VTs on VDs with a WM (window manager only).


    Agree, and I don't want to forgo it completely. It's just that I
    noticed benefits, for certain type of work, in sticking to a text mode
    only interface, mostly for focus. Yes, I know you can make a terminal
    full screen in a GUI, but not having the options of distractions does
    make a difference.


    After 20+ years I only found out yesterday that Midnight Commander has
    themes. Still my file manager of choice when no GUI is available.


    The better themes on MC require a 256 color depth that only Virtual
    Terminals can handle.


    They do look subtly better.

    I find the more I've used Linux over the years, the more I've adapted my
    workflow to a "terminal/command line" first approach. That is, I'll
    solve the problem using the terminal, and maybe at a GUI shim in top of
    that. I used GROFF to create financial reports for an organisation I
    was treasurer for, "pass" to manage passwords, which is primarily
    command line but with GUI front ends, other scripts here and there,
    which I can tie in with a GUI front end. This makes the system more
    cohesive, because I can use the GUI for example, to retrieve a password,
    but know when I've not got a GUI available, the underlying process is
    still there.


    That may work, but when one needs to examine the waveform of an audio
    file or perform interactive math plotting only a GUI can deliver the necessary performance.

    In my experience, the use of VTs on VDs with a WM offers the best of
    both worlds.


    Some ISP's have options, where you can turn off the Internet at certain
    times. This is so people can have 'family time', say from 7-8PM or
    something, where people cannot go on their "devices". Now, you might
    say, why not just not use them? Can't you just choose to use them,
    without having to actually turn off Internet access at the router? But
    by turning off at the router, you remove the temptation of distraction.

    When I'm wanting to focus, I find that turning off other apps,
    distractions (one way is to simply turn off the GUI), stops the
    temptation and bad habit of "alt-tabbing" to other things. There is
    noting else to switch to, so I can read, or write in a focused way.
    When I'm writing an article or a speech, this can help.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?St=C3=A9phane?= CARPENTIE@21:1/5 to All on Sat Apr 19 10:56:16 2025
    Le 19-04-2025, Borax Man <rotflol2@hotmail.com> a écrit :
    On 2025-04-18, Farley Flud <fsquared@fsquared.linux> wrote:

    [/snip it's no always stupid but I need to keep its pseudo for my
    answer to Borax Man to be understable]

    Yes, I know you can make a terminal full screen in a GUI,

    You are wrong about that. He can't: he never did it in the videos he
    provided because it's well far beyond his capacities. I can, you can,
    but he can't. He's pretending to use a terminal, but his videos show he
    doesn't manage them well.

    but not having the options of distractions does make a difference.

    I'm not distracted by any options. I don't have any menu and by default,
    when I'm opening a terminal in a new workspace it takes all the
    available space by default. And, as always, it's exactly what I said
    before about him: he's using an obsolete terminal and so can't see why a terminal in a GUI is far superior to a terminal without a GUI.

    So, first, when I'm opening a terminal in a tilling Window Manager, the terminal is full screen by default. The first great thing is: I can open
    two terminals side by side at the same time. And for that, I believe you
    need a GUI. Maybe screen or tmux can work without a GUI, if it's the
    case I'm wrong but I'm not sure about it. And, it can be very convenient
    to have two terminals opened side by side. Using [CTRL]+[F1] isn't as
    easy as moving your eyes.

    But, modern terminals, like kitty or alacritty, help you to interact with
    the output of a command. And that's a great change. It's really helpful
    to be able to copy/paste the output of a command. Not always, but
    sometimes I'm very happy to be using a terminal in a GUI which give me
    some power the old school without a GUI wasn't able to provide me.

    I'm not saying you should switch to a GUI: you do what you want. But I'm
    saying things have improved since the beginning of the GUI and the first terminals. And if you are willing to use a CLI/TUI as much as possible,
    a GUI is not a bad option.

    When I'm wanting to focus, I find that turning off other apps,
    distractions (one way is to simply turn off the GUI), stops the
    temptation and bad habit of "alt-tabbing" to other things. There is
    noting else to switch to, so I can read, or write in a focused way.
    When I'm writing an article or a speech, this can help.

    That I can understand. But when you are writing an article or a speech,
    did you never have the need to look for a definition or an homonym? If
    so, how do you manage it if you don't have any way to switch for an
    alternative of your opened terminal?

    --
    Si vous avez du temps à perdre :
    https://scarpet42.gitlab.io

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to rbowman on Sat Apr 19 07:08:01 2025
    rbowman wrote this post while blinking in Morse code:

    On Fri, 18 Apr 2025 12:41:47 -0000 (UTC), Borax Man wrote:

    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1. I assume that people are using terminals
    quite often within the GUI, my interest was more wheher people just
    forgo the GUI completely from time to time.

    You mean without a DE? If I press Ctrl-Alt-F1 I get a login screen which puts me back into the same GNOME 47 environment. If I understand what
    you're asking then it would only be if I ssh into a machine.

    The gui is reached by Ctrl-Alt-F2 on this Arch laptop. There are multiple
    other Ctrl-Alt-Fx keys to get to a console.

    Try it for ( x : { 1, 2, 3, 4, 5, 6 ...} )

    --
    "Pull the wool over your own eyes!"
    -- J. R. "Bob" Dobbs

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to All on Sat Apr 19 15:14:31 2025
    On 19 Apr 2025 10:56:16 GMT, Stéphane CARPENTIER wrote:

    [/snip it's no always stupid but I need to keep its pseudo for my
    answer to Borax Man to be understable]

    Yes, I know you can make a terminal full screen in a GUI,

    You are wrong about that. He can't: he never did it in the videos he
    provided because it's well far beyond his capacities. I can, you can,
    but he can't. He's pretending to use a terminal, but his videos show he doesn't manage them well.


    Ha, ha, ha, ha, ha, ha, ha!

    The "Borax Man" is using the word "you" as an indefinite pronoun.
    In other words, he is not referring to any specific person.
    His statement is perhaps better stated as follows:

    "I know that a person can make a terminal full screen in a GUI"

    Supposedly, you are not a native English speaker and therefore you
    are excused -- but only barely.

    But having said that, your following statement is just more of your
    usual asinine bullshit.

    Firstly, my wonderful and highly informative videos were never meant
    to demonstrate any kind of capabilities whatsoever, let alone the
    use of a terminal.

    Your idiotic interpretations of my fantastic videos are yours alone
    and they do not constitute a valid criticism. In fact, they are
    total HALLUCINATIONS.

    You fail to learn the basic fact: I am master; you are lackey.

    When a farmer, or a rancher, has an animal that cannot learn, what
    does the farmer do? The farmer will take the stupid and useless
    animal behind the barn and shoot it.

    What shall we we do with a stupid human animal like you that cannot
    learn?

    What shall we do?

    The answer is obvious.

    Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!


    --
    Gentoo: The Fastest GNU/Linux Hands Down

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Borax Man@21:1/5 to sc@fiat-linux.fr on Sun Apr 20 12:28:35 2025
    On 2025-04-19, Stéphane CARPENTIER <sc@fiat-linux.fr> wrote:
    Le 19-04-2025, Borax Man <rotflol2@hotmail.com> a écrit :
    On 2025-04-18, Farley Flud <fsquared@fsquared.linux> wrote:

    [/snip it's no always stupid but I need to keep its pseudo for my
    answer to Borax Man to be understable]

    Yes, I know you can make a terminal full screen in a GUI,

    You are wrong about that. He can't: he never did it in the videos he
    provided because it's well far beyond his capacities. I can, you can,
    but he can't. He's pretending to use a terminal, but his videos show he doesn't manage them well.

    but not having the options of distractions does make a difference.

    I'm not distracted by any options. I don't have any menu and by default,
    when I'm opening a terminal in a new workspace it takes all the
    available space by default. And, as always, it's exactly what I said
    before about him: he's using an obsolete terminal and so can't see why a terminal in a GUI is far superior to a terminal without a GUI.

    So, first, when I'm opening a terminal in a tilling Window Manager, the terminal is full screen by default. The first great thing is: I can open
    two terminals side by side at the same time. And for that, I believe you
    need a GUI. Maybe screen or tmux can work without a GUI, if it's the
    case I'm wrong but I'm not sure about it. And, it can be very convenient
    to have two terminals opened side by side. Using [CTRL]+[F1] isn't as
    easy as moving your eyes.

    But, modern terminals, like kitty or alacritty, help you to interact with
    the output of a command. And that's a great change. It's really helpful
    to be able to copy/paste the output of a command. Not always, but
    sometimes I'm very happy to be using a terminal in a GUI which give me
    some power the old school without a GUI wasn't able to provide me.

    I'm not saying you should switch to a GUI: you do what you want. But I'm saying things have improved since the beginning of the GUI and the first terminals. And if you are willing to use a CLI/TUI as much as possible,
    a GUI is not a bad option.


    I have a sort of quasi-tiling in FVWM, so with a keypress I can move a
    window to the top, bottom, left or right half, or just tile existing
    windows. As for terminals, I just use URXVT.

    I briefly tried a tiling WM, but it wasn't for me. I kind of using
    Tiling in EMACS, so I'm familiar with the concept, but floating with the ability to tile if necessary I find suits me better.


    TMUX allows tiling too, as you know.

    When I'm wanting to focus, I find that turning off other apps,
    distractions (one way is to simply turn off the GUI), stops the
    temptation and bad habit of "alt-tabbing" to other things. There is
    noting else to switch to, so I can read, or write in a focused way.
    When I'm writing an article or a speech, this can help.

    That I can understand. But when you are writing an article or a speech,
    did you never have the need to look for a definition or an homonym? If
    so, how do you manage it if you don't have any way to switch for an alternative of your opened terminal?


    With tmux is pretty easy, or maybe I just reach for a book (serious!).
    But then, I may be in the GUI, so just do it the way you would do.

    It could be that I'm just a wierdo that likes to do things the "hard
    way" from time to time and that doesn't make sense.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Lawrence D'Oliveiro on Mon Apr 21 22:40:04 2025
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 00:08 this Saturday (GMT):
    On Fri, 18 Apr 2025 12:41:47 -0000 (UTC), Borax Man wrote:

    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1.

    CTRL-ALT-F1 does nothing for me ... oh, that’s because my GUI session is already on console 1.


    Huh, I thought the default was to put the GUI on console 7.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to All on Tue Apr 22 01:45:14 2025
    On Mon, 21 Apr 2025 22:40:04 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 00:08 this Saturday (GMT):

    On Fri, 18 Apr 2025 12:41:47 -0000 (UTC), Borax Man wrote:

    I meant to use a Text Mode interface, ie, no GUI at all. What you get
    when you press CTRL-ALT-F1.

    CTRL-ALT-F1 does nothing for me ... oh, that’s because my GUI session
    is already on console 1.

    Huh, I thought the default was to put the GUI on console 7.

    Debian Unstable seems to keep switching it around. Currently it’s F2 on my backup machine, F1 on my main machine.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to ldo@nz.invalid on Tue Apr 22 01:56:12 2025
    On Tue, 22 Apr 2025 01:45:14 -0000 (UTC), Lawrence D'Oliveiro
    <ldo@nz.invalid> wrote in <vu6sba$3epkg$1@dont-email.me>:

    On Mon, 21 Apr 2025 22:40:04 -0000 (UTC), candycanearter07 wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote at 00:08 this Saturday
    (GMT):

    On Fri, 18 Apr 2025 12:41:47 -0000 (UTC), Borax Man wrote:

    I meant to use a Text Mode interface, ie, no GUI at all. What you
    get when you press CTRL-ALT-F1.

    CTRL-ALT-F1 does nothing for me ... oh, that’s because my GUI session
    is already on console 1.

    Huh, I thought the default was to put the GUI on console 7.

    Debian Unstable seems to keep switching it around. Currently it’s F2 on
    my backup machine, F1 on my main machine.

    In the past, I remember one distro having it on two vty's, for
    "switch user" functionality.

    Here on Mint 22.1, the X display is on vty 7.

    When I boot a new kernel, I use the console in recovery mode
    to install NVIDIA drivers, then "telinit 5" to let systemd
    load the modules and bring up the display manager. (Easier
    to remember than whatever the proper systemctl incantation is.)

    I _would_ use dkms, but NVIDIA drivers don't work right with it when
    I "make install" on Linux Mint. (Grr...)

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.3 Release: Mint 22.1 Mem: 258G
    "A good hot dog feeds the hand that bites it."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to John McCue on Fri Apr 25 23:22:27 2025
    XPost: comp.misc

    On Fri, 25 Apr 2025 15:19:36 -0000 (UTC), John McCue wrote:

    If supporting processes on a server, more then likely you are using a
    command line supporting the processes.

    And perhaps a tool like screen or tmux at the remote end, to support
    multiple shell sessions.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Sat Apr 26 00:34:24 2025
    XPost: comp.misc

    On Fri, 25 Apr 2025 23:21:39 -0000 (UTC), Lawrence D'Oliveiro wrote:

    The GUI version of Emacs even comes with a GTK-based build that works
    with Wayland.

    I haven't used emacs in over 20 years but if there was one program that benefited by having a GUI with menus, that was it. I've used gVim for
    years but seldom use the menus; I like it because you don't lose a
    terminal like Vim.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)