can't use gulp-sass
|
|
|
|
echo $SHELLyum -y install zshchsh -s /bin/zsh下载最新的nginx包(编译安装,个人喜欢新版本),下载包
./configure: error: C compiler cc is not found
由于默认缺少编译器,所以需要安装一些,还有依赖的依赖类似这种,反正不只是c编译器,执行 yum install gcc gcc-c++ ncurses-devel perl
使用iso文件写入centos iso文件
开机启动设置U盘直接安装, 不修改配置文件。 直接在安装时设置里打开网络,九可以跳过第 4 条。
默认未安装wget ,x-windows,nano
配置网络
vi /etc/sysconfig/network-scripts/ifcfg-网卡名称不同而不同
ONBOOT=yes //将ONBOOT="no"改为ONBOOT="yes"
service network restart
安装ifconfig yum -y install net-tools
安装wget yum -y install wget
不得不说,这是今天收到的第一条祝福了。 暖暖的。

Some people are unaware that the “www” part of the URL is actually a subdomain (http://www.example.com), and can (in theory) point to a different location than http://example.com - it is not advised that you use www as an active sudomain, as most people expect both example.com and www.example.com to have the same content.
This is actually the basis for canonicalisation, but that’s another blog post altogether
So how do we set up subdomains using Apache virtual hosts? It’s actually very simple, we just need to configure two things, follow this guide for a very simple apache subdomain virtual host example: Apache Virtual Host Configuration File
Standards for developing flexible, durable, and sustainable HTML and CSS, and maintainable JavaScript