- Learn Linux Quickly
- Ahmed AlKabary
- 173字
- 2021-06-11 18:43:46
Meet the Editors
First of all, let me tell you something that may surprise you. Linux implements what is called "Everything is a file" philosophy. This means that on your Linux system, everything is represented by a file. For example, your hard disk is represented by a file. A running program (process) is represented by a file. Even your peripheral devices, such as your keyboard, mouse, and printer, are all represented by files.
With that being said, an immediate consequence of "Everything is a file" philosophy is that Linux administrators spend a substantial amount of their time editing and viewing files. And so you will often see Linux administrators very proficient at using text editors. And this chapter is dedicated to just that. I want you to be very comfortable using various text editors in Linux.
There are a lot, and I mean a whole lot, of text editors out there that you can use. However, in this chapter, I will cover the most popular Linux editors that will get the job done.
- Learning Single:page Web Application Development
- Node.js+Webpack開(kāi)發(fā)實(shí)戰(zhàn)
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- CockroachDB權(quán)威指南
- 青少年軟件編程基礎(chǔ)與實(shí)戰(zhàn)(圖形化編程三級(jí))
- Django Design Patterns and Best Practices
- AutoCAD VBA參數(shù)化繪圖程序開(kāi)發(fā)與實(shí)戰(zhàn)編碼
- TypeScript項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Haxe Game Development Essentials
- 編程可以很簡(jiǎn)單
- 奔跑吧 Linux內(nèi)核
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- Instant Automapper
- STM8實(shí)戰(zhàn)
- Hack與HHVM權(quán)威指南