linux mint 18.2 安装wireshark
摘要:Method 1: Via PPA Step 1: Add the official PPA sudo add-apt-repository ppa:wireshark-dev/stable Step 2: update the repository sudo apt-get update Step
阅读全文
posted @
2017-10-31 22:44
c3tc3tc3t
阅读(422)
推荐(0)
部署rails遇到问题
摘要:underfined method for has_attched_file when installing paperclip 解决 create the file paperclip.rb inside the config/initializers/paperclip.rb Add the b
阅读全文
posted @
2017-10-29 11:30
c3tc3tc3t
阅读(198)
推荐(0)
centos6 vps部署rails
摘要:centos 6 vps初始化部署rails应用1 ssh登录 vpsssh -p port root@server_ip_address 2 添加用户 adduser usernamepasswd username 3将用户添加到wheel组,得到sudo权限 vi /etc/sudoers 将%
阅读全文
posted @
2017-10-17 23:43
c3tc3tc3t
阅读(247)
推荐(0)
初始设置ubuntu 16.04 Vps部署rails
摘要:参考 https://blog.longwin.com.tw/2005/12/ssh_keygen_no_passwd/ 1 选择搬瓦工左边菜单栏中的“Root password modification”,然后“Generate and set new root password”,重置前请先把V
阅读全文
posted @
2017-10-16 01:13
c3tc3tc3t
阅读(263)
推荐(0)
自己买的书籍
摘要:groovy程序设计cucumber行为驱动开发vim实用技巧微服务架构与实践图解httphttp权威指南js忍者秘籍单页web应用clojure程序设计tcp sockets编程深入浅出nodeeffective rubygoweb编程git权威指南ext江湖php编程手册深入浅出Phonegap
阅读全文
posted @
2017-10-13 14:52
c3tc3tc3t
阅读(147)
推荐(0)
linux mint 18.2 install erlang
摘要:由于Linux min 18.2仓库中的erlnag是18.2,我们手动安装最新版本,参考 https://www.erlang-solutions.com/resources/download.html 1 你需要创建一个 /etc/apt/sources.list 文件并填入下面 2 添加公钥
阅读全文
posted @
2017-10-05 00:25
c3tc3tc3t
阅读(238)
推荐(0)