19 Things Linux Users Never Say


Recommended Posts

On 01/04/2023 at 15:53, Arceles said:

well using linux is using the terminal, but rarely you have to delve in it blindly, most of the times the OS works and internet works so you just can check which commands to input.

For example, my rx7900xtx was not working in debian until recenlty, and all i Had to do is sudo apt-get update/sudo apt-get upgrade/sudo apt-get full-upgrade and now everything works as expected.

And see thats the main problem, we're all nerds/geeks here, we're fine with jumping to a terminal, average users are not.

  • Like 3
On 01/04/2023 at 18:10, Matthew S. said:

And see thats the main problem, we're all nerds/geeks here, we're fine with jumping to a terminal, average users are not.

Precisely. While that all sounds trivial, we know full well it is not for the average user, not by any stretch. 

  • Like 3
On 01/04/2023 at 19:10, Matthew S. said:

And see thats the main problem, we're all nerds/geeks here, we're fine with jumping to a terminal, average users are not.

 

On 01/04/2023 at 20:05, adrynalyne said:

Precisely. While that all sounds trivial, we know full well it is not for the average user, not by any stretch. 

Again, this is nowhere near nerd stuff. Nerd stuff is actually compiling your own kernel or modules, this is as easy as it gets.

On 02/04/2023 at 02:04, Arceles said:

 

Again, this is nowhere near nerd stuff. Nerd stuff is actually compiling your own kernel or modules, this is as easy as it gets.

Except it is.

On 01/04/2023 at 23:04, Arceles said:

 

Again, this is nowhere near nerd stuff. Nerd stuff is actually compiling your own kernel or modules, this is as easy as it gets.

It absolutely is. 

  • Like 2
On 02/04/2023 at 07:04, Arceles said:

 

Again, this is nowhere near nerd stuff. Nerd stuff is actually compiling your own kernel or modules, this is as easy as it gets.

It may not be nerd stuff but it's definitely only for tech-savvy users. :p

  • Like 2
  • 2 weeks later...
On 02/04/2023 at 08:04, Arceles said:

Again, this is nowhere near nerd stuff. Nerd stuff is actually compiling your own kernel or modules, this is as easy as it gets.

There is certainly a spectrum of "nerd stuff." But if I told my mother, my sister, even most of my friends that in order to update their OS or programs they need to open the terminal and type in a command, they won't bother with it.

With that said, I have found in Mint that the Software Manager is quite good at notifying the average user about there being an update available which is why I've been able to move a couple of friends over to Linux when their machine has become too old. They don't need to access the terminal. I just do it because I find it more entertaining. :laugh:

On 17/04/2023 at 11:39, Nick H. said:

There is certainly a spectrum of "nerd stuff." But if I told my mother, my sister, even most of my friends that in order to update their OS or programs they need to open the terminal and type in a command, they won't bother with it.

With that said, I have found in Mint that the Software Manager is quite good at notifying the average user about there being an update available which is why I've been able to move a couple of friends over to Linux when their machine has become too old. They don't need to access the terminal. I just do it because I find it more entertaining. :laugh:

I've been using Linux for a good while now and I still try to avoid the command line like the plague! Everything I've ever needed to do can be done from a gui and as easily as it is on Windows. Sure, there have been the rare occasions where I've had to look up some command for doing something, but I can't stand using command line. As far as trying to remember any commands, I don't even try. As far as the command line being more entertaining, I find it to be a total PITA!

Once I've shown others how easy it is to update Linux, most people say they can't believe it isn't wildly more popular.

  • 1 month later...
On 23/01/2023 at 07:57, adrynalyne said:

Yeah I’ve had the same issue and I’ve been using Linux off and on since 2001. Eventually some of it becomes second nature but I would be lying if I said I didn’t rely on terninal buffer history. Same with Powershell.  PSReadline is an amazing module for PS, btw. 

I understand your experience with using Linux and relying on terminal buffer history. Over time, with consistent usage, many aspects of working with Linux become second nature. However, it's completely normal to rely on tools and features that make your workflow more efficient.

In the case of Linux, the terminal buffer history can be a powerful tool for recalling and reusing previously executed commands. It allows you to save time and avoid repetitive typing. The command history is accessible through keyboard shortcuts or by using commands like history or Ctrl+R for reverse search.

Similarly, PowerShell users can benefit from the PSReadline module. PSReadline enhances the command line editing experience in PowerShell by providing features like syntax coloring, tab completion, and multiline editing. It makes working with PowerShell more intuitive and efficient, allowing users to be more productive.

By leveraging these tools and modules, you can streamline your workflow and become more proficient in using the command line interface of both Linux and PowerShell.

 

On 02/04/2023 at 04:48, Matthew S. said:

Except it is.

True!.

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Zed 1.7.2 has landed with updated OpenCode models, bug fixes and other improvements by David Uzondu Zed 1.7.2 recently landed on the stable release channel, bringing a host of AI-related features including automatic context compaction and settings-based skill management, along with other things like better Markdown preview rendering and custom git commands in the graph view. Starting with the AI stuff, the developers introduced "/compact", a command that basically summarizes your conversation history on demand. This tool prevents your active chat window from hitting token limits by compressing older parts of the dialogue into a brief overview. In addition to that, the team relocated skill management to the settings UI, improving how the application communicates errors regarding those skills, and updated the OpenCode model roster to support DeepSeek V4 Flash, MiniMax M3, Qwen 3.7 Plus, and Nemotron 3 Ultra Free. External agent users can also monitor context window cost metrics and delete individual sessions directly from their history. Right-clicking ref labels in the git graph now opens a context menu that runs different actions against selected targets, kind of how VS Code does it. Here are some of the bug fixes this new release brings: The active agent fails to auto-select when creating a new git worktree. A scrollbar unexpectedly appears on wrapped code blocks in the agent chat. Collapse indicators for project headers appear when performing sidebar searches. Bracketed ellipsis title prefixes fail to show the ellipsis icon properly. Project icons render incorrectly in the recent projects picker. Diff hunk controls appear inside non-editable commit view multibuffers. The software update button hangs indefinitely on the downloading stage. Restoring an agent terminal in a remote project triggers a sudden crash. Splitting a pane that contains an active commit view causes a crash. Linux Wayland freezes when trying to read the clipboard from laggy external apps. Zed is a "newish" code editor trying to break the massive stronghold VS Code has on the developer community. Funny enough, the editor was created by former GitHub employees who worked on the Atom text editor (which Microsoft killed in 2022, several years after it bought GitHub). The project officially hit version 1.0 back in April, introducing platform parity for Windows and Linux alongside deep support for DeepSeek-V4-Pro.
    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
    • Mp3tag 3.35 by Razvan Serea Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Mp3tag supports the following audio formats: Advanced Audio Coding (aac) Free Lossless Audio Codec (flac) Monkeys Audio (ape) Mpeg Layer 3 (mp3) MPEG-4 (mp4 / m4a / m4b / iTunes compatible) Musepack (mpc) Ogg Vorbis (ogg) OptimFROG (ofr) OptimFROG DualStream (ofs) Speex (spx) Toms Audio Kompressor (tak) True Audio (tta) Windows Media Audio (wma) WavPack (wv) Mp3tag 3.35 changelog: This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details. Download: Mp3tag 64-bit | 5.7 MB (Freeware) Download: Mp3tag 32-bit | 5.2 MB Link: Mp3tag Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The FIFA World Cup is not US centric.
    • It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to. The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
  • Recent Achievements

    • Week One Done
      AMV earned a badge
      Week One Done
    • One Month Later
      AMV earned a badge
      One Month Later
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!