我如何在我的128 GB 的Microsoft Surface Pro上为 Ubuntu 和 Windows 8 设置双启动。
注意:我的双启动解决方案如下。
如何安装 Node.js 和 MongoDB 使其成为最新版本?包管理器的可用版本不是最新的,Chris Lea 的用于 Node.js 的PPA不会定期更新。
是否有任何项目可以为 Grub2 添加触摸灵敏度?
如果不是,Ubuntu 13.04 中存在哪些触摸库可能是集成后实现此功能的候选者?
编辑:太平洋标准时间 2013 年 3 月 14 日下午 5:10
我一直在努力搜索,在Ubuntu 13.04下找到了以下软件包:
我将经历这些,希望很快能找到答案。如果您熟悉这些库中的任何一个,那么回复会很漂亮。在我对这些的简短介绍中,似乎tslib和pymt因为它们不像 grub 那样依赖于平台。
有没有办法apt-get install lamp-server^
在单个命令行中将所需的 MYSQL 密码传递给包中的提示?
注意:我试图找到包存储库来阅读它,但我找不到它。
运行实用程序时如何将控制台输出捕获到变量中,以便过滤文本?
示例:我试图在键入时捕获控制台输出,bitcoind
以便可以过滤掉rpcpassword并将其写入配置文件。
ubuntu@ip-172-31-3-49:~$ bitcoind
Error: To use bitcoind, you must set a rpcpassword in the configuration file:
/home/ubuntu/.bitcoin/bitcoin.conf
It is recommended you use the following random password:
rpcuser=bitcoinrpc
rpcpassword=Eb5WDgzKqt77U4LhvvfnYxaNvw2rpztSvM5XKsonXBWC
(you do not need to remember this password)
The username and password MUST NOT be the same.
If the file does not exist, create it with owner-readable-only file permissions.
It is also recommended to set alertnotify so you are notified of problems;
for example: alertnotify=echo %s …
Run Code Online (Sandbox Code Playgroud)