TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do I learn Linux now that I was able to install it?

2 点作者 philonoist大约 3 年前

2 条评论

simonblack大约 3 年前
While Linux is &#x27;UNIX-like&#x27; rather than an actual <i>certified</i> UNIX, any of the UNIX reference books will be close enough for most purposes.<p>A big part of Linux is that a particular distro will come packaged with lots and lots of apps, apart from the underlying operating system.<p>Another main difference between Windows and Linux, is that Linux distros have package managers for &#x27;downloading&#x27; apps built-in, so you never need (or extremely rarely) to go wandering around the Web looking for software to download. You merely open up the package manager, search for what you want, click to select the package, then click to install. And that&#x27;s that. Whenever there&#x27;s an upgrade, your new package will be automatically upgraded too.
lesserknowndan大约 3 年前
To really go in-depth with Linux in general, see The Linux Documentation Project: <a href="https:&#x2F;&#x2F;tldp.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tldp.org&#x2F;</a><p>Otherwise, if you have gone with a mainstream distribution, they usually have pretty good documentation that will be tailored to that distribution. For example, Ubuntu has: <a href="https:&#x2F;&#x2F;help.ubuntu.com&#x2F;lts&#x2F;ubuntu-help&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;help.ubuntu.com&#x2F;lts&#x2F;ubuntu-help&#x2F;index.html</a>