Debian Reference!

I recently came across this website, it’s an official reference to the debian distro!

https://www.debian.org/doc/manuals/debian-reference/

Thought I will share it here cus It has a lot of tutorials and a lot of tips! I will personally read it once I am done reading this wonderfull book: The Debian Administrator's Handbook

6 Likes

Hi @HotTipoff4425 ,
Thank you, they are both quite comprehensive references.
Most of the material would apply to Debian derived distros, and to Ubuntu and its derivatives like the popular Mint Linux.

When I started learning, there were only printed books for
reference. One of the books I used was

References help, but an essential part of learning computers is to do things.
Regards
Neville

5 Likes

@nevj thanks for sharing! I’m trying to learn as much as I can about Linux (and also low level programming) because I want to contribute to kernel and a DE. Its a very long path ahead for me tho!

1 Like

Hi @HotTipoff4425
That is a great goal to have . C programming comes with lots of practice writing code. Find a project and start writing code. Does not matter if you reinvent the wheel… you
just need to do lots of it.
These days you will probably need Rust as well as C.

Here is one list of relevant books

Dont neglect BSD… it is another parallel universe to Linux
It is older than Linux, and closer to the original Unix.

Regards
Neville

3 Likes

Thank you for sharing! Currently I’m reading (and practicing) C with the help of this book:

image

It’s been great so far!

3 Likes

@HotTipoff4425 ,


C Programming Language, 2nd Ed Subsequent Edition

by Brian W. Kernighan (Author), Dennis M. Ritchie (Author)

This classic C book is written in a teaching style.
I learnt from this book. It was a battle for an old Fortran programmer to learn a new and very different language.
I did it by learning Pascal first. That definitely helped.
The other thing that helped was that I had used assembler
so I was able to line up the pointer concept with indirect
addressing.
Sorry , this is probably not relevant to how a modern person learns C.
Regards
Neville

3 Likes

It’s really interesting! I never knew someone can understand C better by learning Pascal or using Assembler :open_mouth:

2 Likes