• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






wenloveforever

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2013年4月13日

centos googlechrome root 启动问题
摘要: 第一次用linux,安装chrome的时候,装上以后发现不能以root来启动chrome,大概提示如下Google Chrome can not be run as root,需要加上--usr-data-dir选项,肯定是有个地方配置chrome了,网上找了下,解决方法如下#vi /opt/google/chrome/google-chromeand Find lineexec -a “$0″ “$HERE/chrome” “$@”and change it to followingexec -a “$0″ “$HERE/chrome” “$@” –user-data-dir( Two Hy 阅读全文
posted @ 2013-04-13 15:46 skyrun 阅读(307) 评论(0) 推荐(0)
 
cenos6.4 yum配置以及GNOME安装
摘要: 修改/etc/yum.repos.d/CentOS-Base.repo,将baseurl打开,加上以上的地址http://mirrors.163.com/centos/ 163-网易http://mirrors.ta139.com/centos/ 中国移动通信(山东移动)http://centos.ustc.edu.cn/centos/ 中国科学技术大学http://mirror.neu.edu.cn/centos/ 东北大学配置为如下#released updates[updates]name=CentOS-$releasever - Updatesmirrorlist=http://mir 阅读全文
posted @ 2013-04-13 15:07 skyrun 阅读(280) 评论(0) 推荐(0)