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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to learn Linux?

2 点作者 shire超过 11 年前
I have a macbook pro 2013 15inch OS X 10.8.5. I love this machine. A few years ago I switched from Windows to Mac and I never looked back this machine is awesome and powerful I love it and use it every second of the day but lately I&#x27;ve been having a craving for Linux plus I&#x27;m always in the mood for expanding my knowledge for technology and always want to learn new stuff.<p>To be quite honest I&#x27;ve always heard about linux but never actually tried it the idea of it confuses me in a way. I would like to play with it and learn all about it plus I hear it&#x27;s important for any programmer to understand how linux works. A lot of jobs are also in Linux!.<p>I want to learn Linux in and out from how to set it up to all the Linux distribution (distros) like Mint, Ubuntu and Debian, what they&#x27;re, which is best and how to use them. Thanks!

6 条评论

cosmincimpoi超过 11 年前
I really got into Linux by setting up servers on CentOS back in 2007. Linux, the resources and the community are great and the fact that those servers still run fine today is a testimony to that.<p>If you have some time and you would just like to read some good basics start with <a href="http://www.linuxfromscratch.org/lfs/view/stable/prologue/foreword.html" rel="nofollow">http:&#x2F;&#x2F;www.linuxfromscratch.org&#x2F;lfs&#x2F;view&#x2F;stable&#x2F;prologue&#x2F;for...</a> and go as far as you can.<p>If you would like to get down and set up a server grab a Debian install kit.<p>The other option would be to get a RaspberryPI and start with that. Tons of resources and much closer to the hardware as a server install. Good if you re into electronics too.<p>I am a Mac user myself and you will find that the BSD underneath is mostly what Linux works like. They do say that MacOS is the best BSD available :-) So learning Linux will definitely help you to get much more from your Mac as well.<p>Have fun!
vmsmith超过 11 年前
Here&#x27;s something I did that I highly recommend: build your own Linux distribution via the Linux from Scratch (LFS) project (Google it).<p>I took an old laptop and installed Slackware with an LFS partition. Then I downloaded all the packages and followed the directions from the LFS book.<p>It took a while, but by the time I had finished I had learned three key things: (1) a lot about how Linux works, (2) how to find information (about Linux and for solving problems with Linux), and (3) a lot about BASH.<p>Seriously, although it sounds daunting, it is doable and you will learn more than you ever imagined.
linbo超过 11 年前
I don&#x27;t think there are huge difference between Mac OS and Linux, they all derived from Unix.<p>I suggest using VM to learn Linux, for example install Linux VM in VirtualBox and have a try.
forktheif超过 11 年前
Many Linux distros come on a live CD allowing you to try them out without changing anything on your hard drive.<p>Or you could try a virtual machine.
评论 #6449373 未加载
deadwait超过 11 年前
i started with making custom iso&#x27;s of slax linux and then moved on to slitaz linux, haven&#x27;t used any other linux since, ended up learning bash awk, setting up webservers&#x2F;cgi, compiling pretty much anything out there on the internet, making it a router&#x2F;firewall etc.
nodata超过 11 年前
Use it to accomplish a task. Repeat.