第一个界面是一个菜单(忘记截图了好像),一般选择第一项graphic install,如果选这个后屏幕出现黑屏、花屏等问题,就选择第二项install,两者区别在于第一个gui图形界面,后一个是cli图形界面,内容是一样的。 language选择汉语,也可选择English,选择英语的话,后期有个手动安装输入法的步骤,但也没难度 location选择中国,ke...
1.安装distrobox sudo aptinstalldistrobox 这里默认使用的容器管理工具是podman,不是docker 2.配置podman的注册表以下载镜像 在/etc/containers/registries.conf.d/00-unqualified-search-registries.conf添加 unqualified-search-registries= ["docker.io"] 网速不行的话可以用国内镜像 类似这样 unqualified-search-regist...
在debian 12 中安装virtualbox扩展包 在手册中,找到以下 3 种安装扩展包的方法。 ### 在Oracle VM VirtualBox中安装扩展包的过程可以增强虚拟化软件的功能,通过添加对额外特性的支持,如高级USB功能或与云服务的集成。以下是通过图形用户界面(GUI)和命令行方式安装扩展包的分步指南。 ### 通过GUI安装扩展包 1. ...
要安装Tasksel,请登录您的服务器并发出命令: linuxidc@linuxidc:$ sudo apt-get install tasksel -y 1. 完成上述命令后,发出命令: linuxidc@linuxidc:$ sudo tasksel 1. 将打开一个基于curses的GUI。使用键盘箭头键,向下滚动以选择Ubuntu desktop(图1)。 图1 选择Ubuntu桌面进行安装。 选择Ubuntu桌面后,单击空...
然后,本地ssh终端执行远端带GUI的程序时,会在本地呈现GUI界面,但然并L,试过很卡,卡到不行。 三. 走xorg xrdp(建议) cd ~ sudo apt install dbus-x11 sudo apt install xrdp sudo systemctl enable xrdp echo gnome-session > ~/.xsession chmod +x ~/.xsession ...
apt install./xxxxxx.deb 要用sudo或者管理员身份,就是这么简单。注意apt方式需要在deb包前面补上路径,相对路径或绝对路径,上面就是 ./ 代表当前目录,根据你的实际情况写 2.安装好之后开始修复 知道了原因那么就是去解决,但是需要处理的库文件大概有20多个,很繁琐。所以我直接写进了shell脚本里,在下面的代码块...
make install #执行安装 1. 2. 3. 4. 5. 6. 7. 2、第二步:安装vim root@192:~# sudo apt remove vim vim-runtime gvim vim-tiny vim-common vim-gui-common vim-nox root@192:~# git clone https://github.com/vim/vim.git root@192:~# cd vim/src ...
linux development debian debian12 Updated Aug 8, 2024 Shell CodeSigils / neovim-debian-12-bookworm Star 0 Code Issues Pull requests Neovim 0.9.1 for debian 12 compiled with clang debian nvim stable debian12 Updated Jul 6, 2023 Vim Script doguibnu / debian12-addc Star 0 Code ...
To Install Qt Creator on Debian 12 Introduction: Qt Creator is a cross-platform C++, JavaScript development environment for the Qt GUI application framework that supports any OS Linux, including Microsoft Windows, and MacOS. Procedure: Step 1: Check the OS Version by using the below command. ...
If you are running an headless server with no GUI, then it suffices to just run the command below; sudo apt install qemu-system libvirt-daemon-system virtinst qemu-utils Once the installation is done, check if KVM modules are loaded; ...