Ubuntu

Ubuntu用户和开发人员的问答

3
解压缩多个文件
我不认为我是唯一一个遇到此问题的人,但是不幸的是,我无法在先前提出的问题之间找到正确的答案。 这是在洪流站点上非常普遍的过程,在洪流站点上,内容被拆分成许多小档案。有时,那些小的索引zip档案在其中包含另一个rar档案。 所以,我的问题是:您如何处理这个问题?如何递归解压缩这些文件?
14 unzip 


1
使用现有驱动器在14.04上设置RAID 1
我当前安装了Seagate ST3000DM001(大约占90%)和新的Seagate ST3000DM001(空白)。我想设置RAID 1而不丢失当前安装的驱动器上的数据。 如果我使用本教程中概述的mdadm流程:http : //www.mysolutions.it/tutorial-mdadm-software-raid-ubuntu-debian-systems/,是否可以保存我的数据?
14 hard-drive  raid  mdadm 

2
从Duplicity存档中提取文件夹
使用duplicity命令,我需要指定以下内容: 指定要还原的文件夹 指示从中还原的时间和日期 指示要还原到的目标 如何使用duplicity命令指定这三件事?


2
通过更新〜/ .profile添加自定义路径而无法正常工作
我通过添加以下内容更改了〜/ .profile文件: PATH="/user/share/android-sdk-linux/tools:$PATH" 然后,我注销并再次登录,但是该路径未添加到$ PATH环境变量中。我正在签入终端: echo $PATH /usr/share/android-sdk-linux/tools:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/jdk1.7.0_17/bin 请指教 编辑 我什至尝试过: PATH=$PATH:/usr/share/android-sdk-linux/tools EXPORT PATH 这里也没有运气。 编辑2 〜/ .profile: # ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files …

5
我在使用Nouveau驱动程序还是专有的NVIDIA驱动程序?
长期以来,我一直使用NVIDIA专有驱动程序。在其他驱动程序中,NVIDIA驱动程序已激活。但是,我只是“删除”了该驱动程序,因为出于其他原因,我想使用Nouveau驱动程序。但是,我有理由相信我仍在使用NVIDIA驱动程序,因为其输出modprobe -l如下: $ modprobe -l | grep 'nvidia' kernel/drivers/video/nvidia/nvidiafb.ko 如何真正确定我使用的驱动程序以及如何启用Nouveau?
14 drivers  nvidia  xorg  nouveau 



1
每天重新启动服务器cron?
我想创建一个cron作业,该作业在指定的时间执行daiy,并重新启动ubuntu服务器。 我尝试reboot仅在cron中添加,但它不起作用,而当我尝试从CLI执行时,它可以工作。 请告知,我应该在cron中添加什么命令,以便它每天在特定时间重新引导服务器。
14 server  cron 



2
什么是“金丝雀线”,为什么会饿死?
以下内容偶尔会出现在/var/log/syslog: rtkit-daemon[1145]: The canary thread is apparently starving. Taking action. rtkit-daemon[1145]: Demoting known real-time threads. rtkit-daemon[1145]: Successfully demoted thread 1431 of process 1368 (n/a). rtkit-daemon[1145]: Successfully demoted thread 1430 of process 1368 (n/a). rtkit-daemon[1145]: Successfully demoted thread 1368 of process 1368 (n/a). rtkit-daemon[1145]: Demoted 3 threads. 这里发生了什么?
14 11.04  log 

3
如何使用/ etc / fstab自动挂载Windows分区
您好,我必须在文件“ / etc / fstab”中写入什么才能在启动时自动挂载Windows分区(/ dev / sda3)? 我收到此错误消息(单击鹦鹉螺分区的书签): Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid …
14 windows  ntfs  fstab 

4
如何在控制台上增加文本的文本大小?
我的服务器上以及终端中都装有ubuntu服务器,并且在文本模式下还有一个胶刮。ubuntu-serversystem的9.10版本在终端上带有一个分辨率,该分辨率利用了该应用程序,字体(字母)很小。 请,如果有人知道如何采取文本模式10.04 ubuntu服务器的分辨率,请告诉我。为了显示。我需要的解决方案是获得像Debian一样的大字体! 仍然使用9.04版,这是最后一个尚未在终端上实现分辨率的方式(文本模式)。我提醒您,不要使用图形界面。仅文本模式。
14 10.04  server 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.