zoukankan      html  css  js  c++  java
  • 文档null一段 虚拟机操作

    在写这篇文章之前,xxx已经写过了几篇关于改文档null主题的文章,想要了解的朋友可以去翻一下之前的文章

     1  '/media/cdrom0/runasroot.sh'

        2  cd /media/cdrom0

        3  sudo sh VBoxLinuxAdditions.run

        4  su - root

        5  sudo sh VBoxLinuxAdditions.run

        6  su - root

        7  sudo sh VBoxLinuxAdditions.run

        8  cd /media/cdrom0/

        9  ls

       10  sudo VBoxLinuxAdditions.run

       11  ls

       12  sudo ifconifg

       13  sudo ifconfig

       14  ping 192.168.1.14

       15  ls

       16  cd 文档

       17  ls

       18  cd ruby/blogs

       19  ls

       20  rails s

       21  sudo rails s

       22  ruby

       23  ruby -v

       24  rails -v

       25  rails server

       26  ls

       27  rails -v

       28  rvm

       29  rvm reload

       30  rvm ls

       31  rails

       32  rvm use ruby-2.0

       33  rvm use ruby-2.0.0

       34  ruby -v

       35  gem

       36  gem list

       37  which gem

       38  rvm use 2.0.0

        每日一道理
    有些冷,有些凉,心中有些无奈,我一个人走在黑夜中,有些颤抖,身体瑟缩着,新也在抖动着,我看不清前方的路,何去何从,感觉迷茫,胸口有些闷,我环视了一下周围,无人的街头显得冷清,感到整个世界都要将我放弃。脚步彷徨之间,泪早已滴下……

       39  rails

       40  rails s

       41  rails server

       42  cd 文档

       43  ls

       44  cd ruby/blogs

       45  ls

       46  ls

       47  rails server

       48  mysql.server start

       49  sudo /etc/init.d/mysql start

       50  node

       51  sudo apt-get update

       52  sudo apt-get install node

       53  sudo apt-cache show node

       54  sudo apt-cache search node

       55  sudo apt-cache search nodejs

       56  nb

       57  nodebrew

       58  ls ~/.nodebrew/

       59  gedit ~/.bashrc

       60  ls ~/.nodebrew/current/bin/

       61  source ~/.bashrc

       62  node

       63  ls

       64  node

       65  gedit .bashrc

       66  gedit .bash_profile

       67  node

       68  rails

       69  rails server

       70  cd 文档

       71  ls

       72  cd ruby/blogs

       73  rails s

       74  history

    文章结束给大家分享下程序员的一些笑话语录: 苹果与谷歌之争就是封闭收费与自由免费思想之争。(别急着把google来膜拜哦?那可是一家公司,以赚钱为目标的公司!当年我Party就是这样把广大劳动人民吸引过来的。今天的结果你们都看到了。)

  • 相关阅读:
    在mac上如何用safari浏览器调试ios手机的移动端页面
    VSCode 入门
    Redux和Context对比
    七种CSS左侧固定,右侧自适应两栏布局
    componentWillMount VS componentDidMount
    react-native IOS TextInput长按提示显示为中文(select | selectall -> 选择 | 全选)
    MySQL调优5---查询优化
    MySQL调优4---索引
    MySQL官网下载案例数据库
    MySQL调优3---执行计划
  • 原文地址:https://www.cnblogs.com/xinyuyuanm/p/3080477.html
Copyright © 2011-2022 走看看