this post was submitted on 08 Sep 2023
1247 points (97.9% liked)

linuxmemes

21282 readers
956 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] superkret@feddit.de 26 points 1 year ago (3 children)

    As an experiment, I set up a laptop with what I call Linu (Linux without X).
    Just wanted to see how much functionality I could get on a CLI/framebuffer-only system.
    I was pretty surprised. It could browse the web (with graphics), manage e-mail, view pdf files, read e-books, listen to music, torrent and watch movies, play some games, multitask...

    It wasn't practical at all, but definitely turned my netbook into a fun toy.

    [–] MonkderZweite@feddit.ch 19 points 1 year ago* (last edited 1 year ago) (1 children)

    You know what, i just drop my personal list of noteworthy shell-tools here (note directfb2 and twin). And edir, clipboard, pass and portal/croc for the win.

    alternatives

    • fd: simpler find
    • bat: nicer cat
    • lsd: ls with NerdFont icons
    • broot: smarter tree

    GUI alternatives

    Task Management:

    • dun: note-taking & task manager
    • cubby: encrypted note taking to cloud, with markdown
    • girok: TUI calendar

    Services:

    File Manager:

    • clifm: nice shell file manager with tagging
    • nnn: cli fm with split-view file preview
    • TUIFI Manager: cli fm with rendered images in 2D layout
    • xplr: hackable, minimal, TUI fm

    Login Manager:

    • CDM: shell login manager with history
    • Qingy: directfb login manager

    Others:

    ease of use

    • edir: rename with text file
    • clipboard: shell clipboard manager & more
    • portal: cli file transfer agent between computers
    • croc: simple file transfer tool via local server, Android Appp too
    • transfer.sh: cli file sharing via cloud
    • detox: file name cleanup
    • ouch: simple de/compressor
    • mnamer: intelligent video renamer
    • gum: bells and whistles for shell scripters
    • pytermgui: bells and whistles for python scripters

    If someone has more/better tools, please shout.

    [–] stepanzak@iusearchlinux.fyi 3 points 1 year ago (1 children)

    Thanks for the list! You links doesn't work because they are all in a code block btw. I also love these tools:

    • zoxide: smart cd
    • atuin: shell history with synchronization and beautiful fuzzy search (but i unbinded it from the up arrow)
    • Tealdeer: fast and good looking tldr pages
    [–] MonkderZweite@feddit.ch 2 points 1 year ago* (last edited 1 year ago) (1 children)

    Nah, it's just that lemmy can't do markdown.

    edit: Oh. It does.

    [–] stepanzak@iusearchlinux.fyi 2 points 1 year ago* (last edited 1 year ago)

    Test

    [Test2](https://example.com)
    

    Yeah maybe it's lemmy's fault, but removing the code block should fix it.

    [–] AlpacaChariot@lemmy.world 13 points 1 year ago (1 children)

    Linu

    Brilliant, also works for Wayland systems

    [–] superkret@feddit.de 3 points 1 year ago (1 children)

    I'm pretty sure currently every Wayland system still has X installed, no?

    [–] cley_faye@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (1 children)

    It might be installed, but not used. You can't have both running. But there's a compatibility layer. Sometimes.

    [–] kuberoot@discuss.tchncs.de 3 points 1 year ago (1 children)

    I believe XWayland does, in fact, use X. That's the way the compatibility layer works - anything that isn't wayland-native gets ran in an X server, and XWayland then handles the input and display between Wayland and the internal X server.

    [–] cley_faye@lemmy.world 2 points 1 year ago (1 children)

    Oh, interesting. I should really try it out. But I've been on the "my machine's working, and there's no real incentive to change thing" team for a while now :D

    [–] kuberoot@discuss.tchncs.de 2 points 1 year ago

    Yeah, the reasons to switch to Wayland are either just to use the newest thing, or niche things like fractional DPI scaling support in GNOME. I started using it for that and decided to stick with it, even though I no longer need that, and so far it's been fine.

    Many people complain about Wayland being a waste of time because of the missing features - I hope it grows to be a full fledged replacement of X, it's probably not something you should be explicitly switching to if you don't want to deal with the issues. I like setting things up and learning how stuff works, so it worked out for me.

    I can tell you that if you switch, for example, screen sharing will probably be broken in various applications, you might experience some issued with copy/pasting between applications, screenshotting/screen recording software might have issues (in particular, there's no way for an app to know where its window is on the screen), at least on Plasma some apps/games will pause/stop working when minimized, because they stop rendering and they might have logic tied to that.

    So... Yeah, might be fun to try out - you can have both installed at once and choose which you want on the greeter - but might not be good enough as a daily driver for you.

    [–] stepanzak@iusearchlinux.fyi 2 points 1 year ago

    Do you know about any way to render nerd fonts in framebuffer? That's actually the only thing stopping me from using only terminal in most cases.