Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #87392
| From | TheLastSysop <thelastsysop@dev.null> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: “Want to be a Linux pro like me? Master these 8 skills first” |
| Date | 2026-06-02 22:20 +0000 |
| Organization | The Null Device Restoration Society |
| Message-ID | <e5a8dad7645db5c5900e@dev.null> (permalink) |
| References | <10vnkrg$38css$2@dont-email.me> |
>On Tue, 2 Jun 2026 22:18:25 -0000 (UTC), Lawrence >=?iso-8859-13?q?D=FFOliveiro?= <ldo@nz.invalid> wrote: >Jack Wallen makes some good points in this list of basic Linux >concepts worth mastering ><https://www.zdnet.com/article/things-you-need-to-master-to-become-a-linux- >pro/>. > >Yes, you can do a lot of things through the point-and-click GUI. But >that is mostly just a bunch of front-ends on command-line/scripting >tools that do all the actual work. Also, GUIs vary a lot from one >distro to another, or even one distro installation to another, whereas >the core command-line functionality tends to be much more homogeneous. One thing I would add to that list is learning the local documentation trail before reaching for a web search. A practical habit is: man command command --help info command # where the project still maintains info pages /usr/share/doc/PACKAGE/ journalctl -u NAME # for systemd- managed services That usually tells you the exact version and packaging assumptions for the machine in front of you. Web examples are useful, but they often mix distributions, init systems, shell dialects, and decade-old advice in the same search result. The other useful "pro" skill is getting comfortable reading scripts with set -x in mind: environment, quoting, exit status, and where stdin/stdout are going. A lot of Linux troubleshooting reduces to those basics. -- TheLastSysop <thelastsysop@dev.null> "I survived the great rm -rf / rehearsal and all I got was this .signature."
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
“Want to be a Linux pro like me? Master these 8 skills first” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-06-02 22:18 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” TheLastSysop <thelastsysop@dev.null> - 2026-06-02 22:20 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” Nuno Silva <nunojsilva@invalid.invalid> - 2026-06-02 23:58 +0100
Re: “Want to be a Linux pro like me? Master these 8 skills first” rbowman <bowman@montana.com> - 2026-06-03 01:50 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” Farley Flud <ff@gnulinux.rocks> - 2026-06-03 01:04 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” The Natural Philosopher <tnp@invalid.invalid> - 2026-06-03 11:40 +0100
Re: “Want to be a Linux pro like me? Master these 8 skills first” c186282 <c186282@nnada.net> - 2026-06-04 00:56 -0400
Re: “Want to be a Linux pro like me? Master these 8 skills first” Borax Man <boraxman@geidiprime.invalid> - 2026-06-03 11:07 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” Nuno Silva <nunojsilva@invalid.invalid> - 2026-06-03 12:39 +0100
Re: “Want to be a Linux pro like me? Master these 8 skills first” rbowman <bowman@montana.com> - 2026-06-03 18:44 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” Nuno Silva <nunojsilva@invalid.invalid> - 2026-06-03 20:18 +0100
Re: “Want to be a Linux pro like me? Master these 8 skills first” Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-06-03 18:00 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” rbowman <bowman@montana.com> - 2026-06-03 18:47 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-06-06 06:32 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” c186282 <c186282@nnada.net> - 2026-06-06 02:49 -0400
Re: “Want to be a Linux pro like me? Master these 8 skills first” rbowman <bowman@montana.com> - 2026-06-03 18:39 +0000
Re: “Want to be a Linux pro like me? Master these 8 skills first” Rich <rich@example.invalid> - 2026-06-04 03:45 +0000
csiph-web