Ubuntu

Ubuntu用户和开发人员的问答

1
使用Ubuntu恢复Unix Tar文件
我拥有恢复这些文件所需的所有这些旧DDS3和DDS4磁带。我真正知道的唯一信息是,大约在10到20年前,它们是使用Digital Unix放在磁带上的。它们是Tar文件格式。 我一直在使用Ubuntu 13.04尝试还原这些文件,但到目前为止,我的成功率为零。我真的不知道如何从这里获取这些文件。我们在终端中尝试的几个命令是: /media/archive/SCSI/Linux$ sudo dd if=/dev/st0 ibs=128k | tar -vxf - sudo tar -xzf /dev/st0 /media/archive/SCSI/Linux /media/archive/SCSI/Linux是我要还原到的内容,st0也是磁带机名称。 请帮帮我!我只是实习生! 谢谢


1
ButtonMapping-位置参数
在X配置文件中,可以使用ButtonMapping选项映射鼠标按钮: Section "InputClass" # ... Option "ButtonMapping" "1 9 3 4 5 6 7 8 2" # ... EndSection 更改数字顺序将更改鼠标按钮的行为。但是我找不到任何描述行为分配方式的文档。什么小的文件有,我帮写。 例如,如果按钮映射是这样写的: Option "ButtonMapping" "a b c d e f g h i" 我们会将这些职位记录为: 一个 -左击 b-中 c-右键 d-向前滚动 e-向后滚动 f-转发 g-向后 h-水平滚动 i-垂直滚动 那么我的问题是:a到i 的位置值实际上代表什么,它们如何映射到鼠标按钮? 更新资料 跑步xmodmap -pp表演: $ xmodmap …

5
什么是“无法加载模块“ module-ladspa-sink””错误?
当我在终端上输入pulseaudio时: E: [pulseaudio] module-ladspa-sink.c: Master sink not found E: [pulseaudio] module.c: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq master=alsa_output.pci-0000_00_1b.0.hdmi-stereo plugin=mbeq_1197 label=mbeq control=3.0,3.0,7.3,7.0,3.0,-1.0,-6.6,-6.3,-4.5,-4.0,1.1,1.2,5.8,7.9,8.8"): initialization failed. E: [pulseaudio] main.c: Module load failed. E: [pulseaudio] main.c: Failure to start the daemon. 我该如何解决?
11 pulseaudio 

3
Firefox使用大量CPU
我有一台笔记本电脑nb510 Toshiba,带有Ubuntu 12.04和firefox 22.0,扩展名为addock-plus,x-notifier,download helper,xmarks。有时候,CPU使用率超过100%。Firefox的以下信息: @nb510:~$ top top - 02:23:57 up 18 min, 2 users, load average: 0.42, 0.39, 0.36 Tasks: 153 total, 1 running, 152 sleeping, 0 stopped, 0 zombie Cpu(s): 3.9%us, 0.8%sy, 0.0%ni, 95.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 2047344k total, 741132k used, 1306212k free, 54984k buffers Swap: …


1
Ubuntu Brainstorm网站崩溃/死亡?
是http://brainstorm.ubuntu.com死了吗?我被重定向到http://community.ubuntu.com/吗?其他参考文献也已失效。https://wiki.ubuntu.com/Brainstorm/ 该邮件列表建议在2013年5月关闭:https : //lists.ubuntu.com/archives/ubuntu-devel/2013-May/037100.html 但是我找不到任何官方记录。请赐教我:-)

4
如何在x64系统中将x86 RPM转换为x86 DEB?
就我而言,我要转换的软件是Lacie lightscribe标记器。 1.-我重命名了RPM mv LaCie\ LightScribe\ Labeler\ 1.0\ Linux.rpm lacie-lightscribe-labeler-1.0.rpm 2.-用外星人转换包裹 sudo alien lacie-lightscribe-labeler-1.0.rpm 错误: lacie-lightscribe-labeler-1.0.rpm is for architecture i386 ; the package cannot be built on this system 我知道: 我可以在x86系统中执行此操作,然后从那里复制它。 使用简单的标签 我很好奇总体上如何进行这种转换。
11 64-bit  32-bit  deb  rpm  alien 


