this post was submitted on 01 Oct 2021
13 points (93.3% liked)

Linux

50790 readers
1269 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

How was it? What programs did you use?

I want to try it, but the browser thing is a deal breaker I think.

top 18 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 3 years ago (2 children)

I try to make a habit of using the terminal for as much as I can, which honestly is a lot. I've even found a way to use it at work.

One day, I plan to run Linux without a window manager, maybe even without xorg entirely, using the tty's exclusively.

[–] [email protected] 4 points 3 years ago

tbh, i also just ended up this way out of habit. the only thing i need outside of my terminal is my hardened firefox. i've tried surf and other similar browser's but i do plenty of web development for myself/school/contract gigs so i can't reasonably escape the browser world.

[–] [email protected] 4 points 3 years ago (3 children)

How do you plan to browse the internet?

[–] [email protected] 6 points 3 years ago

Trying to use the tui browsers would be pure torture for me. Pictures, icons, custom colors, sizing and layouts are so integral to the web... hell even markdown in a terminal isn't ideal since it can't do header sizes.

Tuis do make sense for a lot of things, but not for media heavy things like the web.

[–] [email protected] 5 points 3 years ago (1 children)

There are things like w3m and other text browsers. I could maybe even get away with curl if I knew it better.

I watch a lot of YouTube, so I could maybe utilize the YouTube downloader cli tool so I can watch them locally.

[–] [email protected] 4 points 3 years ago

dude i tried this cause i also watch a lot (admittedly, too much) youtube and it's just too much of a bother on my slow ass machine. invidious helps.

[–] [email protected] 5 points 3 years ago* (last edited 3 years ago)

I once had a really old lappy that I decided to run only in frame buffer mode. After I got a working mouse (for copy pasta) and screen (for backgrounding) it was actually fairly pleasant. Browsing the web, particularly. Ads are image / video based so those were automatically blocked and if I really wanted to see an image I could. Most websites have a really bad signal to noise ratio that was automaticlly filtered for me. I could even watch videos with mplayer frame buffer support. This person's whole blog was a huge help: https://kmandla.wordpress.com/2010/04/16/a-quick-look-at-framebuffer-applications/

[–] [email protected] 5 points 3 years ago

I have tried. Nano, w3m, nmtui, and maybe apt.

[–] [email protected] 5 points 3 years ago

Back in 2013 / 2014 I had an A- Korean monitor, trying to get that thing to cooperate with X.org was a nightmare. I think it took me about a week to finally get X working and in the meantime I was only able to use the CLI. That was my baptism of fire into the Linux terminal haha.

Honestly, it is not practical to exclusively use a CLI in 2021. If you need to work on spreadsheets, make presentations, use web apps, do any graphical work, or use video conferencing, etc it's gonna be rough. Even where CLI applications exist for these tasks they usually have a far steeper learning curve, a less efficient workflow, and the files produced don't always render correctly in the graphical applications that everyone else is using.

[–] [email protected] 4 points 3 years ago

My work is exclusively remote RHEL headless servers. So tmux, vim, ranger and htop is where I work. Unless I have to attend a meeting, then its Outlook and Teams.

[–] [email protected] 4 points 3 years ago

recently i have been able to survive with ease in a bare terminal environment for an extended period of time.
browsing using lynx is not that bad. although i feel like these tui browsers could be designed in a more modern way that shifts away from simplicity and adds some simple useful features and is conscious of practical need of a serious user.
browsing is like detox for a short time until your brain gets re-calibrated to reading text carefully.
after a while.. you eventually hit a monster problem that requires maximum resources. and then it seems like the intuitive point and click tab whack-a-mole is superior when wading through bullshit mazes of links. i plan on going back to the bare terminal.
to do that i will benefit immensely from:

  • better scripting skills and competency (such as bash)
  • practice or mastery of tmux to an intermediate level
  • really need more advanced search tools than is commonly available. probably build my own search engine (and maybe crawler).
  • some more familiarity of lynx would be nice. i know it grows with with time.

it's workable today. i hope that the workflow can be streamlined to the point that i almost never have to use xorg. (not for political reasons.. just because the terminal does average out to be equivalently productive to desktop applications, with the benefit of being lighter,faster,scriptable, and less distracting.)

[–] [email protected] 4 points 2 years ago

I live about 90% in various terminal windows.

I'm multi-machine and play in my homelab stuff a lot, so I sit in mosh/tmux/vim all day long. This has been my usual experience for a long long time. My experimentation tends to be on the GUI side of things, trying out this "vs code" thing everyone is talking about...

but I'll still never live without a GUI, browsing sucks so hard in a terminal now. It's basically unworkable.

[–] [email protected] 3 points 3 years ago* (last edited 3 years ago)

I have tried, I used w3m as a browser and nano as the text editor. I feel like it can be done, just not well. LibreWolf, LibreOffice, and Thunderbird are real deal breakers for me.

[–] [email protected] 2 points 2 years ago

I3wm here. I haven't used a real linux DE since I ran Unity on my netbook. I use terminal apps for almost everything except web browsing and krita

[–] [email protected] 2 points 2 years ago

No because why would I? Various things, like browsing the web as you mentioned, aren't made for the terminal. I see literally no point in trying to use the terminal for everything, I already have enough use-cases for it.

[–] [email protected] 1 points 2 years ago

I don't think I could ever give up GUI completely. I would not be able to work without GUI tools for coding, making presentations, editing documents, etc. I don't want to memorize terminal commands for things that are easier / quicker to get done with a GUI. Also, what about gaming?

[–] [email protected] 1 points 2 years ago

Around 10 years ago after the radeon xorg driver broke for the nth time on my arch install, I decided to just ditch Xorg altogether. I used screen for multiplexing, mutt for mail, irssi and some other messanger and w3m with (framebuffer support for images) for browsing the interwebs. I also had a videoplayer. I think it was mplayer. I rocked that setup for almost a year during college. Fun times.