chocolatey

How to configure Chocolatey to use a corporate proxy?

淺唱寂寞╮ 提交于 2021-01-27 02:36:33
问题 I'm having trouble installing Chocolatey packages from behind a corporate proxy. Internet Explorer is correctly configured but I'm having issues getting it to work through Powershell. I can use the Web-Client to download pages e.g. Microsoft.com, but ultimately Chocolatey fails to download packages with the prompt "Please provide proxy credentials:" which will not accept my domain login as being valid. Sometimes I just get the error "Exception calling "DownloadFile" with "2" argument(s): "The

Chrome on Windows docker container is not working

会有一股神秘感。 提交于 2021-01-24 07:03:28
问题 I'm trying to run Google Chrome on a docker container. This docker container is based on the microsoft/windowsservercore:ltsc2016 . I want to use the docker container to build an AngularCLI-App. Therefore, I need to run my tests in Google Chrome (with: – headless flag). Running tests with Chrome is a new feature for me, because my Angular-Apps are not based on an Angular CLI structure and the tests were executed with PhantomJS. I have updated my whole Angular-Project to fit in an AngularCLI

试试 GNU nano,一个轻量级的 Vim 替代品 | Linux 中国

拟墨画扇 提交于 2021-01-05 08:16:31
轻巧而直接,nano 提供了一个简单、直观的编辑器,没有额外的麻烦。 来源: https:// linux.cn/article-12982- 1.html 作者:Seth Kenlon 译者:Xingyu.Wang (本文字数:1434,阅读时长大约:2 分钟) 许多 Linux 发行版都捆绑了 Vim 作为默认的文本编辑器。这吸引了很多长期使用 Linux 的用户,反正那些不喜欢它的用户也可以在安装后及时更换。不过 Vim 是一个很有趣的编辑器,因为它是少数几个打开时的模式不允许输入文字的编辑器之一。这对任何用户来说都是一个令人费解的选择,对一个新用户来说也是很困惑的。 多亏了 GNU nano,才有了 Vim 之外的另一种轻量级终端文本编辑器,而且使用起来非常方便 —— 它的窗口底部列出了最重要的命令。 Black nano terminal with white text 安装 在 Linux 和 macOS 上,你可能已经安装了 GNU nano。你可以用 which 命令来验证: $ which nano /bin/nano 如果你没有安装它,你可以从你的软件库中安装,或者你可以自己 下载它的源代码并编译 。 在 Windows 上,你可以使用 Chocolatey 来 安装 GNU nano 。 启动 nano 从终端启动 nano,要么单独打开它: $ nano

Windows 命令行终端 PowerShell 美化计划

烂漫一生 提交于 2020-10-01 18:41:26
1. 前言 欢迎加入[ 微信圈子 ] 程序员交流圈 交流编程经验。 作为一个程序员,终端工具是必不可少的。但是 「Windows」 的默认终端实在太丑了,作为一个颜控忍不了。所以必须实施终端改造计划。目前我们都会使用 「PowerShell」 ,所以改造计划就先从它开始。先看看我改造的效果: ❝ 本文涉及的所有命令都在 「管理员模式」 的 「PowerShell」 下执行。 ❞ 2. 安装 Chocolatey 「homebrew」 很多使用 「Mac」 的同学都用过,很方便的软件包管理工具。一行命令就可以安装很多我们需要的开发软件,比如 「Maven」 、 「JDK」 等,命令非常简单,比如我们从软件仓库查找一下 「JDK」 : 安装 「Chocolatey」 的命令为: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex 3. 改造字体 第一步就是改造字体,默认的 「新宋体」