2
无法将接口wlan0设置为AP模式:Intel centrino N1000 Wireless
我是Ubuntu的新用户,并且在具有Intel Centrino N1000无线卡的Acer Aspire One D255上网本上安装了Ubuntu 12.04 LTS。我只想将我的上网本设置为我的android设备的wifi热点。这在使用Connectify的Windows 7中对我来说效果很好,但是我试图在使用hostapd的Ubuntu中建立热点(http://nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create- virtual-wifi-access-point / comment-page-5 /),但出现以下错误: ali@ali-AOD255:~$ sudo hostapd ~/hostapd-test.conf Configuration file: /home/ali/hostapd-test.conf nl80211: Failed to set interface wlan0 into AP mode nl80211 driver initialization failed. ELOOP: remaining socket: sock=4 eloop_data=0x8178910 user_data=0x8178e80 handler=0x807c5e0 ELOOP: remaining socket: sock=6 eloop_data=0x817ac98 user_data=(nil) handler=0x8086770 我只想使用我的上网本设置一个wifi热点,以便我的android设备可以查看并连接到它。


1
如何使用多个gcc实例?
我同时安装了gcc 4.7.3和4.8.1 但是在运行gcc --version时我得到了 gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3 Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 我是Ubuntu新手,对更新符号链接了解不多... 我搜索了Internet,找到了有关更新替代方案的信息,但不愿使用它。 请有人能帮助我选择4.8而不是4.7并告诉我拥有2个相同gcc版本是否不好?

3
新贵跟踪错误的进程PID-不重新生成
我最初在StackOverflow上问过这个问题。然后意识到这可能是一个更好的地方。 我有bluepill设置来监视我的delay_job进程。(Ruby On Rails应用程序) 使用Ubuntu 12.10。 我正在使用Ubuntu的启动和监视bluepill服务本身upstart。我的新贵配置位于(/etc/init/bluepill.conf)以下。 description "Start up the bluepill service" start on runlevel [2] stop on runlevel [016] expect daemon exec sudo /home/deploy/.rvm/wrappers/<app_name>/bluepill load /home/deploy/websites/<app_name>/current/config/server/staging/delayed_job.bluepill # Restart the process if it dies with a signal # or exit code not given by the 'normal exit' stanza. respawn …
11 upstart  services  ruby 

1
如何在Ubuntu 12.04上虚拟运行Mac OS X
我正在使用Ubuntu 12.04稳定版和oracle虚拟盒4.1.2_ubuntu 我有一个雪豹的ISO文件,当我运行虚拟框时出现以下错误: FATAL! Could not read from the boot medium!System halted. 我选择了设置,存储,IDE控制器>雪豹。 我也在vmware player中运行ISO文件,它向我显示以下消息。 Operating system not found. 仍然给我一个错误,ISO映像应该可引导还是始终可引导? 谁能告诉我从哪里可以下载最新版本的Mac OS X和Xcode。Xcode对我很重要。 还有其他在Ubuntu上虚拟运行Mac OS的不错选择。如果有人有链接,请分享。

6
退出全屏Flash视频后,屏幕变为白色
当我花一天时间观看在线视频(尤其是较长的视频)时,这种情况经常发生。 当我从Flash视频中退出“全屏”时,整个屏幕变为白色,并且我无能为力。 我尝试去CTRL+ ALT+ F12比CTRL+ ALT+ F7,但它保持白色,当我回到图形模式。 我通过杀死ligtdm并从tty重新启动来解决它。 我有Ubuntu 13.04,最新的chrome和最新的更新。我有带集成GPU的英特尔i3处理器英特尔®Ironlake Mobile x86 / MMX / SSE2。
11 flash 

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.