我刚刚从 16.04 升级到 18.04(使用 GNOME 3.28)。我正在使用gnome-shell, gnome-ubuntu-desktop. 升级后桌面上的图标大小非常大。
我无法在首选项中找到减小大小的选项。我如何减少它?
我刚刚右键单击 Unity Launcher 中的 DVD 图标以将其弹出,但我没有点击“弹出”按钮,而是错过并点击了“从 Launchpad 解锁”选项。
既然缺少 Launcher 选项,我该如何从驱动器中弹出磁盘?
有没有办法在没有 wine 的情况下安装 Unity 3D?从终端安装会很好。
我使用的是 x86_64 位 Ubuntu,但是每当我尝试实时启动任何其他 64 位映像(例如昨天发布的 GNOME 3.16)时,它都不起作用?
有时,当我尝试使用 64 位映像的虚拟机时,它也不起作用。
相同的原因是什么?x86_64 amd64 和 64 位有什么区别?
我的笔记本电脑型号是 Hp Pavillion dv4 1506tx。处理器为 2.20 GHz Intel Core 2 Duo Processor T6600
我有 Ubuntu 机器的 IP 地址,我想从我的虚拟 Windows 机器访问在 Ubuntu 本地主机上运行的应用程序。有没有办法做到这一点?输入 [inet 地址]:8080 不起作用。
只是注意到每次我在 18.04 中按Ctrl+ Shift+时都会弹出这个烦人的表情符号输入(“表情符号选择”)E。我真的需要这个快捷方式来切换到 Visual Studio Code 中的文件资源管理器,但我只获得了表情符号输入。有没有办法禁用此功能或至少更改快捷方式?不想因为这个而改变VCS的快捷方式,我真的习惯了
我正在尝试使用安装 phpMyAdminsudo apt-get install phpmyadmin但遇到此错误
Err http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common all 5.5.34-0ubuntu0.12.04.1
404 Not Found [IP: 194.169.254.10 80]
Err http://security.ubuntu.com/ubuntu/ precise-security/main mysql-common all 5.5.34-0ubuntu0.12.04.1
404 Not Found [IP: 91.189.91.15 80]
Err http://security.ubuntu.com/ubuntu/ precise-security/main libmysqlclient18 i386 5.5.34-0ubuntu0.12.04.1
404 Not Found [IP: 91.189.91.15 80]
Err http://security.ubuntu.com/ubuntu/ precise-security/main mysql-client-core-5.5 i386 5.5.34-0ubuntu0.12.04.1
404 Not Found [IP: 91.189.91.15 80]
Err http://security.ubuntu.com/ubuntu/ precise-security/main mysql-client-5.5 i386 5.5.34-0ubuntu0.12.04.1
404 Not Found [IP: 91.189.91.15 80]
Err http://security.ubuntu.com/ubuntu/ precise-security/main mysql-client all 5.5.34-0ubuntu0.12.04.1
404 Not Found [IP: 91.189.91.15 80]
Failed …Run Code Online (Sandbox Code Playgroud) 我有四个构建服务器,它们最初都设置相同。我们一直在使用它们来交叉编译 C 项目。我也在尝试更新它们以本地编译 C++。我能够在其中安装 g++ 的两台服务器上没有问题,但另外两台给了我 404 错误。
$ sudo apt-get install g++
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
g++-7 libstdc++-7-dev
Suggested packages:
g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg libstdc++-7-doc
The following NEW packages will be installed:
g++ g++-7 libstdc++-7-dev
0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 9,043 kB of archives.
After this operation, 40.7 MB of additional disk space will be …Run Code Online (Sandbox Code Playgroud) 我在 VirtualBox 5.0.18 中运行 Ubuntu 16.04 VM,我需要切换到 TTY1,如何实现?是否有键盘快捷键可以在来宾会话中实现此目的,因为正常操作只是切换到主机中的 TTY1?