我是 Ubuntu 的新手。在 Windows 中,如果我想知道我的系统属性/配置,我可以通过转到控制面板并单击系统图标来查看它。我还可以通过转到设备管理器来获取检测到/安装的硬件的详细列表。
这些功能在 Ubuntu 中的等价物是什么,用户可以在其中查看他或她的系统属性和硬件配置,如 RAM、CPU/处理器、硬盘容量等?
Windows 系统属性示例:
hardware command-line windows software-recommendation drivers
我正在使用 Ubuntu 12.04。我想通过 VirtualBox 从 CD 在我的系统上安装 Windows 7。我通过谷歌搜索了详细的教程,但没有找到有效的教程。
所以有人可以分享任何真正对我有帮助的详细教程或链接。
我在 ubuntu 12.04 中使用带有嵌入式终端的 gedit 文本编辑器。我正在尝试使用grep
. 我想搜索这行代码
'type' => 'select'
Run Code Online (Sandbox Code Playgroud)
我试过:
grep -r '\'type\' => \'select\''
但grep
没有返回任何结果。
那么有人可以告诉我如何搜索上面的代码吗?
我也想更改font style
interminal
和 for default gedit
。那么如何更改font type in Ubuntu 12.04
?任何帮助和建议都将是可观的。
我正在使用Ubuntu 12.04
。我想安装Regex Search and Replace plugin for Gedit
。所以有人可以告诉我在哪里可以get it and install it
。任何帮助和建议都将非常值得赞赏。
我已经在 Ubuntu 11.04 上安装了 Vuze。一切正常。但是当我关闭 Vuze 并尝试重新打开它时,它不会打开。如果我重新启动系统并尝试打开 Vuze,它将正常打开。那么有人可以告诉我这里有什么问题以及如何解决这个问题吗?
我已经安装Ubuntu 12.04
在我的笔记本电脑上。一切正常。但是从最近两天我遇到了一个问题,那就是我要去的时候shutdown my system
,它显示了shutdown process
但实际上是not doing shut down
。The screen is reaming like that for many time
那么我正在做forcibly shutdown by pressing the start key of my system
。有人能告诉我发生了什么问题吗?任何帮助和建议都将非常值得赞赏。
[更新]
当关机过程正在进行时,我只是按下了esc
键,它显示error message
如下
modem manager[878]:<info>Caught signal 15,is shutting down... [Fail]
Run Code Online (Sandbox Code Playgroud) 我正在使用 ubuntu 14.04。我的 wifi 工作正常,但突然无法正常工作。我在谷歌上搜索了数千个修复程序,并按照建议做出了决定。但是我仍然没有让我的 wifi 处于工作状态。我已经多次重新启动系统,但仍然无法正常工作。
我已经在我的终端中制作了这个脚本
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info
Run Code Online (Sandbox Code Playgroud)
我得到的输出是这样的
有人能告诉我到底是什么问题吗?如何解决这个问题?
我想使用 php 图像库imagemagick将 .DOC 文件转换为 .PDF 格式。当我使用
convert filename.doc filename.pdf
命令在终端将文件转换为 .PDF 格式我收到错误
convert: no decode delegate for this image format `ATTENDANCE.doc' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `ATTENDANCE.pdf' @ error/convert.c/ConvertImageCommand/3011.
Run Code Online (Sandbox Code Playgroud)
任何帮助和建议将是可观的。
我正在使用 Ubuntu 14.04。我通过教程一步一步地设置了 LAMP。对于 Apache,我的意思是http://localhost
所有文件都工作正常。但是当我这样做时,http://localhost/phpmyadmin
它向我显示了错误,例如
Not Found
The requested URL /phpmyadmin/index.php was not found on this server
Apache/2.4.7 (Ubuntu) Server at localhost Port 80
Run Code Online (Sandbox Code Playgroud)
我浏览了各种博客和教程来解决这个问题。在博客它不是写给加
Include /etc/phpmyadmin/apache.conf
在/etc/apache2/apache2.conf
。我是那样做的,当我做的时候
http://localhost/phpmyadmin
它像一堆代码一样向我展示了页面。这是代码
我已经多次重启apache。但同样的问题也存在。那么有人可以告诉我如何解决这个问题吗?