小编ree*_*ard的帖子

无法将keys.dev.pub写入:/home/ubuntu/.composer

我按照说明安装composer(在这里找到).我只是跑了线php composer-setup.php,终端返回了:

All settings correct for using Composer
Unable to write keys.dev.pub to: /home/ubuntu/.composer
Run Code Online (Sandbox Code Playgroud)

我正在Vagrant中安装到Ubuntu VM中.

terminal ubuntu key vagrant composer-php

12
推荐指数
4
解决办法
3万
查看次数

在 Ubuntu 14.04 上的 Headless Chrome 中运行 Flash 网页

我正在尝试在 Ubuntu 14.04(EC2 实例,因此没有 GUI)上使用 Chrome 无头地运行我的 Cucumber 测试。到目前为止,我的设置允许这样做,如下面的屏幕截图所示:

成功截图

当我进入带有 Flash 的页面时遇到问题:

闪存页面

我已经重新启动了 EC2 实例并杀死了所有 chrome 进程,仍然没有任何乐趣。

澄清一下,测试将开始,chrome 打开带有 Flash 的页面,我收到此消息。如果我然后结束测试并重新开始,我会遇到同样的问题。我想这实际上并不是在重新启动 chrome,因为它每次都是一个新实例?

所以为了运行这些测试,我在这里使用headlessgem作为.xvfb

我已经Google Chrome 57.0.2987.133并且已经添加libflashplayer.so/opt/google/chrome/plugins使用这个https://askubuntu.com/questions/14629/how-do-i-enable-the-partner-repository

A few extras things I have tried include:

sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
Run Code Online (Sandbox Code Playgroud)

Is there a way to get this to work so I can render flash based sites? Do I need to enable the flash plugin each time I …

flash ubuntu google-chrome headless cucumber

5
推荐指数
1
解决办法
1858
查看次数

没有 .git 文件夹,但 git status 仍然返回

我正在使用 CodeIgniter 创建一个应用程序。项目中任何地方都没有 .git 文件夹,但项目已初始化,因为git status返回以下内容:

On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   ../../../Vagrantfile

no changes added to commit (use "git add" and/or "git commit -a")
Run Code Online (Sandbox Code Playgroud)

这怎么可能?任何地方都没有 .git 文件夹。这是ls -la返回的内容:

total 124
drwxrwxr-x  7 my_username my_username  4096 Mar  7 11:18 .
drwxrwxr-x  8 my_username my_username  4096 Mar …
Run Code Online (Sandbox Code Playgroud)

git version-control

0
推荐指数
1
解决办法
1207
查看次数