ruby on rails install
ruby是一个日本人发明的语言.github就是ruby on rails结构.rails是ruby中其中的一个model.类似NodeJS中的express. 首先安装ruby apt系: apt install ruby-full yum系: yum install ruby-full 结果 然…
- 223
- 0
- 阅读全文
install python3.4 on CentOS7.3(other way)
curl https://bootstrap.pypa.io/get-pip.py | python3.4Or if you don't have curl for some reason: wget https://bootstrap.pypa.io/get-pip.py python3.4 ge…
- 357
- 0
- 阅读全文
CentOS7.3安装Python3
从 Python 官网下载源码包wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz 安装 Python 依赖的第三方包 yum install openssl-devel libxslt-devel -y 解压缩源码包然后编译安…
- 309
- 1
- 阅读全文
debian安装nodejs失败
清除nodejssudo apt-get purge nodejs npm* node6 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - 默认没有curl 要apt-get install curl node7 curl …
- 254
- 0
- 阅读全文
CentOS7安装ghost三部曲
yum install gcc* yum install nodejs npm install -g ghost-cli 不出意外的话就装好了. 然后到网站目录下ghost install比如我的目录就是/var/www/web cd /var/www/web ,ghost install 最后在配…
- 517
- 0
- 阅读全文
CentOS7 mini版本安装nginx失败
安装的时候提示:You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest 是因为没有nginx的源加入以下神秘代码便可解决 rpm …
- 420
- 0
- 阅读全文
查找域名注册情况的脚本
地址为github* 其中domain.txt为查找字典.默认的为双字母. clone下来之后python3 findee.py xxxx为你想要查找的域名. 结果会写在同级目录xxresult.txt文件中 域名查找基于yuqu
- 323
- 0
- 阅读全文