I learned linux by using Arch back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install. This was also back in the days when most were not connected to the internet 24/7 and many did not have internet, I updated when I went to the library which was generally a weekly thing but sometimes it be a month or two and the system breaka…
I love the work of the ArchWiki maintainers
21–30 of 177 posts
Re: I love the work of the ArchWiki maintainers
#22Re: I love the work of the ArchWiki maintainers
#23I don't use Arch anymore, yet I still find myself reading their wiki from time to time. It's a phenomenal resource.
What are you using now?
It made maintaining my laptop + workstations the "same" a breeze, although it took a bit to learn and settle into something that works for me. It seems today things are easier for newcomers, but Nix Flakes are still "experimental", and thus the documentation on things might seem confusing or misleading sometimes.
Re: I love the work of the ArchWiki maintainers
#24I learned linux by using Arch back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install. This was also back in the days when most were not connected to the internet 24/7 and many did not have internet, I updated when I went to the library which was generally a weekly thing but sometimes it be a month or two and the system breaka…
I have started using Arch in 2016 and it was stable back then. Are you describing an earlier era?
That does sound significantly longer ago then 2016 ;)
Re: I love the work of the ArchWiki maintainers
#25I learned linux by using Arch back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install. This was also back in the days when most were not connected to the internet 24/7 and many did not have internet, I updated when I went to the library which was generally a weekly thing but sometimes it be a month or two and the system breaka…
Sadly, the edit volume will likely drop as LLMs are now the preferred source for technical Linux info/everything...
Re: I love the work of the ArchWiki maintainers
#26I learned linux by using Arch back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install. This was also back in the days when most were not connected to the internet 24/7 and many did not have internet, I updated when I went to the library which was generally a weekly thing but sometimes it be a month or two and the system breaka…
I have started using Arch in 2016 and it was stable back then. Are you describing an earlier era?
Re: I love the work of the ArchWiki maintainers
#27Re: I love the work of the ArchWiki maintainers
#28Re: I love the work of the ArchWiki maintainers
#29Earlier quoted context omitted.
unfortunately there's a trend lately where many newer cli tools don't have a man page. they put up a --help and think it suffices even though there are tools to automatically generate man pages those days
I should write a tool that converts help output to troff, even if the result wouldn't be as detailed and nice to read as a good man page it would save me the frustration of having to stab at "will i get usage docs with a -h, a --help, a -help, or running it with no args at all".
A more general tool would be pretty good. Either for distros to call during build, after building the program proper; or for users to call.
If users are calling directly, it would be useful to, by default, show the regular man page if it exists, and only if it doesn't exist generate and display one out of --help. Also give it the same flags as man etc. In this case, we could do alias man=better_man and pretend this problem is already solved (but it's still better if distros generate it, so that they can display the man page on the web, etc)
Re: I love the work of the ArchWiki maintainers
#30I learned linux by using Arch back in the days when pacman -Syu was almost certain to break something and there was a good chance it would break something unique to your install. This was also back in the days when most were not connected to the internet 24/7 and many did not have internet, I updated when I went to the library which was generally a weekly thing but sometimes it be a month or two and the system breaka…
I even bookmarked a page to remember how to rebuild the kernel because I can always expect it breaking.