this post was submitted on 22 Sep 2023
5 points (100.0% liked)

Linux Questions

2517 readers
2 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

How much effective will be reading pages of ArchWiki if I use Opensuse TW? Is there any better resources for learning linux?

all 5 comments
sorted by: hot top controversial new old
[–] Efwis@lemmy.zip 8 points 2 years ago

The ArchWiki is the best source to use when it comes to Linux as it’s documentation can be used on just about any Linux OS.

The key is to make sure you use the right OS’ command structure to complete what you are doing. i.e using the correct commands for package manager and correct package naming scheme.

[–] possiblylinux127@lemmy.zip 4 points 2 years ago

If you are unsure you can use the man pages and the opens use documentation.

The Debian wiki is also pretty good

Arch wiki translates pretty well, but I recommend comparing it with the opensuse wiki, because some stuff doesn't line up.

Personally, I encountered an issue with tumbleweed secure boot, where the tumbleweed implementation didn't work. Switched back to arch after that.