Live data from Hacker News

Learn Linux without internet and stack overflow: Linux HOWTOs

tldp.org

21–30 of 81 posts

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

#22
post #13
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.

What's bad about ABS? I remember I used that guide a lot back in the days

Looking through the examples, I see lots of pitfalls such as unquoted variables, backticks, no error checking, and parsing ls. Also bash features such as [[ are ignored, and expr is sometimes used for what bash handles natively. Also there's a lot of new stuff that this old guide doesn't cover.

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

#23

https://github.com/lahwaacz/arch-wiki-docs as an alternative to tldp for offline viewing. IMO the Arch wiki is the best Linux configuration resource available.

The arch wiki is also available offline as ZIM files, a type of compressed file suited for text and indexing, used by Wikimedia for its projects, and viewable through software like kiwix. It also works as a general way of encoding html documents in a single, compressed file, which I really like, but I could not get their tools to work properly to convert some unconventionally structured websites.

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

#25

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.

I second that—memories installing gentoo on iBook G4 and getting the wireless to work felt like a nice accomplishment :)

Granted, the gentoo docs are really good so that’s where I went mostly.

Post reply on HN