问题标签 [fedora-25]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
scala - 在 IntelliJ Scala 控制台中运行时如何设置 Spark MemoryStore 大小?
我在 Linux 64(Fedora 25)上的 Intellij(CE 2017.1)Scala 控制台中将 Spark 代码作为脚本运行。我在开始时设置了 SparkContext:
但是运行的 SparkContext 总是以同一行开头:
17/03/27 20:12:21 信息 SparkContext:运行 Spark 版本 2.1.0
27 年 3 月 17 日 20:12:21 信息 MemoryStore:MemoryStore 以容量 871.6 MB 开始
17/03/27 20:12:21 INFO BlockManagerMasterEndpoint:使用 871.8 MB RAM,BlockManagerId(驱动程序,192.168.1.65,38119,无)注册块管理器 192.168.1.65:38119
Spark Web UI 中的 Executors 选项卡显示了相同的数量。在启动之前从终端导出 _JAVA_OPTIONS="-Xms2g -Xmx4g" 在这里也没有效果。
amazon-ec2 - 如何在 Fedora 中使用 AWS Windows ec2 实例?
我正在尝试从 Fedora 25 连接 aws Windows ec2 实例,我在 windows 机器上连接它没有任何问题,因为 Windows 默认具有 mstsc,但这次我在 fedora-25 上使用以下命令连接到 windows ec2 实例:
我收到以下错误 - 错误:ec2-35-144-210-177.ap-south-1.compute.amazonaws.com:无法连接
我可以使用 mstsc 从 windows 机器连接 ec2 windows 实例,但由于 rdesktop 无法按预期工作,因此无法从 fedora 连接。有什么建议可以解决这个问题吗?
linux - 无法启动 NFS 在 fedora25 中,由于 Unit proc-fs-nfsd.mount 被屏蔽而出现错误
我正在尝试在 Fedora25 中启动 NFS
启动 nfs-server.service 失败:单元 proc-fs-nfsd.mount 被屏蔽。
上面给出了错误,并且状态也显示为非活动状态
firefox-addon-webextensions - manifest.json not found in source code in local directory of many firefox webextensions
I am inspecting source code of Firefox web extensions by looking into *.xpi files located in Mozzila directory.
In my local computer, which runs Fedora 25 - Firefox 52, it is
~/.mozilla/firefox/415m46wm.default/extensions
The current issue I am encountering is that when I extract *.xpi file, none of them has the manifest.json
file. As a result, using web-ext
to test add-on locally is not possible. Find out more about web-ext here
linux - Can I execute commands written in a textdocument in the terminal
This may be a very simple question, but after switching from windows to linux (and being forced to use the shell way... way more often than I was forced with windows), there is still much new stuff to learn for me.
I am using fedora 25 on my laptop as my "surf and work" system. So I wanted to install Spotify, to be able to listen to music.
To install the software, I have to execute 4 commands:
1. Add the Spotify repository signing key to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
2. Add the Spotify repository
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
3. Update list of available packages
sudo apt-get update
4. Install Spotify
sudo apt-get install spotify-client
My Question: Can I write these commands into a textdocument and execute them as a script?
I tried it with chmod, but I just don´t get it working right. I used this link as help (yes, I am from germany ^^)
graphics - Fedora 25:在板载显卡和 Geforce210 之间切换
我有一台运行 Fedora 25 的 Dell PowerEdge T430。默认情况下,它仅带有板载显卡(仅允许 1024x768 的分辨率(至少我无法运行任何驱动程序),并且对于某些产生图形输出的应用程序来说是不够的) .
我买了一个 Geforce210 显卡并插上电源,但我如何告诉 Fedora 使用它而不是板载显卡?
python - Python 在没有咨询系统 CA 捆绑的情况下抛出 SSL 证书验证错误?
对于两个基本相同的系统(都运行 Fedora 25,都安装了相似的软件包版本),一个系统因 SSL 证书验证错误而失败,而另一个系统则没有。也就是说,如果我运行:
一个系统可以工作,而另一个系统会失败:
起初我认为我只是缺少必要的 CA 证书,但运行 python understrace
表明在失败的系统上,python从未尝试打开 ca bundle。也就是说,在有效的系统上:
仅收益:
但是在失败的系统上产生:
python3
此外,在失败的系统上运行相同的测试脚本......有效!
在这两种情况下,python
都/usr/bin/python
来自python-2.7.13-1.fc25.x86_64
。两个系统都没有设置任何*_CA_BUNDLE
环境变量。
angular-cli - 在 Linode 上部署 Angular
我在 Linode 上部署 Angular 4 时遇到问题。
使用 Angular-cli,我有一个小的 Angular 4 应用程序,它只呈现一个基本的谷歌地图。它可以在这里找到,它在 Mac 上本地运行良好。
Linode 已经设置好运行 Fedora 25,我可以 ssh 进入它。
我已经设置了一个主机名“ofeyspi”并将回购克隆到我的 linode。
检查主机名是否已连接到 url,
然后我运行:
如您所见,这给出了一个错误,模板元素有问题,在开发中可以忽略,但我想知道在生产中也是如此。
这会创建一个新的 dist 目录,然后我运行,
我也试过了
当我导航到http://qqiresources.com:4200或http://139.162.199.9:4200时出现连接错误。
“无法访问此站点”
控制台显示,
我尝试在 dist 目录和项目根目录中运行第二个命令。
还有什么我想念的吗?
更新:我现在看到 ng server 不正确,所以我安装了 node 并移动到 dist 目录,在那里我运行 http-server,
但仍然导航到http://139.162.199.9:8080会显示相同的“无法访问站点”消息。
谢谢
更新:我已经让 apache 2 工作并在 dist 目录中提供 index.html 文件。但是,使用 dist 中的其他文件似乎有问题。我在 Apache 2 上运行 Angular-cli发布了一个问题
exec - Fedora Sublime Text 3 beesu 执行
我在以 root 身份在 fedora 25 上启动 Sublime Text 3 时遇到问题。这是我的 /usr/share/applications/sublime_text.desktop
当我启动程序时,要求我输入我的 root 密码。当我输入密码时,不要做任何事情。如果我删除/bin/beesu
程序可以完美运行,但是每次我想保存文件时,它都会要求我输入 root 密码,这很糟糕。如何解决这个问题?
apache2 - 在 Apache 2 上运行 Angular-cli
我正在尝试在 Fedora 25 上的 Apache 2 上运行 Angular 4。
按预期生成 dist 目录。接下来,我将 Apache 指向该目录
/etc/httpd/conf/httpd.conf(所有注释已被删除),
这些配置设置告诉 Apache 在 /root/beans3/dist 服务 index.html
重新启动服务器,
导航到 139.162.199.9 我可以看到 Apache 正在 /root/beans/dist 中运行 index.html 文件
但是,该目录中的其他文件未找到。这很奇怪,因为它们与 index.html 位于同一目录中
/root/beans3/dist/index.html