20220617 Linux简介和安装入门+连接ssh

本文介绍了Linux操作系统的市场份额及应用场景,包括桌面、服务器、移动设备和嵌入式领域。重点讲述了Linux发行版如Ubuntu、CentOS的安装过程,通过访问网址下载ISO文件,使用torrent进行下载,并在Parallels Desktop中安装CentOS。登录后,通过命令行配置网络连接,修复eth0接口无法显示IP的问题。最后提到了SSH远程连接以及推荐的SSH客户端工具FinalShell和NuoShell,尽管它们的安全性仍需验证。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Occupancy Rate Of market = Share of Marke of different kinds of System
1.桌面级操作系统

Windows,MacOs,Linux(少)

2.服务器操作系统

UNIX, Linux(免费,占有高),Windows Server(占有低)

3.移动设备操作系统

Android(基于Linux), iOS

4.嵌入式操作系统

Linux(机顶盒,路由器,交换机)

Origin Linux

Developed by a 21-year-old boy named Linus Torvalds in 1991.

发行版

Ubuntu,RedHat,CentOS,openSUSE,Fedora,红旗Linux

Installation of Linux

We can visit the below urls to get the ISO.

https://wiki.centos.org/Download

Typically, we usually download the torrent file rather than iso then conduct the task on Thunder.

image-20220617172618304

Then we can install the CentOS on Parallels Desktop.

After we login the Linux.

Excute the below command to get the Internet connectivity.

ip addr

Then we can see the item “eth0” where we need to fix doesn’t show the ip address.

image-20220617174340519

cd /etc/sysconfig/network-scripts   // enter the directory to edit the file

vi ifcfg-eth0    //edit the file

change the last onboot = yes

ONBOOT=yes      

:x  //or :wq  to save end exit

reboot      //restart Linux System

Then we can connect remotely via SSH client.Here I list 3 kinds of clients

Terminal / iTerm

ssh -p $port $username@$ip

FinalShell

http://www.hostbuf.com/

NuoShell

https://www.nuoshell.com/

PS: FinalShell & NuoShell are developed by our Chinese! But it still takes long time to verify its safety anyway.

Later I will summary frequent used commands.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值