Live data from Hacker News

Learn Linux without internet and stack overflow: Linux HOWTOs

tldp.org

41–50 of 81 posts

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#41
post #26

For those not paying close attention, TLDP hasn't been updated in about 6 years, but much of it hasn't been updated in 15-20 years. Just keep using the Internet (ServerFault/Digital Ocean/ArchWiki/Ubuntu Wiki/etc) and man pages.

I've found Digital Ocean and Archwiki especially to be incredible resources

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#42
post #19

What tool can I use to simply create and manage text files like these? Something that can indent and wrap using spaces rather than rich formatting. https://tldp.org/HOWTO/text/DHCP

In Emacs, hit Alt-Q (fill-paragraph), which will line-wrap and preserve your current line indent.

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#43
post #26

For those not paying close attention, TLDP hasn't been updated in about 6 years, but much of it hasn't been updated in 15-20 years. Just keep using the Internet (ServerFault/Digital Ocean/ArchWiki/Ubuntu Wiki/etc) and man pages.

Do you know why it was abandoned?

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#45
post #33
post #8

Earlier quoted context omitted.

There have been some updates in the Github repo since then ( https://github.com/tLDP/LDP/commits/master ) but I don't notice any new content. It was a great resource for me decades ago, but now I understand TLDP to be mostly old and stale (and sometimes arguably bad, such as the Advanced Bash-Scripting Guide) and generally better sources can be easily found.

As someone who's not particularly great at bash, I don't know enough to know if a guide I'm looking at is teaching old/bad methods. Are there any notably good references for modern bash?

I generally stick with the bash reference manual and Wooledge's wiki. Not sure how good they are for people unfamiliar with the material already.

https://www.gnu.org/software/bash/manual/html_node/index.htm...

https://mywiki.wooledge.org/BashGuide

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#46
Here’s a few how to style sites that I’ve found useful for everything from small things to big projects:

These are general things that might seem too basic but there are some gems in there. Everyone, even really experienced users, can have gaps in their knowledge of basics: https://github.com/you-dont-need/You-Dont-Need-GUI

Julie Evans doesn’t right just about Linux but when she writes a how-to she really puts the time in to do it well: https://jvns.ca/

DigitalOcean has the best set of how-to docs I know of for a web hosting company: https://www.digitalocean.com/community/tutorials

I have less experience with them but Linode seems to do a good job on how to docs too: https://www.linode.com/resources/

And there’s man pages and the like, too, but man pages can be a bit cumbersome for learning more than some options and basic use of a command.

Any other sites that people think are best for Linux in general, specialized areas like shells and scripting, distro specific sites, etc.? I’d save those sites and return to them first then do a web search if not enough there.

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#47
post #26

For those not paying close attention, TLDP hasn't been updated in about 6 years, but much of it hasn't been updated in 15-20 years. Just keep using the Internet (ServerFault/Digital Ocean/ArchWiki/Ubuntu Wiki/etc) and man pages.

But man pages are man pages, not HOWTOs and thus don’t tell you ... how to :)

I have to confess, I use man pages for a quick thing I want to know such as options. For how to, man pages aren’t structured to teach step by step like a how to. A how to is like a tutorial or instruction manual and I think man pages are like reference books.

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#48

This brings back some great memories. I learned so much from the HOWTOs, and I think they played a big part in getting me my first proper tech job. I just had to sit and figure it out, and the process of persevering through the mistakes and dead ends ultimately gave me a level of confidence around computers and technology in general which has been incredibly useful in work and in life.

This brings back memories for me, but I don't know if they are "great." I have memories of being in high school and downloading Linux binaries and HOWTOs over a dial-up modem, messing around with Debian on the family computer. So much of my youth spent (wasted?) on this. I wish I had spent more time making friends and playing sports, or learning something more fundamental like math or programming. I don't even work in the tech industry.

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#49

I distinctly remember borrowing a copy of "Linux From Dummies" from the public library and then using it to learn how to use the Linux shell, back in the '00s. It even came with a CD of some extremely old version of Red Hat.

I think “Linux From Dummies” better describes the current trend of blogspam that are all just copy/pastes of each other.

But back in the day, “Linux FOR Dummies” was quite popular.

Re: Learn Linux without internet and stack overflow: Linux HOWTOs

#50

Linux From Scratch (LFS) taught me the depths of Linux. TLDP taught me the breadth.

Another one here. My first real IT job was building a LFS based distro in 2005. :) It was fun. Though I was coming in with a year of Slackware experience already, so following some commands and dealing with build issues was not a new thing to me.

So I at least based it on m4 generated shell based build system scripts and my slackware package manager I wrote at that time. https://spkg.megous.com/

Moved to Arch Linux shortly after.

Post reply on HN