User avatar
thagrol
Posts: 10352
Joined: Fri Jan 13, 2012 4:41 pm
Location: Darkest Somerset, UK

MagPi 130 Master the Linux command line interface

Thu Jun 15, 2023 5:40 pm

Any other old hands read this article yet?

I'd say it's fine as far as it goes but there are some curious choices:
  • No mention of the man command.
  • No mention that most shell command support the --help argument and what that does.
  • No mention of rmdir. That can be a safer option than rm -r as it refuses to delete a directory that isn't empty. That behaviour has saved my bacon more than once.
  • No mention of what touch does if the named file exists.
  • No mention of redirecting error messages (stderr). That's a key technique for debugging.
  • Setting a static IP address as part of the article? Really?
I'll stop there. I could go on and I'm sure most of you have things you'd add or change.

At least vi got a mention.
Knowledge, skills, & experience have value. If you expect to profit from someone's you should expect to pay for them.

All advice given is based on my experience. it worked for me, it may not work for you.
Need help? https://github.com/thagrol/Guides

wildfire
Posts: 1310
Joined: Sat Sep 03, 2016 10:39 am
Location: Dundee, Scotland

Re: MagPi 130 Master the Linux command line interface

Thu Jun 15, 2023 5:53 pm

I gave it a quick skim over a couple of weeks ago (my eyes aren't great for magazine print nowadays) and even then I felt that this would have been better as a series over several publications rather than lumped into one article.
E8 85 A2 40 C9 40 81 94 40 81 95 40 89 84 89 96 A3
Still NF Shirls

lucyhattersley
Posts: 60
Joined: Tue Aug 04, 2015 5:05 pm

Re: MagPi 130 Master the Linux command line interface

Tue Jun 20, 2023 9:41 am

Man is mentioned as a Top Tip! on page 64. Maybe it needed more space though.

Thanks for the feedback. You may be on to something about it needing a series. It's tricky to pack something as big as Linux into eight pages. The aim is to help newcomers start a journey rather than cover everything.

User avatar
radiolistener
Posts: 622
Joined: Thu Aug 03, 2023 6:49 am

Re: MagPi 130 Master the Linux command line interface

Sat Sep 23, 2023 5:27 pm

thagrol wrote:
Thu Jun 15, 2023 5:40 pm
Any other old hands read this article yet?
I didn't read it, just discovered that magazine. Very nice old style reading... Now looking to read this article :)
thagrol wrote:
Thu Jun 15, 2023 5:40 pm
[*]Setting a static IP address as part of the article? Really?
I think this is very useful information for those who come from windows world.

Return to “The MagPi”