Ubuntu

Ubuntu用户和开发人员的问答

3
在Ubuntu 12.04 LTS上安装gcc
当我尝试在Ubuntu 12.04 LTS Server上使用安装gcc时apt-get install gcc,出现以下错误: The following packages have unmet dependencies: gcc : Depends: cpp (>= 4:4.6.1-2ubuntu5) but it is not going to be installed Depends: gcc-4.6 (>= 4.6.1-1) but it is not going to be installed Recommends: libc6-dev but it is not going to be installed or libc-dev …

1
如何在笔记本电脑上浏览和浏览服务器网页?
我在其中一台实验室服务器上运行了一个Web应用程序,并且已经在这些计算机上设置了X11转发。其他实验室成员可以通过SSH建立隧道,并可以在本地使用其本地浏览器浏览该Web应用程序。 我不能 上次与他们核对时,几乎不需要执行任何操作。 当我打字时,192.168.1.113/webapp我什么也没得到。 有小费吗? 谢谢。 我最终使用了第二种方法:) ssh -L 8080:<server-ip-address>:80 <username>@<remote-addr> -N
55 ssh  remote  tunnel 

6
改善Wine应用程序的GUI外观
在许多情况下,Windows程序可以在Wine中正常运行,但是它们的外观仍然令人讨厌。 如何使Wine特别是字体看起来更好?
55 wine 





4
我已经下载了.sh文件-如何安装它?
我是Ubuntu的新手,并且知道只能从window安装程序。在那里非常容易:只需双击setup.exe,事情就开始了。 但是,如何在Ubuntu上安装程序? 我想安装一些在Ubuntu软件中心找不到的东西。我下载了.sh文件,但现在不知道该怎么办。
55 scripts 

6
无法点击Flash中的允许按钮
每次我要在浏览器中启用网络摄像头或麦克风时,都会弹出常规闪存屏幕,并且需要单击“允许”或“拒绝”。 但是,我无法单击“允许”或“拒绝”,它没有响应我的点击。 有人知道解决办法吗?
55 flash 

5
如何删除apt中的翻译条目?
这是输出aptitude update: Ign http://archive.canonical.com natty InRelease Ign http://extras.ubuntu.com natty InRelease Ign http://dl.google.com stable InRelease Ign http://security.ubuntu.com natty-security InRelease Hit http://deb.torproject.org natty InRelease Get:1 http://dl.google.com stable Release.gpg [198 B] Ign http://us.archive.ubuntu.com natty InRelease Ign http://us.archive.ubuntu.com natty-updates InRelease Hit http://archive.canonical.com natty Release.gpg Hit http://extras.ubuntu.com natty Release.gpg Hit http://security.ubuntu.com natty-security Release.gpg Hit http://us.archive.ubuntu.com …
55 apt 



2
从一般用户的角度来看,ext3和ext4有什么区别
从一般用户的角度来看,ext3和ext4之间有什么大区别?我听说坚持使用ext3是更明智的选择。真的吗? 编辑:我要注意的一件事是,我是双OS用户(Windows和Ubuntu),因此无法从Windows挂载驱动器(ext4)对我来说是一个很大的缺点。但是,ext3具有此特权。
55 ext4  ext3 

5
如何禁用gnome终端上的alt-hotkey行为?
这不仅是gnome终端,还包括几乎所有的gnome窗口:按住“ alt”键时,可以按一个菜单项的第一个字母。这样一来,您无需直接单击即可滚动菜单。 在其他任何窗口(例如Firefox)上都可以,但是在gnome终端上,它会窃取我用于emacs的密钥!如果可以避免的话,我几乎没有机会学习新的组合键组合。 如果我不能仅将它隔离到gnome终端,那我很好。


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.