Ruby China
  • 社区
  • 招聘
  • Wiki
  • 酷站
  • Gems
  • 注册
  • 登录
Lsong
@song940
会员
第 5130 位会员 / 2013-01-06

[email protected]
LSONG.ORG
北京
11 篇帖子 / 348 条回帖
0 关注者
0 正在关注
8 收藏
GitHub Public Repos
More on GitHub
  • 概况
  • 话题
  • 回帖
  • 收藏
  • 正在关注
  • 关注者
  • 分享一个我们做的小社区,新站测试上线,欢迎拍砖! at 2013年11月14日

    #3 楼 @dddd1919 屏幕亮度调低 ...

  • 修改默认的 Gemfile at 2013年11月14日

    #3 楼 #7 楼 @xds2000 这个是为了解决 RVM 安装 Ruby 的问题 . 而非 RubyGems .

  • 今年 Ruby Conf 的视频呢? at 2013年11月14日

    同求~

  • 看看一个 Sony 程序员遇到的 Bug… at 2013年11月14日

    #5 楼 @xdada 说来听听~

  • vagrant 怎么开机自启动 at 2013年11月14日

    写个脚本放到 init.d 中 , 另:不建议在生产环境使用 vagrant .

  • Nginx + Passenger 如何设置开机启动 at 2013年11月14日

    passenger 直接 patch 到 nginx 中了 , 所以 passenger 会和 nginx 一同启动 , 也就是说 , 只要 nginx 启动就可以了 . centos 系统可以执行

    chkconfig nginx on
    

    ubuntu

    update-rc.d nginx defaults
    
  • 败了新 iPad 的有出旧 pad 的吗 at 2013年11月13日

    iPad 还算比较结实的 , 折损没那么厉害 .

  • 手欠!又一次运行了 vagrant init at 2013年11月13日

    #10 楼 @shangrenzhidao 是你当时的工作目录 , 创建一个虚拟机

    localhost:vm lsong$ pwd
    /Users/Lsong/Documents/vm
    localhost:vm lsong$ vagrant box list
    precise32 (virtualbox)
    localhost:vm lsong$ vagrant init precise32
    A `Vagrantfile` has been placed in this directory. You are now
    ready to `vagrant up` your first virtual environment! Please read
    the comments in the Vagrantfile as well as documentation on
    `vagrantup.com` for more information on using Vagrant.
    localhost:vm lsong$
    

    那么你下次想要运行他的话 , 就必须再次回到这个目录:

    localhost:~ lsong$ cd /Users/Lsong/Documents/vm
    localhost:vm lsong$ vagrant up
    
  • 手欠!又一次运行了 vagrant init at 2013年11月13日

    #8 楼 @shangrenzhidao 不会的 , 如果你在一个已经创建 (init) 的目录中再次执行时会提示你已经存在了 , 想继续的话,需要删除 Vagrantfile 文件才行

    我猜你可能忘记在那个目录中创建了 ...

  • 手欠!又一次运行了 vagrant init at 2013年11月13日

    恩 , 就是你之前做 vagrant init 的目录

  • 手欠!又一次运行了 vagrant init at 2013年11月13日

    那要进入 之前 的虚拟机目录

  • 手欠!又一次运行了 vagrant init at 2013年11月13日

    这是两个不同的虚拟机吧~

  • 手欠!又一次运行了 vagrant init at 2013年11月13日

    每个目录中只能 vagrant init 一次 , 不存在多次 init .

  • 我去 难道只有我不能回复吗? at 2013年11月13日

    #4 楼 @ChanceDoor 肯定是打开方式不对 ...

  • 关于在服务器端的一些操作的一些新手问题 at 2013年11月13日

    用 screen 或者 tmux 分屏 , 分别 tail 两个 log .

  • 看看一个 Sony 程序员遇到的 Bug… at 2013年11月13日

    这 bug 简直就是 高端,大气,上档次啊 ~


    发现了这个 地板问题引发 bug .

  • 怎么不能回复了? at 2013年11月13日

    测试

  • 我喜欢在 Ubuntu 的 root 用户下搭建环境,这样做好不好? at 2013年11月13日

    不好

  • RoR 新人报到,Java 出身,正开始学 Ruby 和 Rails,特此感慨,欢迎前辈们批评指正 at 2013年11月13日

    太长了 , 看了一半 ...

  • 关于 vagrant at 2013年11月12日

    #7 楼 @shangrenzhidao VBoxManage 是 VirtualBox 自带的 headless 管理工具

  • 用 Ruby Koans 学习 Ruby,其中一道题,到 stackoverflow 上一看,高下立判啊! at 2013年11月12日

    #8 楼 @shatle 太简洁了 ..

  • 超简约,超易用, iOS 图表库 PNChart 开源!(NO.1 Trending in Objective-C on Github today) at 2013年11月11日

    膜拜大神~

  • 咱们的 Mac 客户端的问题 at 2013年11月10日

    #6 楼 @Blues MAC OS 基本常识右键打开 #7 楼 @shangrenzhidao 不建议

  • ruby-china 在网吧的 IE 上看上去让我泪奔了 at 2013年11月10日

    盖茨在网吧厕所哭晕了~

  • [上海] 百度诚招高级研发工程师 Ruby at 2013年11月08日

    妹纸 ....

  • 我要见证会员破万的鸡冻时刻 at 2013年11月08日

    我等到 10086 的时候注册 ..

  • 我要见证会员破万的鸡冻时刻 at 2013年11月08日

    #14 楼 @10000 👍 #17 楼 @small_fish__ 噗~


    目前已经有 9964 位会员加入了 Ruby China。 缓存 ? http://ruby-china.org/users

  • 求助,也许是 linux 的问题 at 2013年11月08日

    echo "source /etc/profile.d/rvm.sh " >> ~/.bashrc

  • 我要见证会员破万的鸡冻时刻 at 2013年11月08日

    #2 楼 @ugoa 估计一堆马甲~

  • Ruby 官网新设计 (結果公布) at 2013年11月08日

    啥时候 RubyChina 也来个 New Design .

  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 10
  • 11
  • 下一页
关于 / RubyConf / Ruby 镜像 / RubyGems 镜像 / 活跃会员 / 组织 / API / 贡献者
由众多爱好者共同维护的 Ruby 中文社区,本站使用 Homeland 构建,并采用 Docker 部署。
服务器由 赞助 CDN 由 赞助
iOS 客户端 / Android 客户端 简体中文 / English