码迷,mamicode.com
首页 >  
搜索关键字:ubuntu kvm    ( 28058个结果
Hack The Box::Valentine
#0x00 信息收集 nmap -Pn -sV -p- -T 4 10.10.10.79 PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 5.9p1 Debian 5ubuntu1.10 (Ubuntu Linux; protocol 2.0) ...
分类:其他好文   时间:2021-01-27 13:04:29    阅读次数:0
解决Ubuntu 20.04 LTS无法输入中文的问题
前言 由于我安装时选择的是英文最小安装,导致缺失了中文软件支持。解决办法: sudo apt install ibus-pinyin 那么问题来了,什麼是ibus? iBus & Fcitx iBus Intelligent Input Bus,简称IBus,是 Unix-like 操作系统下的多语 ...
分类:系统相关   时间:2021-01-26 11:50:30    阅读次数:0
Ubuntu 18.04与Windows 10双盘双系统安装&可能遇到的问题
##零、关于安装位置: 双盘双系统 ; Windows 10位于固态硬盘 Ubuntu位于机械硬盘 ##一、关于安装双系统方法 ###前提: 已有Windows 10安装于固态(Windows安装 : 官方的MediaCreationTool 或者 WePE + Dism++ ,方法很多,不再赘述) ...
分类:Windows程序   时间:2021-01-26 11:41:25    阅读次数:0
虚拟机WMware(正版且附带激活码))及Ubuntu系统下载安装及配置及使用
1.虚拟机(WMware): 下载地址(已存网盘):https://download3.vmware.com/software/wkst/file/VMware-worqkstation-full-15.0.0-10134415.exe 许可证密码:ZC10K-8EF57-084QZ-VXYXE-Z ...
分类:系统相关   时间:2021-01-25 11:34:48    阅读次数:0
Ubuntu 20.10安装WPS Office、更新Visual Studio Code以及卸载LibreOffice
打造 Ubuntu20.10办公环境,安装WPS Office2019 WPS Office2019 For Linux 下载地址: 下载地址 : https://linux.wps.cn/# ,执行下载命令 wget https://wdl1.cache.wps.cn/wps/download/e ...
分类:系统相关   时间:2021-01-25 11:29:39    阅读次数:0
ubuntu开启SSH远程访问功能
原文链接:https://www.jianshu.com/p/b9fab528dd6b 1、安装openssh-server sudo apt-get install openssh-server 2、开机自动启动ssh命令 sudo systemctl enable ssh 3、关闭ssh开机自动 ...
分类:系统相关   时间:2021-01-21 10:31:03    阅读次数:0
KVM Internal: How a VM is Created?
KVM is an acronym of “Kernel based Virtual Machine”, and is a virtualization infrastructure for the Linux kernel that turns it into a hypervisor.It is ...
分类:其他好文   时间:2021-01-20 12:16:47    阅读次数:0
Ubuntu 切换PHP版本
原文链接 在多个 PHP 版本之间切换要查看 PHP 的默认安装版本,请运行:$ php -vPHP 7.2.7-0ubuntu0.18.04.2 (cli) (built: Jul 4 2018 16:55:24) ( NTS )Copyright (c) 1997-2018 The PHP Gr ...
分类:Web程序   时间:2021-01-20 12:16:01    阅读次数:0
Dockerfile指令详解
1、Dockerfile基本结构 Dockerfile由一行行命令语句组成,并且支持以#开头的注释行。 一般Dockerfile分为四部分:基础镜像信息、维护者信息、镜像操作指令和容器启动时执行指令。如下: # This dockerfile uses the ubuntu image # VERS ...
分类:其他好文   时间:2021-01-19 12:00:46    阅读次数:0
ubuntu 环境里,指定libc版本运行程序
下载某个版本的glibc,我是在这里下载的:https://mirrors.tuna.tsinghua.edu.cn/ubuntu/pool/main/g/glibc/ 我把它解压到lib00文件夹里:dpkg -x libc6_2.31-0ubuntu9.1_amd64.deb lib00 利用p ...
分类:系统相关   时间:2021-01-19 11:43:12    阅读次数:0
28058条   上一页 1 ... 20 21 22 23 24 ... 2806 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!