linux个人学习过程中常用命令及问题记录

linux个人学习过程中常用命令及问题记录

我是linux技术盲,这里记录一下自己在学习linux过程中敲的命令以及遇到的各种问题,脚踏实地一步一步学好linux。

yum install setuptool

最小化的linux系统(centos\redhat)默认都是没有安装setup图形小工具的,需要自行安装。

yum install ntsysv

安装系统服务(设置系统的各种服务)

yum install system-config-network-tui

网络服务(敲了命令后提示No Package system-config-network-tui available,这里先记录一下,后面研究)

yum install system-config-securitylevel-tui

yum install -y iptables

CentOS7默认的防火墙不是iptables,而是firewalle。这里安装iptables。

Xshell 5如何连接本地虚拟机

参考教程

mv命令

mv命令用来对文件或目录重新命名,或者将文件从一个目录移到另一个目录中。source表示源文件或目录,target表示目标文件或目录。如果将一个文件移到一个已经存在的目标文件中,则目标文件的内容将被覆盖。
http://man.linuxde.net/mv

vi命令

vi命令是UNIX操作系统和类UNIX操作系统中最通用的全屏幕纯文本编辑器。
http://man.linuxde.net/vi

没有eth0解决方案

https://www.cnblogs.com/feixiangtk/p/6819118.html
根据这篇文章指导,解决了xshell无法连接centos7的问题,感谢!

pwd命令

pwd命令以绝对路径的方式显示用户当前工作目录。

mkdir命令

mkdir命令用来创建目录。

chmod命令

chmod命令用来变更文件或目录的权限。

touch命令

touch命令有两个功能:一是用于把已存在文件的时间标签更新为系统当前的时间(默认方式),它们的数据将原封不动地保留下来;二是用来创建新的空文件。

xshell秘钥登录教程

https://www.linuxidc.com/Linux/2016-06/132268.htm

桥接 NAT Host-only三者的区别

https://www.cnblogs.com/ggjucheng/archive/2012/08/19/2646007.html

centos7无法安装npm和nodejs解决方案

http://blog.csdn.net/tanga842428/article/details/73277739


扫一扫下方小程序码或搜索Tusi博客,即刻阅读最新文章!

Tusi博客

# linux
You forgot to set the qrcode for Alipay. Please set it in _config.yml.
You forgot to set the qrcode for Wechat. Please set it in _config.yml.
You forgot to set the business and currency_code for Paypal. Please set it in _config.yml.
You forgot to set the url Patreon. Please set it in _config.yml.
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×