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

Linux Questions

1070 readers
1 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 1 year ago
MODERATORS
 

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

top 5 comments
sorted by: hot top controversial new old
[–] Efwis 8 points 1 year 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 4 points 1 year ago

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

The Debian wiki is also pretty good

[–] [email protected] 2 points 1 year ago

95% of the arch wiki isn't arch specific, it applies to all distros, just happens to be maintained by arch people. This applies to most other Linux wikis, like the Gentoo wiki.

[–] [email protected] 1 points 1 year ago

Archwiki and others like Gentoo wiki translates pretty well into other distros but keep in mind your toolset and availabilty of packages may be different. Not all distros have systemd and some might use different programs to configure the network and so on.

[–] [email protected] 1 points 11 months ago

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.