Git checkout branchname -f
git checkout 切换分支,有时候,切换分支无效,就必须强制切换强制切换使用命令: git checkout branchname -f 下面是强制切换分支 操作参考文档: https://www.yiibai.com/git/git_checkout.html
Magento 开发博客资源学习
博客地址: http://codeforweb.byethost9.com/category/magento-tutorials/ https://www.ipragmatech.com/home/
Magento 在ubuntu服务器上的配置
Magento 配置参考案例: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-magento-on-ubuntu-14-04
Install Elasticsearch-5.3.3 on ubuntu 14.04
下面是安装的操作步骤 sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java8-installerjava -versionysq@ubuntu:~/Downloa…
Install Elasticsearch-6.7.0 on ubuntu 14.04
在ubuntu14.04 上面 安装 elasticsrearch-6.7.0 安装步骤参考:elassticsearch官网: https://www.elastic.co/guide/en/elasticsearch/reference/current/zip-targz.html 下面是安装 …
Ubuntu sudo 出现unable to resolve host 解决方法
Ubuntu环境, 假设这台机器名字叫abc(机器的hostname), 每次执行sudo 就出现这个警告讯息:sudo: unable to resolve host abc 出现这样的原因:主要是因为主机名称与 etc/hosts 下面的绑定的主机名称不一致的原因造成的。 解决办法有…
Ubuntu 查看主机名称
查看主机名的方法 在Ubuntu系统中,快速查看主机名有多种方法: 其一,打开一个GNOME终端窗口,在命令提示符中可以看到主机名,主机名通常位于“@”符号后; 如下图所示: sunyang 表示用户名 127。。。。表示主机名 但是通常位于“@”符号后 的主机名不一定是全名,有可能是名称的前几个单…
systemctl: command not found on ubuntu 14.04
在运行代码的时候出现这个问题如下截图 解决办法: sudo apt-get install –reinstall systemd
Ubuntu 查看系统的版本
1.在远程登录的时候,有系统版本的提示 2. 使用命名查看 cat /etc/issue sudo lsb_release -a